How to fix the Oracle error OCI-04062: timestamp of string has been changed?
In this post, you’ll learn more about the Oracle ErrorOCI-04062: timestamp of string has been changed with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
OCI-04062: timestamp of string has been changed
Reason for the Error OCI-04062: timestamp of string has been changed
Attempt to execute a stored procedure to serve an RPC stub which specifies a timestamp that is different from the current timestamp of the procedure.
How to fix the Error OCI-04062: timestamp of string has been changed ?
You can fix this error in Oracle by following the below steps
Recompile the caller in order to pick up the new timestamp.
Leave Your Comment