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
RE: [suse-oracle] Any issues with Oracle 10.1.0.3 patch ( p376184
   3_10103_LINU

RE: [suse-oracle] Any issues with Oracle 10.1.0.3 patch ( p376184
   3_10103_LINU

2004-08-18       - By Hollis, Les


Just one little item here.....you CAN alter your spfile with the instance
down....all you do is log in to sqlplus as   / as sysdba  you CANNOT set
scope=BOTH with the instance down....since there is no memory structures to
change.

-- --Original Message-- --
From: Anton Dischner [mailto:Anton.Dischner@(protected)]
Sent: Wednesday, August 18, 2004 2:35 AM
To: Mike Tierney; suse-oracle@(protected)
Subject: AW: [suse-oracle] Any issues with Oracle 10.1.0.3 patch (
p3761843_10103_LINUX)?

Hi,

installed patch yesterday and 'shot in my leg'.
(use this keywords in google to find discussion)

This scenario hits you if you have Automatic Shared Memory Management
Enabled.

In the patch process you have to alter your init Parameters:

alter system set shared_pool_size='120M' scope=spfile;
alter system set java_pool_size='120M' scope=spfile;

On startup upgrade you get:

ORA-00821 (See ORA-00821.ora-code.com): Specified value of sga_target is too small, needs to be at least
316M;

and ORA-00093 (See ORA-00093.ora-code.com): _shared_pool_reserved_min_alloc must be between 4000 and 0.

You cannot alter your spfile (binary) without a started instance.

I solved this issue by altering my pfile (text) and recreated the spfile
with an create spfile from pfile='$ORACLE_HOME/....'

You have to leave and reenter sqlplus "/ as sysdba" after getting this error
messages.

To avoid this you have to:

1. (tested) Disable automatic shared memory management or

2. (not testet) alter system set sga_target='330M' scope=spfile;

before startup and running the catpatch.sql

kind regards,

Toni
--
+-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -----+
| Anton Dischner, Unix admin, Oracle-DBA       Phone: +49 89 70953202|
| Institut fuer Klinische Chemie               Fax  : +49 89 70958888|
| Klinikum Grosshadern                         Home : +49 89 69708766|
| Ludwig Maximilians Universitaet Muenchen     Mobil: +49 172 8388880|
| 81366 Muenchen Germany                                             |
| Marchioninistr. 15                  dischner at med.uni-muenchen.de|
+-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -----+

> Betreff: [suse-oracle] Any issues with Oracle 10.1.0.3 patch
> (p3761843_10103_LINUX)?
>
> Has anyone had any issues after applying this in a production environment?
>
> Our production database is 32-bit 10g running on AMD 64 SLES 8 (SP3).
>


--
To unsubscribe, email: suse-oracle-unsubscribe@(protected)
For additional commands, email: suse-oracle-help@(protected)
Please see http://www.suse.com/oracle/ before posting


--
To unsubscribe, email: suse-oracle-unsubscribe@(protected)
For additional commands, email: suse-oracle-help@(protected)
Please see http://www.suse.com/oracle/ before posting