pcouas Posted February 2, 2016 Posted February 2, 2016 Hi, I have following error message Error java.sql.SQLException Type de colonne non valideFrom IReport i use{call DP_LO_GRAPH._GET_GRAPH_BY_VESSEL7($P{ORACLE_REF_CURSOR})}My store proc is PROCEDURE P_GET_GRAPH_BY_VESSEL7(v_refcur OUT sys_refcursor)I using oracle10 Express Edition RegardsPhil
pcouas Posted February 2, 2016 Author Posted February 2, 2016 ORACLE_REF_CURSOR is not available into parameters list ??I have added it manually ??type type java.sql.ResultSet is not available from available type My procedure is fine running from SQL_DEVELOPPERvariable rc refcursor;--_exec my_proc( :rc );exec DP_LO_GRAPH.P_GET_GRAPH_BY_VESSEL7( :rc );print rc
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now