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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: How to stop access to prod instance ...

RE: How to stop access to prod instance ...

From: Mercadante, Thomas F <NDATFM_at_labor.state.ny.us>
Date: Mon, 07 Jan 2002 05:52:05 -0800
Message-ID: <F001.003E83DA.20020107053018@fatcity.com>

Sam,

How do you create a LOGON trigger to *prevent* a connection from occurring?

Certainly, the LOGON trigger can track who connects with what tool. I am doing the same thing with my web application - tracking connections and sending me a report every day of all connections.

But I have not found a way to prevent the connection - there is no way that I've found to disconnect someone with the LOGON trigger.

Am I missing something - did you figure this out? Please share!

Thanks

Tom Mercadante
Oracle Certified Professional

-----Original Message-----
Sent: Saturday, January 05, 2002 11:40 PM To: Multiple recipients of list ORACLE-L

You can create a LOGON Trigger to stop users using anything i.e. SQLPLUS ,MSACCESS etc...
I have applied one at our site and works good. I even log people who try to log in and get them to explain to management their motives. That is a good deterrent.
The trigger can be written so that only selective users can have access if need be.

Sam P.Roberts (M.Sc)
Senior DBA

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author:
  INET: rabbit_at_emirates.net.ae

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).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Mercadante, Thomas F
  INET: NDATFM_at_labor.state.ny.us
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 Jan 07 2002 - 07:52:05 CST

Original text of this message

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