How to fix the Oracle error ORA-31091: empty string specified as a SQL name?

In this post, you’ll learn more about the Oracle ErrorORA-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

ORA-31091: empty string specified as a SQL name

Reason for the Error ORA-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 ORA-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.

Tags :

Leave Your Comment