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: bad performance with sqlplus on solaris

Re: bad performance with sqlplus on solaris

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Thu, 01 Jan 2004 21:31:30 -0800
Message-ID: <1073021402.541797@yasure>


computer person wrote:

> Hi,
>
> We are migrating our systems from aix4.3.3 to solaris8. During migration we
> noticed that the sqlplus queries take a lot longer with the Solaris client
> then with the aix sqlplus. This was proved by running the same query against
> the solaris db server from a solaris client and aix and tabulating the
> results.
>
> We found 1 thing that slowed it down and adjusted the SQL accordingly. The
> LINESIZE was set real high even though the result set was only 250 bytes max
> (columns). This yielded very good results but we are looking for some more
> improvment, if possible.
>
> Any stories of people that use SQLPLUS on solaris and have gone through some
> tuning with the client and got good results? Looks like our db server is
> working well with exception of this.
>
> Thanks

Based on what you've written my guess is that you are ignoring the obvious and trying to fix the trivial.

What got migrated from AIX to Solaris? Server or Client or both? What is the hardware difference? RAM? CPU? DASD? What differences in init parameters?
Which version and edition of Oracle?
Which optimizer?
If CBO were statistics run with DBMS_STATS after migration?

Unless you are being billed by the byte a bit of information would be helpful. Cryptic information begats cryptic responses.

-- 
Daniel Morgan
http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp
http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Thu Jan 01 2004 - 23:31:30 CST

Original text of this message

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