Add database to same node

Hi,
I just migrate from oracle 8.1.7 to 9.2 running on Win2k server.
I have 3 databases on the same server. Currently I can only use the OEM to admin. one database.
I can see all databases when launch the console in standalone mode, but only one through Oracle Management server mode.
1)Is there a way to add additional db to the same node?
2)If each node only allow one DB, How do I add additional node to the same repository, on the same server?
Your help greatly appreciated.
Thanks

This is what you need to do in addition to what the other guys told you.
1. If DB has same name and port then you can not add
2. To force discoverery go to $HOME/network/admin and there are two files like this "snmp_rw" one is input and another is output.
3. Edit the input file and include your missing database entries.

Similar Messages

  • Stand by database at same node

    Hi,
    I tried to configure a Data Guard. both primery and Standby databases are configured at same node but i am facing problems when trying to open standby database in read only mode i get the following error
    ERROR at line 1:
    ORA-16004: backup database requires recovery
    ORA-01157: cannot identify/lock data file 1 - see DBWR trace file
    ORA-01110: data file 1: 'D:\D:\ORACLE\ORADATA\CHILDDB\SYSTEM01.DBF'
    i am using version 9.2.01
    Zaka

    Hi,
    There is error in the datafile location it shows D:\D:\, check your control file.
    Regards
    Anurag

  • AddNode when add database software to new node

    Hi,all;
    after add oracle clusterware to new node,I perform $ORACLE_HOME/oui/bin/addNode to add database software to new node.
    but the commad it seem to add clusterware to new node again.how to fix?
    cluvfy stage -post crsinst -n all
    passed
    detail of inventory.xml
    <INVENTORY>
    <VERSION_INFO>
    <SAVED_WITH>10.2.0.1.0</SAVED_WITH>
    <MINIMUM_VER>2.1.0.6.0</MINIMUM_VER>
    </VERSION_INFO>
    <HOME_LIST>
    <HOME NAME="OraDb10g_home1" LOC="/opt/oracle/product/10.2.0/db_1" TYPE="O" IDX="2">
    <NODE_LIST>
    <NODE NAME="rac1"/>
    </NODE_LIST>
    </HOME>
    <HOME NAME="OraCrs10g_home1" LOC="/opt/oracle/product/10.2.0/crs_1" TYPE="O" IDX="1" CRS="true">
    <NODE_LIST>
    <NODE NAME="rac1"/>
    <NODE NAME="rac2"/>
    </NODE_LIST>
    </HOME>
    </HOME_LIST>
    </INVENTORY>
    Edited by: Index.Lee on Sep 16, 2010 9:19 AM

    Hi,ssolbach:
    thank you.
    environment is good.
    You mean ./addNode copy Oracle database software to new node?
    No,in fact,I can not continue the installation.
    as well know, when add clusterware to new node, when GUI goes "add new nodes list",It will list the new member with hostname,host-vip,host-priv,
    While add database software to newnode,the same GUI will display 'host_name' only.
    the problem I meet is:
    After finished add clusterware to new node, I add database software to new node. and when "add new node list",it dispaly new member with hostname,host-vip,host-priv. so that,I cannot proceed the installation.

  • How to create 11.2.0.2 physical standby database from 2 node RAC (11.2.0.2)

    Hi,
    Can any one please help me How to manually create 11.2.0.2 standalone physical standby database from 2 node RAC (11.2.0.2) database which is running in RHEL5 and ASM plugged in.
    DB : 11.2.0.2
    OS : RHEL5
    RMAN duplicate is causing problem with network and we decided to go for manual creation of the same.
    Thanks in Advance..

    Hi;
    Can any one please help me How to manually create 11.2.0.2 standalone physical standby database from 2 node RAC (11.2.0.2) database which is running in RHEL5 and ASM plugged in.
    DB : 11.2.0.2
    OS : RHEL5I had similar issue, what i did
    1. Used source oracle_home on standby server
    2. Created new asm instance and use same naming
    3. I took RMAN full backup on source and move it to target
    4. I edit initora file remove RAC setting and restore db(also edited listener file)
    Regard
    Helios

  • Logical and Physical Standby on same Node

    Is it possible to have a logical and physical standby database for a primary database on the same node (i.e. primary on NodeA, logical and physical database of primary on NodeB)?
    Will there be any conflicts with data guard broker with this configuration or any problems I may encounter?

    From a technical point of view this is possible. Your standby node should be powerful enough to handle 2 instances. For even higher availability 3 dedicated nodes would be better. When Node B is down, both physical and logical standby are also down.
    Werner

  • Can we have Multiple Instance on same Node in Oracle 10g RAC

    Hi All,
    I am planning to implement the RAC in Oracle 10g.Before that i have one doubt regarding RAC.
    My question is "Can we create multiple Instance on Same node(Server) ?"
    is it possible.
    Any ideas or thoughts would be apperciable.
    Thanks in Advance.
    Anwar

    This is where it is important to keep the separation between 'database' and 'instance'.
    A database is the set of files that contains the data (and the redo, control files, etc). A database does nothing by itself, other than take up lots of disk space.
    An instance is theCPU cycles (running software) and the memory to control the database.
    In Oracle RAC, you can have as many instances controlling one database [at the same time] as you want (within reason). Each instance must be able to access the disk(s) that contains the database.
    These multiple instances can be on the same computer (effectively taking up a lot of server memory and CPU for nothing) or they can be on separate computers.
    If they are on separate computers, the disk subsystems must be able to be shared across computers - this is occasionally done using operating system clusterware and is the main reason why clusterware is required at all. (This is also the toughest part of the pre-requisites in setting up a RAC and is very vendor dependent unless you use ASM.)
    These instances need a communication connection to coordinate their work (usually a separate network card for each computer) so they do not corrupt the disk when they are trying to access the same file, and possibly the same block, at the same time.
    In a RAC configuration, instances can be added, started, running, stopped and removed independent of each other (allowing a lot of high availability) or can be started and stopped as a group.
    Each instance gets it's own SID, which is in no way any different than a non-RAC SID. It's just the name of a service that can be invoked. The neat thing is that the SID
    a) helps the DBA keep things straight by lettiung us talk about 'instance A' (the Oracle software to be running over on computer A) vs 'instance B' when starting, stopping and managing;
    b) helps the application by providing targets that can be listed in the TNSNAMES.ORA [against one service alias], which is used by ORacle Networking to provide automated load balance or failover (instance/SID a is not available, I guess I'll try the next in the list)
    Hope that helps the concept level a bit.

  • Not able to add Database in DBMGUI

    Hi Experts,
    I am facing a problem while I am trying to add database in Database Manager.
    The error message dialog pops up "-4 Communication broken [not ok]".
    xserver is running.
    The log xserver_hostname.prt
    2011-10-03 15:13:58  5497 ERR 11455  PIPE     Could not write to 'teo110_PipeBase::eo110_WritePipe' pipe, rc = 32
    2011-10-03 15:13:58  5497     12878  XSERVER  10 | End of data transmission
    2011-10-03 15:13:58  5497     12858  SERVER   Exiting pid 5497 exit code 1
    2011-10-03 15:13:58  4983     12871  XSERVER  poll interrupted, continuing
    2011-10-04 07:29:28  4983     12908  XSERVER  Accepting ...
    2011-10-04 07:29:28  4983     12872  XSERVER  Accepted connection, socket: 8 Id 11
    2011-10-04 07:29:28  4983     12873  XSERVER  11 | Client node 'scrbsapdefrm601.crb.apmoller.net'
    2011-10-04 07:29:28 10734     12874  XSERVER  11 | CONTROL CONNECT request(91) Ref -1 Peer Ref 0
    2011-10-04 07:29:28 10734     12875  XSERVER  11 | Service CONTROL(4) DB  Ref 5983092 Peer Ref 16384
    2011-10-04 07:29:28  4983     12857  SERVER   Forked child pid 10734
    2011-10-04 07:29:28     0    0              Bad path '/sapdb/7606/pgm/dbmsrv'
    2011-10-04 07:29:28     0    0               Wanted (UserId 23965, GroupId   683, Mode 106555 '-r-sr-sr-x')
    2011-10-04 07:29:28     0    0               Got    (UserId 23965, GroupId   683, Mode 100777 '-rwxrwxrwx')
    2011-10-04 07:29:28     0    0              RTE_CallSdbStarter(): Wrong ownership for own program absolute path
    2011-10-04 07:29:28 10734     12911  XSERVER  Segment sizes, sd: 8, max: 16384
    2011-10-04 07:29:28 10734     12876  XSERVER  11 | CONTROL CONNECT reply(92)
    2011-10-04 07:29:28 10734     12877  XSERVER  11 | Entering data transmission
    2011-10-04 07:29:28 10734     12912  XSERVER  Request packet read ( 40 bytes ), Ref:8
    2011-10-04 07:29:28 10734     11999          dump: act_send_len      -558071632
    2011-10-04 07:29:28 10734     11999          dump: max_send_len      48
    2011-10-04 07:29:28 10734     11999          dump: protocol_id       255
    2011-10-04 07:29:28 10734     11999          dump: mess_class        127
    2011-10-04 07:29:28 10734     11999          dump: rte_flags         0
    2011-10-04 07:29:28 10734     11999          dump: residual_packets  0
    2011-10-04 07:29:28 10734     11999          dump: sender_ref        4692554
    2011-10-04 07:29:28 10734     11999          dump: receiver_ref      0
    2011-10-04 07:29:28 10734     11999          dump: rte_return_code   24
    2011-10-04 07:29:28 10734     11999          dump: rh_new_swap_type  0
    2011-10-04 07:29:28 10734     11999          dump: filler1           0
    2011-10-04 07:29:28 10734 ERR 11455  PIPE     Could not write to 'teo110_PipeBase::eo110_WritePipe' pipe, rc = 32
    2011-10-04 07:29:28 10734     12878  XSERVER  11 | End of data transmission
    2011-10-04 07:29:28 10734     12858  SERVER   Exiting pid 10734 exit code 1
    2011-10-04 07:29:28  4983     12871  XSERVER  poll interrupted, continuing
    Br,
    Venky.

    > 2011-10-04 07:29:28     0    0              Bad path '/sapdb/7606/pgm/dbmsrv'
    > 2011-10-04 07:29:28     0    0               Wanted (UserId 23965, GroupId   683, Mode 106555 '-r-sr-sr-x')
    > 2011-10-04 07:29:28     0    0               Got    (UserId 23965, GroupId   683, Mode 100777 '-rwxrwxrwx')
    Your permissions for the database files are not correct.
    Did you (or someone else) did a chmod -Rf 777 on the /sapdb directory?
    Markus

  • Database not found/Error: ORA-16621: database name for ADD DATABASE must be

    I am new to Data Guard and am trying to set up Data Guard Broker. I had created a configuration file with both my primary and standby databases and at one time I could show both databases. But now I can no longer show the standby database nor can I enable, disable or reinstate it. Here is what I have:
    Primary Database: orcl10g
    Standby Database: 10gSB
    DGMGRL> show configuration
    Configuration
    Name: orcl10g
    Enabled: YES
    Protection Mode: MaxPerformance
    Fast-Start Failover: DISABLED
    Databases:
    orcl10g - Primary database
    10gSB - Physical standby database
    Current status for "orcl10g":
    SUCCESS
    DGMGRL> show database verbose orcl10g
    Database
    Name: orcl10g
    Role: PRIMARY
    Enabled: YES
    Intended State: ONLINE
    Instance(s):
    orcl10g
    Properties:
    InitialConnectIdentifier = 'orcl10g'
    LogXptMode = 'ASYNC'
    Dependency = ''
    DelayMins = '0'
    Binding = 'OPTIONAL'
    MaxFailure = '0'
    MaxConnections = '1'
    ReopenSecs = '300'
    NetTimeout = '180'
    LogShipping = 'ON'
    PreferredApplyInstance = ''
    ApplyInstanceTimeout = '0'
    ApplyParallel = 'AUTO'
    StandbyFileManagement = 'AUTO'
    ArchiveLagTarget = '0'
    LogArchiveMaxProcesses = '30'
    LogArchiveMinSucceedDest = '1'
    DbFileNameConvert = '10gSB, orcl10g'
    LogFileNameConvert = '/oracle/oracle/product/10.2.0/oradata/orcl10g/redo01.log, /oracle/oracle/product/10.2.0/oradata/10gSB/redo01.log, /oracle/oracle/product/10.2.0/oradata/orcl10g/redo02.log, /oracle/oracle/product/10.2.0/oradata/10gSB/redo02.log, /oracle/oracle/product/10.2.0/oradata/orcl10g/redo03.log, /oracle/oracle/product/10.2.0/oradata/10gSB/redo03.log'
    FastStartFailoverTarget = ''
    StatusReport = '(monitor)'
    InconsistentProperties = '(monitor)'
    InconsistentLogXptProps = '(monitor)'
    SendQEntries = '(monitor)'
    LogXptStatus = '(monitor)'
    RecvQEntries = '(monitor)'
    HostName = 'remarkable.mammothnetworks.com'
    SidName = 'orcl10g'
    LocalListenerAddress = '(ADDRESS=(PROTOCOL=tcp)(HOST=remarkable.mammothnetworks.com)(PORT=1521))'
    StandbyArchiveLocation = '/oracle/flash_recovery_area/orcl10g/archivelog'
    AlternateLocation = ''
    LogArchiveTrace = '1024'
    LogArchiveFormat = '%t_%s_%r.arc'
    LatestLog = '(monitor)'
    TopWaitEvents = '(monitor)'
    Current status for "orcl10g":
    SUCCESS
    DGMGRL> show database verbose 10gSB
    Object "10gsb" was not found
    DGMGRL>
    DGMGRL> remove database 10gSB
    Object "10gsb" was not found
    DGMGRL>
    DGMGRL> reinstate database 10gSB
    Object "10gsb" was not found
    DGMGRL>
    DGMGRL> enable database 10gSB
    Object "10gsb" was not found
    DGMGRL>
    DGMGRL> add database '10gSB' as
    connect identifier is 10gSB
    maintained as physical;Error: ORA-16621: database name for ADD DATABASE must be unique
    Failed.
    How can I get Data Guard to see the standby database correctly again?

    Thank you for the constructive feedback. I have been able to make progress on this issue.
    I did check the Data Guard Log files as you suggested. I did not find anything when I checked them before but this time I found the following:
    DG 2011-06-16-17:23:18 0 2 0 RSM detected log transport problem: log transport for database '10gSB' has the following error.
    DG 2011-06-16-17:23:18 0 2 0 RSM0: HEALTH CHECK ERROR: ORA-16737: the redo transport service for standby database "10gSB" has an error
    DG 2011-06-16-17:23:18 0 2 0 NSV1: Failed to connect to remote database 10gSB. Error is ORA-12514
    DG 2011-06-16-17:23:18 0 2 0 RSM0: Failed to connect to remote database 10gSB. Error is ORA-12514
    DG 2011-06-16-17:23:18 0 2 753988034 Operation CTL_GET_STATUS cancelled during phase 2, error = ORA-16778
    DG 2011-06-16-17:23:18 0 2 753988034 Operation CTL_GET_STATUS cancelled during phase 2, error = ORA-16778
    I verified that I am able to connect to both the primary and standby databases via external connections:
    -bash-3.2$ lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 17-JUN-2011 12:41:03
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 17-JUN-2011 01:40:30
    Uptime 0 days 11 hr. 0 min. 32 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /oracle/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File /oracle/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=remarkable.mammothnetworks.com)(PORT=1521)))
    Services Summary...
    Service "10gSB" has 1 instance(s).
    Instance "10gSB", status READY, has 1 handler(s) for this service...
    Service "10gSB_DGB" has 1 instance(s).
    Instance "10gSB", status READY, has 1 handler(s) for this service...
    Service "10gSB_XPT" has 1 instance(s).
    Instance "10gSB", status READY, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orcl10g" has 1 instance(s).
    Instance "orcl10g", status READY, has 1 handler(s) for this service...
    Service "orcl10gXDB" has 1 instance(s).
    Instance "orcl10g", status READY, has 1 handler(s) for this service...
    Service "orcl10g_DGB" has 1 instance(s).
    Instance "orcl10g", status READY, has 1 handler(s) for this service...
    Service "orcl10g_XPT" has 1 instance(s).
    Instance "orcl10g", status READY, has 1 handler(s) for this service...
    The command completed successfully
    -bash-3.2$
    -bash-3.2$
    -bash-3.2$ sqlplus system/dbas4ever@orcl10g
    SQL*Plus: Release 10.2.0.1.0 - Production on Fri Jun 17 12:43:41 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL> quit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    -bash-3.2$ sqlplus system/dbas4ver@10gSB
    SQL*Plus: Release 10.2.0.1.0 - Production on Fri Jun 17 12:43:59 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress <== I think this is normal since the database is in mount mode
    Enter user-name:
    I also checked the listener log file and did see and error associated with a known bug:
    WARNING: Subscription for node down event still pending
    So I added the following to the listener.ora file and bounced the listener:
    SUBSCRIBE_FOR_NODE_DOWN_EVENT_LISTENER=OFF
    That seems to have taken care of the error.
    The following is my listener.ora file:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /oracle/oracle/product/10.2.0/db_1)
    (PROGRAM = extproc)
    (SID_DESC = ( GLOBAL_DBNAME = 10gsb_DGMGRL.remarkable.mammothnetworks.com )
    ( SERVICE_NAME = 10gsb.remarkable.mammothnetworks.com )
    ( SID_NAME = 10gsb )
    ( ORACLE_HOME = /oracle/oracle/product/10.2.0/db_1 )
    (SID_DESC = ( GLOBAL_DBNAME = orcl10g_DGMGRL.remarkable.mammothnetworks.com )
    ( SERVICE_NAME = orcl10g.remarkable.mammothnetworks.com )
    ( SID_NAME = orcl10g )
    ( ORACLE_HOME = /oracle/oracle/product/10.2.0/db_1 )
    (SID_DESC = ( GLOBAL_DBNAME = orcl10g.remarkable.mammothnetworks.com )
    ( SERVICE_NAME = orcl10g.remarkable.mammothnetworks.com )
    ( SID_NAME = orcl10g )
    ( ORACLE_HOME = /oracle/oracle/product/10.2.0/db_1 )
    (SID_DESC = ( GLOBAL_DBNAME = 10gsb.remarkable.mammothnetworks.com )
    ( SERVICE_NAME = 10gsb.remarkable.mammothnetworks.com )
    ( SID_NAME = 10gsb )
    ( ORACLE_HOME = /oracle/oracle/product/10.2.0/db_1 )
    SUBSCRIBE_FOR_NODE_DOWN_EVENT_LISTENER=OFF
    I again tried connecting externally to the standby database:
    -bash-3.2$ sqlplus system/dbas4ever@10gSB
    SQL*Plus: Release 10.2.0.1.0 - Production on Fri Jun 17 13:09:00 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    Enter user-name:
    and see this in the listener.log file:
    17-JUN-2011 13:10:22 * (CONNECT_DATA=(SERVICE_NAME=10gSB_XPT)(SERVER=dedicated)(CID=(PROGRAM=oracle)(HOST=remarkable.mammothnetworks.com)(USER=oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=199.187.124.130)(PORT=11357)) * establish * 10gSB_XPT * 0
    17-JUN-2011 13:10:22 * (CONNECT_DATA=(SERVICE_NAME=10gSB_XPT)(SERVER=dedicated)(CID=(PROGRAM=oracle)(HOST=remarkable.mammothnetworks.com)(USER=oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=199.187.124.130)(PORT=11358)) * establish * 10gSB_XPT * 0
    17-JUN-2011 13:10:24 * service_update * 10gSB * 0
    17-JUN-2011 13:10:30 * (CONNECT_DATA=(SID=orcl10g)(CID=(PROGRAM=perl)(HOST=remarkable.mammothnetworks.com)(USER=oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=25119)) * establish * orcl10g * 0
    17-JUN-2011 13:10:30 * (CONNECT_DATA=(SID=orcl10g)(CID=(PROGRAM=perl)(HOST=remarkable.mammothnetworks.com)(USER=oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=25120)) * establish * orcl10g * 0
    17-JUN-2011 13:10:30 * (CONNECT_DATA=(SID=orcl10g)(CID=(PROGRAM=emagent)(HOST=localhost.localdomain)(USER=oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=25121)) * establish * orcl10g * 0
    17-JUN-2011 13:11:22 * (CONNECT_DATA=(SERVICE_NAME=10gSB_XPT)(SERVER=dedicated)(CID=(PROGRAM=oracle)(HOST=remarkable.mammothnetworks.com)(USER=oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=199.187.124.130)(PORT=11420)) * establish * 10gSB_XPT * 0
    17-JUN-2011 13:11:22 * (CONNECT_DATA=(SERVICE_NAME=10gSB_XPT)(SERVER=dedicated)(CID=(PROGRAM=oracle)(HOST=remarkable.mammothnetworks.com)(USER=oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=199.187.124.130)(PORT=11422)) * establish * 10gSB_XPT * 0
    17-JUN-2011 13:11:24 * service_update * 10gSB * 0
    I tried again to see the database in Data Guard Broker:
    DGMGRL> show database 10gSB
    Object "10gsb" was not found
    however, I then was able to add the database in Data Guard Broker:
    DGMGRL> add database 10gSB
    as connect identifier is 10gSB
    maintained as physical;Database "10gsb" added <== this is progress!!!
    However the configuration shows the following:
    DGMGRL> show database 10gSB
    Database
    Name: 10gsb
    Role: PHYSICAL STANDBY
    Enabled: NO
    Intended State: OFFLINE
    Instance(s):
    10gSB
    Current status for "10gsb":
    DISABLED <=====
    So I tried to enable the database:
    DGMGRL> enable database 10gSB
    Error: ORA-16626: failed to enable specified object
    Failed.
    and I tried to reinstate the database:
    DGMGRL> reinstate database 10gSB
    Reinstating database "10gsb", please wait...
    Error: ORA-16653: failed to reinstate database
    Failed.
    Reinstatement of database "10gsb" failed
    So I checked the configuration and now see two entries for the standby database but with case differences:
    DGMGRL> show configuration
    Configuration
    Name: orcl10g
    Enabled: YES
    Protection Mode: MaxPerformance
    Fast-Start Failover: DISABLED
    Databases:
    orcl10g - Primary database
    10gSB - Physical standby database
    10gsb - Physical standby database (disabled)
    Current status for "orcl10g":
    SUCCESS
    Question: How do I get rid of 10gSB and enable 10gsb?

  • 9i and 10g in the same nodes

    Hi.
    I would like to know if it's possible to have two database in different versions (9i and 10g) in the same nodes.
    In this case, I suppose that I have to install the tow clusterware, one for 9i and another one for 10g, haven't I?
    Thanks!

    Hi,
    both your assumptions are correct.
    You can have a 9i RAC database and a 10g one both in the same cluster. However, you would need to have 10g Clusterware and another cluster software for the 9i RAC. On Linux and Windows Oracle would use the Oracle Cluster Manager (CM) for the 9i RAC, on all other platforms you would need to get a third party cluster software for the 9i RAC database, since the 10g Clusterware cannot serve as the underlying cluster software for the 9i RAC database. Nevertheless, the 10g Clusterware GSD would be used to manage the 9i RAC database in those combinations.
    Thanks.

  • Add Database To OEM tree

    I recently installed Oracle 9i and made a database with the database configuration asisstant.How do i make that database appear in enterprise manager console. A dialog pops up "add databases to tree". It asks for hostname,sid,port number. I enter those and when i try to connect to the database it saya that it doesn't exist. What to do?
    Thanks!

    You need to have an OEM Repository.
    Than you can select the "Nodes" - "Discover Nodes" - "Next" - Enter your machine's name - "Finish"
    Aron

  • 12.1.3 EBS single node 11.2.0.3 database to 2 node RAC with ASM

    Hi,
    We are planning to convert single node local/ordinary file system 11.2.0.3 database to 2 node RAC with ASM.
    Please help me in creating the roadmap for the same.
    e.g
    1. Create the shared raw file system
    2. Create diskgroup for ASM
    3.. Convert the local file system to ASM first
    etc, etc
    This is the first big task hence need expert guidance.

    Please refer to:
    Using Oracle 11g Release 2 Real Application Clusters with Oracle E-Business Suite Release 12 (Doc ID 823587.1)
    Oracle E-Business Suite Release 12 High Availability Documentation Roadmap (Doc ID 1072636.1)
    Thanks,
    Hussein

  • Trying to add database 9i to cluster 11.2.0.1 gives errors

    Hello,
    Versions:
    S.O: Solaris SPARC 64bit
    database: 9.2.0.8
    cluster: 11.2.0.1
    I am trying to add and start a database 9.2.0.8 to a cluster 11.2.0.1.
    The add database works fine: srvctl add database -d orcl -o /u01/app/oracle/product/9.2.0/dbhome_5 -p '/u01/app/oracle/product/9.2.0/dbhome_5/dbs/spfileorcl.ora';
    The add instance also: srvctl add instance -d orcl -i orcl1 -n node1
    But when I try to start the instance with srvctl start instance -d orcl -i oracl1 I get the following errors:
    PRCR-1013 : Failed to start resource ora.orcl.db
    PRCR-1064 : Failed to start resource ora.orc.db on node node1
    CRS-5011: Check of resource "orcl" failed: details at "(:CLSN00007:)" in "/u01/app/11.2.0/grid/log/node1/agent/crsd/oraagent_oracle/oraagent_oracle.log"
    CRS-2674: Start of 'ora.orcl.db' on 'node1' failed
    GIM-00090: OS-dependent operation:open failed with status: 2
    GIM-00091: OS failure message: No such file or directory
    GIM-00092: OS failure occurred at: sskgmsmr_7
    the log says:
    2011-08-20 17:20:34.810: [    AGFW][11] Command: start for resource: ora.orcl.db 1 1 completed with status: SUCCESS
    2011-08-20 17:20:34.811: [    AGFW][7] Executing command: check for resource: ora.orcl.db 1 1
    2011-08-20 17:20:34.811: [ora.orcl.db][7] [check] Gimh::check OH /u01/app/oracle/product/9.2.0/dbhome_5 SID orcl1
    2011-08-20 17:20:34.812: [    AGFW][9] Agent sending reply for: RESOURCE_START[ora.orcl.db 1 1] ID 4098:924247
    2011-08-20 17:20:34.813: [ora.orcl.db][7] [check] GIMH: GIM-00104: Health check failed to connect to instance
    GIM-00090: OS-dependent operation:open failed with status: 2
    GIM-00091: OS failure message: No such file or directory
    GIM-00092: OS failure occurred at: sskgmsmr_7
    2011-08-20 17:20:34.813: [ora.orcl.db][7] [check] (:CLSN00007:)DbAgent::check failed gimh state 0
    2011-08-20 17:20:34.813: [ora.orcl.db][7] [check] Exception type=2 string=CRS-5011: Check of resource "orcl"
    failed: details at "(:CLSN00007:)" in "/u01/app/11.2.0/grid/log/vettel/agent/crsd/oraagent_oracle/oraagent_oracle.log"
    2011-08-20 17:20:34.814: [    AGFW][9] Agent sending reply for: RESOURCE_START[ora.orcl.db 1 1] ID 4098:924247
    2011-08-20 17:20:34.814: [    AGFW][7] check for resource: ora.orcl.db 1 1 completed with status: FAILED
    2011-08-20 17:20:34.815: [    AGFW][9] ora.orcl.db 1 1 state changed from: STARTING to: FAILED
    2011-08-20 17:20:34.815: [    AGFW][7] Executing command: res_attr_modified for resource: ora.orcl.db 1 1
    2011-08-20 17:20:34.815: [    AGFW][9] Agent sending last reply for: RESOURCE_START[ora.orcl.db 1 1] ID 4098:924247
    2011-08-20 17:20:34.816: [ora.orcl.db][7] [res_attr_modified] clsn_agent::modify {
    2011-08-20 17:20:34.816: [ora.orcl.db][7] [res_attr_modified] clsn_agent::modify }
    2011-08-20 17:20:34.816: [    AGFW][7] Command: res_attr_modified for resource: ora.orcl.db 1 1 completed with status: SUCCESS
    2011-08-20 17:20:34.816: [    AGFW][9] config version updated to : 150 for ora.orcl.db 1 1
    2011-08-20 17:20:34.816: [    AGFW][9] Agent sending last reply for: RESOURCE_MODIFY_ATTR[ora.orcl.db 1 1] ID 4355:924252
    2011-08-20 17:20:35.829: [    AGFW][9] Agent received the message: RESOURCE_CLEAN[ora.orcl.db 1 1] ID 4100:924293
    2011-08-20 17:20:35.829: [    AGFW][9] Preparing CLEAN command for: ora.orcl.db 1 1
    2011-08-20 17:20:35.829: [    AGFW][9] ora.orcl.db 1 1 state changed from: FAILED to: CLEANING
    2011-08-20 17:20:35.830: [    AGFW][7] Executing command: clean for resource: ora.orcl.db 1 1
    output from srvctl config database -d orcl -a
    Database unique name: orcl
    Database name:
    Oracle home: /u01/app/oracle/product/9.2.0/dbhome_5
    Oracle user: oracle
    Spfile: /u01/app/oracle/product/9.2.0/dbhome_5/dbs/spfileorcl.ora
    Domain:
    Start options: open
    Stop options: immediate
    Database role: PRIMARY
    Management policy: AUTOMATIC
    Server pools: orcl
    Database instances: orcl1
    Disk Groups:
    Services:
    Database is enabled
    Database is administrator managed
    I tried to find a health check file for this database but none exists.
    Can someone help me out? what file is it trying to find to give this error? "No such file or directory". How can I solve this issue?
    Thank you.
    Edited by: cibernauta on Aug 20, 2011 10:05 PM

    Hello,
    Then why to they say for example here the following:
    The Oracle GSD (Global Service Daemon) process, ora.gsd, is typically offline. You must enable Oracle GSD manually if you plan to use an Oracle 9i Real Application Clusters database on the Oracle Clusterware 11g release 2 (11.2) cluster.
    ???

  • Unable to monitor two databases with same name on two different hosts

    I have got two databases with same name on two different hosts. I added one database to the list of monitored databases. Now If I try to add the other one , I get the message that the database is already being managed.
    Can't we monitor two databases with same name on two different hosts?

    you can... while saving the target,give a different name.. for eg target-2

  • Two SharePoint server Farms using different configuration databases with same content DB's

    Hi everyone,
    I am having strange problem while cloning the environments for SharePoint 2007 farm. We cloned the WFE and DB servers with different names. When the configuration wizard has run pointing to the new DB server for complete the new FARM, The config is pointed
    to the new Database server but the content databases remains same as old. This makes the production and cloned sites pointed to the same content.
    How can this be possible to have a SharePoint farms with separate config DB's and same content DB's. Please advise and now the search service in the production is also broken.
    Thanks keshav,Share point Developer

    Hi,
    This is one reason  why you should always use SQL Aliases when configuring SharePoint 
    Stop the SharePoint Services, you can use Server Manager on the WFE
    From the command line
    Enter CLICONFG
    Highlight TCPIP, Click Enable
    Click on the Alias Tab, and Click Add
    Click the TCPIP Radio Button
    Enter the (Old Database Server Name) in the Server Alias Box
    Enter the (Cloned Database Server Name) Server Name in the Server Name Box
    Uncheck, Dynamically Assign
    Enter Port 1433, and Click OK. Make sure on your new SQL Server that you don't have an inbound rule blocking Port 1433.
    On the new Cloned Server WFE start the SharePoint Services
    Run IISReset
    On The WFE and the App Server. Start the SharePoint Services, you can use Server Manager
    I would normally test this by stopping the SQL Service on the Old Server and login to SharePoint on the Cloned Server...
    Cheers,
    -Ivan

  • SWPM RAC DB instance install error on srvctl add database -d

    Hello,
    We are currently installing a distributed NW 7.31 system with Oracle RAC on ASM.
    SCS ran successfully ,and now we are trying to install db instance.
    During phase 'Create database' the installation stops with error code 1.
    The log is:
    WARNING    2014-04-28 19:14:00.451
               CJSlibModule::writeWarning_impl()
    Execution of the command "/oracle/ISP/112/bin/srvctl add database -d ISP -o /oracle/ISP/112 -p +ISP_DATA/ISP/spfileISP.ora -a ISP_DATA" finished with return code 1. Output:
    /oracle/ISP/112/bin/srvctl: line 87: dirname: No such file or directory
    /oracle/ISP/112/bin/srvctl: line 94: dirname: No such file or directory
    /oracle/ISP/112/bin/srvctl: line 148: uname: No such file or directory
    ****ORACLE_HOME environment variable is not set.
        ORACLE_HOME should be set to the main
        directory that contains Oracle products.
        Set and export ORACLE_HOME, then re-run.
    ERROR      2014-04-28 19:14:00.454
               CJSlibModule::writeError_impl()
    CJS-30023  Process call '/oracle/ISP/112/bin/srvctl add database -d ISP -o /oracle/ISP/112 -p +ISP_DATA/ISP/spfileISP.ora -a ISP_DATA' exits with error code 1. For details see log file(s) srvctl.log.
    I don't know why the SWPM asks for the spfile if this is a fresh installation. The only file that exists is initISP.ora
    Perhaps SWPM was supposed to create an spfile<SID>.ora from init<SID>.ora?
    I hope someone out there has encountered this before
    Best Regards,
    Fabian

    Hello,
    I'm facing the same problem with SWPM:
    An error occurred while processing option SAP NetWeaver 7.0 including Enhancement Package 2 > Software Life-Cycle Options > System Copy > Oracle > Target System Installation > Distributed System > Based on AS Java > Database Instance( Last error reported by the step: Process call '/oracle/DEP/112/bin/srvctl add database -d DEP -o /oracle/DEP/112 -p +DEVDEP01/DEP/spfileDEP.ora -a DEVDEP01' exits with error code 2. For details see log file(s) srvctl.log.)
    [oracle@sapdtdb01 DB]$ cat srvctl.log
    /oracle/DEP/112/bin/srvctl: line 87: dirname: No such file or directory
    /oracle/DEP/112/bin/srvctl: line 94: dirname: No such file or directory
    /oracle/DEP/112/bin/srvctl: line 148: uname: No such file or directory
    PRCD-1025 : Failed to create database DEP
    PRCT-1011 : Failed to run "srvctl". Detailed error: [/oracle/DEP/112/bin/srvctl: line 87: dirname: No such file or directory, /oracle/DEP/112/bin/srvctl: line 94: dirname: No such file or directory, /oracle/DEP/112/bin/srvctl: line 148: uname: No such file or directory]
    Manualy I can execute and register the db:
    /oracle/DEP/112/bin/srvctl add database -d DEP -o /oracle/DEP/112 -p +DEVDEP01/DEP/spfileDEP.ora -a DEVDEP01
    I updated de .bash_profile and .bashrc
    PATH=$PATH:$HOME/bin:/oracle/DEP/112/bin
    ORACLE_HOME=/oracle/DEP/112
    ORACLE_SID=DEP
    ORACLE_BASE=/oracle/DEP
    GRID_HOME=/crs/product/11.2.0.3/
    LD_LIBRARY_PATH=/oracle/DEP/112/lib
    export PATH
    export ORACLE_HOME
    export ORACLE_SID
    export ORACLE_BASE
    export LD_LIBRARY_PATH
    Can you please advise?
    Best regards
    António

Maybe you are looking for

  • Satellite Pro A300D - What is the model number for the keyboard?

    My husband managed to dislodge a keycap on my keyboard, and broke the white scissor clip that holds hit on...(don't ask me how) He spoke to the authorised service centre here in Norway, and they sent us replacement scissor clips (actually they sent a

  • Why are my pics not showing up as the most recent pics uploaded?  I can find them but have to search

    I'm using PSE7 and first off, the program has been letting me upload pictures directly from my camera.  I now have to load them from my computer then from my computer to PSE7.  Once uploaded they used to pop up as the most recent loaded, now I have t

  • [Mac] "Invalid Param" bug on Open: Solved?

    Just saw this in the latest 10.6.3 update: resolve an issue that prevented files with the # or & characters in their names from opening in Rosetta applications I never have had this particular problem can someone who *has* confirm it's solved?

  • AddNode.sh fails when Voting Disks are placed in ASM

    Hi Forum, adding a node with addNode script throws an error when Voting disks are placed on ASM. Did anyone else had this issue or any ideas ? Thanks a lot for your help. [grid@host02 bin]$ sh -x ./addNode.sh -silent "CLUSTER_NEW_NODES={host01}" "CLU

  • Using external source paths

    Hi everyone, I'm quite new to Flash Builder. I've created an ActionScript project and added a folder on my hard drive as a source path. This folder is external to the project. It creates a linked folder in the package explorer window with the little