alter user csmig default tablespace SYSTEM quota unlimited on SYSTEM;
alter user csmig default tablespace TBS_CSMIG quota unlimited on TBS_CSMIG;
bash$ sqlplus / as sysdba
SQL> set term out on echo on
SQL> spool csminst.log
SQL> @?/rdbms/admin/csminst.sql
SQL> ALTER USER csmig QUOTA UNLIMITED ON tbs_csmig;
User altered.
bash$ csscan TABLE='(SYSTEM.HELP)'
FROMCHAR=US7ASCII
TOCHAR=US7ASCII
LOG=instchkc
CAPTURE=N
PROCESS=1
ARRAY=1024000
Character Set Scanner v2.2 : Release 11.2.0.4.0 - Production
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
Username: / as sysdba
Password:
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, Oracle Label Security, OLAP, Data Mining,
Oracle Database Vault and Real Application Testing options
Enumerating table to scan...
. process 1 scanning SYSTEM.HELP[AAADedAABAAAIWAAAA]
Creating Database Scan Summary Report...
Creating Individual Exception Report...
Scanner terminated successfully.