Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi !
I began on Talend. I managed to connect Talend with my DB but when i want to extract data, i got a problem. Here is the backtrace :
Exception in component tOracleInput_1
java.sql.SQLException: ORA-00942: table or view does not exist
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:113)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:754)
at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:210)
at oracle.jdbc.driver.T4CStatement.executeForDescribe(T4CStatement.java:804)
at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1051)
at oracle.jdbc.driver.T4CStatement.executeMaybeDescribe(T4CStatement.java:845)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1156)
at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:1315)
at testtalend.essaisixtus_0_1.EssaiSixtus.tOracleInput_1Process(EssaiSixtus.java:1171)
at testtalend.essaisixtus_0_1.EssaiSixtus.runJobInTOS(EssaiSixtus.java:2177)
at testtalend.essaisixtus_0_1.EssaiSixtus.main(EssaiSixtus.java:2045)
I just want to copy data from an OracleInput to an OracleOutput.
I can copy the schema of my table
Connexion with my DB, it's ok
But when i want to preview the data : "broken connexion".
I use PL/SQL Developer to check if the table exist, and it's ok.
Which parameters can i modify, check ?
More informations :
OS : Windows XP Pro v2002 SP3
TOS Version: 5.0.2 Build id: r78327-20120216-0244
Generated language : Java
Thanks a lot.
Best regards.
Dex
Hi,
Thanks for your answer. I check the type for the columns and it's the same (i duplicate the table thanks to pl/sql developer). I try to modify and test all the "action on data" (create, drop, and so on) and nothing works.
Any others ideas ?!
Thanks and best regards
Dex.