Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Partitioning with merge statement
Thanks. We already tried the Star transform, it didn't help, but the one
thing that did help was turning pruning off. However, this essentially
makes all of our partitions throughout the database unused, so we can't do
that. It can't be set at the application level either, and we really want
to make use of the partitions anyway.
I wish we had the old environment, but with such large databases, we can't have duplicate environments.
It's interested to note that the same query against the same data that is not partitioned is much faster than the partitioned one. It should be the other way around.
Mindaugas Navickas <mnavickas_at_yahoo. To com> Sherrie.Kubis_at_swfwmd.state.fl.us, oracle-l_at_freelists.org 02/22/2007 04:51 cc PM Subject Re: Partitioning with merge statement
Sherrie,
I fould separate your issue into 2 (i do not know - they might be related):
For #1 I would suggest to look into Bug #3646263 (which suggests a
workaround
set star_transformation_enabled=temp_disable )
For #2 looking into what session waiting on might help to come to
resolution. If you have access to old environment (9.2.0.5), you can verify
what execution path was and how it differ from current.
I did not experienced this issue myself, however I came across this bug
description when I was evaluating migration impact from 9.2.0.5 to 9.2.0.8.
Regards
Mindaugas Navickas
OS: HP-UX 11.11
Oracle 9.2.0.8 (recently upgraded from 9.2.0.5)
Partitioned table: approx. 72 million rows
19 range partitions,
76 has subpartitions
Our partitioned table is updated nightly with a MERGE/UPDATE statement, and
this always
worked well in 9.2.0.5. When we went to 9.2.0.8 we sometimes (not
consistently) got a
ORA-600 [kokbcvb1]. The consistent part is that updates that used to take
seconds now take
20 minutes or longer. Recently, the ORA-00600 became consistent.
We're working (since November!) with Oracle support on this, but it seems to be going nowhere.
Has anyone else had any problems with Partitioned tables in 9.2.0.8?
--
http://www.freelists.org/webpage/oracle-l
Received on Thu Feb 22 2007 - 16:07:59 CST