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

Oracle

The document provides instructions for installing Oracle database software on a Linux system. It includes steps to: 1) Select the oracle-base directory during installation. 2) Install prerequisite packages like libstdc++ and findutils. 3) Configure the oracle user account and profile. 4) Mount the tmpfs for shared memory. 5) Create and configure a single instance Oracle database with the default memory and character set settings. 6) Enable automatic backups and use the same passwords for all accounts. 7) Set permissions on the nmb file and start the Oracle services.

Uploaded by

windwalker78
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

Oracle

The document provides instructions for installing Oracle database software on a Linux system. It includes steps to: 1) Select the oracle-base directory during installation. 2) Install prerequisite packages like libstdc++ and findutils. 3) Configure the oracle user account and profile. 4) Mount the tmpfs for shared memory. 5) Create and configure a single instance Oracle database with the default memory and character set settings. 6) Enable automatic backups and use the same passwords for all accounts. 7) Set permissions on the nmb file and start the Oracle services.

Uploaded by

windwalker78
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

Oracle

1. During install oracle-base is selected 2. yast --install libstdc++ findutils findutils-locate kernel-bigsmp openmotif sysstat 3. /etc/passwd oracle /bin/bash instead of /bin/false 4. /etc/profile.d/oracle.sh change 10.2 to 11.2 5. udev /dev/shm tmpfs noauto,size=4g 0 0 in FSTAB or mount -t tmpfs shmfs -o size=4096m /dev/shm 6. Create and configure a database 6.1Server Class 6.2Single Instance database Installation 6.3Advanced 6.4Languages-English,Bulgarian 6.5Enterprise Edition 6.6/opt/oracle and /opt/oracle/product/10.2/db_1

6.7/opt/oracle/oraInventory 6.8Orcl/orcl 6.9Memory:570 (2500)MB charset: Unicode 6.10 6.11 6.12 AL32UTF8

Enable automatic backups User/password Use the same passwords for all accounts Dba/oinstall

7. ERROR NMB UNIX: /bin/nmo & /bin/nmb :- permission set to " -rwsr-s--- " owner root. 8. chkconfig --level 2345 oracle on 9. vi /etc/sysconfig/oracle

START_ORACLE_DB="yes"

START_ORACLE_DB_LISTENER="yes"

START_ORACLE_DB_AGENT="yes"

START_ORACLE_DB_EMANAGER="yes"

10.vi /etc/oratab: orcl:/opt/oracle/product/10.2/db_1:Y 11.mkdir p /usr/lib/firefox/plugins && cp /mnt/Installs/optional/libflashplayer.so /usr/lib/firefox/plugins/ # flashplayer_10_1r53_64_linux.tar.gz

You might also like