Jump to content

Error java.sql.SQLException Type de colonne non valide


pcouas

Recommended Posts

Hi,

 

I have following error message Error java.sql.SQLException Type de colonne non valide

From 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

 

Regards

Phil

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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_DEVELOPPER
variable rc refcursor;
--_exec my_proc( :rc );
exec DP_LO_GRAPH.P_GET_GRAPH_BY_VESSEL7( :rc );
print rc
 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...