Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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"
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.
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
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.
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