Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.
No Answer is Posted For this Question
Be the First to Post Answer
What is a oracle database?
What is Hash Cluster ?
What is transaction control statement and how many types of transaction control statement in Oracle?
How do I uninstall oracle 11g?
What is raw datatype?
how can db_files > maxdatafiles since db_files is for instance and the later is for database
7. Repeat query (7) but also display all clients who have never ordered anything.
what is the output of select * from emp where null=null & select * from emp where 1=1
what is difference between cartesian join & cross join even they give same result?
What are privileges and grants?
I have a table that log salary-increase-process have fields: autoid, old_salary, acctno and table EMP: acctno, name, salary I want to list count increase-salary of employees, each have old_salary, new_salary. Help me with SELECT statement, please!
How to put more than 1000 values into an oracle in clause?