How to register RAC database to new listener manually in 10g?

Hi Rac Experts,
OS : Red Hat Enterprise Linux AS release 3 (Taroon Update 6)
Oracle 10.2.0.2.0 database
I am working on to register my two node RAC database to the new listener which i have created manually, after listener creation when i start the listener it only handles local instance but not the remote instance. Please advice....
Please note that netca is not working on this machine and i am working from remote location, so i don't have gui access from here.
Following is my listener on node1:
LISTENER_OR44D1 =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = virtual ip)(PORT = 1527)(IP = FIRST)))
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = actual ip)(PORT = 1527)(IP = FIRST)))
SID_LIST_LISTENER_OR44D1 =
(SID_LIST =
(SID_DESC = (ORACLE_HOME = /u01/app/oracle/product/oracle10/db)(SID_NAME = or44d1))
-- PTLDBA.

Hi,
I did as per you advice but facing below error, i am i missing anything here. Please advice...
SQL> show parameter liste
NAME TYPE VALUE
local_listener string LISTENER_or44d1
remote_listener string LISTENERS_or44d
SQL>
SQL> show parameter service
NAME TYPE VALUE
service_names string or44d
SQL>
SQL> alter system set local_listener=or44d1 instance='or44d1';
alter system set local_listener=or44d1 instance='or44d1'
ERROR at line 1:
ORA-02065: illegal option for ALTER SYSTEM
SQL>
SQL> alter system set local_listener='or44d1' instance='or44d1';
alter system set local_listener='or44d1' instance='or44d1'
ERROR at line 1:
ORA-02065: illegal option for ALTER SYSTEM
--PTLDBA                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • How to configure multiple databases in single listener

    Hi,
    I want to configure upto 8 standby databases in a server. But I do not know how to configure multiple databases within the listener.
    Also can I use the same port number for all the databases.
    please give your suggestions.
    thankyou
    satyanag

    Please check (http://download.oracle.com/docs/cd/B10501_01/network.920/a96580/toc.htm)
    Jonathan Ferreira
    http://oracle4dbas.blogspot.com

  • How to configuare RAC database in single system?

    Hi,
    I have installed Linux in my system. Can i create RAC database in that system? if it is possible , how to create RAC database?..
    Thanks,

    RAC on a single machine? Can't think of any other method than virtual machines.
    Tim Hall has a good article for RAC using virtual machines on Linux here...
    http://www.oracle-base.com/articles/10g/OracleDB10gR2RACInstallationOnCentos4UsingVMware.php

  • How to organize RAC database files on ASM

    How to Organize RAC database files on ASM.
    Say,
    DISK Group = DATA
    DISK Group= FLASH
    Instance = prod1, prod2
    '+DATA/PROD/datafiles/'
    or
    Need to Organize sepratly for each instance specific db files.
    as
    '+DATA/PROD1/datafiles'
    '+DATA?PROD2/datafiles'
    Thanks in Advance,
    Regards
    Satish

    It would be just PROD - since that's the database name...and BTW, when you use DBCA to create a database using ASM, it organizes data files under PROD and it doesn't use instance names.
    HTH
    Thanks
    Chandra

  • Migration of  10g RAC database to new sever which includes 11g upgrade

    Hello all,
    I have requirement here to migrate 10g RAC database from one server to another server as part of migration i want to perform upgrade to 11g as well.
    To Help me out.Please post your inputs or way to perform the task.
    Precautions to be taken while doing the activity.
    Please find the below for more info
    Old Box:
    Current environment
    RAC -2node
    ASM
    Database Version 10.2.02
    Os:HP-UX 11.21
    New Box:
    New environment should be
    RAC -2node
    ASM
    Database Version 11.2
    Os:HP-UX 11.31
    Thanks for the help in advance
    Anand

    Pl do not post duplicate threads - Migration of  10g RAC database to new sever which includes 11g upgrade

  • How to use RAC database connection details in oc4j.xcfg files

    Hi all,
    we are using oc4j.xcfg files for the application module configuration for an ADF application. and one of the database has been configured on RAC. Any input on how to specify the RAC database details in the oc4j.xcfg file specially for the host name parameter.
    The example entry like in oc4j.xcfg is like
    ?xml version = '1.0' encoding = 'UTF-8'?>
    <BC4JConfig>
    <AppModuleConfigBag>
    <AppModuleConfig name="AppModuleLocal">
    <AppModuleJndiName>dbta.model.AppModule</AppModuleJndiName>
    <DeployPlatform>LOCAL</DeployPlatform>
    <JDBCName>connectDB</JDBCName>
    <ApplicationName>dbta.model.AppModule</ApplicationName>
    <jbo.project>Model</jbo.project>
    </AppModuleConfig>
    </AppModuleConfigBag>
    <ConnectionDefinition name="connectDB">
    <ENTRY name="ConnectionName" value="connectDB"/>
    <ENTRY name="URL" value="jdbc:oracle:thin:<user>/<pass>@<server>:<Port>:<SID>"/>
    <ENTRY name="HOSTNAME" value="<server>"/>
    <ENTRY name="JDBC_PORT" value="<port>"/>
    <ENTRY name="SID" value="<SID>"/>
    <ENTRY name="ConnectionType" value="JDBC"/>
    <ENTRY name="JdbcDriver" value="oracle.jdbc.driver.OracleDriver"/>
    <ENTRY name="ORACLE_JDBC_TYPE" value="thin"/>
    <ENTRY name="DeployPassword" value="true"/>
    </ConnectionDefinition>
    how to specify the failover nodes details in the above entry for host name etc.
    Thanks
    Navin

    Here you are; all you want at
    http://www.oracle.com/technology/sample_code/tech/java/sqlj_jdbc/files/9i_jdbc/OCIdriverTAFSample/OCIdriverTAFSample.java.html

  • HOW TO START MAKING DATABASE USING ORACLE SQL PLUS in 10g?

    how will i create database using sql plus?
    does the code of sql applicable to it..?
    do i have to use the "create db <database name>", use and " create table also,.."
    pls help me..
    thanks

    At dos prompt :
    C:\>set ORACLE_SID=<your SID>
    C:\>sqlplus / as sysdba
    you get connected as sys user. Don't use this connection to create your own objects, create users instead.... but it would be useful to read some documentation, for example Starting SQL*Plus and manuals mentioned there.

  • How to registered by adobe into new laptop

    I had purchase a new laptop as my old laptop harddisk crashed. How can I registered by Adobe Acrobat license into my new laptop. Thanks

    Was your SN for an upgrade? That may be the issue and I am sure where to download the upgrade version. You would also need the SN of the prior version.

  • How to put RAC database in restricted mode?is it with srvctl?

    I know for standalone database its
    SQL> startup restrict --if its down
    SQL> alter system enable restricted session; --if its up
    Any idea for RAC ? any option with srvctl ? what are the steps .....
    Thanks in advance for help
    Gagan

    Hi
    There is no option like that. It's as same as keeping normal database in restricted mode.
    alter database enable restricted session;
    and end with
    alter database disable restricted session.
    Regards,
    Phani Kumar P
    +919948677317

  • How to copy Restore database in new server and new domain.

    Hai all,
    I'm trying to backup a database from one SQL server and restore it to another (both are SQL2008 R2) but diff domain. 
    when I try run few query, the output is empty. Please advise.
    noor hafizah

    Hi Noor,
    Filtered views use the Principal Access Object to determine the records to be shown to the current user (the one executing the query). You will not be able to see any results if the account not defined inside CRM.
    Please try to
    assign the correct security role to the user account.
    If you have more questions related to CRM, you can post in the Microsoft Dynamics CRM Forum . More experts there will assist you.
    Regards,
    Fanny Liu  
    Fanny Liu
    TechNet Community Support

  • Multiple RAC databases in Enterprise Manager

    Hey, I installed 3 databases on a 2-node rac.
    srvctl show database -d <dbname>
    shows all 3 database are up and running. Everything is working fine.
    Just the Enterprise Manager is working on the first database (port 1158)
    For all other databases (port 5500 and 5501) the EM comes up with: Cluster status not available
    Is there anything I need to do, so that I can see all 3 database within the EM ?
    I know, Grid Control is the tool to choose, but anyway, I should see the status of the cluster for all 3 databases, correct ?
    Chris

    I configured my 3 databases.
    db1 and db2 have as remote_listener parameter the scan listener:1521 configured
    db3 has another value for the remote_listener, because I need this remote listener, so that my db3 is registering on my connection manager servers
    In this scenario db1 and db2 are working with the EM - db3 is not - but db3 is registering its services on my connection managers
    When changing the remote_listener entry for db3 the Enterprise Manager is running here as well - but no more registering of services at cman servers :-(
    So thats the questions:
    How to register all databases with the listener, so that EM is running for all databases, and also how to configure db3 so that its registers its services at cman servers ???
    Thx for your help in advance
    Chris
    Thats my listener configuration in the Grid Home
    LISTENER=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))) # 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=ON # line added by Agent
    the part for the scan listener (which is configured in the database as the remote_listener parameter) looks like:
    remote_listener=listener_cluster:1521
    listener-cluster=
    (address_list=
    (address=(protocol=tcp)(host=dbsrv01)(port=1521))
    (address=(protocol=tcp)(host=dbsrv02)(port=1521))
    #Remote Listener fuer Connection Manager
    cman_listener =
    (address_list=
    (address=(protocol=tcp)(host=cmansrv01)(port=1610))
    (address=(protocol=tcp)(host=cmansrv02)(port=1610))
    )

  • How to drop oracle 10.2.0.4 rac database on RHEL5

    Hi,
    I am having oracle 10.2.0.4 rac database with ASM configuration on RHEL5. Every week/day i take rman level 0 / level 1 backups by using RMAN into disk. Now i would like to test those backups. For that i need to drop this existing database and restrore, recovery from those backups. My database is configured with asm that is having two disk groups.
    DATA for storing data
    FRA for archive logs
    How can i drop the rac 10.2.0.4 database and restore & recovery database from RMAN backups with asm. Could any one send clean steps for this testing?
    Thanks
    Vamshi
    Edited by: user12052260 on Jun 17, 2011 10:41 AM
    Edited by: user12052260 on Jun 17, 2011 10:41 AM

    I asked about instances. Before performing your steps is it mandatory to bring down all the oracle instances. Before droping this database how to deregister these services from clusterware? After recover the database how to register the database services with clusterware?if you want to register/de-register, you need to use SRVCTL in clusterware. commands to ADD/REMOVE from clusterware, refer this below note.
    http://download.oracle.com/docs/cd/E14072_01/server.112/e10595/restart005.htm

  • Configured TNS in oracle client to RAC database

    Hi Experts,
    I have a 4 nodes oracle RAC in radhat 5.0
    both oracle database and client as 10.2.0.4.
    I created a TNS that works in our office but it does not work in our remote brance office.
    Based on experts instruction, I set up sqlnet trace at client side. but not any file that be gererated.
    In linux RAC database, I saw listener.log file as
    28-AUG-2009 11:00:01 * (CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=sale)(INSTANCE_NAME=sale1)(CID=(PR OGRAM=D:\oracle\product\10.2.0\client_1\BIN\sqlplusw.exe)(HOST=TRAC3)(USER=JIM))) * (ADDRESS=(PROTOCOL=tcp)( HOST=xxx.18.10.xx)(PORT=3289)) * establish * sale * 0
    in client pc sqlnet.ora my setting as
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    TRACE_LEVEL_CLIENT = 16
    TRACE_FILE_CLIENT = client
    TRACE_DIRECTORY_CLIENT = C:\TEMPODBC
    TRACE_TIMESTAMP_CLIENT = ON
    SQLNET.EXPIRE_TIME =10
    SQLNET.INBOUND_CONNECT_TIMEOUT = 500
    SQLNET.SEND_TIMEOUT = 500
    SQLNET.RECV_TIMEOUT = 500
    I got a error as
    ERROR:
    ORA-03135: connection lost contact
    which wrong is in my case?
    I can connect to all other window database from thsi PC.But I can not connect to RAC database from this PC.
    However, I can ping RAC node's IP and VIP from this PC
    I also can connect to RAC database with TNS from other window PC.
    What do I need to do?
    ThanKs for any help.
    JIM

    Hi Sb92075,
    Thanks for your help.
    I got same error after comment #SQLNET.AUTHENTICATION_SERVICES= (NTS) in client sqlnet.ora in client.
    the server side does not have sqlnet file in linux platform.
    I also check listener services that all instance status is ready.
    I just saw sqlnet.log file in server side that error as
    Fatal NI connect error 12170.
    VERSION INFORMATION:
    TNS for Linux: Version 10.2.0.4.0 - Production
    Oracle Bequeath NT Protocol Adapter for Linux: Version 10.2.0.4.0 - Production
    TCP/IP NT Protocol Adapter for Linux: Version 10.2.0.4.0 - Production
    Time: 28-AUG-2009 13:21:06
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12535
    TNS-12535: TNS:operation timed out
    ns secondary err code: 12606
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=xxx.18.xx.xx)(PORT=3513))
    what do i need to do?
    Thanks
    JiM
    Edited by: user589812 on Aug 28, 2009 10:22 AM

  • How to migrate data from oracle 9i database to new machine 11gr2 RAC ASM

    Hi Expert
    I need your expertise to advise me what is the best method to move data from oracle 9i database to new machine running oracle 11r2 RAC database with ASM.
    Currently my production server running on HPUX ORACLE 9I database with normal file system. My new server is running SUN SOLARIS SPACR 64 bit ORACLE 11gr2 RAC with ASM. What is best method to move data over so it will be consistent. Any guide can refer.
    Regard
    William

    Hi William,
    See the note in metalink Migration of Oracle Database Instances Across OS Platforms [ID 733205.1] to saw the Endian Format of your OS. If is the same you can use the RMAN to convert the database to another OS, if not the only option is using export/import (Transportable Tablespaces).
    To upgrade from 9i to 11g, see the note 837570.1 - Complete Checklist for Manual Upgrades to 11gR2.
    To migrate your FS to ASM the only way is using RMAN, so see the note - How to move a datafile from a file system to ASM [ID 390274.1].
    Hope this help you.
    Best Regards,
    Ruben Morais

  • Will Nodeapps register the listener service of RAC database?

    Hi Friends,
    In 10g RAC will Nodeapps register the listener service of RAC database?
    because if i bring down nodeapps the listenener is also going down
    ora....C1.lsnr application OFFLINE OFFLINE
    ora.rac1.gsd application OFFLINE OFFLINE
    ora.rac1.ons application OFFLINE OFFLINE
    ora.rac1.vip application OFFLINE OFFLINE
    Regards,
    DB

    Hi,
    This is expected behavior. The default listener (listener_nodename) could be starte and stopped with nodeapps.
    srvctl listener is mainly for specific listeners that are other than default.
    http://docs.oracle.com/cd/B19306_01/rac.102/b14197/whatsnew.htm#sthref6
    If you create additional Listeners with non-default names, in other words, with names other than the name listener_nodename where nodename is the name of the node on which the Listener resides, then you must start and stop these Listeners with SRVCTL commands.
    http://docs.oracle.com/cd/B19306_01/rac.102/b14197/srvctladmin.htm#i1009606
    http://docs.oracle.com/cd/B19306_01/rac.102/b14197/srvctladmin.htm#CDCEIDFH

