Multiple database in single server

Hi experts,
Please tell me how to configure multiple SID with single listener.
I configured the DR setup of two databases in single server. Now the problem is, if I start one listener from orapm1(CRM), my data is replicating only for CRM, and if I am going to start my listener from oraPE2 user (DBM), error is coming u201C listener is already startu201D but DBM is not replicating with DR site.
And when I stop the listener from oraPM1, and start listener from user oraPE2(DBM), my DBM is replicating properly, I want to start both in parallel with one listener.
Right now I have only one port for both database (1527) and only one LISTENER, should I need to change the port for one server e.g DBM (primary and standby), and then change in listener files. For both side (primary and standby)
If I am correct please let me know the steps, what precautions we need to take.
And what change I need to do in listener file.
2nd) Can I work on same port for both SIDs, if yes please tell me the steps.
My CRM is working properly so I need to change in DBM part.
I am attaching listener file from both users in same server (10.11.230.12)
ADMIN_RESTRICTIONS_LISTENER = on
LISTENER_PE2 =
(ADDRESS_LIST =
(ADDRESS =
(PROTOCOL = IPC)
(KEY = PE2.WORLD)
(ADDRESS=
(PROTOCOL = IPC)
(KEY = PE2)
(ADDRESS =
(COMMUNITY = SAP.WORLD)
(PROTOCOL = TCP)
(HOST = 10.11.230.12)
(PORT = 1527)
STARTUP_WAIT_TIME_LISTENER = 0
CONNECT_TIMEOUT_LISTENER = 10
TRACE_LEVEL_LISTENER = OFF
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PE2)
(ORACLE_HOME = /oracle/PE2/102_64)
pm1 listener file
ADMIN_RESTRICTIONS_LISTENER = on
LISTENER =
(ADDRESS_LIST =
(ADDRESS =
(PROTOCOL = IPC)
(KEY = PM1.WORLD)
(ADDRESS=
(PROTOCOL = IPC)
(KEY = PM1)
(ADDRESS =
(COMMUNITY = SAP.WORLD)
(PROTOCOL = TCP)
(HOST = 10.11.230.12)
(PORT = 1527)
STARTUP_WAIT_TIME_LISTENER = 0
CONNECT_TIMEOUT_LISTENER = 10
TRACE_LEVEL_LISTENER = OFF
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PM1)
(ORACLE_HOME = /oracle/PM1/102_64)
Thanks in advance.

Dear Experts,
please tell me is it ok or i need to change something else?
this example is for only one listener, and i put both SID details in same LISTENER, or i need to change the listener name for another server. it is very confusing...
ADMIN_RESTRICTIONS_LISTENER = on
LISTENER =
  (ADDRESS_LIST =
        (ADDRESS =
          (PROTOCOL = IPC)
          (KEY = PM1.WORLD)
        (ADDRESS=
          (PROTOCOL = IPC)
          (KEY = PM1)
        (ADDRESS =
          (COMMUNITY = SAP.WORLD)
          (PROTOCOL = TCP)
          (HOST = 10.11.230.12)
          (PORT = 1527))
LISTENER =
  (ADDRESS_LIST =
        (ADDRESS =
          (PROTOCOL = IPC)
          (KEY =PE2.WORLD)
        (ADDRESS=
          (PROTOCOL = IPC)
          (KEY = PE2)
        (ADDRESS =
          (COMMUNITY = SAP.WORLD)
          (PROTOCOL = TCP)
          (HOST = 10.11.230.12)
          (PORT = 1528))
SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
      (SID_NAME = PM1)
      (ORACLE_HOME = /oracle/PM1/102_64)
STARTUP_WAIT_TIME_LISTENER = 0
CONNECT_TIMEOUT_LISTENER = 10
TRACE_LEVEL_LISTENER = ON
SID_LIST_LISTENER  =
  (SID_LIST =
    (SID_DESC =
      (SID_NAME = PE2)
      (ORACLE_HOME = /oracle/PE2/102_64)
Rishi

Similar Messages

  • Multiples databases on single server

    Hello,'
    I need some of the expertise opinions what are the cons and pros of having multiple databases on a single server? we have about 150 GB size of the database with millions of the recods in few tables. The reason is we have to keep one database up, while the other database is upgrading to the users. but i am little conscerned having both on same server. But we dont have an another server to accommdate, so multiple databases or multiple schemas on same box? which on has less overhead and what are the pros and cons...
    Thank you.

    couldlet me know what if i create an another schema in the existing database, do i create a separate tablespaces?
    -- You can create another schema in the existing database under same tablespace or different. Whatever makes sense for your application/database. Please note when you upgrade database then none of the schemas going to be available since they are part of same database.
    our golas is when one db is going through upgrades another should be up and running. as you suggested can i create on 'D" drive in 2 different oracle homes for each of these databases? in this case when i shutdown one db other will be still available to users right...
    please advise.
    -- Basically you will have 2 Oracle Homes on D drive. Something like D:\oracle_home\db_1 and D:\oracle_home\db_2 or whatever you directory/path names.. And database(s) can be located on same or (better) different drive.

  • Run two Database in single server

    Hi...
    I want to run two database into single server. For that I had created one another database.
    But now I am not able to connect with two database at the same time.
    When I am going to connect to another database i have to shutdown the first one.
    Is it possible to connect and work on two database at the same time?
    Thanks
    pratik

    You should have a good enough to have two or more instances running on the same machine.
    The performance of a single instnace will always be better compared to having two or more instances on the same machine.
    Is it possible to connect and work on two database at the same time?Yes
    Here is an example
    $ ps -ef |grep pmon
    ora101AS 548928 1 0 Aug 06 - 0:31 ora_pmon_orcl
    ora102DB 552974 1 0 Aug 06 - 0:36 ora_pmon_TEST
    ora102DB 1380412 1 0 00:58:49 - 0:04 ora_pmon_LIVE
    testuser 1613946 1691868 0 10:46:11 pts/2 0:00 grep pmon
    Single machine having multiple instances
    $ ps -ef |grep pmon
    ora102DB 4086 1 0 Aug 06 - 1:39 ora_pmon_LIVE10
    testuser 32848 31172 0 10:46:24 pts/0 0:00 grep pmon
    Single machine having a single instance
    The second machine performance is much better compared to the first machine that has mutiple instances.
    Normally CREATE DATABASE is used by advance users while DBCA is relatively easy to use.
    Adith

  • Multiple oracle database on single server

    Hi,
    In our organization, we are going to install, SRM, BW and XI on a single server, each going to use its own database.
    So, in that case, will the listener and listener port for all the three database will be the same, or we need to define it during the installation.
    Please help me in this regard.
    Thanks and Regards,
    Sailesh K

    Hi Sailesh,
    The best option is different binaries (Oracle & Sap), different Filesystems and different ports (Listener, msserver, gw, and so on) for every system you install. And, of course, different system numbers!
    Best Regards,
    JC Llanes.

  • Multiple databases on same server

    we're planning to consolidate our SAP R/3 databases on a 64bit based cluster running Windows 2003/SQL Server 2005.
    the "SAP with Microsoft SQL Server 2005: Best Practices for High Availability, Maximum Performance, and Scalability" document states "SAP products support multiple instances of SQL Server 2005 on the same server. However, running the database of the SAP production system together with other application databases on one server is not recommended." and "An alternative is to run two or three SAP databases on one SQL Server 2005 instance.".
    giving this, I'd like to know if it's not recommended even if the 'other application databases' are related to other instances of SAP R/3 product.
    it would be useful to know why one SQL Server instance with multiple SAP databases is better than multiple SQL Server instances with one SAP database for each.
    thank you.

    Dear Matro,
    Please review the following thread:
    Multiple database instances on single server on SQL2005
    I also note that you state your database server is clustered using MSCS.  If this is the case you should not use a "Named Instance".  If you download the latest Netweaver 2004s Installation guide (SR1) for Windows SQL you will note that on page 172 it specifically states that you must install a "default instance". 
    If you plan to consolidate several SAP database systems on one host and use a default instance you need to consider the fact that all databases running on this instance will share resources such a memory cache etc.
    Factors such as the size of the SAP systems, whether the systems are OLTP will influence your decision
    Please post if you have any additional questions.
    Thanks
    N.P.C

  • Multiple databases on same server installation

    Hi,
    We will have multiple RAC databases installed on the same pair of servers. The idea is to have them as independent as possible meaning when one fails it won't trigger others to failover. Want to understand from the experienced DBA here what should be separated.
    A list of items I can think about is,
    Different Oracle binary;
    Different Oracle home;
    Different disk group for data;
    What about
    their virtual ip, scan ip;
    voting disk and ocr disk
    etc
    Thanks

    rac100g wrote:
    T
    To have two databases running on one pair of RAC nodes is for two completely unrelated application in my context and it's not for redundancy purpose if I confused you. You can say to group them together is for saving money.And you can also save oxygen by holding your breath for 60 seconds every 300 seconds. ;-)
    It does NOT make sense to me to run 2 RAC instances on a single RAC node ito performance and scalability.
    I would rather create a single Grid (e.g. 10 nodes). Create multiple policy based RAC databases (e.g. 3 databases). Create 3 server groups (e.g. group 1 with 5 nodes, group 2 with 3 nodes and group 3 with 2 nodes). Then assign a single database to a server group.
    Should database 3 need more than 2 nodes, server group 1 (and database 1) can be reduced to 4 nodes and group 3 increased to 3 nodes.
    Etc.
    The list I provided earlier is the area I think I can reserve extra IP, creating extra set of disks to avoid them crash same time.Grid and RAC are redundant. Understand how that works and correctly implement it (e.g. h/w redundancy in storage system, redundancy in fabric and interconnect switching layers, redundancy in cabling, etc).
    It does not make sense to try and implement your own idea of redundancy by adding multiple Oracle Homes and so on.

  • Use 1 listener for multiple database in a server

    hi guys,
    just want to check whether this is the right way to configure my Listener.ORA . I am using 1 listener.ora to listen for incoming request connection from remote client. There are multiple databases installed in a server.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ora03)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = O11R2)
    (ORACLE_HOME = /oracle/app/oracle/product/11.2.0/db_1)
    (SID_NAME = O11R2)
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = O10G)
    (ORACLE_HOME = /oracle/app/oracle/product/10.2.0/db_1)
    (SID_NAME = O10G)
    )sorry i am reading about it so did not install another database to test out. Just thinking in the line that it mention that the list of SID is refering to the multiple database that is installed in a server and i am using 1 listener.
    Please further advice.

    Shivananda Rao wrote:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ora03)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = O11R2)
    (ORACLE_HOME = /oracle/app/oracle/product/11.2.0/db_1)
    (SID_NAME = O11R2)
    (SID_DESC =
    (GLOBAL_DBNAME = O10G)
    (ORACLE_HOME = /oracle/app/oracle/product/10.2.0/db_1)
    (SID_NAME = O10G)
    )Please use as above. You can have one listener for multiple databases.right right so it the pattern goes like this:
    SID_LIST_LISTENER =
         (SID_LIST =
              (SID_DESC =
              (GLOBAL_DBNAME = AAAA)
              (ORACLE_HOME = /oracle/app/oracle/product/11.2.0/db_1)
              (SID_NAME = AAAA)
              (SID_DESC =
              (GLOBAL_DBNAME = BBBB)
              (ORACLE_HOME = /oracle/app/oracle/product/10.2.0/db_1)
              (SID_NAME = BBBB)
         )thanks !

  • Multiple instances on single server

    Hi all,
    I have a Solaris 10 server with 2x dual core CPU's.
    I am wondering if it was at all possible to install Business Intelligence Server on this single OS twice? And if it is, can I split the CPU between the different instances?
    The reason for this is that I would like both production and test/development installed onto the same OS to cut costs. But I don't want the test/development instance to use resources that would affect the performance of the production environment.
    Ideally I'd like the 2 instances, with the production instance using 3 cores, and the test/development instance using 1 core. If the RAM could also be split that'd be great.
    Thanks for your help in advance.
    Cheers

    Yes, you can have multiple instances of Presentation Services (PS) ([see my blog posting for details|http://rnm1978.wordpress.com/2009/08/25/multiple-rpds-on-one-server-part-1-the-bi-server/]) which would let you split envs, but you'd do that with a single instance of BI server. I don't know if it's possible to run multiple BI servers
    I don't think you should be trying to do this anyway, several reasons why not:
    1) It's not supported to run multiple PS on one server. That should be reason enough not to do this on prod.
    2) If it's not possible to run multiple BI Servers on one server then you'd end up running one BI Server with dev/test/prod RPDs - you'd never be able to bounce your BI Server for dev work without taking down prod
    3) Any time you needed downtime for dev, you'd affect prod
    4) Any patching you wanted to do on dev might affect prod
    5) Any experimental work you do that crashes dev would affect prod.
    If you only have the one box available to you for costs reasons then you should be looking into virtualisation of some kind, eg http://www.virtualbox.org

  • 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 create linked server to multiple database on same server?

    Hi Experts
    I want to create linked server to multiple databases on the same server.
    I have 2 database servers (ServerA and ServerB) and want to create linked server on ServerB to link multiple databases on ServerA).
    I have admin right on ServerB.
    I don't have admin right on ServerA but have different accounts to access on each databases on ServerA.
    After I created one linked server object to a database, I cannot create another linked server object for another database as it has already used the server name which is ServerA.
    Please advise.
    Thanks.

    EXEC sp_addlinkedserver 'ServerADB1', '', 'SQLNCLI', 'ServerA', @catalog = 'DB1'
    EXEC sp_addlinkedserver 'ServerADB2', '', 'SQLNCLI', 'ServerA', @catalog = 'DB2'
    etc.
    Please look up the details for sp_addlinkedserver as I typed this from memory.
    I can certainly see a point in having one linked server per database, as then you don't have to hardcode the database name in the queries, and the linked-server definitions can be changed if the database name changes.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Q:Multiple databases using Single default listener ??

    I created a database on a host and have been using the default listener to connect to it - no entries in listener.ora/tnsnames.ora -
    now I have another database created on the host (different service_names) , but am unable to connect to it using default listener
    without making entry in tnsnames.ora .
    Q - Why does this work for the first DB I created and not for the second ?
    Edited by: user7480241 on May 28, 2009 8:16 PM
    Additional details about the env
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL>
    SQL> show parameter listener
    NAME TYPE VALUE
    local_listener string
    remote_listener string
    SQL> show parameter service_names
    NAME TYPE VALUE
    service_names string MAHARAJA
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> show parameter listener
    NAME TYPE VALUE
    local_listener string
    remote_listener string
    SQL> show parameter service_names
    NAME TYPE VALUE
    service_names string MAHARAJ2
    SQL>
    -bash-3.00$ lsnrctl service
    LSNRCTL for Solaris: Version 10.2.0.2.0 - Production on 29-MAY-2009 11:19:01
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    Services Summary...
    Service "MAHARAJ2" has 1 instance(s).
    Instance "MAHARAJ2", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    Service "MAHARAJ2_XPT" has 1 instance(s).
    Instance "MAHARAJ2", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    Service "MAHARAJA" has 1 instance(s).
    Instance "MAHARAJA", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    Service "MAHARAJA_XPT" has 1 instance(s).
    Instance "MAHARAJA", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    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
    The command completed successfully
    -bash-3.00$ tnsping MAHARAJA
    TNS Ping Utility for Solaris: Version 10.2.0.2.0 - Production on 29-MAY-2009 11:20:01
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Used parameter files:
    /export/home/oracle/network/admin/sqlnet.ora
    Used EZCONNECT adapter to resolve the alias
    Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=MAHARAJA.))(ADDRESS=(PROTOCOL=TCP)(HOST=10.0.2.15)(PORT=1521)))
    OK (30 msec)
    -bash-3.00$ tnsping MAHARAJ2
    TNS Ping Utility for Solaris: Version 10.2.0.2.0 - Production on 29-MAY-2009 11:20:10
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Used parameter files:
    /export/home/oracle/network/admin/sqlnet.ora
    TNS-03505: Failed to resolve name
    DB & Global Names
    SQL> show parameter name
    NAME TYPE VALUE
    db_file_name_convert string
    db_name string MAHARAJA
    db_unique_name string MAHARAJA
    global_names boolean FALSE
    instance_name string MAHARAJA
    lock_name_space string
    log_file_name_convert string
    service_names string MAHARAJA
    SQL> show parameter name
    NAME TYPE VALUE
    db_file_name_convert string
    db_name string MAHARAJ2
    db_unique_name string MAHARAJ2
    global_names boolean FALSE
    instance_name string MAHARAJ2
    lock_name_space string
    log_file_name_convert string
    service_names string MAHARAJ2
    SQL>

    Why does this work for the first DB I created and not for the second ?Because Oracle tries to make it easy for folks.
    listener.ora is not required for V10.
    tnsnames.ora changes are required so SQL*Net can identify the 2nd DB; so do the necessary as document at http://tahiti.oracle.com

  • Two database in single server(sun os)

    Hi,
    i need to create one more database(production) in the sun solaris server(which has enough resources) where allready one database resides, could anybody provide me the link, materail to do the same,
    helpfull is greately appreciated.
    Thanks

    Hi Prakash,
    How did you create the first one, its the same
    Just Launch the DBCA as oracle user and create the database and make the entries in ORATAB to start automatically upon rebooting
    http://www.dbspecialists.com/files/presentations/oracle10gsolaris.html

  • Seeding multiple databases with single Entity Framework context

    I am developing a single-instance, multi-tenant web application, with a SQL database using Entity Framework 6 Code-First. 
    I want to have a separate database for each client, generated from the same EF models, with a single DbContext. The database to connect to will be determined by the subdomain that the client is using the web app from. 
    This seems to work fine and the correct database is connected to depending on the subdomain. However my issue is seeding the databases with data. This is the code I have:
    foreach (var connString in ConfigurationManager.ConnectionStrings.Cast<ConnectionStringSettings>()))
    Configuration.PerformDatabaseMigration(connString.Name);
    This then calls the PerformDatabaseMigration method: 
    public class Configuration : DbMigrationsConfiguration<DataContext>
    public Configuration()
    AutomaticMigrationsEnabled = false;
    AutomaticMigrationDataLossAllowed = false;
    public static void PerformDatabaseMigration(string connStringName)
    var databaseInitialiser = new Configuration { TargetDatabase = new DbConnectionInfo(connStringName) };
    var dbMigrator = new DbMigrator(databaseInitialiser);
    dbMigrator.Update();
    protected override void Seed(DataContext context)
    base.Seed(context);
    var superAdmin = new User { Id = 1, UserName = "SuperAdmin" };
    context.Users.AddOrUpdate(superAdmin);
    The issue is that when seeding this data for the second database, the context passed into the Seed method already has the admin user added to the `DbSet<User>` property of the context, even though the context is for the second databse connection, not
    the first. It appears that the context is not being cleared from seeding the first database, and so I receive a `DbUpdateException`, as my User.Username field is a unique index.
    Cannot insert duplicate key row in object 'dbo.Users' with unique index 'IX_UserName'. The duplicate key value is (SuperAdmin).\r\nThe statement has been terminated.
    public class User : ModelBase, IUserIdentity, IPrincipal, IIdentity 
        [Index(IsUnique = true)]     
      [Required]     
      [StringLength(40)]       
    public string UserName { get; set; }

    Hello Attune,
    >>This seems to work fine and the correct database is connected to depending on the subdomain. However my issue is seeding the databases with data.
    Is that you firstly create these databases and then call the PerformDatabaseMigration method to seed these database with data? Do you have a try to seed these database data when creating the database with AutomaticMigrationsEnabled = true; with your provided
    configuration class, I tested it and it could work as seeding same data to different database:
    internal sealed class Configuration : DbMigrationsConfiguration<CFs.CFContext>
    public Configuration()
    AutomaticMigrationsEnabled = true;
    public static void PerformDatabaseMigration(string connStringName)
    var databaseInitialiser = new Configuration { TargetDatabase = new DbConnectionInfo(connStringName) };
    var dbMigrator = new DbMigrator(databaseInitialiser);
    dbMigrator.Update();
    protected override void Seed(CFs.CFContext context)
    base.Seed(context);
    var superAdmin = new ApplicationUser() { ApplicationUserID = 1, FirstName = "", LastName = "" };
    context.ApplicationUsers.AddOrUpdate(superAdmin);
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Multiple database members in a single Grid Row

    Hi All,
    I have created an FR report (9.3x) and getting the below error while trying to run the report via Web Preview.
    5217: Error Processing Results;hasPovDims=1;povXML=<?xml version="1.0"?><datasources><datasource name="FIN QA" dsid="-117fcde3_132fd17f2f6_-771b" allowEdit="1"><dim name="Versions" dimIndex="0" dsName="FIN QA" keyDimName="Versions" memberName="Versions" displayName="Versions: Versions"/><dim name="Scenarios" dimIndex="4" dsName="FIN QA" keyDimName="Scenarios" memberName="Scenarios" displayName="Scenarios: Scenarios"/><dim name="Components" dimIndex="5" dsName="FIN QA" keyDimName="Components" memberName="Components" displayName="Components: Components"/><dim name="Customers" dimIndex="6" dsName="FIN QA" keyDimName="Customers" memberName="Customers" displayName="Customers: Customers"/><dim name="Assets" dimIndex="7" dsName="FIN QA" keyDimName="Assets" memberName="Assets" displayName="Assets: Assets"/></datasource><datasource name="FINDEF QA" dsid="-607fb334_128b79d246e_-7d0a" allowEdit="1"><dim name="Time Periods" dimIndex="1" dsName="FINDEF QA" keyDimName="Time Periods" memberName="Time Periods" displayName="Time Periods: Time Periods"/><dim name="Scenario" dimIndex="3" dsName="FINDEF QA" keyDimName="Scenario" memberName="SC_Actual" displayName="Scenario: SC_Actual"/><dim name="Versions" dimIndex="4" dsName="FINDEF QA" keyDimName="Versions" memberName="VR_Input_Version" displayName="Versions: VR_Input_Version"/><dim name="Customers_Region" dimIndex="6" dsName="FINDEF QA" keyDimName="Customers_Region" memberName="CU_NA" displayName="Customers_Region: CU_NA"/><dim name="Assets" dimIndex="7" dsName="FINDEF QA" keyDimName="Assets" memberName="Assets_NA" displayName="Assets: Assets_NA"/></datasource></datasources>
    In my report I have selected 2 rows where I have selected @descendants of ccounts from one database which is FIN QA and in the second row I have selected @children of Accounts from another database which is FINDEF QA. I am using only ONE GRID here.
    Is it not possibe to run a FR report by select members from multiple databases in a single grid??
    Please have your valuable inputs.

    Yes it possible to retrive data from multiple database using single grid.
    Also there are few limitations namely:
    Database connections must be of the same type (for example, both must be Essbase database connections or both must be Financial Management database connections).
    Mismatched number of dimensions in the database connections may cause retrieval errors.
    For more details refer to this link for details:-
    http://www.oracle.com/technetwork/middleware/financial-management/tutorials/obe-multipledbs-086586.html
    Cheers
    Vikas Naidu

  • Pros and cons for using single/multiple database

    hi
    could anyone tell me in which senario we can use multiple databases and advantages and disadvantages using multiple databases over single database (with different tablespace)
    thaks in advance
    hari

    depending on your situation you can probably think of different answers. You ask for a 'general' rule of thumb... well, some things that pop into my mind:
    - different usage by applications. e.g. you have a transactional application storing and modifying data and you also want to do analytics. You might want to build a seperate database/datawarehouse that you can use for analytics. by splitting it up you can tune both databases to work best with the application using it.
    - sensitive data and many different users. e.g. the marketing department does not need to have access to the finance department's data (salaries, etc). give each department a separate database and only load the data needed/give access to the data needed.
    Just some thoughts, you can think of more when confronted with a certain situation.
    Lennert

Maybe you are looking for

  • Where the files Lenovo System Updates download?

    I use the Lenovo System Update to download and install the new drivers. I just wonder after it download the installation file of drivers, what is the directory it put? I want to find it and delete the installation file after I istall it. Thanks very

  • Workspace is not opening IE8 (Server 2003)

    Hi Team, I am very confused on this topic. In my laptop I am unable to launch Workspace URL in IE8. http:\\srikanth:19000\workspace\index.jsp OS - Server 2003 Please find the below link for error: https://drive.google.com/file/d/0B1aHIW7gwJRyTXZQcWE0

  • "I Cloud is not responding"  this response for 3 days???

    I cannot bring up "find my phone" in Icloud.  The response is "Icloud is not responding".  Though there is no problem using my Ipad?????

  • Songs suddenly missing from Ipod Touch

    I was listening to my ipod touch when I realized that I'm missing a lot of songs. It was fine few hours back when I was listening to my ipod but then the songs just went missing. So I connected my ipod to my macbook and on itunes it shows all the son

  • Tmobile WRTU54G-TM

    Sorry if this has been 'asked and answered' before (probably LONG before...), but I'd like to get 'authoritative' input for something I'd like to research and determine if it is possible to accomplish: A client is using Tmobile VOIP using the aforeme