Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: 10g - ASM

Re: 10g - ASM

From: Mladen Gogala <mladen_at_wangtrading.com>
Date: Tue, 11 May 2004 11:57:49 -0400
Message-ID: <20040511155749.GE2789@mladen.wangtrading.com>


Lisa, it you should have the following configuration: #TNSNAMES:
ASM.FFCI.COM =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS =3D (PROTOCOL =3D TCP)(HOST =3D floex0cwdev01)(PORT =1521))     )
    (CONNECT_DATA =
      (SERVICE_NAME = ASM)
    )

#SQLNET:
NAMES.DIRECTORY_PATH=3D (TNSNAMES, ONAMES, HOSTNAME) Then, test the TNS descriptor locally (Make the files ~/.sqlnet.ora and ~/.tnsnames.ora) using tnsping and sqlplus. When it works, then you can put in the parameter local_listener. If you have domain (NAMES.DEFAULT_DOMAIN ) in sqlnet.ora , then it must be a part of the tnsnames.ora descriptor name, or the things will not work. Welcome to the Oracle*Net configuration nightmare.

On 05/11/2004 11:27:25 AM, "Koivu, Lisa" wrote:
> Hi KG, here is what I get when I try to start the instance:
>
> SQL> startup
> ORA-00119: invalid specification for system parameter LOCAL_LISTENER
> ORA-00132: syntax error or unresolved network name 'LISTENER'
> SQL>
>

-- 
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_at_freelists.org
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
-----------------------------------------------------------------
Received on Tue May 11 2004 - 11:02:34 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US