Maybe you are looking for

  • You cannot reconcile a/p invoice transaction with A/P Down Payment request manually

    Dear Experts, One of my client has facing this problem while doing Reconciliation then he is getting the following error. "you cannot reconcile a/p invoice transaction with A/P Down Payment request manually" then we found a solution in SAP Forums and

  • How to add text after number in the same cell? "200 units", "3Kg", "17 sqm"

    Dear Sirs, I have problem with adding text after a number in the same cell. For instance, in excel I am able to do this: 200 units -----> this is on the same cell. Any number I type, "units" will follow automatically. I know that we can just type "20

  • Can't get a duplicate link to work in InDesign 2014

    For some reason one hyperlink in an Indd file isn't working. All the others work when I output to PDF. It's a duplicate link. I've pasted the link in a ton of times with no luck. Even tried cut and paste the same line of copy that appears elsewhere i

  • Propagating messages with job_queue_processes = 0 ?

    Hello, is it possible to propagate messages between queues (on different databases) with jobs disabled. Was looking into manual and AQ packages to find appropriate procedure, but no luck so far. We need this to test propagation before all jobs go onl

  • Try to use trustedFunction

    var MyTrustedSaveAs = app.trustedFunction(function(?) app.beginPriv(); this.saveAs("Something");  app.endPriv(); I would like to save my adobe form name and I want to use code I have there. Can someone tell what should I but there where I have ?... I