Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Prosyt
Partner - Contributor
Partner - Contributor

Errore nella connessione ad una tabella in DB ORACLE.

Nell'aggiungere una tabella "DEPOSITI" tramite la procedura guidata per l'aggiunta dei dati all'APP Selezionato il connettore dati, il, propietario (OWNER) e dalla lista delle tabelle a disposizione la tabella in oggetto. Compare l'errore: 

"RROR [HY000] [Qlik][OracleOCI] (3000) Oracle Caller Interface: ORA-00903: nome di tabella non valido"

 

Labels (1)
1 Solution

Accepted Solutions
Chip_Matejowsky
Support
Support

Hello @Prosyt,

The "ERROR [HY000] [Qlik][OracleOCI] (3000) Oracle Caller Interface: ORA-00903: nome di tabella non valido" is what Qlik is receiving from the source and is not a Qlik error per se.

Per http://www.dba-oracle.com/t_ora_00903_invalid_table_name.htm#:~:text=ORA%2D00903%3A%20invalid%20tabl....

ORA-00903: invalid table name.

Cause: A table or cluster name is invalid or does not exist. This message is also issued if an invalid cluster name or no cluster name is specified in an ALTER CLUSTER or DROP CLUSTER statement.

Action: Check spelling. A valid table name or cluster name must begin with a letter and may contain only alphanumeric characters and the special characters $, _, and #. The name must be less than or equal to 30 characters and cannot be a reserved word

The ORA-00903 is a simple error.  Either the table name is spelled incorrectly, or the table name needs to be qualified by adding the schema name (e.g. scott.emp)

Best Regards

Principal Technical Support Engineer with Qlik Support
Help users find answers! Don't forget to mark a solution that worked for you!

View solution in original post

1 Reply
Chip_Matejowsky
Support
Support

Hello @Prosyt,

The "ERROR [HY000] [Qlik][OracleOCI] (3000) Oracle Caller Interface: ORA-00903: nome di tabella non valido" is what Qlik is receiving from the source and is not a Qlik error per se.

Per http://www.dba-oracle.com/t_ora_00903_invalid_table_name.htm#:~:text=ORA%2D00903%3A%20invalid%20tabl....

ORA-00903: invalid table name.

Cause: A table or cluster name is invalid or does not exist. This message is also issued if an invalid cluster name or no cluster name is specified in an ALTER CLUSTER or DROP CLUSTER statement.

Action: Check spelling. A valid table name or cluster name must begin with a letter and may contain only alphanumeric characters and the special characters $, _, and #. The name must be less than or equal to 30 characters and cannot be a reserved word

The ORA-00903 is a simple error.  Either the table name is spelled incorrectly, or the table name needs to be qualified by adding the schema name (e.g. scott.emp)

Best Regards

Principal Technical Support Engineer with Qlik Support
Help users find answers! Don't forget to mark a solution that worked for you!