Links
Home
Oracle DBA Forum
Frequent Oracle Errors
TNS:could not resolve the connect identifier specified
Backtrace message unwound by exceptions
invalid identifier
PL/SQL compilation error
internal error
missing expression
table or view does not exist
end-of-file on communication channel
TNS:listener unknown in connect descriptor
insufficient privileges
PL/SQL: numeric or value error string
TNS:protocol adapter error
ORACLE not available
target host or object does not exist
invalid number
unable to allocate string bytes of shared memory
resource busy and acquire with NOWAIT specified
error occurred at recursive SQL level string
ORACLE initialization or shutdown in progress
archiver error. Connect internal only, until freed
snapshot too old
unable to extend temp segment by string in tablespace
Credential retrieval failed
missing or invalid option
invalid username/password; logon denied
unable to create INITIAL extent for segment
out of process memory when trying to allocate string bytes
shared memory realm does not exist
cannot insert NULL
TNS:unable to connect to destination
remote database not found'>ora-02019
exception encountered: core dump
inconsistent datatypes
no data found
TNS:operation timed out
PL/SQL: could not find program
existing state of packages has been discarded
maximum number of processes exceeded
error signaled in parallel query server
ORACLE instance terminated. Disconnection forced
TNS:packet writer failure
see ORA-12699
missing right parenthesis
name is already used by an existing object
cannot identify/lock data file
invalid file operation
quoted string not properly terminated
Oracle 9.2.0.5 "10046 " Tracing Causes Server Crash on Windows 2000?

Oracle 9.2.0.5 "10046 " Tracing Causes Server Crash on Windows 2000?

2004-08-03       - By Freeman, Donald
Reply:     <<     11     12     13     14  

The tables are not partitioned but we are using RAID 10 striped and mirrored. Are parallel and partitioning 'locked ' together? Is their no value to parallel unless the tables are partitioned? We are moving toward it but haven 't done it yet.

-- --Original Message-- --
From: oracle-l-bounce@(protected)
[mailto:oracle-l-bounce@(protected)]On Behalf Of Michael McMullen
Sent: Tuesday, August 03, 2004 11:41 AM
To: oracle-l@(protected)
Subject: Re: Oracle 9.2.0.5 "10046 " Tracing Causes Server Crash on
Windows 2000?


Queries will automatically go in parallel if you have partitioned tables and
your queries don 't use the partition key unless you use a global index. I
read that there was 250 simultaneous sessions. If you have lots of
partitioned tables with lots of users querying these tables without
specifying the partition key, I think you 'll hit a performance problem
pretty quickly just on maxing out cpu.
What kinds of indexes do you have on the partitioned tables? I use bitmaps
on the partitioned tables and they fly. Very small, helps performance alot.

Mike

-- -- Original Message -- --
From: "Freeman, Donald " <dofreeman@(protected) >
To: <oracle-l@(protected) >
Sent: Tuesday, August 03, 2004 11:20 AM
Subject: RE: Oracle 9.2.0.5 "10046 " Tracing Causes Server Crash on Windows
2000?


> We were hoping to improve query performance with parallel although it =
> may not be necessary in all circumstances. Regarding parallel is it =
> better to pick and choose what activities are performed in parallel? I =
> think we 've basically defaulted it on after our performance improved in =
> the areas we were concerned about. What about V$PARAMETER error? Is =
> that significant? It keeps showing up in the alert log.=20
>
> We had two occassions last week when I had to reboot the server. The =
> first was recorded in the logs I provided. The second was when I =
> arrived in the morning Friday and couldn 't log in. I couldn 't find any =
> errors recorded anywhere. We installed 9.2.0.5 on Tuesday the 27th.
>
> -- --Original Message-- --
> From: oracle-l-bounce@(protected)
> [mailto:oracle-l-bounce@(protected)]On Behalf Of Tanel P=F5der
> Sent: Tuesday, August 03, 2004 10:46 AM
> To: oracle-l@(protected)
> Subject: Re: Oracle 9.2.0.5 "10046 " Tracing Causes Server Crash on
> Windows 2000?
>
>
> It seems that, you are using parallel query and =
> cursor_sharing=3Dforce|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.
>
> -- -- Original Message -- --=20
> From: "Freeman, Donald " <dofreeman@(protected) >
> To: "Oracle-L (E-mail) " <oracle-l@(protected) >
> Sent: Tuesday, August 03, 2004 5:26 PM
> Subject: Oracle 9.2.0.5 "10046 " Tracing Causes Server Crash on Windows =
> 2000?
>
>
> > I am finally getting to practice some of the tracing functionality =
> that =3D
> > is discussed here and ran into something I haven 't seen dicussed here. =
> =3D
> > We had a complaint about a query that performs inconsistently and I =
> =3D
> > enabled my session trigger on user logon to capture it. The server =
> =3D
> > failed at a point shown below. The first entry is the alert log =
> entry. =3D
>
>
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
> To unsubscribe send email to: oracle-l-request@(protected)
> 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
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
> To unsubscribe send email to: oracle-l-request@(protected)
> 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
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
>
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe send email to: oracle-l-request@(protected)
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
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe send email to: oracle-l-request@(protected)
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
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --