MySQL Forums
Forum List  »  Oracle

Re: Cannot insert value in the Temporary Table when accessed from a function via a procedure.
Posted by: Bob Field
Date: August 21, 2006 11:41AM

There are some things like statements that create, alter or drop tables that under certain circumstances seem to be deferred until the current stored routine exits. My solution has been to place code like this in it's own stored procedure. So perhaps you'll have to create prc_3 which creates your temporary table. Then prc_1 can first call prc_3 then prc_2.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Cannot insert value in the Temporary Table when accessed from a function via a procedure.
3769
August 21, 2006 11:41AM
7960
September 12, 2007 09:23PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.