Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Strange problem logging on...
"Volker Hetzer" <volker.hetzer_at_ieee.org> wrote:
> Hi!
>(9i, suse linux)
>I've got a very strange problem when I try to log on to
>my database (redhat 8) from a suse linux client:
>
>sqlplus kurs@$ORACLE_SID/kurs
>works
>
>but sqlplus kurs/kurs
>returns with ORA-12545: Connect failed because target host or object does not exist
>
>Any idea what that could be?
>
>Lots of thanks!
>Volker
Be sure, prior to attempting the connection, that your ORACLE_SID is set to the desired value..
( you may also need to set one called LOCAL ..., I cannot remember actual UNIX need)
set LOCAL=<your tnsnames.ora alias>;export LOCAL
----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==---- http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups ---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =--- Received on Tue May 13 2003 - 11:46:57 CDT
![]() |
![]() |