Discover the Default Database Schema Prefix and Password

After provisioning, database schemas are created with a default prefix and password.

To find the default database schema and password:
  1. Use the ssh command to connect to the Administration Server VM (as the opc user):
    ssh -i private_key opc@AdminServerVM_IP_address
  2. Change to the oracle user.
    sudo su - oracle
  3. Enter the following command:
    python /opt/scripts/dbpassword.py

    Note:

    The dbpassword.py script is available in /opt/scripts/ for recently created instances. If this script is not found, contact your Oracle Support representative.

  4. In the command output, note the default database schema prefix and password:
    RCU Schema Prefix : prefix
    RCU Schema Password : password