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 |
Explain CREATE DATABASE syntax?
wat is global index and local indes
How to make a replica of existing oracle server to another server?
Can you tell me about your experience with the administration of COTS system..? Also, how do you set up seed data..?
How do you add a data file to a tablespace?
What is the difference between the SQL Loader and IMPORT utilities?
What command would you use to create a backup control file?
Can you redefine a table online?
what is the difference between hot backup n rman backup?
how can you generate profile of pl/sql applications to identify performance bottlenecks?
Which environment variables are absolutely critical in order to run the OUI?
What type of index should you use on a fact table?
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)