Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: A question about UPDATE. How smart is oracle
Comments embedded.
On 19 May 2005 22:06:10 -0700, ohahaahr_at_hotmail.com (Ole Hansen) wrote:
>DA Morgan <damorgan_at_psoug.org> wrote in message news:<1116289007.827852_at_yasure>...
>>
>> Run EXPLAIN PLAN and/or AUTOTRACE. A DBA where you work will no
>> doubt smile when you ask for help doing this as most DBAs despise
>> developers that don't do this on every SQL statement they write.
>
>Hi !
>
>Unfortunately we don't have an internal DBA in our company. We use an
>external oracle-consultant. And everytime i have to call him, i have
>to pay :-)
>
>Our oracle database is quite small (20 Gb), and the application using
>it is Microsoft Business solutions XAL (Formerly known as Navision XAL
>or Concorde XAL)
>
>XAL has its own query language (eXtended Application Language - XAL),
>so therefore it's not nessesary to have an internal DBA or
>SQL-programmer.
>
You contradict yourself. On the one hand you state 'unfortunately' you don't have a DBA, on the other hand you state you don't need him/her. Obviously, the decision not to hire a DBA is pennywise poundfoolish, especially as you are using a third party product to query the database. And what if your database crashes?
>BUT - sometimes the XAL query language is to slow for our queries, and
>then we are forced to use SQL. There are also some other limitations
>in the XAL-language.
>
>I have been an XAL-programmer for 10 years, but i am quite new to SQL,
>so therefore i sometime posts theese newbie-questions.
>
>(This should also clear the misunderstanding of me beeing a student,
>who don't want to do his homework himself. I graduated many years ago
>:-))
>
>I am not shure how to make an explain plan. I have recently purchased
>TOAD, but i am not sure, if i can make an explain plan there.
>
Just hit ctrl-e, and you will get an explain plan window for the
current sql statement.
You may need to set appropiate options for the location of the
plan_table, you can do this by hitting View Options
>Perhaps someone can help ?
>
>Regards,
>
>Ole
-- Sybrand Bakker, Senior Oracle DBAReceived on Fri May 20 2005 - 07:47:14 CDT
![]() |
![]() |