on 2023 May 12 3:34 PM
Good day,
I have a question about consulting changes in objects in a productive environment of the SAP HANA database:
1. In another forum they told me that it can be done through the SQL query:
"SELECT
OH.OBJECT_NAME,
OH.OBJECT_TYPE,
OH.SCHEMA_NAME,
OH.USER_NAME,
OH.OPERATION_TYPE,
OH. TIMESTAMP
FROM
SYS.M_OBJECT_HISTORY OH
WHERE
OH.IS_PRODUCED = 'TRUE'
ORDER BY
OH.TIMESTAMP DESC;"
2. Through transaction SE16 and table E070.
I would appreciate it if you could tell me which option is the most viable and if that option is described correctly.
Thank you. Greetings
Request clarification before answering.
Hi,
Alternatively, you may check HANA executed statement trace for DDL trace, ALTER or DROP. Following note can be referred.
2366291 - FAQ: SAP HANA Executed Statements Trace
Moreover, you may enable HANA audit trace for DDL SQLs.
Best Regards,
Eason Chen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
74 | |
30 | |
10 | |
8 | |
8 | |
7 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.