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
10g - ASM

10g - ASM

2004-05-10       - By Mladen Gogala

Reply:     1     2     3     4     5     6     7     8     9     10     >>  

Lisa, my name is neither Pete nor Byron, but I can help you out with this
one. The name in the LOCAL_LISTENER is the name from tnsnames.ora file,
not the listener name or a fully qualified TNS address. On 9.2.0.5, it looks
like this:

SQL >
SQL > select * from v$version;

BANNER
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Oracle9i Enterprise Edition Release 9.2.0.5.0 - Production
PL/SQL Release 9.2.0.5.0 - Production
CORE 9.2.0.6.0 Production
TNS for Linux: Version 9.2.0.5.0 - Production
NLSRTL Version 9.2.0.5.0 - Production

SQL > show parameter local_listener

NAME TYPE VALUE
-- ---- ---- ---- ---- ---- ---- --- -- ---- --- -- ---- ---- ---- ---- ---- --
local_listener string compldb.wangtrading.com
SQL >

The tnsnames.ora entry looks like this:

# TNSNAMES.ORA Network Configuration File: /pub/oracle/product/9.2.0/network/admin/tnsnames.ora
# Generated by Oracle configuration tools.

COMPLDB.WANGTRADING.COM =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = tux925)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = CMPL.wangtrading.com)
)
)


For you, it isn 't necessary to have dedicated server. For me it is, because of the nightmare
called JDBC thin driver and "connection pooling ".


On 05/10/2004 05:00:36 PM, "Koivu, Lisa " wrote:
> Hi Pete and Byron,=20

> Also, for those of you who have created the +ASM instance - the
> LOCAL_LISTENER keeps crapping out. How did you configure the
> LOCAL_LISTENER parameter in the spfile or init.ora? I 've tried the
> listener name, fully qualifying the listener address and port, including
> +ASM in the sid_list_listener, and not, and it still doesn 't like the
> LOCAL_LISTENER parameter.=20
>
> Any suggestions are appreciated.

With how many zeroes do you spell "appreciate "?
--
Mladen Gogala
Oracle DBA



Note:
This message is for the named person 's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. Wang Trading LLC and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks.
Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of any such entity.

-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe send email to: oracle-l-request@(protected)
put 'unsubscribe ' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --