SQL> drop tablespace SYSSUB including contents and datafiles; Tablespace 'SYSSUB' dropped. SQL> create tablespace syssub datafile '/tbdata/SYSTEM/syssub001.dtf' size 10m reuse autoextend off; Tablespace 'SYSSUB' created. SQL>@$TB_HOME/scripts/tpr_drop.sql SQL>@$TB_HOME/scripts/tpr.sql SQL>create directory tpr_report_dir as '@SVR_HOME@/instance/@SVR_SID@'; SQL>create directory tpr_tip_dir as '@SV..