nca_set_diagnostics_password
Example: nca_set_diagnostics_password | Session Functions |
Sets a password different from the default.
void nca_set_diagnostics_password( LPCSTR password );
password | The offset of the ID. |
nca_set_diagnostics_password is used if the Enable Diagnostics dialog is displayed and the password is different from the default, "APPS". The function call must be added after nca_connect_server.
When diagnostics are enabled in the Oracle application, the application prompts for a password unless configured not to do so. The default password is "APPS". If your application uses the default password the diagnostics work seamlessly. If your application does not use the default password, and is configured to prompt for a password, add this function to your script.
Return Values
No value returned.
Parameterization
You cannot use standard parameterization for any arguments in this function.