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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the default fill factor value? : sql server DBA

574


What are the different types of indexes available in sql server? : sql server DBA

573


Can you redefine a table online?

668


currently iam working in mnc as a oracleappsdba,please send the EXPERIENCE RESUME those who r worked as a oracle apps dba

1869


how can you find out if a table can be redefined?

595






In what script is "snap$" created? In what script is the "scott/tiger" schema created?

1946


Explain about your sql server dba experience? : sql server DBA

547


Oracle client is not able to connect to Oracle server although tnsnames.ora file has valid enteries. Oracle error message is “ cannot resolve net service name”. Mention any three reasons.

2059


How can you tell how much space is left on a given file system and how much space each of the file system's subdirectories take-up?

2031


I have kept recovery catalog on same target database and taken backup of target DB to disk. deleted the target DB & tried to restore and revoer DB using the backup on disk but it is not possible, how do we restore & recover DB

1520


What is dcl? : sql server DBA

646


how can you process messages in order asynchronously?

556


What is the difference between clustered and non-clustered index? : sql server DBA

545


What are the different types of upgrades that can be performed in sql server? : sql server DBA

680


What are the high-availability solutions in sql server and differentiate them briefly? : sql server DBA

593