Skip to Main Content

Oracle Database Discussions

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!

How can i get performance feedback responses comments as a query?

User_1MRQRJan 19 2023

Hi,
I need to get performance responses details and comments by query to use it in our reports, can someone please help, I could get some of the details but not all of them, i miss mainly the response comments.

select res.*
from HRA_FEEDBACK_RESPONSE res
,HRA_FEEDBACK_REQUEST req
where req.FEEDBACK_REQ_ID = res.FEEDBACK_REQ_ID

Comments
Post Details
Added on Jan 19 2023
0 comments
924 views