Oracle not reconising shutdown command [message #341335] |
Mon, 18 August 2008 07:12  |
ranvijaidba
Messages: 71 Registered: May 2008 Location: Bangalore
|
Member |
|
|
When i am trying to shutdown the database it is not recognising it.It is giving error.
SQL>shutdown immediate
unknown command beginning "shutdown i..." - rest of line ignored.
I am passing this command on Sql prompt.So i don't think problem in setting ORACLE_BASE,ORACLE_SID.
Please provide so,lution to this problem.
Thanks in advance.
Ran vijai
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Oracle not reconising shutdown command [message #502979 is a reply to message #502884] |
Tue, 12 April 2011 01:08  |
ridhi_sundar
Messages: 184 Registered: November 2007 Location: Bangalore
|
Senior Member |
|
|
I understand this is a very old quostion still not resolved on forum. Might be the user would have resolved it definitely.
Quote:ORACLE_SID=RWMSLDB
ORACLE_BASE=/u01/app/oracle
FORMS60_TERMINAL=/home/oracle/RWMS12/appserverunix/forms/bin
RDM_SRC=/home/oracle/RWMS12/appserverunix/forms/src
TNS_ADMIN=/home/oracle/app/ora9iAS/6iserver/network/admin
MAIL=/var/spool/mail/oracle
PATH=/home/oracle/app/ora9iAS/6iserver/bin:/home/oracle/app/ora9iAS/bin:/usr/java/jdk1.3.1_20/bin:/home/oracle/bin:/home/oracle/RWMS1 2/appserverunix/forms6i_scripts:.:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/oracle/bin:.:/home/oracle/bin:/ u01/app/oracle/product/9.2.0/bin:.
ORACLE_HOME=/u01/app/oracle/product/9.2.0
I think the sqlplus is picked from path "/home/oracle/app/ora9iAS/6iserver/bin" which is 8i oracle home.
Can be verified with "which sqlplus" command.
Ridhi
|
|
|
|