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
Oracle 10g and SuSE9.1

Oracle 10g and SuSE9.1

2004-09-23       - By Magni Fabrizio

Reply:     1     2  

This error usually is caused by two things:

- either a wrong wrapper,
- or a wrong relinking phase.

How do you create the wrapper? A vi is not a good choice (as I
discovered on my skin). Use cat instead.
If it doesn't help then you can try with

relink all > /tmp/relink.out

Every line not redirected should be a possible issue.

However I wouldn't suggest you to use DISABLE_HUGETLBFS. There are
better workarounds.
(disable_cap_mlock or hugetlb_shm_group are examples).

Make us know if it solves your problem.
Fabrizio

> -- --Original Message-- --
> From: Niall O Broin [mailto:niall@(protected)]
> Sent: 22 September, 2004 17:48
> To: suse-oracle@(protected)
> Subject: [suse-oracle] Oracle 10g and SuSE9.1
>
>
> I know this is an unsupported combination, but I understand from
> various postings here and there that people have got it to run so
> perhaps someone can assist me.
>
> The install went OK with the exception of the database create
> assistant
> which failed. However, the installer insisted that this was optional
> and not really a problem.
>
> However, now when I try to connect using sqlplus I get the (quite
> common, from what I read) error:   ORA-12547 (See ORA-12547.ora-code.com): TNS:lost contact
>
> Googling for this find s messages about checking kernel
> parameters but yet I
> have already set the kernel parameters to reasonable values
> (it's a test box
> with only 512M of memory) as:
>
>
> # sysctl -a|egrep
> "shmall|shmmax|shmmni|l\.sem|shm-use-hugepages|fs.file-max|
> ip_local_port_range"
>
> net.ipv4.ip_local_port_range = 1024     65000
> kernel.shm-use-hugepages = 0
> kernel.sem = 250        32000   100     128
> kernel.shmmni = 4096
> kernel.shmall = 2097152
> kernel.shmmax = 2147483648
> fs.file-max = 65536
>
>
> I have shm-use-hugepages set to 0 because this isn't a big
> box, and I have
> $ORACLE_HOME/bin/oracle replaced by a wrapper script which does
>
> export DISABLE_HUGETLBFS=1
>
> before actually running oracle. I think I have covered all
> the bases I have
> found by googling for this problem, but still it doesn't
> work. Ideas anyone?
>
>
>
> --
> Niall
>
>
> --
> 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