Advertisement

Thursday, May 2, 2019

Oracle Database - 19c: On Premise Installation - Oracle Linux (7.5) - Part 2

The second part of the blog discusses on how to install 19c once all the pre-req are complete. 


Download the required software from 
http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html

Make sure to accept the license agreement before downloading. 

Once you have the software then Create the directories

[As root]
mkdir /u01

chown oracle:oinstall /u01

[Connect as user - oracle]
mkdir -p /u01/app/oracle/product/193/dbhome_1

Copy the Downloaded file to /u01/app/oracle/product/193/dbhome_1

unzip -qq LINUX.X64_193000_db_home.zip

Working Directory = /u01/app/oracle/product/193/dbhome_1
Run - runInstaller and follow the steps as in the Screenshots
(./runInstaller)













At this point you will be prompted for root script execution.
Run the root Scripts as follows.



Script 1
[root@oraclebox19c /]# /u01/app/oraInventory/orainstRoot.sh
Changing permissions of /u01/app/oraInventory.
Adding read,write permissions for group.
Removing read,write,execute permissions for world.

Changing groupname of /u01/app/oraInventory to oinstall.

The execution of the script is complete.


Script 2
[root@oraclebox19c /]# /u01/app/oracle/product/193/dbhome_1/root.sh
Performing root user operation.

The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME=  /u01/app/oracle/product/193/dbhome_1

Enter the full pathname of the local bin directory: [/usr/local/bin]:
   Copying dbhome to /usr/local/bin ...
   Copying oraenv to /usr/local/bin ...
   Copying coraenv to /usr/local/bin ...


Creating /etc/oratab file...
Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root script.
Now product-specific root actions will be performed.
Oracle Trace File Analyzer (TFA - Standalone Mode) is available at :
    /u01/app/oracle/product/193/dbhome_1/bin/tfactl

Note :
1. tfactl will use TFA Service if that service is running and user has been granted access
2. tfactl will configure TFA Standalone Mode only if user has no access to TFA Service or TFA is not installed


Press okay after complete and Close to complete the installation. 

No comments:
Write comments