hi,
suppose i created one table after few days i did some
insert,update how can i know when will i did ddl or dml
operation is undergone on that table
Answers were Sorted based on User's Feedback
Answer / prashe
select OWNER,OBJECT_NAME,CREATED,LAST_DDL_TIME,from
dba_objects where OBJECT_NAME='&object_name';
for DDL command.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / naga bandaru
we should go with log minor or streams to find when DML
operation have been performed.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / gogune suresh kumar
For DDL operations query user_objects table.
For DML you need to create a trigger for that.
| Is This Answer Correct ? | 1 Yes | 3 No |
How can you control the amount of free space in your index pages? : sql server DBA
Explain the difference between a FUNCTION, PROCEDURE and PACKAGE.
How would you extract DDL of a table without using a GUI tool?
How to start SQL Server in minimal configuration mode?
What are the different authentication modes in sql server and how can you change authentication mode? : sql server DBA
Explain the difference between a data block, an extent and a segment.
What is the difference between dropping a database and taking a database offline? : sql server DBA
You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
What's the benefit of "dbms_stats" over "analyze"?
what is the use of ocr?
which background process will run @ the time of creation of catalog database
How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)