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
ORA-12514 error

ORA-12514 error

2005-10-21       - By Arun Singh

Reply:     1     2     3     4  

Hi Trisha,

Your database is installed correctly but listener is not having any
entry for your database instance (orclg).

Check "/etc/profile.d/oracle.sh" for ORACLE_SID entry. or Try "export
ORACLE_SID=orclg" and stop/start Oracle listener i.e. "lsnrctl stop",
"lsnrctl start".

Make sure "lsnrct status" has an entry for your database instance
"orclg" i.e. "Service "orclg" has 1 instance(s). ..."

Hope this will help,
Arun

>>> On 10/21/2005 at 4:47 am, in message
<20051021114752.36018.qmail@(protected)>, Trusha
<dtrusha@(protected)> wrote:
> Hi,
>    I have tried installing Oracle 10g R1 on SUSE Linux ES 9. But now
I am
> getting ORA 12514 Error while opening Enterprise Manager. Database
status
> show down. When I connect to sqlplus it says that database is up. The
error
> is
>
>  
>
> SQLException
> Listener refused the connection with the following error: ORA-12514 (See ORA-12514.ora-code.com),

> TNS:listener does not currently know of service requested in connect

> descriptor The Connection descriptor used by the client was:
>
(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=orclg.irma.ac.in)(POR
> T=1521)))(CONNECT_DATA=(SERVICE_NAME=orclg.irma.ac.in)))
>
>  
>
> And status of lsnrctl is
>
>  
>
> lsnrctl status
>
> LSNRCTL for Linux: Version 10.1.0.3.0 - Production on 21-OCT-2005
17:05:30
>
> Copyright (c) 1991, 2004, Oracle.  All rights reserved.
>
> Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
> STATUS of the LISTENER
> -- ---- ---- ---- ------
> Alias                     LISTENER
> Version                   TNSLSNR for Linux: Version 10.1.0.3.0 -
Production
> Start Date                21-OCT-2005 16:50:34
> Uptime                    0 days 0 hr. 14 min. 55 sec
> Trace Level               off
> Security                  ON: Local OS Authentication
> SNMP                      OFF
> Listener Parameter File  
> /opt/oracle/product/10gR1/network/admin/listener.ora
> Listener Log File        
/opt/oracle/product/10gR1/network/log/listener.log
> Listening Endpoints Summary...
>   (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))
>   (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.0.11.21)(PORT=1521)))
> Services Summary...
> Service "PLSExtProc" has 1 instance(s).
>   Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this
> service...
> The command completed successfully
>  
> I have followed the docuement available on novell web site for
installation.
>
> Please help me solving this problem
>
> Regards
>
> Trusha
>
>
>
>    
> -- ---- ---- ---- ---- ---- -----
>  Yahoo! India Matrimony: Find your partner now



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