Oracle scheduler job log output
        Posted  
        
            by 
                JOTN
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by JOTN
        
        
        
        Published on 2010-12-21T23:49:41Z
        Indexed on 
            2010/12/21
            23:54 UTC
        
        
        Read the original article
        Hit count: 195
        
I'm using dbms_scheduler to execute a PL/SQL stored procedure. I would like to be able to have that code create some text logging output and associate it with the run to verify it's working, but I can't find anything to do that in the docs. Is there a facility to do this that I'm missing? This is an 11g database running under Unix. It would be real nice if I could use dbms_output so I could also run it from sqlplus and get output.
© Stack Overflow or respective owner