Need to fetch view accessed information from database using sql command
Hi,
DB Version - 19.11.0.0.0. OS Version - Oracle Linux Server release 7.9
I need to fetch following information from history in database, especially view name. As i know we can fetch tables and index using dba_hist_sql_plan, however it's not displaying view(object) from history based on sql id.
PARSING_SCHEMA_NAME, OSUSER, USERNAME, COMPANY NUMBER, BO_VIEW_NAME, CLIENT_INFO..
Is there any other DD view for fetching views who are all accessed based on sql id or something. Please advise. Thank you.