Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: ODBC connection - extra statements being run

Re: ODBC connection - extra statements being run

From: Norman Dunbar <norman.dunbar_at_environment-agency.gov.uk>
Date: Thu, 09 Feb 2006 15:53:37 +0000
Message-Id: <s3eb65a1.042@environment-agency.gov.uk>

Hi Ethan,

Norman Dunbar.
Contract Oracle DBA.
Rivers House, Leeds.

Internal : 7 28 2051
External : 0113 231 2051

>>> Ethan Post <post.ethan_at_gmail.com> 02/09/06 03:19pm >>>
>> Nothing wrong with ODBC when used right.

Maybe.
But, how do you guarantee that 'using it properly' is what will happen ?
The user builds a query in Access using the Wizard. This generates a statement which seems to allow a LIKE on a LONG - which Oracle expressely forbids. No error is generated - unlike SQLPLus or TOAD whihc barfs at the parse stage.
The (now broken) query is submitted with the WHERE clause is quietly dropped - we now have a potential problem, depending on the number of tables in the query - a huge cartesian join results.

Access is quite happy to pull all of a LONG back from Oracle, do some internal conversion (I assume) and the apply the WHERE clause locally, unfortunately, the remote Oracle database is being hit more than it needs to be.

Obviously, if I don't have LONGs in the database, I don't get this problem and maybe the 'using it right' bit then applies. Unfortunately, the version of Avvess we have doesn't let you create queries against CLOBs.

>> How did a query using this level of resources go unnoticed for over
a week?

It didn't appear on any monitoring system until (I assume) it hit the sort. Up until then everything was fine. No user complaints or anything.

Cheers,
Norman.

Information in this message may be confidential and may be legally privileged. If you have received this message by mistake, please notify the sender immediately, delete it and do not copy it to anyone else.

We have checked this email and its attachments for viruses. But you should still check any attachment before opening it.

We may have to make this message and any reply to it public if asked to under the Freedom of Information Act, Data Protection Act or for litigation. Email messages and attachments sent to or from any Environment Agency address may also be accessed by someone other than the sender or recipient, for business purposes.

If we have sent you information and you wish to use it please read our terms and conditions which you can get by calling us on 08708 506 506. Find out more about the Environment Agency at www.environment-agency.gov.uk

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Feb 09 2006 - 09:53:37 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US