Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: dba_registry
On 3 Jan 2005 01:16:20 -0800, yls177_at_hotmail.com (yls177) wrote:
>SVRMGR> select version from v$instance;
>VERSION
>-----------------
>8.1.7.2.0
>1 row selected.
>SVRMGR> desc dba_registry;
>MGR-00360: object to be described does not exist
>SVRMGR>
>
>
>Am i missing some things?
You didn't upgrade to a supported version with this new feature, also you didn't run select * from dict where table_name = 'DBA_REGISTRY' to check whether the view acutally exists.
-- Sybrand Bakker, Senior Oracle DBAReceived on Mon Jan 03 2005 - 12:14:42 CST