Long time querying from Oracle?

  • Thread starter Thread starter MarkD
  • Start date Start date
M

MarkD

I am running a query from two different programs:
Access2000 and SQLNavigator (a GUI querying tool -- among
other things -- that we use to link to Oracle).

The query is "select companyname from companylist" and I
am getting all the records.

In SQL Navigator, fetching all the rows takes about 3
seconds. In Access 2000, it takes over a minute.

What's the reason it takes Access longer to query the data
and is there a way to speed it up?

Thanks!
-Mark
 
What's the reason it takes Access longer to query the data
and is there a way to speed it up?


Probably a limitation of ODBC. Have you tried using a PassThrough query?
 
Mark,
I would have to assume it's because SQL navigator has a direct connection to
the Oracle database. You might look into doing a DNS-less connection for
your queries. Do a google search and you should get some good responses on
that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top