Hi Marcus
Thanks alot for the reply
I am using IBM UDB DB2 9.1 version. Please let me know if i can create only in 9.5 version? If it is so , can you please let me know from where i can Download it ?
And I am trying to create role in my local system. I am not connected to anyt server. Is it so that i need SYSADM and SYSCTRL authorities.
I was issuing the comand as CREATE ROLE {ROLENAME}
I have one more question as
In PosteGreSQL I was issuing the command as
CREATE ROLE ROLE2 LOGIN PASSWORD 'XXX'
INHERIT
VALID UNTIL 'infinity'
IN ROLE ROLE1;
So even in UDB DB2 as well can i create one role in another role ?
My Criteria is i am migrating my .NET application DB from PostgreSQL to IBM UDB Db2. I faced this ROLES problem
Thanks in Anticipation