Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

return code 139

PandeeshJun 2 2011 — edited Jun 6 2011
Hi i am executingthe below script in unix:

sqlplus -s ${SQL_USERID} <<EOF
whenever sqlerror exit sql.sqlcode
begin
UPDATE statement

end;
/
EOF
rc=$?
echo $rc

i am getting the return code as 139.

What does it mean?

How to make the query to be successful?

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 4 2011
Added on Jun 2 2011
5 comments
3,794 views