How to fix the Oracle error OCI-31095: cannot generate string : “string.string” already exists?
In this post, you’ll learn more about the Oracle ErrorOCI-31095: cannot generate string : “string.string” already exists with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
OCI-31095: cannot generate string : “string.string” already exists
Reason for the Error OCI-31095: cannot generate string : “string.string” already exists
The type/table name specified in the XML schema document cannot be generated because it is already being used.
How to fix the Error OCI-31095: cannot generate string : “string.string” already exists ?
You can fix this error in Oracle by following the below steps
Use different names for types/tables or use the NOGEN mode so that schema compiler does not generate new types/tables.
Leave Your Comment