Re: Connector/J stored proc [Solved]
Posted by: Mark Matthews
Date: November 18, 2004 08:44AM

Not really a bug.

The JDBC driver has to do a _lot_ more work than the shell to execute a stored procedure. Most of this work involves getting the metadata about the procedure, so that functionality such as 'registerOutParameter()' can work.

Because of this, the driver doesn't 'understand' database-prefixed callable statements yet, and won't until more work has finished making the metadata more usable on the server-side.

-Mark

Options: ReplyQuote


Subject
Written By
Posted
November 12, 2004 10:11AM
Re: Connector/J stored proc [Solved]
November 18, 2004 08:44AM


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.