ORA-30000: missing either trim specification or char expression in TRIM
What triggered the Error:
Since FROM is specified in TRIM function, either trim specification (TRAILING, HEADING, BOTH) or trim character or both must be specified.What should we do to fix it:
Add either trim specification (TRAILING, HEADING, BOTH) or trim character or both.