Mailing List
Home
Forum Home
Oracle List - by freelists.org
Oracle on SUSE Linux - Runing Oracle on SUSE Linux
Oracle database error code ...
www.freelists.org
Subjects
ORA 12540: TNS:internal limit restriction exceeded
ORA 12838 please : Is possible to append two times to the same table befo
ORA 12838 please : Is possible to append two times to the same table before
ora 04031
ora 12500 on windows
ORA 32004: obsolete and/or deprecated parameter(s) specified
ORA 01925: maximum of 30 enabled roles exceeded
ORA 01925: maximum of 30 enabled roles exceeded
ora 12500 on windows
ORA 01650, one idea
ORA 01650
ORA 4030
ORA 12838 please : Is possible to append two times to thesametable before do
ORA 12838 please : Is possible to append two times to thesame table before d
ORA 01536
ORA 03113 end of file on communication channel
ORA 32004: obsolete and/or deprecated parameter(s) specified
ORA 00600:
ORA 00020: maximum number of processes (%s) exceeded
ORA 01925: maximum of 30 enabled roles exceeded
ORA 3113 while creating a cluster database 9201 RAC on Linux with OCFS
ora 12500 on windows
ora 12500 on windows
ora 12500 on windows
ORA 01650, one idea
ora 12500 on windows
ora 12500 on windows
ora 12500 on windows
ORA 2000 Error Using DBMS STATS GATHER SCHEMA STATS
ORA 01650, one idea
ORA 01650, one idea
ORA 01650, one idea
ORA 01650
ORA 01650
Subject: ora 01031
ORA 4030
ORA 4030
ORA 06502: PL/SQL: numeric or value error: Bulk Bind: Truncated Bind
Subject: Re: ORA 01722 invalid number
 
Subject: RE: ASM - remote access via listener and sql

Subject: RE: ASM - remote access via listener and sql

2007-10-31       - By Crisler, Jon

 Back
This suggestion fixed my problem- the UR=A parameter was missing,
although I had to make minor changes to the tnsnames and listener.ora
files.

Thanks Luca !!

-- --Original Message-- --
From: Luca Canali [mailto:Luca.Canali@(protected)]
Sent: Wednesday, October 31, 2007 4:19 AM
To: Crisler, Jon; oracle-l@(protected)
Subject: RE: ASM - remote access via listener and sql

ASM instances appear with a blocked status from the 'lsnrctl services'
command (see below). To remotely access a 'blocked service' you need to
add (UR=A) to the tns connect string (plus you will need a password file
for the asm instance).

Tnsnames.ora entry:
----

ASM1 =
 (DESCRIPTION =
   (ADDRESS = (PROTOCOL = TCP)(HOST = [hostname])(PORT = [portN]))
   (CONNECT_DATA =
     (SERVER = DEDICATED) (SERVICE_NAME = +ASM)  (INSTANCE_NAME =
+ASM1)
     (UR=A)
   )  )



-- ---- --
$ lsnrctl services listener_mynodename

<...>
Service "+ASM" has 1 instance(s).
 Instance "+ASM1", status BLOCKED, has 1 handler(s) for this service...
   Handler(s):
     "DEDICATED" established:0 refused:0 state:ready
        LOCAL SERVER


Cheers,
L.

__ ____ ____ ____ ____ ____ ____

From: oracle-l-bounce@(protected)
[mailto:oracle-l-bounce@(protected)] On Behalf Of Crisler, Jon
Sent: Tuesday, October 30, 2007 7:09 PM
To: oracle-l@(protected)
Subject: ASM - remote access via listener and sql



We are trying to write some monitoring tools to check the health of ASM-
in doing a routine install of RAC using ASM on IBM AIX, I find that no
listener / tnsnames config is done for the ASM instance.



Can ASM be accessed remotely ? Is there any surprises (other than
reduced views) in doing this ? Is it supported ?  Thanks in advance.

--
http://www.freelists.org/webpage/oracle-l