While trying to run the trcanlzr.sql on trace file getting ORA-12899: value too large for column
I am using trca on Oracle 19 ( Version 19.3.0.0.0 )
While trying to run the trcanlzr.sql on trace file , I am getting below error
ERROR at line 1:
ORA-12899: value too large for column "TRCANLZR"."TRCA$_SEGMENTS"."PARTITION_NAME" (actual: 31, maximum: 30)
ORA-06512: at "TRCADMIN.TRCA$T", line 388
ORA-06512: at "TRCADMIN.TRCA$T", line 4205
ORA-06512: at "TRCADMIN.TRCA$I", line 257
ORA-06512: at "TRCADMIN.TRCA$I", line 371
ORA-06512: at line 1
Can you let me know how to resolve this ?