Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Can't connect internal
A couple of things ...
Does your sqlnet.ora mention authentication by NTS? If so, change that 'NTS' entry to 'NONE'
Why are you trying to connect internal? Internal is an old Oracle7 shortcut way of typing the correct connect string, which is "connect sys/oracle as sysdba". It works as a shortcut in Oracle 8i. It will cease to work in Oracle 9i. So all tools, scripts and anything else you develop that depends on 'connect internal' will suddenly cease working when you upgrade. <dismounts soapbox> ;-)
Regards
HJR
"The Digital Wizard" <lintaka_at_best.co.za> wrote in message
news:3a9e5add$0$235_at_hades.is.co.za...
> Hi all oracle wizards, I am a newbie oracle dba, and I would like to know
if
> anyone knows how to connect internal thru sqlplus 8 for Oracle 8.1.7 on
> windows nt workstation I've tried but I keep getting and error see the
> following
> ERROR:
> ORA-12203: TNS:unable to connect to destination
>
> Please advise, I'll be much obliged.
>
>
>
>
Received on Thu Mar 01 2001 - 14:04:09 CST
![]() |
![]() |