ORA-00119 on RAC node1

Hello,
Q1) while I tried to start RAC instances today I got the following error:
coxnode1> srvctl start instance -d M90TEST -i m90test1,m90test2 -o open
PRKP-1001 : Error starting instance m90test1 on node cosxaorj1
CRS-0215: Could not start resource 'ora.m90test.m90test1.inst'.
After digging further from the log, I got this:
LOG:
SQL*Plus: Release 10.2.0.4.0 - Production on Tue Apr 7 03:53:59 2009
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
Enter user-name: Connected to an idle instance.
SQL> ORA-01078: failure in processing system parameters
ORA-00119: invalid spec'
2009-04-07 03:54:00.831: [    RACG][2540875008] [30133][2540875008][ora.m90test.m90test1.inst]: end for resource = ora.m90test.m90test1.inst, action = start, status = 1, time = 2.370s
node1 and node2 are using same spfile, wondering how node2 came up and why node1 did not.
I tried to make a text copy of spfile stored in ASM(from node2) to check if there are any typo errors - everything looks fine.
wt could I be missing...
2) how do I shutdown/start ASM instances on RAC.
srvctl start instance -d ASM -i ASM1,+ASM2 -o open -- this does not seem to be working...
thanks!
newbie

Hi,
1) Probably cluster parameters was setted with same value, verify these parameters.
*.cluster_database_instances=2
*.cluster_database=true
orcl1.instance_number=1
orcl2.instance_number=2
orcl1.local_listener='(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.22.1) (PORT = 1521))'
orcl2.local_listener='(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.22.2) (PORT = 1521))'
orcl2.thread=2
orcl1.thread=1
orcl1.undo_tablespace='UNDOTBS_01'
orcl2.undo_tablespace='UNDOTBS_02'
Investigate instance alert.log error messages to see what parameters are misconfigured.
2) The ASM instance connect be open, the instance type works on mount mode only
srvctl start asm -n your_node_name1
srvctl start asm -n your_node_name1
Best Regards,
Rodrigo Mufalani
http://mufalani.blogspot.com

