Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » EclipseLink/JPA PLSQLStoredFunction with IN OUT NOCOPY (EclipseLink/JPA PLSQLStoredFunction with IN OUT NOCOPY Oracle Record Type)
EclipseLink/JPA PLSQLStoredFunction with IN OUT NOCOPY [message #1431427] Thu, 25 September 2014 17:26
Daniele D\'Aguanno is currently offline Daniele D\'AguannoFriend
Messages: 2
Registered: September 2014
Junior Member
Hi, I have a stored procedure (with IN OUT NOCOPY param ) written in Oracle PL-SQL:

TYPE T_RECORD1 IS RECORD (
v_1 t1.v_1%type,
v_2 number

);

TYPE T_TABLE1 IS TABLE OF T_RECORD1;

PROCEDURE P_QUERY1(param1 in varchar2,
param2 in varchar2,
param3 in varchar2,
tableT IN OUT NOCOPY T_TABLE1)


I want to call that procedure with jpa2/EclipseLink and load the data from tableT,can you help me?

thx Rolling Eyes
Previous Topic:Eclipse version for Linux development
Next Topic:Eclipse+PyDev problem
Goto Forum:
  


Current Time: Fri Apr 19 08:15:32 GMT 2024

Powered by FUDForum. Page generated in 0.03803 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top