try to resolve it!!!!!!!!
I am trying to use ref cursor as a return type to a function. I am taking this ref cursor value in java using cursor as data type. If cursor referring single table i can get column names cursor refers using ResultSetMetaData by setting %ROWTYPE. If my cursor refers to multiple tables what is the way to find out columns in java?

