0% found this document useful (0 votes)
16 views

Install Oracle Soft Single

The document summarizes the installation of net-tools and configuration of Oracle software on a server. It shows commands to install net-tools via yum, run scripts to set permissions and group ownership for the Oracle inventory directory and create symbolic links and configuration files for Oracle Database 12c Release 2 software. It also offers an optional installation of the Oracle Trace File Analyzer tool.

Uploaded by

dantas.arnaldo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views

Install Oracle Soft Single

The document summarizes the installation of net-tools and configuration of Oracle software on a server. It shows commands to install net-tools via yum, run scripts to set permissions and group ownership for the Oracle inventory directory and create symbolic links and configuration files for Oracle Database 12c Release 2 software. It also offers an optional installation of the Oracle Trace File Analyzer tool.

Uploaded by

dantas.arnaldo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 15

root@snc-ap-dev-app:~# yum install net-tools

Loaded plugins: ulninfo


ol7_UEKR4 | 1.2 kB 00:00:00
ol7_latest | 1.4 kB 00:00:00
(1/2): ol7_latest/x86_64/updateinfo | 1.2 MB 00:00:01
(2/2): ol7_latest/x86_64/primary | 25 MB 00:00:09
ol7_latest 19142/19142
Resolving Dependencies
--> Running transaction check
---> Package net-tools.x86_64 0:2.0-0.17.20131004git.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

==========================================================================================================
======================================
Package Arch Version Repository Size
==========================================================================================================
======================================
Installing:
net-tools x86_64 2.0-0.17.20131004git.el7 ol7_latest 303 k

Check again
with root:
root@snc-ap-dev-app:~# /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.

root@snc-ap-dev-app:~# /u01/app/oracle/product/12.2.0.1/dbhome_1/root.sh
Performing root user operation.

The following environment variables are set as:


ORACLE_OWNER= oracle
ORACLE_HOME= /u01/app/oracle/product/12.2.0.1/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.
Do you want to setup Oracle Trace File Analyzer (TFA) now ? yes|[no] :

Oracle Trace File Analyzer (TFA - User Mode) is available at :


/u01/app/oracle/product/12.2.0.1/dbhome_1/suptools/tfa/release/tfa_home/bin/tfactl

OR

Oracle Trace File Analyzer (TFA - Daemon Mode) can be installed by running this script :
/u01/app/oracle/product/12.2.0.1/dbhome_1/suptools/tfa/release/tfa_home/install/roottfa.sh

You might also like