0% found this document useful (0 votes)
64 views

Applies To:: ORA-600 (13310) Reported When Obtaining An OS Unique Identifier (Doc ID 1234083.1)

An ORA-600 [13310] error occurs when Oracle is unable to obtain a unique system identifier due to lack of system resources like memory or swap space. Freeing up or increasing resources like memory and swap can resolve the issue. The error typically appears in alert.log and client applications when statements that require a unique ID are run.

Uploaded by

praphul
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
64 views

Applies To:: ORA-600 (13310) Reported When Obtaining An OS Unique Identifier (Doc ID 1234083.1)

An ORA-600 [13310] error occurs when Oracle is unable to obtain a unique system identifier due to lack of system resources like memory or swap space. Freeing up or increasing resources like memory and swap can resolve the issue. The error typically appears in alert.log and client applications when statements that require a unique ID are run.

Uploaded by

praphul
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Document 1234083.

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-sta...

ORA-600 [13310] Reported When Obtaining An OS Unique Identifier (Doc ID 1234083.1)


Modified: 13-Jun-2013

Type: PROBLEM

In this Document
Symptoms
Changes
Cause
Solution
References

APPLIES TO:
Oracle Database - Enterprise Edition - Version 8.1.7.4 to 11.2.0.3 [Release 8.1.7 to 11.2]
Information in this document applies to any platform.
***Checked for relevance on 11-Mar-2013***

SYMPTOMS
ORA-600 [13310] reported in alert.log and shown in client application.

CHANGES
A likely change will be that more memory/swap is in use by existing and/or newly created databases.

CAUSE
An ORA-600 [13310] occurs when Oracle is not able to obtain an OS unique identifier.
In most cases the failing statement will be one of the following:

select sys_guid from dual;


or
insert into mgmt_severity(target_guid,metric_guid,....);

The error does occur at a moment in time when the OS call made fails to provide an OS unique identifier, in most cases due to a lack of
system resources (memory, swap, etc/...).
It will be likely that at the same moment in time other (network) errors are observed which are likely triggered as well by the lack of system
resources.
The ora-600 [13310] can occur at process creation but as well in an existing connection.
The ora-600 [13310] is more likely to be hit at Windows platforms compared to other platforms.

SOLUTION
The problem is resolved by freeing up and/or increasing system resources such as memory and swap.

REFERENCES
NOTE:798402.1 - Query Failing With ORA-00600 [13310]

1 of 1

12/19/2013 7:13 AM

You might also like