Oracle 10.G Installation Guide For Linux: Minimum System Requirements
Oracle 10.G Installation Guide For Linux: Minimum System Requirements
SoftShacksp.com
Now select these package Desktop X Windows System Gnome Desktop Environment Applications Graphical Internet Servers Do not select anything in this section if not required for any other use Development Tools Development Tools System Administration Tools System Tools (Add the package systat by clicking on the Details link
SoftShacksp.com
SoftShacksp.com
For creating password of oracle user passwd oracle Enter your desired password twice. For creating directories
mkdir -p /u01/app/oracle chown -R oracle:oinstall /u01/app/oracle chmod -R 775 /u01/app/oracle
/sbin/sysctl p
SoftShacksp.com
SoftShacksp.com
Now logout and login as oracle user for run oracle installation. After login open terminal and enter installer path to run installation Example# /data/databast/runInstaller Now follow the installation wizard and install the oracle ORACLE auto start and shutdown script After installation copy oracle file into (/etc/init.d) that is available in startup scrip folder in installation disk. And run following commands as root Chmod 755 /etc/init.d/oracle Chkconfig --level 345 oracle on And also edit /etc/oratab file and change (N) with (Y) in the end of the database path that u want auto run Use this command to edit oratab file Gedit /etc/oratab
SoftShacksp.com
Copy the dbstart file After this copy and replace dbstart file that is available in bin folder on installation disk into the ORACLE_HOME/bin folder that is /u01/app/oracle/product/10.2.0/db_1/bin
SoftShacksp.com