Nothing Special   »   [go: up one dir, main page]

Oracle

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 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