Re: 10g - ASM

  • From: Mladen Gogala <mladen@xxxxxxxxxxxxxxx>
  • To: oracle-l@xxxxxxxxxxxxx
  • Date: Mon, 10 May 2004 17:21:06 -0400

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@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

Other related posts: