Syntax: TO_DSINTERVAL (sql_format, nls_parms)
Parameters: sql_format is a character string in the format required for the INTERVAL DAY TO SECOND data type, which is 'DAYS HH24:MI:SS.FF'. For example, '15 14:05:10.001' is the INTERVAL DAY TO SECOND representation for 15 days, 14 hours, 5 minutes, and 10.001 seconds. The nls_parms value is the same parameter you saw earlier with the TO_NUMBER function.