Click to See Complete Forum and Search --> : SQL PLUS to query other data sources


blurry
07-17-2002, 09:56 AM
This may be a really idiotic question, but is there a package that will allow me to use SQL plus to use ODBC on my NT client to pull from ODBC or OLE DB data sources other than Oracle Databases.

Sorry for the question, but I don't know that much about the SQL PLUS featureset.

Shestakov
07-17-2002, 01:51 PM
No sqlplus can't work with odbc.

JChiappa
07-18-2002, 08:54 AM
True, sql*plus canīt cope with ODBC just out-of-the-box, BUT you ** CAN ** make ODBC connections in sql*plus installing the OCA - Open Client Adapter : it comes with Oracle Developer.

Regards,

Chiappa