sqlplus [message #514001] |
Thu, 30 June 2011 11:38 |
sant_new
Messages: 165 Registered: June 2008
|
Senior Member |
|
|
Hi all,
i've installed win32_11gR2_client on windows 2003 server. I'm able to sqlplus to the oracle database from the command prompt. I installed ODAC112021 on the same Oracle_home as the Client install. Install was complete. When I do sqlplus from the command prompt again, it goes back to the prompt again without connecting to the database..
PATH on the server=C:\oracle\product\11.2.0\client_1;C:\oracle\product\11.2.0\client_1\bin;....
C:\WINDOWS>sqlplus pubs/global@tynpost
SQL*Plus: Release 11.2.0.2.0 Production on Thu Jun 30 12:10:35 2011
Copyright (c) 1982, 2010, Oracle. All rights reserved.
C:\WINDOWS>
Any help please?
Thanks
|
|
|
Re: sqlplus [message #514003 is a reply to message #514001] |
Thu, 30 June 2011 12:06 |
|
BlackSwan
Messages: 26766 Registered: January 2009 Location: SoCal
|
Senior Member |
|
|
invoke sqlplus
then enter
pubs/global@tynpost
COPY command and results then PASTE all back here
sqlplus
pubs/global@tynpost
|
|
|