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 |
If you are given access to a sql server, how do you find if the sql instance is a named instance or a default instance? : sql server DBA
Name a tablespace automatically created when you create a database.
Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.
what functionality does oracle provide to secure sensitive information?
what is the difference between hot backup n rman backup?
How would you determine who has added a row to a table?
What are the different ways you can create databases in sql server? : sql server DBA
Give two methods you could use to determine what DDL changes have been made.
Give the two types of tables involved in producing a star schema and the type of data theyhold.
when does an alert gets signaled?
Explain the difference between $ORACLE_HOME and $ORACLE_BASE.
orra 1555 what is this error,why it is occur?
Oracle (3253)
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)