I need to be able to find out what users have been added to the sql database for cashdb and cauniidb.
Also what there access levels are or have connect and or dba granted in the sql.
I had to add a user and I need to make sure he has the same access as another user.
Is there a way to see this. This is how I added the user.
sql
connect to cashdb;
grant connect to userid;
release;
quit;
Sorry I’m not a dba so I’m lost in this area.
Also what there access levels are or have connect and or dba granted in the sql.
I had to add a user and I need to make sure he has the same access as another user.
Is there a way to see this. This is how I added the user.
sql
connect to cashdb;
grant connect to userid;
release;
quit;
Sorry I’m not a dba so I’m lost in this area.