| Upgrades
have taken UPS 2 to 12 hours to complete depending on the application. NOTE: This documentation was written as a guideline only. Please refer to the latest Oracle documentation on Metalink for the latest updates and accuracy. CLICK HERE TO DOWNLOAD THE XL SHEET Any questions, you can drop me an email to svusuresh@me.com Or Telegram: @sureshdooly FB: facebook.com/svusuresh IG: @suresh_dooly Twitter: @svusuresh About me - Oracle DBA for Oracle RDBMS and Oracle RDB for OpenVMS, Berkley Database and NoSQL Cloud at Oracle Corporation - Bannerughatta Road, Koramangala, Banglore |
ORA-30013 is the error reported when the specified Undo tablespace is in use. In other words, this implies there are some background processes still using the undo tablespace. This error can be reported in both space management or transaction management. Error ORA-30013 reported while dropping the Undo tablespace. In this case, the Undo tablespace is used by other active transactions, leading to the error. In such cases, we have to wait until the transactions are committed or rolled back before dropping the Undo tablespace. This situation is similar to that of the ORA-1548 case. Error ORA-30013 reported while bringing up the database. This happens for RAC databases while the undo tablespace mentioned for an instance is already in use. The solution will be to set separate Undo tablespace for all instances. Since undo_tablespace is an instance local parameter, we have to ensure that the "Alter system set undo_tablespace" is being invo...
Comments
Post a Comment