How to fix the Oracle error OCI-30103: ‘string’ contains an illegal integer radix for ‘string’?
In this post, you’ll learn more about the Oracle ErrorOCI-30103: ‘string’ contains an illegal integer radix for ‘string’ with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
OCI-30103: ‘string’ contains an illegal integer radix for ‘string’
Reason for the Error OCI-30103: ‘string’ contains an illegal integer radix for ‘string’
An illegal integer radix specification was found.
How to fix the Error OCI-30103: ‘string’ contains an illegal integer radix for ‘string’ ?
You can fix this error in Oracle by following the below steps
Only ‘d’, ‘h’, ‘D’, and ‘H’ may be used as radix specifications.
Leave Your Comment