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: unicode performance penalty

Re: unicode performance penalty

From: DA Morgan <damorgan_at_psoug.org>
Date: Mon, 08 Jan 2007 17:48:54 -0800
Message-ID: <1168307332.339847@bubbleator.drizzle.com>


applicant2006_at_rambler.ru wrote:
> I'm in the process of migrating our database to Unicode and have
> discovered that it works 4 to 5 times faster than non-unicode database.
>
>
> Oracle docs says that Unicode db should perform same or better than a
> non-unicode one.

Where? Which docs?

 > Server : Oracle 9.2.0.1.0

Patch to the most recent patch. 9.2.0.1.0 was the initial release.

> Any suggestions are welcome.

run dbms_stats.gather_schema_stats

Are the clustering factors the same (from all_indexes)?

EXPLAIN PLAN
SET STATEMENT_ID = 'abc' FOR
<your_statement_here>;

SELECT * FROM TABLE(dbms_xplan.display('PLAN_TABLE','abc','ALL'));

Post the results.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Mon Jan 08 2007 - 19:48:54 CST

Original text of this message

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