This Article is Useful if you Need only to Set-Up the Configuration Options on your Already Existing Oracle 11g Database.
The Database Set-Up is Needed if you Do Not Arrive to Connect the Database with the Listener at Creation Time.
If During Database Creation you are Faced to an Error like: “Oracle 11g listener is not up or database service is not registered with it”.
To Solve this Error you Need to Follow Some Steps, if you are Looking for Complete Guide
-
Open a Terminal Window
-
Access the Database’s Binaries
cd $ORACLE_HOME/bin
If you Can Not Find the Path Look into this Other Article: Oracle Database Content
-
Start the Database Creation/Set-Up Script
su oracle
./dbca
- Then the Oracle GUI Tool should Start Up If the Program Just Can Not Start then Look Into this Guide: Oracle XSession Start
- Select Configure Database Options
- Select the Database you Want to Configure
- Click on Next The Process should Follow without Troubles but if you are Asked to Create a Listener
Then Look Into this Guide:
Click on Next
Insert the Password and Click on Next.
Guide 2 How Register the Database with Listener:
If Everything Okay then Success…