This is a discussion on Best idiom for looping over input? within the Oracle Miscellaneous forums, part of the Oracle Database category; --> After moving a procedure into a package I discovered I can no longer use "call" to invoke the procedure. ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| After moving a procedure into a package I discovered I can no longer use "call" to invoke the procedure. Can someone explain why this is? Many TIA! old code: call p4_add(:typeid,:reposid,:depotFile,:rev,:tmstamp) new code (broken): call p4.add(:typeid,:reposid,:depotFile,:rev,:tmstamp) ORA-01747: invalid user.table.column,table.column, or column specification new code (works): begin p4asset.add(:typename,:repos,:depotFile,:rev); end -- Mark Harrison Pixar Animation Studios |
| ||||
| On Aug 28, 1:58*pm, m...@pixar.com wrote: > After *moving a procedure into a package I discovered I can > no longer use "call" to invoke the procedure. > > Can someone explain why this is? > Many TIA! > > old code: > > * * call p4_add(:typeid,:reposid,:depotFile,:rev,:tmstamp) > > new code (broken): > > * * call p4.add(:typeid,:reposid,:depotFile,:rev,:tmstamp) > > * * ORA-01747: invalid user.table.column,table.column, > * * * * * * * *or column specification > > new code (works): > > * * begin p4asset.add(:typename,:repos,:depotFile,:rev); end > > -- > Mark Harrison > Pixar Animation Studios I believe: call p4asset.add(:typename,:repos,:depotFile,:rev) / should work. I have no problems using call to execute procedures inside of a package. David Fitzjarrell |
| Thread Tools | |
| Display Modes | |
|
|
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Re: idiom for interactive client applications. | Syan Tan | pgsql Novice | 0 | 04-17-2008 11:50 PM |
| idiom for interactive client applications. | syan tan | pgsql Novice | 1 | 04-17-2008 11:50 PM |
| Re: idiom for interactive client applications. | Syan Tan | pgsql Novice | 0 | 04-17-2008 11:50 PM |
| pgsql: Replace bitwise looping with bytewise looping in hemdistsign and | Tom Lane | pgsql Committers | 0 | 04-10-2008 06:50 PM |
| pgsql: Replace bitwise looping with bytewise looping in hemdistsign and | Tom Lane | pgsql Committers | 0 | 04-10-2008 06:50 PM |