Home » Infrastructure » Unix » Starting & Stopping DB using Script (Oracle 9i, HP-UX)
Starting & Stopping DB using Script [message #314605] |
Thu, 17 April 2008 05:00  |
Brayan
Messages: 315 Registered: June 2002
|
Senior Member |
|
|
Hi,
I have following part of the script to stop database in HP-UX.
sqlplus /nolog <<EOF
connect / as sysdba
shutdown immediate
EOF
But while running the script it gives error
dbPROD.sh[6]: Syntax error at line 13 : `<<' is not matched.
What could be wrong.
Brayan.
|
|
|
|
|
Goto Forum:
Current Time: Fri May 02 10:19:09 CDT 2025
|