Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Oracle 9.2.0.5 "10046" Tracing Causes Server Crash on Windows 2000?
Hi Tanel,
.
Have you good advace how to disable parallel operations usage by CBO if
input conditions are:
1.
parallel_max_servers must be at least 8 for maitemenace reason (backups
etc.)
2.
there lots of partitioned tables
3.
NOPARALLEL hint not so usable, bacause there 3d party applications
4.
There 4 CPU server
.
Oracle CBO engine constantly tying to use Parallel operation.
What is the best way How to disable parallel operation on your opinion?
.
.
Jurijs
+371 9268222 (+2 GMT)
Tanel Põder <tanel.poder.003_at_mail.ee>
Sent by: oracle-l-bounce_at_freelists.org
03.08.2004 17:46
Please respond to oracle-l
To: <oracle-l_at_freelists.org> cc: Subject: Re: Oracle 9.2.0.5 "10046" Tracing Causes ServerCrash on Windows 2000?
It seems that, you are using parallel query and
cursor_sharing=force|similar
here, it might be that the problem occurs when all of these features
"collide". Do you need your query to run in parallel? (parallel option
triggers lots of bugs, including data/query result corruption ones, in my
experience).
Tanel.
> I am finally getting to practice some of the tracing functionality that
=
> is discussed here and ran into something I haven't seen dicussed here. =
> We had a complaint about a query that performs inconsistently and I =
> enabled my session trigger on user logon to capture it. The server =
> failed at a point shown below. The first entry is the alert log entry.
=
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html ----------------------------------------------------------------- ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Tue Aug 03 2004 - 10:08:59 CDT
![]() |
![]() |