Get Information About the Target Databases

Gather information about the Oracle Cloud Infrastructure Database instances that your target WebLogic Server domain will use. You will use this information to perform the migration.

  • If you plan not to reuse an existing database, create a new database. See Create a Database in Using Oracle WebLogic Server for OCI.
  • If using Autonomous Database, get the following:
    • The compartment in which you've created the application database.
    • The Autonomous database where you want to create the schemas for the application database.
    • The name of the Autonomous database.
    • The OCID of the secret that contains the password for the ADMIN user to access the selected autonomous database.
  • If using Database System, get the following:
    • The compartment in which you've created the database.
    • The compartment in which the database's VCN is found.
    • The VCN on which you've created the database. If this VCN is different than the WebLogic Server VCN, they cannot have overlapping CIDRs. For example, you cannot create a domain on VCN 10.0.0.0/16 that uses a database on VCN 10.0.0.1/24.
    • The DB system to use for this WebLogic domain.
    • The database home within the selected DB system.
    • The database home version.
    • The database within the selected DB system where you want to create the JRF schemas for this domain.
    • The Pluggable database (PDB) name, only if the selected database is running Oracle Database 12c or later.
    • The name of a database user with database administrator (DBA) privileges.
    • The OCID of the secret that contains the password for the database administrator.
    • The database listen port (1521 by default)