Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Database Connection Log!!!
In version 8 and above you can set a trigger on logon.
CREATE OR REPLACE TRIGGER sys.login_trigger AFTER LOGON ON DATABASE You could use the trigger to keep a table of logon's into the database.
>>> himanshu_oracle_at_att.net 04/19/01 05:01PM >>>
Hi,
we would like to log all the connections made to the database. currently I can only find the users who logged in from the client using net8 tcp/ip. BUT Which log file captures log of logging from unix server NOT using net8 tcp/ip. connecting using ipc.
TIA
- H
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: himanshu_oracle_at_att.net 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: William Beilstein INET: BeilstWH_at_obg.com 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 Thu Apr 19 2001 - 15:38:12 CDT
![]() |
![]() |