Similar Messages

  • ORA-00119, ORA-00132, ORA-01078 problems in dbca -datafileDestination /u02

    Hello,
    I have gone through the entire 9i RAC procedure for Redhat AS 2.1 - i am now running dbca -datafileDestination /u02 as the last step - but i get these errors below, and if i ignore i get lots of ORACLE not available errors
    ORA-00119: invalid specification for system parameter remote_listener
    ORA-00132: syntax error or unresolved network name 'LISTENERS_ORCL'
    ORA-01078: failure in processing system parameters
    Any ideas?
    Thanks,
    B.

    I have used Mr Puschitz's document.
    the problem was solved by starting listeners called LISTENER_ORCL on both nodes
    thanks for the response
    B

  • ORA-00119,ORA-00132 during duplicate target database for standby in 11gR2

    I am running
    duplicate target database for standby from active database
    command from RMAN.
    I went thru step-by-step on how to create a standby database from the textbook i got from my Oracle Univ. 11g Data Guard course. I set up all the listener.ora and tnsnames.ora files using netmgr, but I'm getting local_listener error.
    Here's what I am running in rman:
    run {
    allocate channel prmy1 type disk;
    allocate channel prmy2 type disk;
    allocate channel prmy3 type disk;
    allocate channel prmy4 type disk;
    allocate auxiliary channel stby type disk;
    duplicate target database for standby from active database
    spfile
    parameter_value_convert 'kyledb','kylerep'
    set db_unique_name='kylerep'
    set db_file_name_convert='/kyledb/','/kylerep/'
    set log_file_name_convert='/kyledb/','/kylerep/'
    set control_files='/oradata/kylerep/control01.ctl'
    set log_archive_max_processes='4'
    set fal_client='kylerep'
    set fal_server='kyledb'
    set standby_file_management='AUTO'
    set log_archive_config='dg_config=(kyledb,kylerep)'
    set log_archive_dest_1='service=kyledb ASYNC valid_for=(ONLINE_LOGFILE,PRIMARY_ROLE) db_unique_name=kyledb'
    And here's the error i get:
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 07/12/2010 17:33:28
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-04014: startup failed: ORA-00119: invalid specification for system parameter LOCAL_LISTENER
    ORA-00132: syntax error or unresolved network name 'LISTENER_KYLEDB'
    result of
    SQL>show parameter local_listener;
    is
    NAME TYPE VALUE
    local_listener string LISTENER_KYLEDB
    entry in my listener.ora is
    SID_LIST_KYLEDB_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = kyledb.kyledev.usms.doj.gov)
    (ORACLE_HOME = /app/oracle/product/11.2.0/dbhome_1)
    (SID_NAME = kyledb)
    ADR_BASE_KYLEDB_LISTENER = /app/oracle
    KYLEDB_LISTENER =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = kyledev.usms.doj.gov)(PORT = 7898))
    and entry in tnsnames.ora file is
    KYLEREP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = kyledbdev.usms.doj.gov)(PORT = 7898))
    (CONNECT_DATA =
    (SERVICE_NAME = kylerep.kyledbdev.usms.doj.gov)
    KYLEDB =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = kyledev.usms.doj.gov)(PORT = 7898))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = kyledb.kyledev.usms.doj.gov)
    LISTENER_KYLEDB =
    (ADDRESS = (PROTOCOL = TCP)(HOST = kyledev.usms.doj.gov)(PORT = 7898))
    Can anyone help me figure out what went wrong?
    Thanks in advance....

    I had the same problem,
    I Define TNS_ADMIN environment on script an resolve my problem.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of startup command at 10/08/2010 17:21:15
    RMAN-04014: startup failed: ORA-00119: invalid specification for system parameter LOCAL_LISTENER
    ORA-00132: syntax error or unresolved network name 'LISTENER_DESENV2'
    In my shell increase the Environment:
    ## VARIAVEIS
    export NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
    export ORACLE_HOME=/u01/app/oracle/product/10.2.0/db1
    export PATH=$ORACLE_HOME/bin:$PATH
    export TNS_ADMIN=/u01/app/oracle/product/10.2.0/asm1/network/admin
    export ORACLE_SID=$1
    ## CHAMADA RMAN
    rman target / log=/u02/backup/db$1/bkp_cold-$1.log cmdfile=/home/oracle/script/rman/cold_backup/cold_backup.rcv
    After this:
    RMAN> run{
    2> shutdown immediate;
    3> startup force mount;
    4> backup database include current controlfile tag 'BKP_COLD_FULL';
    5> alter database open;
    6> delete obsolete;
    7> }
    8>
    9>
    using target database control file instead of recovery catalog
    database closed
    database dismounted
    Oracle instance shut down
    Oracle instance started
    database mounted
    Total System Global Area 1073741824 bytes
    Fixed Size 2089400 bytes
    Variable Size 264244808 bytes
    Database Buffers 801112064 bytes
    Redo Buffers 6295552 bytes
    Hope this helps and sorry for my terrible English! =)

  • Tnsname.ora and listener.ora files in RAC environment.

    Want to clear my concept regarding
    tnsname.ora and listener.ora files in RAC environment. Is there any good notes on Metalink for that?

    Check this metalink note, it covers specific RAC issues:
    Configuration of Load Balancing and Transparent Application Failover
    Note:226880.1
    Werner

  • Get ora-00119 erro when using DBCA to create database?

    Hi, friends:
    when using DBCA to create database, after finishing all steps and let DBCA to create database automatically, bump into an error:
    ORA-00119: invalid specification for system parameter LOCAL_LISTENER
    ORA-00132:syntax error or unresolved network name 'LISTENER_mysid'
    ORA-01078: failure in processing system parameter
    this is 10.2.0.3 version oracle, the server is sun10, no other instace created yet.
    just Oracle software installed.
    Can any friends help?
    thanks a lot in advance!

    See on metalink:
    ORA-119, ORA-132 ORA-1078 Received From DBCA After Applying 10.2.0.3 Patchset
    Doc ID: Note:433817.1
    There's an entry LOCAL_LISTENER created in pfile/spfile, that's a bug.
    Werner

  • ORA-00119&ORA-00132

    Hi experts,
    Till yesterday the database runs fine but today it throws error as,
    #sqlplus sys/pass as sysdba
    Connected to Idle instance.
    sql>startup
    ORA-00119: invalid specification for system parameter LOCAL_LISTENER
    ORA-00132: syntax error or unresolved network name 'LISTENER_ELA'
    sql>
    I cant bring it up,any type of suggestions are welcome.Following were the info
    Listener.ora
    # listener.ora Network Configuration File: /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = sumo)(PORT = 1522))
    tnsnames.ora
    ELA =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.10)(PORT = 1522))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ELA)
    LISTENER_ELA =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.10)(PORT = 1522))
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC2))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    /etc/hosts file
    127.0.0.1     sumo     localhost
    sqlnet.ora
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    Thanx in advance,
    Senthil

    change host name to SUMO in TNS names.ora.
    export $ORACLE_SID=<DB SID>CMD> tnsping <servicename>
    Outout for above
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = sumo)(PORT = 1522)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = ELA))) LISTENER_ELA = (ADDRESS = (PROTOCOL = TCP)(HOST = sumo)(PORT = 1522))
    TNS-12533: TNS:illegal ADDRESS parameters

  • SRVCTL START DATABASE FAILS WITH  ORA-00119

    Hi,
    My DB version is 11.2.0.2.3
    I am able to start the DB thorough sqlplus as conventional way.But when I am trying to start using SRVCTL it gives the following errors:
    CRS-5017: The resource action "ora.****.db start" encountered the following error:
    SRVCTL START DATABASE FAILS WITH ORA-00119: invalid specification for system parameter LOCAL_LISTENER
    ORA-00132: syntax error or unresolved network name 'LISTENER_local'
    Can you please suggest for any workaround.
    Thanks

    Did you check the TNS_ADMIN? Where does it point to?
    Also check if you have all the network files placed under the directory pointed to by TNS_ADMIN.
    sqlnet.ora
    listener.ora
    tnsnames.ora

  • Regarding ORA-00119 error

    I am trying to install Oracle 11i Release 1 database(dbname : ADTASK) in my Unix machine .
    After creating ORACLE_HOME i was trying with installing the database using DBCA . The unix machine already contains a few databases installed in them .
    When I started with database creation it gave me the following error
    ORA-00119 Invalid Specification for system parameter LOCAL_LISTENER
    ORA-00132 : syntax error or unresolved network name 'LISTENER_ADTASK'
    ORA-01078 : failure in processing system parameters
    The listener.ora file is present at ORACLE_HOME/network/admin
    but when i use lsnrctl to start the listener it checks the following directory for the listener.ora file
    TNSLSNR for Linux: Version 11.1.0.3.0 - Beta
    System parameter file is /etc/listener.ora
    What should be done to resolve the same ?
    How can i make it look for listener.ora file in the ORACLE_HOME/network/admin directory ?

    I modified a few entries and then I tried starting the listener
    but got this error
    TNS-01150: The address of the specified listener name is incorrect
    NL-00303: syntax error in NV string
    I even tried with tnsping but i got the erro
    Used parameter files:
    TNS-03505: Failed to resolve name
    Listener.ora file
    SID_LIST_LISTENER=
            (SID_LIST=
                    (SID_DESC=
                            (SID_NAME=adorcl)
                            (ORACLE_HOME=/SLOTS/slot04/appmgr/pramohan/Ora11g_Home))
                    (SID_DESC=
                            (SID_NAME=PLSExtProc)
                            (ORACLE_HOME=/SLOTS/slot04/appmgr/pramohan/Ora11g_Home)
                            (PROGRAM=extproc)))
    LISTENER_ADORCL=
            (DESCRIPTION=
                    (ADDRESS_LIST=
                            (ADDRESS=(PROTOCOL=TCP)(HOST=ap6305rt.us.oracle.com)(PORT=1522))
                            (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC))))Let me know what is the error

  • Listener.ora file on RAC 11gR2 with SCAN

    Hello,
    I have 11.2.0.1 Rac with 2 nodes configured to work with SCAN.
    The following listener.ora file was created during the rac installation.
    (I only changed the name of the instance to XYZ in the output bellow).
    There is only one listener.ora file for both the rdbms instance and the ASM instance.
    Is it a good best practice or should i consider to create a seperate listener.ora
    to the rdbms instance and to the ASM instance ?
    The listener.ora is look as follow:
    LISTENER=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))) # line added by Agent
    LISTENER_XYZ_=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_XYZ)))) # line added by Agent
    LISTENER_SCAN3=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN3)))) # line added by Agent
    LISTENER_SCAN2=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN2)))) # line added by Agent
    LISTENER_SCAN1=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN1)))) # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN1=ON # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN2=ON # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN3=ON # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_XYZ=ON # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER=ON # line added by AgentLSNRCTL> show current_listener
    Current Listener is LISTENER
    LSNRCTL> services
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "+ASM1", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:9195 refused:0 state:ready
    LOCAL SERVER
    Service "XYZ_SRV" has 1 instance(s).
    Instance "XYZ_1", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:803987 refused:0 state:ready
    LOCAL SERVER
    Service "XYZ" has 1 instance(s).
    Instance "XYZ_1", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:803987 refused:0 state:ready
    LOCAL SERVER
    Service "XYZ_XDB" has 1 instance(s).
    Instance "XYZ_1", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:1022 state:ready
    DISPATCHER <machine: xyzdb-11-1, pid: 11923>
    (ADDRESS=(PROTOCOL=tcp)(HOST=xyz-11-1)(PORT=36594))
    The command completed successfullyThanks

    Is it a good best practice or should i consider to create a seperate listener.ora to the rdbms instance and to the ASM instance ?No, you should not be creating separate listener for each Grid & DB. Listener is node specific resource. Oracle recommends in RAC environment the listener should be configured from GRID home and it will be able to serve both Grid and DB services.
    It also helps in maintenance where as you can upgrade DB without bothering Listener, can have several db instances, and can have several versions of DB supported by a single listener.
    I hope this answers your question. if yes please mark the question as answered and do not forget marking answer as a Correct answer.
    Edited by: pgoel on Mar 5, 2011 10:50 PM

  • Lookıng tnsnames.ora from em (rac)

    hi
    I cannot see the content of tnsnames.ora file from enterprise manager
    Oracle 10.2.0.3.0 on ibm aix
    The server is rac with two instances.
    for both instances, from the enterprise manager I look at at Net Services Administration > Local Naming:
    but nothing comes.
    However I can look at tnsnames.ora file from the server.
    How can I see tnsnames.ora from em ?

    but nothing comesIn what sense ? Nothing at all, or "No Search Results" ?
    I can look at tnsnames.ora file from the serverWhere ?

  • Questions on sqlnet.ora, listener.ora files in RAC environment.

    Experts,
    I've some confusion with below files in RAC environment.
    sqlnet.ora
    listener.ora
    These files are available in two locations: <GRID_HOME> & <DB_HOME>.
    My questions:
    1. Why do we have two versions of files ?
    2. When I query lsnrctl status from BOTH the homes, it says it is using listener.ora from <GRID_HOME> as shown below.
    Listener Parameter File D:\app\11.2.0\grid\network\admin\listener.ora
    3. What is the use of files which are in <DB_Home>
    4. If you make some changes to listener using "Netmgr" tool, we expect it will update listener.ora in <GRID_HOME>. Interestingly, it is changing the contents of listener.ora in <DB_HOME> .
    Can anyone please clarify it ?
    Thanks in advance.

    859875 wrote:
    1. Why do we have two versions of files ? In the past, the CRS s/w did not include ASM (ASM did not provide support for cluster voting and registration disks). Thus the networking components such as SQL*Net and the Listener were not part of the CRS installation.
    With Grid Infrastructure, ASM supports cluster voting and registration disks and is recommended to be used for that (as oppose to the old style of raw disks or using an external cluster-based cooked file system like <i>ocfs</i>). And with ASM comes the SQL*Net networking layer and s/w (such as the Listener). As ASM ships with Grid Infrastructure, it now also includes the same networking layer as what the RDBMS installation will. Thus both <GRID_HOME> and <DB_HOME> will contain the same networking components.
    However, only a single Listener is for example needed. And that can only run from a single base location. So for operational use, only one version will be actively in use.

  • ORA-00354, ORA-00353 on RAC 11gR2

    Hello All,
    I have a database Oracle RAC 11gR2 on OEL linux 5.5 32bit.
    When i am trying startup my database I am facing the below errors: this error is occuring on the startup of any node
    ERROR at line 1:
    ORA-00354: corrupt redo log block header
    ORA-00353: log corruption near block 2651 change 1172351 time 10/12/2011
    13:22:43
    ORA-00312: online log 1 thread 1: '+DATA/orcl/onlinelog/group_1.261.761845161'It seems that my online redo log is corrupted. how can i solve that ?
    knowing that my database is running in NOARCHIVELOG mode and i do not have any backup.
    and why i am not able to start up any of the nodes? redo logs is not related to each node seperately ?
    I tried: srvctl start instance -d orcl -i orcl1 or srvctl start instance -d orcl -i orcl2
    but the same error, where is the High Availibilty in that case, the redo log file group_1 is for thread 1 only. SHould not be able to start Instance 2?
    Regards,
    Edited by: NB on Oct 13, 2011 5:12 PM

    since my database is runing in NOARCHIVELOG mode and i have no backups and the current is logfile was the corrupted one and my database was not starting.
    I solved that by ceating a pfile and adding the : allowresetlogs_corruption=TRUE
    regards,

  • ORA 12505 Error RAC

    I successfully completed installing RAC on two Windows server nodes . When I connected to the server from a client using Transaction Generator, I was able to connect to the db using the instance names(orcl1 and orcl2). But when I try to connect using orcl, an error is thrown ( ORA 12505). Please help me overcome this issue.
    Regards,
    Aravind K R

    Please check the output of listener control:
    lsnrctl statConnecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date 24-JUN-2011 15:20:32
    Uptime 0 days 1 hr. 3 min. 14 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File F:\app\aravind.kr\product\11.2.0\dbhome_1\network\admin\listener.ora
    Listener Log File f:\app\aravind.kr\diag\tnslsnr\N1198\listener\alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=RAC1.domain_Name)(PORT=1521))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orcl.tvm.nestgroup.net" has 1 instance(s).
    Instance "orcl", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    lsnrctl servicesLSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 24-JUN-2011 16:26:10
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "orcl.tvm.nestgroup.net" has 1 instance(s).
    Instance "orcl", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    The command completed successfully

  • DG Broker -  Error is ORA-12521    11gR2 RAC

    Hi ,
    I have setup DG broker for 11gR2 RAC - Primary and DR (standby) - Grid single node ( non- Rac) . It is R12 apps.
    I am getting connection errors from standby to production . Although the there is no problem in arciive log shipping and DG broker setup .
    But I m getting constant Error ORA-16664 ( On Primary ) and on standby - Failed to connect to remote database prod1. Error is ORA-12521
    Pls advise what is missing . I have recreated password file ,but no luck.
    Primary : drcprod11.log
    Site prod1dg returned ORA-16664.
    Site prod1dg returned ORA-16664.
    Data Guard Broker Status Summary:
    Type Name Severity Status
    Configuration prod1_CONFIG Warning ORA-16607
    Primary Database prod1 Success ORA-00000
    Physical Standby Database prod1dg Error ORA-16664
    Standby - drcprod1.log
    Failed to send message to site prod1. Error code is ORA-12521.
    02/18/2013 00:01:34
    Failed to connect to remote database prod1. Error is ORA-12521
    Failed to send message to site pcap1. Error code is ORA-12521.
    02/18/2013 00:04:04
    Failed to connect to remote database prod1. Error is ORA-12521
    Failed to send message to site pcap1. Error code is ORA-12521.
    02/18/2013 00:06:19
    Failed to connect to remote database prod1. Error is ORA-12521
    Failed to send message to site pcap1. Error code is ORA-12521.
    DGMGRL> show configuration
    Configuration - prod1_CONFIG
    Protection Mode: MaxPerformance
    Databases:
    prod1 - Primary database
    prod1dg - Physical standby database
    Fast-Start Failover: DISABLED
    Configuration Status:
    SUCCESS
    DGMGRL> show instance prod1 verbose on database prod1
    Instance "prod1" was not found
    DGMGRL> show instance prod11 verbose on database prod1
    Error: ORA-16606: unable to find property "verbose"
    DGMGRL> show instance verbose prod11 on database prod1
    Instance 'prod11' of database 'prod1'
    Host Name: u01prod1
    PFILE:
    Properties:
    SidName = 'prod11'
    StaticConnectIdentifier = 'prod11_local'
    StandbyArchiveLocation = '/u01/arch/prod1'
    AlternateLocation = ''
    LogArchiveTrace = '0'
    LogArchiveFormat = 'prod1_%t_%s_%r.arch'
    TopWaitEvents = '(monitor)'
    Instance Status:
    SUCCESS
    DGMGRL> show instance verbose prod12 on database prod1
    Instance 'prod12' of database 'prod1'
    Host Name: u01prod2
    PFILE:
    Properties:
    SidName = 'prod12'
    StaticConnectIdentifier = 'prod12_local'
    StandbyArchiveLocation = '/u01/arch/prod1'
    AlternateLocation = ''
    LogArchiveTrace = '0'
    LogArchiveFormat = 'prod1_%t_%s_%r.arch'
    TopWaitEvents = '(monitor)'
    Instance Status:
    SUCCESS
    DGMGRL> show database verbose prod1dg
    Database - prod1dg
    Role: PHYSICAL STANDBY
    Intended State: APPLY-ON
    Transport Lag: 0 seconds
    Apply Lag: 0 seconds
    Real Time Query: OFF
    Instance(s):
    prod1
    Properties:
    DGConnectIdentifier = 'prod1dg'
    ObserverConnectIdentifier = ''
    LogXptMode = 'ASYNC'
    DelayMins = '0'
    Binding = 'optional'
    MaxFailure = '0'
    MaxConnections = '1'
    ReopenSecs = '300'
    NetTimeout = '30'
    RedoCompression = 'DISABLE'
    LogShipping = 'ON'
    PreferredApplyInstance = ''
    ApplyInstanceTimeout = '0'
    ApplyParallel = 'AUTO'
    StandbyFileManagement = 'AUTO'
    ArchiveLagTarget = '0'
    LogArchiveMaxProcesses = '8'
    LogArchiveMinSucceedDest = '1'
    DbFileNameConvert = ''
    LogFileNameConvert = ''
    FastStartFailoverTarget = ''
    InconsistentProperties = '(monitor)'
    InconsistentLogXptProps = '(monitor)'
    SendQEntries = '(monitor)'
    LogXptStatus = '(monitor)'
    RecvQEntries = '(monitor)'
    SidName = 'prod1'
    StaticConnectIdentifier = '(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=pres1.com)(PORT=1533))(CONNECT_DATA=(SERVICE_NAME=prod1dg_DGMGRL)(INSTANCE_NAME=prod1)(SERVER=DEDICATED)))'
    StandbyArchiveLocation = '/u01prod/arch/prod1'
    AlternateLocation = ''
    LogArchiveTrace = '0'
    LogArchiveFormat = 'prod1_%t_%s_%r.arch'
    TopWaitEvents = '(monitor)'
    Database Status:
    DGM-17016: failed to retrieve status for database "prod1dg"
    ORA-16664: unable to receive the result from a database

    I have setup DG broker for 11gR2 RAC - Primary and DR (standby) - Grid single node ( non- Rac) . It is R12 apps.
    I am getting connection errors from standby to production . Although the there is no problem in arciive log shipping and DG broker setup .
    But I m getting constant Error ORA-16664 ( On Primary ) and on standby - Failed to connect to remote database prod1. Error is ORA-12521
    Failed to connect to remote database prod1. Error is ORA-12521
    Failed to send message to site pcap1. Error code is ORA-12521.It is not an issue with either password file, It having issues to establish connections with "prod1" ,
    Have you configured static listener entry?
    And What local_listener value you have set ?
    From all instances
    $lsnrctl status
    12521, 00000, "TNS:listener does not currently know of instance requested in connect descriptor"
    // *Cause:  The listener received a request to establish a connection to a
    // database or other service. The connect descriptor received by the listener
    // specified in addition to the service name an instance name for an instance
    // (usually a database instance) that either has not yet dynamically registered
    // with the listener or has not been statically configured for the listener.
    // This may be a temporary condition such as after the listener has started,
    // but before the database instance has registered with the listener.
    // *Action:
    //  - Wait a moment and try to connect a second time.
    //  - Check which instances are currently known by the listener by executing:
    //    lsnrctl services <listener name>
    //  - Check that the INSTANCE_NAME parameter in the connect descriptor specifies
    //    an instance name known by the listener.
    //  - Check for an event in the listener.log file.

  • Wrongly issued #localconfig reset  on RAC node1

    Hello,
    I wrongly issued on node1 the command:
    #localconfig reset
    After that the OCR was moved on a local file, instead on shared raw storage: /u01/oracle/product/10gr2/db/cdata/localhost/local.ocr
    How can I revert back to the configuration with two nodes?
    Configuration is RAC 10g with 2 nodes, having ASM, OCR, VotDisk of shared raw devices.
    ORACLE_BASE=/u01/oracle
    ORACLE_HOME=/u01/oracle/product/10gr2/db
    ORA_CRS_HOME=/u01/oracle/product/10gr2/crs
    Thanks alot.

    Cannot execute #localconfig all
    Is Oracle 10g and the only options available are:
    node1:root$ /u01/oracle/product/10gr2/crs/bin//localconfig all
    Usage:/u01/oracle/product/10gr2/crs/bin//localconfig [add] [delete] [ reset <destination Oracle home> ] [-silent] [-paramfile <Complete path of file specifying parameter values>]

