Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Can DB tell if connection from odbc?
Denham Eva[SMTP:EvaD_at_TFMC.co.za] wrote:
> >Hello Gurus
> >
> >Is there anyway that Oracle 817/Win2K can pick up whether the user is
> connecting via ODBC at all?
> >As I understand it the ODBC comes in through the Net8 and therefore the
> above is not possible.
> >
>
Denham,
It might be possible, but it depends on what the ODBC-based application is. If it's a custom built program, you're probably out of luck. If it's something like Access, Excel, Lotus 123, etc., then almost all of these rely on issuing "select * from all_catalog" when they connect (the SQL call generated from the ODBC SQLTables API call), to see what tables are available.
So you could write some kind of auditing procedure to track which users are making this call, and spot them that way.
Not perfect, but might work for you.
Ciao
Fuzzy
:-)
If swallowed seek medical advice
(Apologies for the excess signature)
This email message (and attachments) may contain information confidential to
TOWER Software. If you are not the intended recipient you cannot use,
distribute or copy the message or message attachments. If you are not the
intended recipient, please notify the sender by return email immediately and
delete all copies of the message and attachments. Opinions, conclusions and
other information in this message and attachments that do not relate to the
official business of TOWER Software, are not given or endorsed by it.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Grant Allen INET: Grant_at_towersoft.com.au Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Mon Sep 02 2002 - 19:18:19 CDT
![]() |
![]() |