Home » Infrastructure » Unix » How Procedure Message can display in Unix Log file
How Procedure Message can display in Unix Log file [message #309083] Wed, 26 March 2008 06:51 Go to next message
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.

Appreciate your help.

Thx,
Khan.
Re: How Procedure Message can display in Unix Log file [message #309123 is a reply to message #309083] Wed, 26 March 2008 08:43 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
>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 )
I see this question.
I don't understand what any of this has to do with Oracle.
What is "registered" with regard to Unix or Oracle?
What is "concurrent program" as opposed to "not a concurrent program"?
Re: How Procedure Message can display in Unix Log file [message #309159 is a reply to message #309123] Wed, 26 March 2008 12:18 Go to previous message
andrew again
Messages: 2577
Registered: March 2000
Senior Member
Sounds like Oracle Apps terminology to me. To display procedure output is a sqlplus environment, it should be sufficient to:
1.) "set serveroutput on"
2.) use dbms_output.put_line() to print the values to std output

[Updated on: Wed, 26 March 2008 12:18]

Report message to a moderator

Previous Topic: regarding UNIX
Next Topic: Error in send_mail
Goto Forum:
  


Current Time: Thu Mar 28 20:43:07 CDT 2024