2026-03-12 20:23:15
This commit is contained in:
31
vdh/set_temporary.sql
Normal file
31
vdh/set_temporary.sql
Normal 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;
|
||||
|
||||
Reference in New Issue
Block a user