jcs.use_known_password

on-site-related topic PL/SQL API jcs.use_known_password

Summary

Use the password already stored in the repository.

States that you do not know the password in this session but that you have given the password in a previous session.

An error is used if the current user's password is not known.

For jcs.use_known_password to work, jcs.setpassword or jcs.change_password must have been called earlier.

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

Copy
procedure use_known_password()

See Also