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: Insert is very slow

Re: Insert is very slow

From: Jared Still <jkstill_at_cybcon.com>
Date: Sat, 02 Mar 2002 11:03:21 -0800
Message-ID: <F001.0041D90D.20020302110321@fatcity.com>

How about doing a:

   $dbh->do(q{alter session set sql_trace = true});

in your script before the insert, then checking the trace file with tkprof.

Jared

On Saturday 02 March 2002 07:33, Gavin D'mello wrote:
> MessageI'm trying to do a bulk insert using DBI and Oracle for about 248
> rows, this is proving to be pretty slow and expensive. Is there anyway
> where I can do a bulk insert ? I am using prepare_cached and execute with
> parameters .....
>
>
> Thanks so much,
>
> Gavin
>
> ----- Original Message -----
> From: Cunningham, Gerald
> To: Multiple recipients of list ORACLE-L
> Sent: Saturday, March 02, 2002 2:13 AM
> Subject: RE: Which FM???
>
>
>
> http://otn.oracle.com/docs/products/oracle8i/doc_library/817_doc/server.817
>/a76961/ch3.htm -----Original Message-----
> From: Rodd Holman [mailto:roddholman_at_HotPOP.com]
> Sent: Friday, March 01, 2002 1:53 PM
> To: Multiple recipients of list ORACLE-L
> Subject: Which FM???
>
>
> I'm looking for descriptions of the more cryptic columns in some of the
> V$'s. Anyone know which FM those are in?
>
> TIA
>
> Rodd


Content-Type: text/html; charset="windows-1252"; name="Attachment: 1"
Content-Transfer-Encoding: quoted-printable
Content-Description: 
----------------------------------------
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jared Still
  INET: jkstill_at_cybcon.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Sat Mar 02 2002 - 13:03:21 CST

Original text of this message

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