Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Any idea on what this error means and how to resolve this error
ERROR [HY000] [Qlik][OracleOCI] (3000) Oracle Caller Interface: ORA-01741: illegal zero-length identifier
Hello,
Check SQL syntax.
ORA-01741: illegal zero-length identifier is Oracle Database Error Messages.
Cause
An attempt was made to use two double quotes ("") as an identifier. An identifier must be at least one character long.
Action
Insert at least one character between the double quotes in the identifier. If a blank identifier is required, specify a blank space between the double quotes (" ").