Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: OPS$ and ODBC
Brian Elliott wrote:
>
> Can any one tell me how to log into an Oracle dB using an Operating System
> Authenticated account (OPS$) and ODBC?
With sqlplus you can use: sqlplus /@connect_string if you log in as that
user. If you use oracle ano, you can also use this (user name: /,
password blank, and databse: connect_string, give a name to your odbc).
Then in your application use this name. For details, see
http://www.doc.anl.gov/oradce/
>
> What does the connection string look like?
>
> Is there something special that needs to be setup?
>
> I can log in fine using a normal Oracle account.
>
> Thank you,
>
> --- Brian
Received on Sun Sep 07 1997 - 00:00:00 CDT