Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: running instantclient sqlplus without tnsnames.ora file?
HansF <News.Hans_at_telus.net> wrote:
> Amusingly the 4 installation steps are on the bottom of the download
> screen.
Sure, I've got it installed, built, and running with no problems save one. I followed those instructions which worked perfectly, so no need to be amused.
However, I'm having problems getting the exact syntax for specifing the connection string without also specifying the password on the command line which makes it visible to everyone running ps.
works:
sqlplus scott/tiger@//oracle-rac-1:1521/racdb.pixar.com
does not work:
sqlplus scott@//oracle-rac-1:1521/racdb.pixar.com
(produces usage message)
What do I type in the second case?
Thanks!
Mark
-- Mark Harrison Pixar Animation StudioReceived on Thu Sep 08 2005 - 15:33:32 CDT
![]() |
![]() |