2026-03-12 20:23:15

This commit is contained in:
root
2026-03-12 21:23:47 +01:00
parent eab4b36eca
commit 93039b8489
3332 changed files with 699614 additions and 0 deletions

31
vdh/set_temporary.sql Normal file
View File

@@ -0,0 +1,31 @@
alter user SYS temporary tablespace temp;
alter user SYSTEM temporary tablespace temp;
alter user DBSNMP temporary tablespace temp;
alter user SCOTT temporary tablespace temp;
alter user OUTLN temporary tablespace temp;
alter user WMSYS temporary tablespace temp;
alter user ORDSYS temporary tablespace temp;
alter user ORDPLUGINS temporary tablespace temp;
alter user MDSYS temporary tablespace temp;
alter user CTXSYS temporary tablespace temp;
alter user XDB temporary tablespace temp;
alter user ANONYMOUS temporary tablespace temp;
alter user WKSYS temporary tablespace temp;
alter user WKPROXY temporary tablespace temp;
alter user ODM temporary tablespace temp;
alter user ODM_MTR temporary tablespace temp;
alter user OLAPSYS temporary tablespace temp;
alter user RMAN temporary tablespace temp;
alter user HR temporary tablespace temp;
alter user OE temporary tablespace temp;
alter user PM temporary tablespace temp;
alter user SH temporary tablespace temp;
alter user QS_ADM temporary tablespace temp;
alter user QS temporary tablespace temp;
alter user QS_WS temporary tablespace temp;
alter user QS_ES temporary tablespace temp;
alter user QS_OS temporary tablespace temp;
alter user QS_CBADM temporary tablespace temp;
alter user QS_CB temporary tablespace temp;
alter user QS_CS temporary tablespace temp;