Files
oracle/vdh/set_temporary.sql
2026-03-12 21:23:47 +01:00

32 lines
1.3 KiB
SQL

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;