Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> 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_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
![]() |
![]() |