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!
I see that OEM bug 29751133 Agent patching via patch plan - Analyze fails for Windows 2008/2012 R2 agents is fixed in 13.4c. Is or will there be a patch for it in 13.3c?
Dave
sqlplus '/as sysdba' SQL>CREATE TEMPORARY TABLESPACE temp2 TEMPFILE '/new_location/temp2_01.dbf' SIZE 64M REUSE AUTOEXTEND ON NEXT 28 MAXSIZE unlimited; SQL>ALTER DATABASE DEFAULT TEMPORARY TABLESPACE temp2 #drop old temp tablespace SQL>DROP TABLESPACE temp INCLUDING CONTENTS AND DATAFILES; #undo tablespace SQL>create undo tablespace undotbs2 datafile '/new_location/newundo02.dbf' size 2000m; #Set new tablespace as undo tablespace SQL> alter system set undo_tablespace= undotbs2 ; #Drop old undotbs tablespace SQL> drop tablespace undotbs including contents;