<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Very long time for retrieving Oracle Schema with Oracle JDBC driver in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Very-long-time-for-retrieving-Oracle-Schema-with-Oracle-JDBC/m-p/2285057#M58679</link>
    <description>Hi everybody, 
&lt;BR /&gt;I'm using Talend Studio 4.1 and I have a pb with the retrieving schema function on my oracle connection. 
&lt;BR /&gt;I'm using Oracle 8 and when I want to retrieve the schema it's very very very long. 
&lt;BR /&gt;I see in the workspace log this message : 
&lt;BR /&gt;!SESSION 2010-12-29 08:55:15.516 ----------------------------------------------- 
&lt;BR /&gt;eclipse.buildId=unknown 
&lt;BR /&gt;java.version=1.6.0_21 
&lt;BR /&gt;java.vendor=Sun Microsystems Inc. 
&lt;BR /&gt;BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=fr_FR 
&lt;BR /&gt;Command-line arguments: -os win32 -ws win32 -arch x86_64 
&lt;BR /&gt;!ENTRY org.talend.libraries 1 0 2010-12-29 08:55:49.819 
&lt;BR /&gt;!MESSAGE 2010-12-29 08:55:49,809 INFO org.talend.repository.model.ProxyRepositoryFactory - mybets@laposte.net logged on DECISIONNEL_B4 
&lt;BR /&gt; 
&lt;BR /&gt;!ENTRY org.talend.libraries 4 0 2010-12-29 08:58:51.080 
&lt;BR /&gt;!MESSAGE 2010-12-29 08:58:51,070 ERROR org.talend.commons.exception.ExceptionHandler - ORA-00942: Table ou vue inexistante 
&lt;BR /&gt; 
&lt;BR /&gt;!STACK 0 
&lt;BR /&gt;java.sql.SQLException: ORA-00942: Table ou vue inexistante 
&lt;BR /&gt; at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:169) 
&lt;BR /&gt; at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:208) 
&lt;BR /&gt; at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:543) 
&lt;BR /&gt; at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1405) 
&lt;BR /&gt; at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteDescribe(TTC7Protocol.java:643) 
&lt;BR /&gt; at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:1819) 
&lt;BR /&gt; at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2004) 
&lt;BR /&gt; at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:571) 
&lt;BR /&gt; at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.extractTablesFromDB(Unknown Source) 
&lt;BR /&gt; at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.returnTablesFormConnection(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.ui.actions.metadata.AbstractCreateTableAction$1.runInUIThread(Unknown Source) 
&lt;BR /&gt; at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:95) 
&lt;BR /&gt; at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3855) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3476) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500) 
&lt;BR /&gt; at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493) 
&lt;BR /&gt; at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) 
&lt;BR /&gt; at org.talend.rcp.intro.Application.start(Unknown Source) 
&lt;BR /&gt; at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) 
&lt;BR /&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) 
&lt;BR /&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) 
&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) 
&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:597) 
&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559) 
&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514) 
&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.run(Main.java:1311) 
&lt;BR /&gt;!ENTRY org.talend.libraries 4 0 2010-12-29 09:06:59.677 
&lt;BR /&gt;!MESSAGE 2010-12-29 09:06:59,677 ERROR org.talend.commons.exception.ExceptionHandler - ORA-00942: Table ou vue inexistante 
&lt;BR /&gt; 
&lt;BR /&gt;!STACK 0 
&lt;BR /&gt;java.sql.SQLException: ORA-00942: Table ou vue inexistante 
&lt;BR /&gt; at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:169) 
&lt;BR /&gt; at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:208) 
&lt;BR /&gt; at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:543) 
&lt;BR /&gt; at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1405) 
&lt;BR /&gt; at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteDescribe(TTC7Protocol.java:643) 
&lt;BR /&gt; at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:1819) 
&lt;BR /&gt; at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2004) 
&lt;BR /&gt; at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:571) 
&lt;BR /&gt; at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.extractTablesFromDB(Unknown Source) 
&lt;BR /&gt; at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.returnMetadataColumnsFormTable(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.ui.wizards.metadata.table.database.SelectorTableForm$RetrieveColumnRunnable.run(Unknown Source) 
&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) 
&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) 
&lt;BR /&gt; at java.lang.Thread.run(Thread.java:619) 
&lt;BR /&gt;Any idea?</description>
    <pubDate>Sat, 16 Nov 2024 13:10:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:10:01Z</dc:date>
    <item>
      <title>Very long time for retrieving Oracle Schema with Oracle JDBC driver</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Very-long-time-for-retrieving-Oracle-Schema-with-Oracle-JDBC/m-p/2285057#M58679</link>
      <description>Hi everybody, 
