| how we resolve INVALID object [message #564058] |
Tue, 21 August 2012 03:05  |
 |
umeshchandraseth
Messages: 60 Registered: June 2011 Location: new delhi
|
Member |
|
|
Hi All,
i am using oracle 9i database.i have face one problem their
when i am running this query i got one increment in object type.
query is this
select do.owner,count(do.owner) from dba_objects do where do.status='INVALID' group by do.owner
i got one increment in count of owner group by owner
this object type is MATERIALIZED VIEW.
how can we solve it parmanently.
please help
thanks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|