Friday 9 August 2019

AWS - Install oracle software and database on EC2 Instance


Download oracle software and winscp to EC2 instance Install software and database.

[oracle@OEL76 database]$ ./runInstaller -silent -ignoreSysPrereqs -ignorePrereq -responseFile /u01/database/response/db_install.rsp
Starting Oracle Universal Installer...

Checking Temp space: must be greater than 500 MB.   Actual 6983 MB    Passed
Checking swap space: must be greater than 150 MB.   Actual 2046 MB    Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2019-07-15_11-10-08AM. Please wait ...[oracle@OEL76 database]$ [WARNING] [INS-32055] The Central Inventory is located in the Oracle base.
   ACTION: Oracle recommends placing this Central Inventory in a location outside the Oracle base directory.
You can find the log of this install session at:
 /oracle/oraInventory/logs/installActions2019-07-15_11-10-08AM.log

[oracle@OEL76 database]$
[oracle@OEL76 database]$
[oracle@OEL76 database]$ ps -ef |grep pmon
oracle    1531   982  0 11:12 pts/0    00:00:00 grep --color=auto pmon
[oracle@OEL76 database]$ The installation of Oracle Database 12c was successful.
Please check '/oracle/oraInventory/logs/silentInstall2019-07-15_11-10-08AM.log' for more details.

As a root user, execute the following script(s):
        1. /oracle/oraInventory/orainstRoot.sh
        2. /oracle/product/12.1.0.2/dbhome_1/root.sh



Successfully Setup Software.

[oracle@OEL76 database]$

DBCA

/oracle/product/12.1.0.2/dbhome_1/bin

/oracle/product/12.1.0.2/dbhome_1/bin
[oracle@OEL76 bin]$ /oracle/product/12.1.0.2/dbhome_1/bin/dbca -silent -responsefile /u01/database/response/dbca.rsp

No comments:

Post a Comment