Gather Information from the Oracle Database Cloud Service
Obtain the following information from the Oracle Database Cloud Service:
- The password for the
sysuser. - The password for the user who will the create dump file (
systemuser is preferred). - The database node to which the
opcuser canssh. - The directory where you will place the dump file.
- This directory must be accessible by the
oracleuser. - The examples provided in the instructions use
/home/oracleas the location of the dump file.
- This directory must be accessible by the
- The name of the PDB that includes the Java Required Files (JRF)
schemas.
If you are unsure of the PDB name,
sshto one of the nodes in the database as theopcuser and run the following commands:sudo su - oracle sqlplus <At the prompt enter>: sys as sysdba <enter the password when prompted> show pdbs; exit; - The listener alias for the PDB. See Ensure that the Listener Alias for the Pluggable Database is Defined.