I got “ORA-30013: undo tablespace ‘UNDOTBS’ is currently in use ” error in Oracle database. ORA-30013: undo tablespace ‘UNDOTBS’ is currently in use Details of error are as follows. SQL> drop tablespace undotbs8 including contents and datafiles; drop tablespace undotbs1 including contents and datafiles * ERROR at line 1: ORA-30013: undo tablespace 'UNDOTBS8' is …
The post ORA-30013: undo tablespace ‘UNDOTBS’ is currently in use appeared first on IT Tutorial.