Operating System - OpenVMS
1827703 Members
3009 Online
109967 Solutions
New Discussion

Re: command authorization list for oracle RDB

 
Dan_377
New Member

command authorization list for oracle RDB

Can can I check, that CAL over RMU is not empty ?
4 REPLIES 4
Ian Miller.
Honored Contributor

Re: command authorization list for oracle RDB

don't know but you could also ask in the following RDB specific forum
http://dba.openvms.org/phorum/list.php?3
____________________
Purely Personal Opinion
Dan_377
New Member

Re: command authorization list for oracle RDB

thanks, already tried, but it isn't so useful form yet...
Volker Halle
Honored Contributor

Re: command authorization list for oracle RDB

Dan,

I'm not a database expert, but do you mean this:

$ RMU/SHOW PRIV databasefilename.RDB

It will show the ACLs (Access Control Lists) set up for that database.

Volker.
Dan_377
New Member

Re: command authorization list for oracle RDB

As far as I understand, it's different - ACL and CAL. You're right, with PRIV option we can see ACLs.
Probably, someone can clarify it?