Re: anyway to intentionally write to the alert log?

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?
--
http://www.freelists.org/webpage/oracle-l
--
http://www.freelists.org/webpage/oracle-l

Other related posts: