Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: 10g - ASM
Lisa,
Sorry if this is duplicate information, but i have not been keeping up with the thread. If you look at tar# 622704.999 someone had a similiar problem upgrading 8i (I know you are working on 10G, but the problems look similiar enough). the fix was to put local_listener in the init.ora.
HTH, Mike "Koivu, Lisa" <Lisa.Koivu_at_Cendan To: <oracle-l_at_freelists.org> t-TRG.com> cc: Sent by: Subject: RE: 10g - ASM oracle-l-bounce_at_fr eelists.org 05/11/2004 03:10 PM Please respond to oracle-l
No, unfortunately I am on Windows.=20
I ended up wiping the machine and reinstalling. I'm going to start from scratch. This has turned into a holy mess.=20
Thanks everyone. =20
-----Original Message-----
From: Ravi Kulkarni [mailto:kulkarni.ravi_at_heb.com]=20
Sent: Tuesday, May 11, 2004 2:07 PM
To: oracle-l_at_freelists.org
Subject: RE: 10g - ASM
Yes, It needs to have a static IP. Are you using Sun Cluster ?
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Koivu, Lisa
Sent: Tuesday, May 11, 2004 11:40 AM
To: Mladen Gogala; oracle-l_at_freelists.org
Subject: RE: 10g - ASM
Hi Mladen,=3D20
It doesn't work without the ffci.com anywhere. I prefer to keep that out of the mix, it's just more typing and more mess.
I can't tnsping. Guess I should have checked this first.=3D20
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION =3D3D (ADDRESS_LIST =3D3D (ADDRESS =
=3D3D
(PROTOCOL =3D3D TCP) (HOST =3D3D floex0cwdev01)(PORT =3D3D 1521))) (CONNECT_DATA =3D3D =3D (SERVICE_NAME =3D3D
C:\Documents and Settings\lkoivu2>
Does the server need to have a static ip? This one doesn't.=3D20
As far as I can tell, tnsnames and listener are correct, the listener reports +ASM as a service. Sqlnet.ora only has authentication_services=3D3D(NTS) set.=3D20
This used to be so simple. WTF?
-----Original Message-----
From: Mladen Gogala [mailto:mladen_at_wangtrading.com]=3D20
Sent: Tuesday, May 11, 2004 11:58 AM
To: oracle-l_at_freelists.org
Cc: Koivu, Lisa
Subject: Re: 10g - ASM
Lisa, it you should have the following configuration:
#TNSNAMES:
ASM.FFCI.COM =3D3D
(DESCRIPTION =3D3D
(ADDRESS_LIST =3D3D
(ADDRESS =3D3D3D (PROTOCOL =3D3D3D TCP)(HOST =3D3D3D =
floex0cwdev01)(PORT
=3D3D1521))
)
(CONNECT_DATA =3D3D
(SERVICE_NAME =3D3D ASM)
)
#SQLNET:
NAMES.DIRECTORY_PATH=3D3D3D (TNSNAMES, ONAMES, HOSTNAME)
Then, test the TNS descriptor locally (Make the files ~/.sqlnet.ora=3D20
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=3D20
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: >=3D20 > SQL> startup > ORA-00119: invalid specification for system parameter LOCAL_LISTENER > ORA-00132: syntax error or unresolved network name 'LISTENER' > SQL> >
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.
"The sender believes that this E-Mail and any attachments were free of =
=3D
any virus, worm, Trojan horse, and/or malicious code when sent. This =3D
message and its attachments could have been infected during =3D
transmission. By reading the message and opening any attachments, the =
=3D
recipient accepts full responsibility for taking proactive and remedial
=3D
action about viruses and other defects. The sender's business entity is
=3D
not liable for any loss or damage arising in any way from this message =
=3D
or its attachments."
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html ----------------------------------------------------------------- ---------------------------------------------------------------- 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 ----------------------------------------------------------------- ---------------------------------------------------------------- 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 ----------------------------------------------------------------- ---------------------------------------------------------------- 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 - 14:51:04 CDT