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;
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;