Skip to content

CURRENT_DEFAULT_TRANSFORM_GROUP

SELECT CURRENT_DEFAULT_TRANSFORM_GROUP
FROM dual;
SYS$NULL

The CURRENT_DEFAULT_TRANSFORM_GROUP function returns the current value of the DEFAULT_TRANSFORM_GROUP initialization parameter. This parameter specifies a SQL*Loader control file-embedded SQL statement’s default SQL transform group if no specific SQL transform group is specified. Here, it is returning SYS$NULL indicating no specific transform group is currently set.