Sunday, August 2, 2009

Clarification in Unix shell script error message?

Hi


I have Unix shell script that invokes PL/SQL procedure.


THe batch job when executed terminated with the error message 'unlimited: The specified number is not valid for this command.'


Please let me know what is the root cause of the issue and how to fix the issue.


Thanks

Clarification in Unix shell script error message?
The root cause is an error in the shell script or in the data it retrieves meaning you are not matching what a command expects to get as input.





You need to identify which line is failing and what its input is. I suggest you do the following:





Put a line that says 'set -x' near the top of the script. This will tell you wherethe failure happened... then use 'echo' to see what the command input is.
Reply:I think you have to give more information. From where you got the message(Like code line) or can you post your shell script.

hide song

No comments:

Post a Comment