Can i possible to see Table Details ?
Ex :
Table Name Date Time User
Emp May/18/2010 12:59pm Scott
Answer Posted / kamal
SELECT OWNER,OBJECT_NAME,TRUNC(CREATED),TIMESTAMP FROM
DBA_OBJECTS WHERE OBJECT_TYPE ='TABLE' AND OBJECT_NAME
='EMP'
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain the steps needed to create the scheduled job?
What is sql profiler in oracle?
How do I view tables in sql developer?
What does dml mean?
what is the command line end user interface - mysql? : Sql dba
how to rename an existing column in a table? : Sql dba
Mention what are different methods to trace the pl/sql code?
What is cursor and its types?
What is scalar function?
How to take user input in pl sql?
Can we create a trigger on view?
How to set up sql*plus output format in oracle?
Define the select into statement.
If a cursor is open, how can we find in a pl/sql block?
how to convert character strings to dates? : Sql dba