Gather Information from the Oracle Cloud Infrastructure Database System
Obtain the following information from the Oracle Cloud
Infrastructure Database System:
- 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 into which you will import the Java Required
Files (JRF) schemas.
If you are unsure of the PDB name,
sshto a node on the Oracle Cloud Infrastructure Database System 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.