Quantcast
Channel: SCN : Discussion List - SAP HANA and In-Memory Computing
Viewing all articles
Browse latest Browse all 5653

create schema with all privileges

$
0
0

hi

 

I am creating Schema using following sql commands  with SYSTEM as user

 

Create Schema Live2;

 

CREATE COLUMN TABLE "Connections" (

"memberIdFrom" INTEGER NOT NULL,

"memberIdTo" INTEGER NOT NULL,

PRIMARY KEY ("memberIdFrom","memberIdTo")

);

 

 

Then I goto

Security-->users-->SYSTEM-->object privileges

 

there is not schema Live2 there

 

When I add LIVE2 then it's privileges are set to CREATE ANY only

Why this is happening?

I think by default user should have all privileges.

If i try to assign privileges then error exception occurs that Granter and Grantee are identical.


Viewing all articles
Browse latest Browse all 5653

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>