$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Create Oracle 11g Database on Gnu/Linux

June 28, 2022 | By the+gnu+linux+evangelist.

GNU/Linux Making Oracle 11g R2 Database Guide

Hi! The Guide Show Visually and Step-by-step How to Create a Database on Oracle 11g R2 by the Database Configuration Assistant on GNU/Linux Desktops.

And the Screenshots of the Steps Involved are included here to shows you Visually How to Make an Oracle 11g DB.

How to Create Oracle 11g Database on GNU/Linux
  1. How to Create and Run a Listener on Oracle 11g Database:

    Oracle 11g DB Listener Creation
  2. Login as oracle User
    su oracle
  3. Starting the Database Configuration Assistant
    cd $ORACLE_HOME/bin
    ./dbca
    Can’t Open Display + No Protocol Specified Troubleshootings
  4. Click on Next
    How to Create a Database Oracle 11g R2 2
  5. Click on Next
    How to Create a Database Oracle 11g R2 3
  6. Click on Next
    How to Create a Database Oracle 11g R2 4
  7. Insert the Database Name and the SID then Click on Next

    Here is the Link 2 How to Correctly Set Oracle SID: Contains Detailed Instructions on Howto Setting the Oracle 11g SID.

  8. Click on Next
    How to Create a Database Oracle 11g R2 6
  9. Select “Use the Same Administrative Password“, Insert Pass and Click on Next
    How to Create a Database Oracle 11g R2 7
  10. Click on Next
    How to Create a Database Oracle 11g R2 8
  11. Click on Next
    How to Create a Database Oracle 11g R2 9
  12. Click on Next
    How to Create a Database Oracle 11g R2 10
  13. Select the “Character Sets” Tab, Select “Use Unicode” and Click on Next
    How to Create a Database Oracle 11g R2 11
  14. Click on Next
    How to Create a Database Oracle 11g R2 12
  15. Click on Finish to Start the Creating Database Process
    How to Create a Database Oracle 11g R2 13
  16. Save a Copy of Create Database Summary by “Save as an HTML file
    How to Create a Database Oracle 11g R2 14
  17. After the Database is Created
    How to Create a Database Oracle 11g R2 15a Take Note of Database Essential Parameters
    How to Create a Database Oracle 11g R2 15b
  18. How to Getting-Started Managing by SQLPlus 11g R2 Database: