You are on page 1of 2

ol7 installation : https://oracle-base.

com/articles/linux/oracle-linux-7-
installation
https://docs.oracle.com/cd/E52668_01/E54695/html/ol7-install-media.html

mount shared folder in vmbox: https://serverfault.com/questions/674974/how-to-


mount-a-virtualbox-shared-folder
==> installer is a folder in the local and is already configure as share in
the vmbox setting.
cd /
mkdir /share
mouont -t vboxsf installer /share/

R12 software installation: https://oracle-base.com/articles/12c/oracle-db-12cr1-


installation-on-oracle-linux-7

restart network: /etc/init.d/networking restart

install software only:


[oracle@ol75db1 database]$ export DISPLAY=:0.0
[oracle@ol75db1 database]$ xhost +
access control disabled, clients can connect from any host
[oracle@ol75db1 database]$ ./runInstaller
Starting Oracle Universal Installer...

Checking Temp space: must be greater than 500 MB. Actual 2001 MB Passed
Checking swap space: must be greater than 150 MB. Actual 16379 MB Passed
Checking monitor: must be configured to display at least 256 colors. Actual
16777216 Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2018-10-24_04-
34-28PM. Please wait ...[oracle@ol75db1 database]$ You can find the log of this
install session at:
/app/oraInventory/logs/installActions2018-10-24_04-34-28PM.log

[root@ol75db1 ~]# /app/oraInventory/orainstRoot.sh


Changing permissions of /app/oraInventory.
Adding read,write permissions for group.
Removing read,write,execute permissions for world.

Changing groupname of /app/oraInventory to oinstall.


The execution of the script is complete.
[root@ol75db1 ~]# /app/oracle/product/12.2.0/db_1/root.sh
Performing root user operation.

The following environment variables are set as:


ORACLE_OWNER= oracle
ORACLE_HOME= /app/oracle/product/12.2.0/db_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 :


/app/oracle/product/12.2.0/db_1/suptools/tfa/release/tfa_home/bin/tfactl

OR

Oracle Trace File Analyzer (TFA - Daemon Mode) can be installed by running this
script :

/app/oracle/product/12.2.0/db_1/suptools/tfa/release/tfa_home/install/roottfa.sh

Oracle Enterprise Manager Database Express URL: https://ol75db1.localdomain:5500/em

You might also like