adspace
Give two methods you could use to determine what DDL
changes have been made.
Answer Posted / Ram Subhash Maurya
One method is to query the DBA_LOGSTAS table, which stores information about all database transactions. You can filter for DDL operations and sort by timestamp to see the changes in chronological order. Another method is to examine the control files and datafiles using operating system commands or Oracle utilities like SQL*Plus.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers