vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Check the Oracle 8.1.7 Reference manual . I believe that dba_registry was new with Oracle 9. You can get Oracle version information from the view: product_component_version, which provides the same information a v$version but in a formatted manner: product, version, status. HTH -- Mark D Powell -- |
| |||
| On 3 Jan 2005 01:16:20 -0800, yls177@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 DBA |