OraLoader error: "ORA-00942: table or view doesn't exist".

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
carlotoffolon
Posts: 5
Joined: Thu 14 Sep 2006 14:53

OraLoader error: "ORA-00942: table or view doesn't exist".

Post by carlotoffolon » Thu 22 Mar 2007 09:33

Hi,
we have some problem with TOraLoader.

Our scenario:
We are using:
- oracle client 10.2 g and server 9.2 i.
- Odac 5.80.0.37 on Dephi 7

We read in the .NET forum that there is inconsistency between this oracle client and sever version.

Some questions:

May I use TOraLoad From an Oracle 10.2 g Client on a 9.2 Server (and if so, how)?

Is it an Oracle Oci problem or Odac problem?

Can the new Odac versions (5.80.0.40 or 6.0) fix it?

We are using MyDac (4.40.0.20). Can we load
the new Odac versions (5.80.0.40 or 6.0)?

Thanks in advance

Regards

Carlo Toffolon,
A.T.Soft

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 22 Mar 2007 12:25

Direct path loading cannot be used with Oracle 10 client and Oracle 9.2 server because of OCI bug. Therefore we cannot fix this problem.

You can use the following link to order latest ODAC version:
http://www.crlab.com/odac/ordering.html

Post Reply