&lt;BR /&gt;I'm using Talend Studio 4.1 and I have a pb with the retrieving schema function on my oracle connection. 
&lt;BR /&gt;I'm using Oracle 8 and when I want to retrieve the schema it's very very very long. 
&lt;BR /&gt;I see in the workspace log this message : 
&lt;BR /&gt;!SESSION 2010-12-29 08:55:15.516 ----------------------------------------------- 
&lt;BR /&gt;eclipse.buildId=unknown 
&lt;BR /&gt;java.version=1.6.0_21 
&lt;BR /&gt;java.vendor=Sun Microsystems Inc. 
&lt;BR /&gt;BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=fr_FR 
&lt;BR /&gt;Command-line arguments: -os win32 -ws win32 -arch x86_64 
&lt;BR /&gt;!ENTRY org.talend.libraries 1 0 2010-12-29 08:55:49.819 
&lt;BR /&gt;!MESSAGE 2010-12-29 08:55:49,809 INFO org.talend.repository.model.ProxyRepositoryFactory - mybets@laposte.net logged on DECISIONNEL_B4 
&lt;BR /&gt; 
&lt;BR /&gt;!ENTRY org.talend.libraries 4 0 2010-12-29 08:58:51.080 
&lt;BR /&gt;!MESSAGE 2010-12-29 08:58:51,070 ERROR org.talend.commons.exception.ExceptionHandler - ORA-00942: Table ou vue inexistante 
&lt;BR /&gt; 
&lt;BR /&gt;!STACK 0 
&lt;BR /&gt;java.sql.SQLException: ORA-00942: Table ou vue inexistante 
&lt;BR /&gt; at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:169) 
&lt;BR /&gt; at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:208) 
&lt;BR /&gt; at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:543) 
&lt;BR /&gt; at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1405) 
&lt;BR /&gt; at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteDescribe(TTC7Protocol.java:643) 
&lt;BR /&gt; at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:1819) 
&lt;BR /&gt; at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2004) 
&lt;BR /&gt; at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:571) 
&lt;BR /&gt; at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.extractTablesFromDB(Unknown Source) 
&lt;BR /&gt; at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.returnTablesFormConnection(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.ui.actions.metadata.AbstractCreateTableAction$1.runInUIThread(Unknown Source) 
&lt;BR /&gt; at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:95) 
&lt;BR /&gt; at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3855) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3476) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500) 
&lt;BR /&gt; at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493) 
&lt;BR /&gt; at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) 
&lt;BR /&gt; at org.talend.rcp.intro.Application.start(Unknown Source) 
&lt;BR /&gt; at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) 
&lt;BR /&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) 
&lt;BR /&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) 
&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) 
&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:597) 
&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559) 
&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514) 
&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.run(Main.java:1311) 
&lt;BR /&gt;!ENTRY org.talend.libraries 4 0 2010-12-29 09:06:59.677 
&lt;BR /&gt;!MESSAGE 2010-12-29 09:06:59,677 ERROR org.talend.commons.exception.ExceptionHandler - ORA-00942: Table ou vue inexistante 
&lt;BR /&gt; 
&lt;BR /&gt;!STACK 0 
&lt;BR /&gt;java.sql.SQLException: ORA-00942: Table ou vue inexistante 
&lt;BR /&gt; at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:169) 
&lt;BR /&gt; at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:208) 
&lt;BR /&gt; at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:543) 
&lt;BR /&gt; at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1405) 
&lt;BR /&gt; at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteDescribe(TTC7Protocol.java:643) 
&lt;BR /&gt; at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:1819) 
&lt;BR /&gt; at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2004) 
&lt;BR /&gt; at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:571) 
&lt;BR /&gt; at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.extractTablesFromDB(Unknown Source) 
&lt;BR /&gt; at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.returnMetadataColumnsFormTable(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.ui.wizards.metadata.table.database.SelectorTableForm$RetrieveColumnRunnable.run(Unknown Source) 
&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) 
&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) 
&lt;BR /&gt; at java.lang.Thread.run(Thread.java:619) 
&lt;BR /&gt;Any idea?</description>
      <pubDate>Sat, 16 Nov 2024 13:10:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Very-long-time-for-retrieving-Oracle-Schema-with-Oracle-JDBC/m-p/2285057#M58679</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Very long time for retrieving Oracle Schema with Oracle JDBC driver</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Very-long-time-for-retrieving-Oracle-Schema-with-Oracle-JDBC/m-p/2285058#M58680</link>
      <description>Hi,&lt;BR /&gt;if ORA-00942 error comes in Oracle thaen it means the Table name which you have specified does not exist in database&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Vijay.M</description>
      <pubDate>Wed, 29 Dec 2010 09:05:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Very-long-time-for-retrieving-Oracle-Schema-with-Oracle-JDBC/m-p/2285058#M58680</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-12-29T09:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Very long time for retrieving Oracle Schema with Oracle JDBC driver</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Very-long-time-for-retrieving-Oracle-Schema-with-Oracle-JDBC/m-p/2285059#M58681</link>
      <description>Tks for your reply, but I don't specify any table name, I try to retrieve the list of all table of my Oracle schema.&lt;BR /&gt;I just click on the "retrieve schema" choice on the contextual menu of my metadata dbconnection.&lt;BR /&gt;After a very long time, the list of my tables in my schema is present.&lt;BR /&gt;If I select one of these tables to retrieve the list of columns, Talend takes 20 minutes to recover (even on a table with 2 columns of 5 records)&lt;BR /&gt;Maybe it is my Oracle schema that is rotten</description>
      <pubDate>Wed, 29 Dec 2010 09:54:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Very-long-time-for-retrieving-Oracle-Schema-with-Oracle-JDBC/m-p/2285059#M58681</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-12-29T09:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Very long time for retrieving Oracle Schema with Oracle JDBC driver</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Very-long-time-for-retrieving-Oracle-Schema-with-Oracle-JDBC/m-p/2285060#M58682</link>
      <description>Empty the recycle bin and try retrieving schema...it'll work fine</description>
      <pubDate>Wed, 22 Jun 2011 10:16:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Very-long-time-for-retrieving-Oracle-Schema-with-Oracle-JDBC/m-p/2285060#M58682</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-06-22T10:16:50Z</dc:date>
    </item>
  </channel>
</rss>

