Table analysed [message #363199] |
Fri, 05 December 2008 06:18 |
ora_2007
Messages: 430 Registered: July 2007 Location: Mumbai
|
Senior Member |
|
|
I am using Oracle 10g.
When i seen the last_analysed column of the dba_tables then i find that the few tables are analysed yesterday 10:00 PM.
SELECT table_name, last_analyzed
FROM dba_tables
WHERE OWNER IN ('TEST')
But i did not analysed those tables.
Please let me know does oracle itself analyses the tables?
Thanks,
|
|
|
|
Re: Table analysed [message #363207 is a reply to message #363199] |
Fri, 05 December 2008 06:33 |
ora_2007
Messages: 430 Registered: July 2007 Location: Mumbai
|
Senior Member |
|
|
Thanks,
But which jobs you are telling.
Is it oracle suppled inbuild jobs?
And how they determined that object to be analysed?
Thanks,
|
|
|
|
|
|