Quantcast
Channel: Teradata Forums - All forums
Viewing all articles
Browse latest Browse all 27759

how to create a user, database and table in sql assistant? - response (4) by wicik

$
0
0

Lol my mistake with the earlier answer.
I had allready created user by using script similar to generated from Teradata Administrator.
 
The ony questions are:
GRANTALLON user_TEST to SysDBA2 withgrantoption;
GRANTinsert, select, restore, dump, checkpoint, table, createview, createmacro, createtrigger, createdatabaseon user_TEST to arch;
 
I saw them in qery log but those seem not to be some application added commands.
Are those some default one anyway?
 
CREATEUSER"user_test"FROM"GRP_US_TEST"
ASPERM = 0
PASSWORD = "**********"
SPOOL = 300000029651.763
TEMPORARY = 50000001362.8211
ACCOUNT = ('$AL$ANAL&S&D&H')
STARTUP = ''
DEFAULTDATABASE = "VD_US_TEST"
NOFALLBACK
NOBEFOREJOURNAL
NOAFTERJOURNAL
COLLATION = HOST
DEFAULT CHARACTER SET LATIN
DATEFORM=INTEGERDATE
PROFILE="PASSWD_TEST"
DEFAULTROLE="GRP_US_TEST"
grant select on VD_US_TEST to user_TEST;
grant select on VD_US_TEST_TEST to user_TEST;
grant select on VD_US_TEST_TEST_TEST    to user_TEST;


Viewing all articles
Browse latest Browse all 27759

Trending Articles



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