I need to verify the format of input parameter of 'timestamp with time zone
' type. It is passed as substitution variable in the script.
The format is 'YYYY-MM-DD HH24:MI:SS TZH:TZM'
.
How should I verify that the passed value is given format. Which oracle function to use for this?
I cannot use to_timestamp_tz function as it will convert just char-exp into timestamp with tz.
Here I want to validate the format of passed 'timestamp with time zone
' variable.