Installing Oracle Database 11g On Linux
Installing Oracle Database 11g On Linux
Installing Oracle Database 11g On Linux
Purpose In this tutorial, you learn how to install Oracle Database 11g on Linux. Topics This tutorial covers the following topics: Installing Oracle Database 11g on Linux Testing Your Installation
2. The product you want to install is Oracle Database 11g. Make sure the product is selected and click Next.
2. You will perform a basic installation with a starter database. Enter orcl for the Global Database Name and oracle for Database Password and Confirm Password. Then, click Next.
3. You need to specify your Inventory directory. The location should be set to /u01/app/oracle/oraInventory. Accept the default Operating System group name, oinstall. Then, click Next.
4. The installer now verifies that the system meets all the minimum requirements for installing and configuring the chosen product. Please correct any reported errors before continuing. When the check successfully completes, click Next.
5. Oracle Configuration Manager allows you to associate your configuration information with your Metalink account. You can choose to enable it on this window. Then, click Next.
6. Review the Summary window to verify what is to be installed. Then, click Install.
10. When the database has been created, you can unlock the users you want to use. Click OK.
11. You need to execute orainstRoot.sh and root.sh as the root user.
12. Open a terminal window and enter the following commands. Follow the prompts as instructed.
su <rootpassword> cd /u01/app/oracle/oraInventory ./orainstRoot.sh cd ../product/11.1.0/db_1 ./root.sh exit exit
2. Enter system as the User Name and oracle as the Password, and then click Login.
3. The Database Control Home Page appears. Your installation was successful.