Hello,
I've got a script for starting db instance on Solaris 7 startup. But there is an error in it. Could You tell if the script is ok?
Here it is:
#!/bin/ksh -
#script for Oracle
ORACLE_SID=myDB
export ORACLE_SID
su -o oracle -c svrmgrl <<EOF
connect internal
startup
EOF
Thanks
Tomasz
I've got a script for starting db instance on Solaris 7 startup. But there is an error in it. Could You tell if the script is ok?
Here it is:
#!/bin/ksh -
#script for Oracle
ORACLE_SID=myDB
export ORACLE_SID
su -o oracle -c svrmgrl <<EOF
connect internal
startup
EOF
Thanks
Tomasz