Oracle Error ORA-30071: conversion between datetime/interval and string fail

Oracle Error Message

ORA-30071: conversion between datetime/interval and string fail

Reason for the Error

An error occurs during a conversion between datetime/interval and string data type due to one of the following reasons:

– The buffer is too short to hold the result.

– The format string is bad.

Solution

None