We are running Oracle 8.1.7 on Sun Solaris 8


I noticed if I do the following:

select object_name, status from dba_objects
where owner = 'SYS' and object_name = 'AQ$_SUBSCRIBERS';

It pulls up as the status being invalid. Anyone know how I can change this to valid?

Thanks again chums!