Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: OPS$ and ODBC

Re: OPS$ and ODBC

From: victor tsien <vtsien_at_iris.ctd.anl.gov>
Date: 1997/09/07
Message-ID: <34137E30.77AB@iris.ctd.anl.gov>#1/1

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US