How do I load email addresses directly into VigilEnt Password Manager for Oracle? (NETIQKB30584)

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

Resolution

goal
How do I load email addresses directly into VigilEnt Password Manager for Oracle?

fact
VigilEnt Password Manager for Oracle 5.0

fact
VigilEnt Password Manager for Oracle 6.0

fact
VigilEnt Password Manager for Oracle 6.0 SP5

fact
VigilEnt Security Agent for Oracle 1.0

fact
VigilEnt Security Agent for Oracle 1.0 SR1

fact
VigilEnt Security Agent for Oracle 1.0 SR2

fact
VigilEnt Security Agent for Oracle 1.0 SP3

fact
VigilEnt Security Agent for Oracle 1.0 SP4

fix

The VigilEnt Password Manager table (SQLCQR.SQLCQR_USERDATA) can be updated with an SQL statement with the following format:

update sqlcqr.sqlcqr_userdata set email = 'someuser@somecompany.com'
where username = 'someuser';


note
This SQL statement must be modified with the proper user information and should be run as SQLCQR to successfully update the information.

Additional Information

Formerly known as NETIQKB30584