Oracle 12c Dataguard Error RMAN-05609 Tips
Oracle 18c RPM install Tips
Oracle dbca create database in DB18c Tips
DBCA sample command line:
dbca -silent \
-createDatabase \
-templateName General_Purpose.dbc \
-gdbName ORCLCDB.us.oracle.com \
-sid ORCLCDB \
-createAsContainerDatabase true \
-numberOfPdbs 1 \
-pdbName pdb1 \
-pdbadminUsername pdba \
-pdbadminPassword welcome \
-SysPassword welcome \
-SystemPassword welcome \
-emConfiguration NONE \
-databaseType MULTIPURPOSE \
-characterSet "JA16SJISTILDE" \
-nationalCharacterSet "AL16UTF16" \
-enableArchive false \
-recoveryAreaDestination "NONE" \
-redoLogFileSize 300
also use dbca createdatabase -help to confirm with the options…
Oracle Setting up the Star Schema Benchmark (SSB) with Import Tips
Oracle EM13c 02 - EMCC Install Tips
Oracle EM13c 01 - dbca DB18c Tips
Flush Shared pool & Buffer Cache in Oracle
Clear all objects and items from shared pool and buffer cache by running following commands: