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 |
Give two examples of referential integrity constraints.
Describe what redo logs are.
Can you tell me about your experience with the administration of COTS system..? Also, how do you set up seed data..?
What is dcl? : sql server DBA
How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
suppose you want to audit specific activities on sensitive data. How can you achieve that?
How can we see the database version in os level
What is a system database and what is a user database? : sql server DBA
From the database level, how can you tell under which time zone a database is operating?
what do you understand by fine-grained auditing?
How would you force a log switch?
You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
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)