Log Messages [message #309300] |
Thu, 27 March 2008 01:39 |
bholaimmu
Messages: 35 Registered: October 2007
|
Member |
|
|
Hi All,
I have a shell script which is registered as a concurrent program and in shell script I am executing a procedure ( which is not a concurrent program ) and here i want to capture all the messages of a procedure and display in the log file of a shell script.
My procedure is not registered as a concurrent program.
Shell script is registered as a concurrent program and in the shell script I am executing a procedure ( once connected to DB ). Now w'll get files LOG & OUT for the shell script b'coz its registered as a concurrent program. Here, I want to display the messages of a procedure in the LOG file of a shell script. Neither DBMS_OUTPUT.PUT_LINE nor fnd_file.put_line(fnd_file.log,'any message') doesnt work in this case. Is there any method where we can capture the messages of a procedure & display in the log file of a shell script.
Appreciate your help.
Thx,
Khan.
|
|
|