Skip to main content

Oracle Database 11g Installation in Linux 6.2


Pre-request for installation of oracle database 11g in oracle Linux 6.2



Once the installing package process completes then restart the system once if you need (Not mandatory) because some of the packages will get updated once you restart the system.

Go to the software location and install oracle Database.

You can create a location for database installation, if not installation will take automatically the location as default.

Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2

Go to the directory and execute the “runInstaller” using the command ‘./installer name’

Installation process will get start in a few seconds.

Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2

Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2

Click next, if you wish to receive security updates you can generate your email id via oracle support.

Select the installation option, from the list.

Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2

Node selection step 

Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2



Select the product language and click next.

Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2

Select the database edition and click next.

Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2

Specify the location of installation of software and click next.

Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2

Select the location for inventory.

Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2

Select the group if you created, relate the particular operating system group here.

Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2

Here it will check the packages available on the system.

Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2

Click finish,.



Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2

Installation process will start.

Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2

In that script locate the bin path.

Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2







Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2

Login as root and you will get access of “root.sh” file.

Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2

Copying the Db_home location in the script.

Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2

Database will install successfully and now configuring database by using the command under the bin folder “. /dbca”

Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2

Select the option to create a new database “ Create a Database” and click next.

Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2

Select or check in Data Warehouse option and click next.

Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2

Give the name for database as global and assign sid even too 

Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2



Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2

For database assign passwords as default. 

Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2

This will take the password as global and same for all user under the list.

Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2

Use the Storage system as Your location to install the database.

Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2



Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2

If you want load sample schemas you can check in the “sample schemas” option

Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2

Select the 3rd tab “ Character Sets” to set the language code for the database instance.

Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2

Click “ Choose from the list of character sets” – example Unicode or arab.

Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2

Click next 

Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2



Check in Create Database and click next to finish.

Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2

Click ok to confirmation of “Database



Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2

Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2

Restart the System and set the path to start the Oracle services.

Set this path in terminal.

export ORACLE_SID=ARAB

export ORACLE_HOME=/home/oracle/app/oracle/product/11.2.0/dbhome_1

export PATH=$ORACLE_HOME/bin:$PATH



And give sqlplus in the terminal, the sqlplus will ask for user name and password.

Username: sys as sysdba

Password: ********

Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2

So the sqlplus will get connected as in “Idle instance”.

Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2



To change from idle instance to normal, use the command startup.

Which is used to change the idle instance mode and then database will get mounted and opened.

Then start the listener control services,

Open the terminal and use the command “lsnrctl Startup”. It will start the services of listener.

Oracle Database 11g Installation in Linux 6.2
Oracle Database 11g Installation in Linux 6.2

Now you can connect the system users and tables from wherever.

Comments

Popular posts from this blog

Top 100 Informatica Interview Questions

I have attended Informatica interview last week in wipro and couple of other companies, Question below I faced in those companies. 1. What are the main issues while working with flat files as source and as targets ? 2. Explain about Informatica server process that how it works relates to mapping variables? 3. write a query to retrieve the latest records from the table sorted by version(scd) 4. How do you handle two sessions in Informatica 5. which one is better performance wise joiner or look up 6. How to partition the Session? 7. How many types of sessions are there in informatica.please explain them. 8. Explain the pipeline partition with real time example? 9. Explain about cumulative Sum or moving sum? 10. CONVERT MULTIPLE ROWS TO SINGLE ROW (MULTIPLE COLUMNS) IN INFORMATICA 11. DEPLOYMENT GROUPS IN INFORMATICA 12. LOAD LAST N RECORDS OF FILE INTO TARGET TABLE - INFORMATICA 13. LOAD ALTERNATIVE RECORDS / ROWS INTO...

OBIEE 11g dumps

I have cleared OBIEE 11g certification exam (1z0-591) exam yesterday, It was damn easy when compared to OBIEE 10g certification. I have referenced oracle PDF and some of the other OBIEE dumps. I remember some of the question which came in exam. I will publish those question very soon

Configuring the Evaluate Function in OBIEE 12C

/obiee/MW/instances/instance1/config/OracleBIServerComponent/coreapplication_obis1 Change the value of EVALUATE_SUPPORT_LEVEL =0 as below EVALUATE_SUPPORT_LEVEL: 1: evaluate is supported for users with manageRepositories permssion 2: evaluate is supported for any user. other: evaluate is not supported if the value is anything else. EVALUATE_SUPPORT_LEVEL = 2; Configuring Maximum number of records not done for odi server Configuring Maximum number of records Exceeded configured maximum number of allowed input records. Added tags in Instanceconfig.xml file. Steps : 1. login into EM 2.stop the opmn services 3.go to path /obiee/FMW/instances/instance1/config/OracleBIPresentationServicesComponent/coreapplication_obips1 4.edit the instanceconfig.xml file using vi command 5. Add bellow line under views tags <MaxVisibleColumns>30000</MaxVisibleColumns> <MaxVisiblePages>2500000</MaxVisiblePages> <MaxVisibleRows>65000</MaxVisibleRows> <MaxVisib...