PL/SQL API jcs.setpassword
Summary
Set the password for the user set with jcs.setuser, or if this is not set, the logged in user.
After jcs.setuser is called, authorization is not validated until you call jcs.setpassword or jcs.use_known_password or are identified externally.
This procedure should not be needed under normal circumstances. You may need it when trying to submit jobs from non-Redwood clients, such as Oracle Forms or SQL*Plus.
Specification
procedure setpassword(password in varchar2)
Parameters
- password - the ORACLE password to set
Transaction keyword
The transaction keyword defines how and/or when the changes are committed to the database. A definition of the various transaction keywords can be found on the jcs package summary page.
none
See Also
plsqlTopic
onsiteTopic