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

Home -> Community -> Usenet -> c.d.o.misc -> Re: tuning an simple insert-statement

Re: tuning an simple insert-statement

From: Ron Reidy <r_reidy_at_comcast.net>
Date: Sat, 06 Sep 2003 05:36:29 -0600
Message-ID: <3F59C6BD.7090009@comcast.net>


What is slow? How long does it take? Are you performing 100s of 1000s of these hard-coded things? Are there triggers firing? have you traced a session and determined what waits if any are occuring?

What expectations do you have for speed?

Pascal Ziegler wrote:
> hi,
>
> i have to insert several values with a simple insert-statement.
>
> e.g.
>
> INSERT INTO xy VALUES (1, 2, 3, 4); -- really simple ;-)
>
> (the table has just a primary-key index!!)
>
> i did this with oracle 9i and cache from intersystem! cache
> was about 5 times faster than oracle!! is this just
> the way it is or can i improve the performance of oracle!??
> and how?
>
> thanks
> - pascal
>

-- 
Ron Reidy
Oracle DBA
Received on Sat Sep 06 2003 - 06:36:29 CDT

Original text of this message

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