Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: cut an alertlog record?
Hi Ray,
declare
CurrentDate varchar2(30) := '<<' || to_char(sysdate, 'dd/mm/yyyy
hh24:mi:ss') || '>>'; TraceFile constant number := 1;
AlertLog constant number := 2;
BothLogs constant number := 3;
begin
sys.dbms_system.ksdwrt(AlertLog, CurrentDate);
end;
/
It's undocumented, use at your one peril.
Cheers,
Norman.
Norman Dunbar.
Contract Oracle DBA.
Rivers House, Leeds.
Internal : 7 28 2051
External : 0113 231 2051
>>> Ray Stell <stellr_at_cns.vt.edu> 04/07/06 01:18pm >>>
Is there a way to cut a timestamp record into the alertlog?
I'd like this to be as passive as possible. SWITCH LOGFILE
is the only thing I can think of. TIA.
-- http://www.freelists.org/webpage/oracle-l Information in this message may be confidential and may be legally privileged. If you have received this message by mistake, please notify the sender immediately, delete it and do not copy it to anyone else. We have checked this email and its attachments for viruses. But you should still check any attachment before opening it. We may have to make this message and any reply to it public if asked to under the Freedom of Information Act, Data Protection Act or for litigation. Email messages and attachments sent to or from any Environment Agency address may also be accessed by someone other than the sender or recipient, for business purposes. If we have sent you information and you wish to use it please read our terms and conditions which you can get by calling us on 08708 506 506. Find out more about the Environment Agency at www.environment-agency.gov.uk -- http://www.freelists.org/webpage/oracle-lReceived on Fri Apr 07 2006 - 07:48:17 CDT
![]() |
![]() |