Cannot beautify TYPEs with varray of and table of

braykov

Member³
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.
 
Back
Top