Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Returning Count of records from sys_refcursor

a8457956-92d4-4d25-8f75-051c4501cac3Dec 30 2015 — edited Dec 30 2015

Hello Experts,

I want to display the count of records from SYS_REFCURSOR , to be more precise with my requirement, I need to send the count of status , age and type individually to Java application.

select * from ABC

where ABC_id = 2001

and ABC_LEVEL_ID = 1 --status

and ABC_REQUEST_DATE < sysdate --age

and ABC_TYPE_ID = 5; --type

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 27 2016
Added on Dec 30 2015
5 comments
1,432 views