Re: anyway to intentionally write to the alert log?

  • From: "Juan Carlos Reyes Pacheco" <jreyes@xxxxxxxxxxxxxxxx>
  • To: <ryan_gaffuri@xxxxxxxxxxx>, "oracle-l@xxxxxxxxxxxxx" <oracle-l@xxxxxxxxxxxxx>
  • Date: Thu, 21 Oct 2004 09:33:01 -0400

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@xxxxxxxxxxx
Date: 10/21/04 09:31:16
To: oracle-l@xxxxxxxxxxxxx
Subject: anyway to intentionally write to the alert log?
 
anyway to write whatever i want to the oracle alert log?
--
//www.freelists.org/webpage/oracle-l
--
//www.freelists.org/webpage/oracle-l

Other related posts: