How do I view the license code currently used for VigilEnt Password Manager for Oracle 6.0? (NETIQKB30508)

  • 7730508
  • 02-Feb-2007
  • 08-Sep-2008

Resolution

goal
How do I view the license code currently used for VigilEnt Password Manager for Oracle 6.0?

fact
VigilEnt Password Manager for Oracle 6.X

fact
VigilEnt Security Agent for Oracle 1.X

fix

To view the license code value, database name, and user count within Oracle, follow these steps:

  1. Start SQL Plus in the Oracle | Application Development program folder.
  2. Log on with the appropriate credentials.
  3. Type the following SQL query:
    SELECT paramval FROM sqlcqr.sqlcqr_pwdmgr_params WHERE paramname = 'PWDMGR_LICENSE_KEY';
    SELECT name FROM v$database;
    SELECT count(*) FROM sys.dba_users;
  4. Execute the SQL query by using Enter.


Additional Information

Formerly known as NETIQKB30508