: Ensure all system environment requirements are validated. Click Next .
Set the correct permissions and verify:
Define your Node Manager, Admin Server, and managed servers (e.g., WLS_REPORTS 5. Post-Configuration and Verification
Accept the default tablespace structures or customize them if necessary. Click Next to validate and create them.
export JAVA_HOME=/u01/app/java/jdk1.8.0_391 export PATH=$JAVA_HOME/bin:$PATH Use code with caution. Source the profile: source ~/.bash_profile . Verify the installation by running java -version . 3. Step 2: Install Oracle WebLogic Server 12c (12.2.1.4.0)
. This tool populates the database with the schemas necessary for WebLogic to manage metadata, audit trails, and security. You must select the Forms and Reports
Use the :
Start the Node Manager service. This acts as the watchdog for your servers.
Pro Tip: If you miss the OPSS schema here, your domain configuration will fail later. Pay close attention to the prefix you choose (usually DEV ).
cd ORACLE_HOME/user_projects/domains/your_domain ./startWebLogic.sh
Click Install. This process writes the necessary forms and reports folders to your Oracle Home. Click Finish when done.