Tibero/Etc

tpr 재생성하기

havy 2023. 3. 30. 17:45

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 '@SVR_HOME@/config';