Operating System - HP-UX
1751853 Members
5390 Online
108782 Solutions
New Discussion юеВ

Re: Oracle PL/SQL code running from UX shell script ???

 
SOLVED
Go to solution
Henrique Silva_3
Regular Advisor

Re: Oracle PL/SQL code running from UX shell script ???

GOT IT :-)

Thanks everyone !!!

It turns out that the issue was the slash ( "/" )missing after the END; block :-)

I am not sure why this did not work before, unless all I did was put the "/" after the exit !!!

This was driving me nuts, and I really do appreciate all the help here. Without your insight, I would be pulling all my hair out :-)

Thanks a lot,

Henrique
"to be or not to be, what was the question ???? "
Sandman!
Honored Contributor
Solution

Re: Oracle PL/SQL code running from UX shell script ???

Hi Henrique,

I'm glad you got the solution. I had mentioned this in my very first post.

>> ...you are missing the "end" statement followed by the forward slash "/" terminator for your PL/SQL block. <<

cheers!
Henrique Silva_3
Regular Advisor

Re: Oracle PL/SQL code running from UX shell script ???

You are right !!

I was putting the "/" after the exit, as opposed to after the END; block :-)

Thanks a lot guys,

Henrique
"to be or not to be, what was the question ???? "
Frank de Vries
Respected Contributor

Re: Oracle PL/SQL code running from UX shell script ???

That is bonkers,
you know what I had this at least a couple
of times, just seemed to obvious.
that shows me !!!!
End well , all well
Look before you leap