以下の内容はhttps://gblog.hatenablog.jp/entry/2020/09/18/155838より取得しました。


UNDO の縮小

もうめんどくさいので、コマンドだけ。

 

create undo tablespace UNDOTBS2 datafile '/u01/app/oracle/oradata/TARGET1/undotbs2.dbf' size 10m;
alter system set undo_tablespace=UNDOTBS2 scope=both;
drop tablespace UNDOTBS1 including contents and datafiles;
create undo tablespace UNDOTBS1 datafile '/u01/app/oracle/oradata/TARGET1/undotbs1.dbf' size 100m reuse;
alter system set undo_tablespace = 'UNDOTBS1';
drop tablespace UNDOTBS2 including contents and datafiles;



以上の内容はhttps://gblog.hatenablog.jp/entry/2020/09/18/155838より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14