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: Oracle Benchmark on Sun workstation??!!

Re: Oracle Benchmark on Sun workstation??!!

From: Azamat Khalilov <aza_at_nospam.ru>
Date: 2000/06/23
Message-ID: <dai6lsk0sisi314tp1uao5v8e2k4cdr2qf@4ax.com>#1/1

On Thu, 22 Jun 2000 20:08:08 GMT, ibm 97_at_yahoo.com wrote:

>Hi, all:
>
>Oracle 8i for solaris 2.6 on Sun Ultra 10 workstation.
>
>We want to know the max number of inserting can be done per second.
>Inserting size is around 200 bytes.
>
>How can we know this benchmark? 'cause we don't want to crash our
>machine.
>
>Thanks a lot!!!

just write simple OCI program that uses: insert into t1 (f1)values(:1); so u'll see network performance and oracle perf.

or create two tables with the same fields, fill out one, then: insert into t1 (f1,f2) select f1,f2 from t2; this tests only oracle perf.

Received on Fri Jun 23 2000 - 00:00:00 CDT

Original text of this message

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