Maybe you are looking for

  • How do I import audio from a dvd?

    There is a song on a dvd that I want to import into iTunes. I searched all through iTunes store, amazon & the movie companies website, but there is no soundtrack available for sale.... or by the musicians anywhere. Is there a program that will record

  • Brushes come out as solid circles instead of an even radial gradient

    All of my featherd brushes come out as solid circles instead of an even radial gradient.  How can I fix this problem? Here is the kicker, when I use the eraser tool I can use all the feathered brush. Thanks for your help!

  • Implementation of Popup dialogs in JSF

    Sir, We implemented popup windows using dialog:popupwindow from a jsf page. From a page a pop up is called . It has 2 buttons , Yes and No. On clicking yes i show go to another page. If I click No i should come back to the same page itself. We implem

  • Parsing blogger rss feed ! Is it possible

    Hi I try to parse an blogger feed http://www.lapenderiedechloe.com/feeds/posts/default I work on part of the feed : var myXm : XML =  <feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:georss="h

  • Function BAPI_CUSTSCHEDULAGREE_CONFDELV

    Hello. Has anybody used this FM BAPI_CUSTSCHEDULAGREE_CONFDELV?  Can you share the code and required fields to fill in? My requirement is to create an outbound delivery from a scheduling agreement and if possible to post goods issue at the same time