Monday, February 1, 2016

Oracle : How to add comments to Alert Log

To add comments to Alert log of Oracle Database, you can run the below command

SQL> execute sys.dbms_system.ksdwrt(2,'Hi, Hello World');

PL/SQL procedure successfully completed.

Note that the first parameter MUST be a 2.


1 comment:

  1. I refer the related information on Oracle DBA from your site.
    Thanks for providing your information on Oracle DBA Online Training

    ReplyDelete