Topic: System Administration >> HELP HELP
|
Disclaimer: The purpose of all dbapool forums including OCP and Other Oracle Certification forums is to help each other with specific issues but not to share dump and copyrighted exam content, materials or intellectual property.
You may review the entire Oracle Certification Program Candidate Agreement online Here.
|
|
|
|
| alan |
Posted: Mar 28, 2006 04:20:55 AM |
Total Post: 2
Joined: Mar, 2006
|
Im trying to install oracle 8i on a DG-UX Aviion server and i get the following error when trying to start the orainst
$ ./orainst
UX:sh (./orainst.cm): ERROR: ./orainst.cm: Syntax error at line 1: `(' unexpected
Any ideas this is driving me MAD :-) |
|
|
dbavinod |
| Posted: Feb 18, 2008 01:33:14 AM | |
|
Total Post: 90
Joined: Sep, 2006
|
Create the oracle user's .profile
===========================
ORACLE_BASE=/orahome/app/oracle
ORACLE_HOME=$ORACLE_BASE/product/8.0.4
ORACLE_SID=TESTING
LD_LIBRARY_PATH=$ORACLE_HOME/lib
PATH=$PATH:/usr/sbin:/usr/ccs/bin:$ORACLE_HOME/bin
ENV=$HOME/.kshrc
EDITOR=vi
export PATH MANPATH EDITOR ORACLE_BASE ORACLE_HOME ORACLE_SID ENV
===========================
Create the oracle user's .kshrc
===========================
HISTSIZE=1024
set -o vi
delim="$"
[ `id | tr "()" " " |awk '{print $2}'` = "root" ] && delim="#"
export delim
PS1=`uname -n`:'$PWD''$delim ';export PS1
#stupid stty settings
stty kill "^U" erase "^H" intr "^C" susp "^Z"
[ -n "$DEBUG" ] && echo end of .kshrc
===========================
reboot the machine so that the required /etc/system settings take effect.
Login as root
# ORACLE_OWNER=oracle; export ORACLE_OWNER
# cd /cdrom/oracle804/orainst
# ./oratab.sh
Make the directory for the oracle data files
# mkdir /opt/oradata
# chown oracle:dba /opt/oradata
Login as the oracle user and run orainst
# cd /cdrom/oracle804/orainst
# ./orainst
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |
|
|
|
|
Forum Rules & Description
Who Can Read The Forum? Any registered user or guest
Who Can Post New Topics? Any registered user
Who Can Post Replies? Any registered user
|
| |
Get FREE Magazines
|
Top 10 Forum User
|
| Murtuja Khokhar | 814 |
| Mohammed Taj | 694 |
| Jayanta Sur | 479 |
| Vigyan Kaushik | 386 |
| positive fanatic | 361 |
| Gitesh Trivedi | 322 |
| Gopu Gopi | 239 |
| neeraj sharma | 228 |
| Ramesh Jois | 226 |
| snehalatha p | 169 |
|
|