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
11.5.8 under SLES8

11.5.8 under SLES8

2004-05-27       - By Black, Alain

Reply:     1     2  

Efren,

There is a package on the Service Pack 3 CD in the /oracle directory named
old_gcc, which is gcc2.9.5.  I was able to add the package with a --nodeps
argument and it installed without any errors.

-Alain

-- --Original Message-- --
From: Efren Ramirez [mailto:efren.ramirez@(protected)]
Sent: Thursday, May 27, 2004 1:48 PM
To: suse-oracle@(protected)
Subject: [suse-oracle] 11.5.8 under SLES8

Hello everybody,

I am installing 11.5.8 under SLES8.  The Rapid Install failed with

ORA-12547 (See ORA-12547.ora-code.com): TNS: Lost contact

I found Note that says:
=====================================================
fact: Application Install 11.5.8
fact: UnitedLinux (32-bit)
symptom: Installing rapid install 11.5.8 at SLES8 fails
symptom: Rapidwiz failing running adcrdb.sh
symptom: ORA-12547 (See ORA-12547.ora-code.com): TNS:lost contact
cause: gcc-3.2.2 and gcc-c++-3.2.2 packages  are causing the problems

fix:
Remove packages gcc-3.2.2 and gcc-c++-3.2.2
To remove gcc-3.2.2 steps below needs to be followed.
[1] rpm -e gcc-c++
[2] rpm -e --nodeps gcc
[3] ln -s gcc /opt/gcc295/bin/gcc
[4] ln -s cc /opt/gcc295/bin/gcc
[5] ln -s g++ /opt/gcc295/bin/gcc
[6] Additionaly change the profile to have /opt/gcc295/bin/gcc in the PATH.
=====================================================

Then I proceed to install gcc2.95,  
doing make bootsrap  I am getting the following error:

cd /opt/gcc-2.95/gcc/objc; \
`if [ -f /opt/gcc295/gcc/../bison/bison ] ; then case /opt/gcc-2.95/gcc
in /*) echo /opt/gcc295/gcc/../bison/bison -L
/opt/gcc-2.95/gcc/../bison/ ;; *) echo /opt/gcc295/gcc/../bison/bison -L
/opt/gcc295/gcc//opt/gcc-2.95/gcc/../bison/ ;; esac; else echo bison ;
fi`  -o objc-parse.c objc-parse.y
objc-parse.y:1707: warning: previous rule lacks an ending `;'
objc-parse.y:2066: warning: previous rule lacks an ending `;'
objc-parse.y:2382: warning: previous rule lacks an ending `;'
objc-parse.y:2388: warning: previous rule lacks an ending `;'
objc-parse.y contains 72 shift/reduce conflicts.
expected 66 shift/reduce conflicts
make[2]: *** [/opt/gcc-2.95/gcc/objc/objc-parse.c] Error 1
make[2]: Leaving directory `/opt/gcc295/gcc'
make[1]: *** [bootstrap-lean] Error 2
make[1]: Leaving directory `/opt/gcc295/gcc'
make: *** [bootstrap-lean] Error 2


Any idea?


Thanks,
EFREN


--
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