Skip to Main Content

Chinese

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ora10201报ORA-20000,DBA_AUTO_SEGADV_CTL 中的tablespace比dba_tablespaces中的少

970778Oct 25 2012 — edited Oct 26 2012
oracle10.2.0.1 报ORA-20000,
ORA-12012: error on auto execute of job 8888
ORA-20000: ORA-20000: Content of the tablespace specified is not permanent or tablespace name is invalid
ORA-06512: at "SYS.PRVT_ADVISOR", line 1624
ORA-06512: at "SYS.DBMS_ADVISOR", line 186
ORA-06512: at "SYS.DBMS_SPACE", line 1338
ORA-06512: at "SYS.DBMS_SPACE", line 1554

经查DBA_AUTO_SEGADV_CTL 中的tablespace比dba_tablespaces中的少,网上都是说的 dba_tablespaces的记录少,请问这种情况如何解决,谢谢。
附:
select tablespace_name from dba_tablespaces where tablespace_name not in (select distinct tablespace_name from DBA_AUTO_SEGADV_CTL ); 有UNDOTBS1和temp两个tablespace name。
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 23 2012
Added on Oct 25 2012
4 comments
265 views