Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Writing into ALERT.LOG
dbms_system.ksdwrt(2,'A line of text');
Will write the text to the alert log.
Use 1 instead of 2 to write to the trace file
Use 3 to write to both.
Works from about 7.3 onwards - can't
remember exact versions
--
Jonathan Lewis
Yet another Oracle-related web site: http://www.jlcomp.demon.co.uk
Eugene Firyago wrote in message <84r27u$agq$1_at_bob.news.rcn.net>...
>Is there something within Oracle RDBMS that can facilitate generating
>ALERT.LOG file entries from PL/SQL.
>
>Thanks for your input,
>Eugene.
>
>
>
Received on Mon Jan 03 2000 - 15:09:39 CST
![]() |
![]() |