Re: sqlnet for decnet authentication problem?
From: Dave Mausner <dlm_at_elcky>
Date: Thu, 18 Nov 1993 03:28:51 GMT
Message-ID: <931117212851_at_dlpc030.dlogics.com>
Date: Thu, 18 Nov 1993 03:28:51 GMT
Message-ID: <931117212851_at_dlpc030.dlogics.com>
In article <AAc-uvi0oC_at_hammer.ryazan.su> pegas_at_hammer.ryazan.su (Vladimir N. Reztsov) writes:
>On the "client" side I have next connect string in the CONFIG.ORA file
>
>REMOTE=D:REMNODE"MYUSERNAME MYPASSWORD"::"TASK=ORDNTESTDB"
>
>How to avoid storing my password as open text in the connect string?
vladimir, add this to CONFIG.ORA on the pc:
SQLNET_USERNAME=myusername
and change the REMOTE parameter to:
REMOTE=D:REMNODE-TESTDB
you can also set LOCAL to the same value.
then login using null username and password or enter just "/" and you will connect without revealing your password.
-- Dave Mausner / Sr Consultant / Datalogics division of Frame Technology IncReceived on Thu Nov 18 1993 - 04:28:51 CET