Recent content by deanbrown3d

  1. D

    Valid Client and Server version combinations

    Yes, I tried that, the list comes up with the schema.tablename in the object inspector. It didn't help. It works fine on a 10g/10g system, I have it running and appending a million records in 10 seconds! The 10g/10g client/database setup was exported from a 9.2 server, so all permissions are...
  2. D

    Question about TOracleDirectPathLoader

    I am seeing precisely the same error and under the same conditions (10g client, 9.2 server), same error message, whereas it all works fine under 10g client with 10g server. I hope this can be resolved soon as people move over to 10g during the next year or two. Dean
  3. D

    Valid Client and Server version combinations

    Ok, assuming that's the case, and its the interface in 10g, do you have any recommedations? You do support 10g, according to your product page. Do I need to install 9.2 client to access a 9.2i server? If that's the case, I am not sure that all our clients would be able to do that, or want to do...
  4. D

    Valid Client and Server version combinations

    Its not a SQL statement. Its when I call any of the direct access calls. I can open sessions, select * from tables, etc, its just when I try to use the loader, presumably using the lower level OCI calls internally.
  5. D

    Valid Client and Server version combinations

    What are the valid client versions for DOA into Oracle Server 9.2i and also into Oracle Server 10g? The problem I am having is this: I have 2 identical databases, both with a test table called T with 4 fields. I can DOA into the table when I have both 10g Client and 10g Server running on the...
Back
Top