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: anyway to intentionally write to the alert log?

Re: anyway to intentionally write to the alert log?

From: Juan Carlos Reyes Pacheco <jreyes_at_dazasoftware.com>
Date: Thu, 21 Oct 2004 09:33:01 -0400
Message-Id: <4177BA8D.000001.01264@DAZA-MGEJCA5J7T>


create or replace procedure sys.db_graba_trc( cMessage VARCHAR2 ) IS
BEGIN
dbms_system.ksdwrt (3, cMessage);
end;
/  

Juan Carlos Reyes Pacheco
OCP
-------Original Message-------
 

From: ryan_gaffuri_at_comcast.net
Date: 10/21/04 09:31:16
To: oracle-l_at_freelists.org
Subject: anyway to intentionally write to the alert log?  

anyway to write whatever i want to the oracle alert log?
--

http://www.freelists.org/webpage/oracle-l
--

http://www.freelists.org/webpage/oracle-l Received on Thu Oct 21 2004 - 08:28:07 CDT

Original text of this message

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