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
Arg: 10.2 on SLES9 Fails, Following Guide *EXACTLY*

Arg: 10.2 on SLES9 Fails, Following Guide *EXACTLY*

2005-10-09       - By Chuck

Reply:     1     2     3     4     5     6     7     8  

Once again, as with every relese of oracle since 8.x, problems on Linux.

I have followed three different guides (all of which differered btw) and
still no luck. (The guides I used were one on oracle's site which explicitly
said was for SLES 9 and 10.2.0.1 <http://10.2.0.1>, a guide on Novell's
site, and some other site)
http://ftp.novell.com/partners/oracle/docs/10gR2_sles9_install.pdf
http://www.oracle.com/technology/pub/articles/smiley_10gdb_install.html#sles9
http://www.puschitz.com/InstallingOracle10gOnSUSE.shtml

The database installed cleanly, however, every attempt at creating a
database have failed.

Attempt 1)
Using manually set kernel parameters as the oracle guide suggest. Using
dbca, it dies with this error: "ORA-27102 (See ORA-27102.ora-code.com): out of memory".
Using a manual method with scripts: (generated using dbca)

adcinfops02:~ ==>sqlplus / as sysdba

SQL*Plus: Release 10.2.0.1.0 - Production on Sun Oct 9 11:26:27 2005

Copyright (c) 1982, 2005, Oracle. All rights reserved.

Connected to an idle instance.

SQL> startup nomount pfile=/u01/app/oracle/product/10.2/dbs/init.ora
ORA-00371 (See ORA-00371.ora-code.com): not enough shared pool memory, should be atleast 72265318 bytes
SQL> quit
Disconnected

adcinfops02:~ ==>grep shared_pool /u01/app/oracle/product/10.2/dbs/init.ora
shared_pool_size = 9000000

adcinfops02:/u01/app/oracle/product/10.2/dbs #sysctl -p
net.ipv4.icmp_echo_ignore_broadcasts = 1
net.ipv4.conf.all.rp_filter = 1
kernel.shmall = 2097152
kernel.shmmax = 2147483648
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
fs.file-max = 65536
net.ipv4.ip_local_port_range = 1024 65000


I then tried the exact same steps using orarun.pm <http://orarun.pm> (latest
version, rev 15), and received the exact same error messages.

So, is anyone running 10.2.0.1 <http://10.2.0.1> on SLES 9 and what
deviations from the documentation were required to get a database to
install?

Thanks,
CC