braykov Member³ Jan 27, 2016 #1 The beautifier fails on types like the following: Code: CREATE OR REPLACE TYPE "SCHEMA_NAME"."MY_VALUES_ARRAY" IS VARRAY (100) OF my_values; / Code: CREATE OR REPLACE TYPE "SCHEMA_NAME"."MY_TBL_T" as table of MY_REC_T; / Also files formatted with BEAUT command get emtpied.
The beautifier fails on types like the following: Code: CREATE OR REPLACE TYPE "SCHEMA_NAME"."MY_VALUES_ARRAY" IS VARRAY (100) OF my_values; / Code: CREATE OR REPLACE TYPE "SCHEMA_NAME"."MY_TBL_T" as table of MY_REC_T; / Also files formatted with BEAUT command get emtpied.
Marco Kalter Administrator Staff member Jan 28, 2016 #1 A VARRAY can indeed not be beatified. The file should not be cleared though.