How to fix the Oracle error OCI-31091: empty string specified as a SQL name?
In this post, you’ll learn more about the Oracle ErrorOCI-31091: empty string specified as a SQL name with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
OCI-31091: empty string specified as a SQL name
Reason for the Error OCI-31091: empty string specified as a SQL name
The XML schema document contains a null SQL name. For example, the values of attributes SQLName, SQLType, defaultTable.
How to fix the Error OCI-31091: empty string specified as a SQL name ?
You can fix this error in Oracle by following the below steps
Make sure that all names of SQL schema objects specified in the XML schema document are valid SQL names. Otherwise, remove such attributes from the schema and try again.
Leave Your Comment