Discover the Default Database Password

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

To find the default database password:
  1. Connect to the Administration Server VM through SSH. See Connect to the Administration Server or Load Balancer VM.
  2. Change to the oracle user.
    sudo su - oracle
  3. Enter the following command:
    python /u01/app/oracle/tools/jcs/WLS/paas/bin/platform/python/pythonUtils/atp_db_util.py generate-schema-password
  4. In the command output, note the default password that was set by the provisioning script.