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
very odd problem....oracle support has been no help so far.

very odd problem....oracle support has been no help so far.

2004-05-21       - By Niall Litchfield

Reply:     <<     11     12     13     14     15     16     17     18     19     20     >>  

On Fri, 21 May 2004 16:58:31 +0100, David Sharples
<dsharples@(protected) > wrote:
>
> Its not a password file error, it means some other instance has the
> database mounted (or thinks it has) it uses the lk$SID file to determine
> this

Not necessarily. :( We had a situation just recently 8174 on Windows
with the same symptoms that Chris describes.

In our case what happened was that a rogue executable started creating
multiple shadow processes/threads until the process limit was hit.
Shutting down the database and restarting gave us exactly the same
error - unable to mount exclusive - this was because as soon as Oracle
became available again these rogue threads reconnected - naturally the
3rd party app runs with dba privs so even startup restrict didn 't
work. Our solution was to kill the client executable, restart the
database and then and only then restart the client program. Anyway
this was detectable from the alert.log which contained

ALTER DATABASE MOUNT
Thu May 20 09:34:11 2004
ORA-09341 (See ORA-09341.ora-code.com): scumnt: unable to mount database
OSD-04400: unable to acquire internal semaphore for process
O/S-Error: (OS 183) Cannot create a file when that file already exists.

OSD-04400 led us to the cause.

though the sqlplus session got ORA-01102 (See ORA-01102.ora-code.com)

bottom line 1102 seems to get thrown on multiple errors at mount stage

Niall Litchfield
Oracle DBA
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
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
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --