dbTalk Databases Forums  

integrating with stored procedures using JPublisher

comp.databases.oracle.tools comp.databases.oracle.tools


Discuss integrating with stored procedures using JPublisher in the comp.databases.oracle.tools forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
ranganathan.natraj@googlemail.com
 
Posts: n/a

Default integrating with stored procedures using JPublisher - 05-15-2008 , 05:31 AM






I have requirement to integrate PL/SQL stored procedures on Oracle 10g
from Java/J2EE application.

The stored procedure uses associative arrays as In, OUT parameters.
The associative array uses data of PL/SQL record type.
Because of this I cannot call the stored procedure direclty using
JDBC.

My understanding from reading on JPublisher is that , JPublisher would
help out in creating the SQL scripts for - SQL types ( mapping to PL/
SQL types) + conversion functions for SQL->PL/SQL types and vice versa
+ wrapper stored procedures.
Also JPublisher creates wrapper java classes.
This would enable passing SQL types via JDBC to the wrapper stored
procedure which would then get converted to PL/SQL types and invoke
the required underlying procedure.

Is the above understanding correct, specifically in relation to the
fact that I have associative arrays and PL/SQL record types in stored
procedure. Kindly clarify

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.