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

Home -> Community -> Usenet -> c.d.o.server -> Re: Deadly sins againts database performance/scalability

Re: Deadly sins againts database performance/scalability

From: Jeff <jeff_at_work.com>
Date: Wed, 26 Nov 2003 18:15:07 GMT
Message-ID: <bq2qjc$cmp$1@cronkite.cc.uga.edu>


What are bind variables?

;-)

In article <3fc3881c$0$13347$ed9e5944_at_reading.news.pipex.net>, "Niall Litchfield" <n-litchfield_at_audit-commission.gov.uk> wrote:
>"Dusan Bolek" <pagesflames_at_usa.net> wrote in message
>news:1e8276d6.0311250803.3cbc43be_at_posting.google.com...
>> Hello,
>>
>> I'm just creating some document how developers should/must not behave
>> when dealing with Oracle database. I written down some basic rules and
>> came with idea what's the most stupid thing that you can do to your
>> database.
>> I have two on mind, first one is not using BIND variables and the
>> second one is using COMMIT in a loop statement. However, there will be
>> more of these.
>> So I have question to you here. What's the most stupid, but in real
>> world foundable, mistakes in development applications using Oracle
>> datatabase?
>
>No primary key - rare
>No foreign keys - common
>No bind variables
>Create intermediate tables as often as possible and then drop them when done
>with.
>Use PL/SQL instead of SQL
>No Bind variable.
>Use Java SP instead of PL/SQL
>Use EJB instead of the Database.
>Use Net instead of the Database
>No bind variables .
>Avoid array fetch at all costs.
>Parse repeatedly.
>Test on your laptop with a maximum of 5 rows per table.
>Don't test at all, that is what pilots are for.
>nO binD variableS.
>Return all of the table to your client and filter on the client to avoid
>loading the server.
>Never document anything - noone will read it.
>Never have a database model - that is just for classes.
>no bind variables
>
>:(
>
>
Received on Wed Nov 26 2003 - 12:15:07 CST

Original text of this message

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