Identify the Directory for the JRF Tablespaces

When Oracle Java Cloud Service creates the Java Required Files schemas, it creates the tablespaces for the schemas in the /u02/app/oracle/oradata location, under a uniquely named directory. The Oracle Data Pump import utility does not create this directory and will throw errors if it is not present. Therefore, you must make a note of the directory hosting the tablespaces.

  1. ssh to one of the nodes in the DBCS and list the content:
    ls /u02/app/oracle/oradata
    Example of the output:
    pdb_zjp_phx
  2. Save this directory name for later use.

    Note:

    In many versions of the DBCS system, there will not be a subdirectory. In such a case, you will see the <RCU_prefix_name>__ias_opss.dbf file and several other *.dbf files with the RCU prefix name. If this is the case, you will not need to record anything.