Configuration in multisite environment

HI Guys,
What are the configurations we need to do for creating different orders for different sites in atg multisite environment(same ear file and same server instance).
I have two multisite applications
1.In one application we are having only one order for both sites and what ever items we added to cart in both sites  are adding to same order
2.In another application for each site we are getting different orders.Those orders are site specific
what are the configurations we need to do for this
Please give me clarification on this.

In multisite application Site group is used to categories sites.
Sites falling in same group(same category) can share resources(sharable resources) specified in site group.
OOTB cart(order)and profile are declared as sharable ype, if you add these in site group 's sharable data, They will be shared across the site group.
For More info refer Multisite administration guide Oracle ATG Web Commerce - Sharing Data
Thanks,
Nitin.

Similar Messages

  • How to configure multiple dev environment in single IP

    HI,
    I have a WLS running on a Windows NT machine. I want to configure multiple partition/environment
    in that single WLS so that each user will have their own partition/environment to
    play around. Once they are happy with their EJBs then we shall move them to a testing
    environment. Is that possible in WLS??. Can anyone please guide me to a good documentation
    about this one.
    Many Thanks
    Vasan.
    PS: I dont want a clustering technology all i want is that in a single ip i wanna
    multiple development environment.

    Tom,
    looks like you are specifying http protocol in
    sky.framework.ejb.SkySessionBean.getInitialContext method.
    Change it to t3 or, if the JNDI lookup is in the same JVM, don't specify
    PROVIDER_URL. If you have to use http tunneling due to any reason , you have to
    enable HTTP Tunneling in server to which initial context is created. It is
    disabled by default in 60. You can do so via console. Please refer to
    documentation , let me know if you need additional help.
    Viresh Garg
    Principal Developer Relations Engineer
    BEA Systems
    Tom Purcell wrote:
    Kevin,
    You said that with 6.0 the following happens:
    On the second server I get an error when I do
    http://host:secondServerPort/index.html
    Is this the error you get on the Admin Server:
    <Feb 28, 2001 12:42:24 PM EST> <Info> <HTTPTunneling> <Login rejected with
    code: 'Failed', reas
    on: You are trying to use http tunneling
    The server will not let you connect'>
    <Feb 28, 2001 12:42:24 PM EST> <Error> <HTTP> <Problem dispatching servlet
    request
    weblogic.common.T3Exception: You are trying to use http tunneling
    The server will not let you connect
    at weblogic.socket.TunnelLogin.rejectConnection(TunnelLogin.java:87)
    at weblogic.socket.TunnelLogin.service(TunnelLogin.java:59)
    at
    weblogic.servlet.internal.MuxableSocketHTTP.dispatch(MuxableSocketHTTP.java:
    467)
    at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:638)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    >
    And on the Managed Server:
    <Feb 28, 2001 12:42:24 PM EST> <Error> <ConnectionManager> <Could not
    connect to: '0S:127.0.0.1
    :[-1,7001,-1,-1,-1,-1,-1]'
    java.net.ProtocolException: Tunneling result unspecified - is the HTTP
    server at host: 'localho
    st' and port: '7001' a WebLogic Server?
    at
    weblogic.rjvm.http.HTTPClientJVMConnection.handleNullResponse(HTTPClientJVMC
    onnectio
    n.java:152)
    at
    weblogic.rjvm.http.HTTPClientJVMConnection.connect(HTTPClientJVMConnection.j
    ava:194)
    at
    weblogic.rjvm.http.HTTPClientJVMConnection.createConnection(HTTPClientJVMCon
    nection.
    java:98)
    at weblogic.rjvm.Protocol.createConnection(Protocol.java:207)
    at
    weblogic.rjvm.ConnectionManager.findOrCreateConnection(ConnectionManager.jav
    a:997)
    at
    weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:364)
    at
    weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:330)
    at
    weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:228)
    at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:188)
    at
    weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:180)
    at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:149)
    at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:207)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFact
    oryDelegate.java:232)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFact
    oryDelegate.java:174)
    at
    weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFact
    ory.java
    :123)
    at
    javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:668)
    at
    javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246)
    at javax.naming.InitialContext.init(InitialContext.java:222)
    at javax.naming.InitialContext.<init>(InitialContext.java:198)
    at
    sky.framework.ejb.SkySessionBean.getInitialContext(SkySessionBean.java:112)
    at
    sky.framework.ejb.SkySessionBean.setSessionContext(SkySessionBean.java:94)
    at
    sky.ejb.session.skyreferencesession.SkyReferenceSessionBeanImpl.setSessionCo
    ntext(Sk
    yReferenceSessionBeanImpl.java:87)
    at
    weblogic.ejb20.internal.StatelessEJBHome.createBean(StatelessEJBHome.java:22
    9)
    at
    weblogic.ejb20.pool.StatelessSessionPool.createBean(StatelessSessionPool.jav
    a:90)
    at
    weblogic.ejb20.pool.StatelessSessionPool.getBean(StatelessSessionPool.java:7
    5)
    at
    weblogic.ejb20.manager.StatelessManager.preInvoke(StatelessManager.java:67)
    at
    weblogic.ejb20.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:113)
    at
    weblogic.ejb20.internal.StatelessEJBObject.preInvoke(StatelessEJBObject.java
    :55)
    at
    sky.ejb.session.skyreferencesession.SkyReferenceSessionBeanEOImpl.setDataSou
    rce(SkyR
    eferenceSessionBeanEOImpl.java:22)
    at
    sky.ejb.session.skyreferencesession.SkyReferenceSessionBeanEOImpl_WLSkel.inv
    oke(SkyR
    eferenceSessionBeanEOImpl_WLSkel.java:161)
    at
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:373)
    at
    weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java
    :128)
    at
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:237)
    at
    weblogic.rmi.internal.BasicRequestHandler.handleRequest(BasicRequestHandler.
    java:103
    at
    weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:1
    7)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    >
    Thanks,
    Tom
    <Feb 28, 2001 12:42:24 PM EST> <Info> <ConnectionManager> <Bootstrap unable
    to get a: 'Protocol
    : 'http'' connection to: 'localhost/127.0.0.1' on port: '7001'>
    "Kevin Apte" <[email protected]> wrote in message
    news:[email protected]...
    This advice applies to WL5.1. I have been trying to configure a
    multiinstance Weblogic with no success. I want multiple copies
    of the sample petStore available for test by multiple users.
    I think in 6.0
    You would need to open an admin server
    Open the configuration file for say PetStore.
    Clone the petStore- call it petStore2. .
    Create a copy of the startup script and modify it to start PetStore2.
    After doing this only one config.xml is created for both servers.
    I am able to start the first server and view the petStore application,
    On the second server I get an error when I do
    http://host:secondServerPort/index.html
    How does one create multiple instances in WL6.0 using the console
    or using a XML editor ?
    Jesse E Tilly <[email protected]> wrote:
    [This followup was posted to weblogic.developer.interest.management
    and
    a copy was sent to the cited author.]
    In article <[email protected]>, [email protected]
    says...
    HI,
    I have a WLS running on a Windows NT machine. I wantto configure multiple partition/environment
    in that single WLS so that each user will have theirown partition/environment to
    play around. Once they are happy with their EJBs thenwe shall move them to a testing
    environment. Is that possible in WLS??. Can anyoneplease guide me to a good documentation
    about this one.
    Many Thanks
    Vasan.
    PS: I dont want a clustering technology all i wantis that in a single ip i wanna
    multiple development environment.
    NT isn't a multiuser environment. I will assume that
    you mean some
    Win32 box sitting in a room where people can copy their
    classes/EJBs and
    test their stuff. If this is the case, the setup is easy.
    Create a directory and startup script for every developer.
    Have a
    global properties file in the same directory as the scripts
    so that
    common settings are, well, common. Tell each user to
    modify the various
    parts of the properties files in their directories to
    deploy EJBs and
    register servlets, etc etc.
    In each startup script, you will have to specify the server
    directory
    and the binding port for each person. Pick a port (something
    easy to
    remember and high, like 30000, 30001, etc etc) for each
    person. Why?
    Well, when they connect to the app server, they'll know
    they're hitting
    only their server. Also, TCP/IP won't let more than one
    JVM bind to the
    same port, so if you want simultaneous instances (> 4
    you better have
    one kick ass Win32 box) you have to do this.
    Hope this solves your problem.
    JT
    Senior Developer, HotelTools INC
    [email protected]

  • How does OOB breadcrumbs work for multisite environment

    Hi
    I am currently using CatalogNavHistory and CatalogNavHistoryCollector to display breadcrumbs in my catalog pages.
    My doubt is with ATG10.1 we are using multisite environment for our project. So one category will be part of more than one site.
    So how does OOB CatalogNavHistory and CatalogNavHistoryCollector handle the breadcrumbs for these scenario?
    Thanks
    Ajay

    Dear KK,
    IF You want to use the EURO currency as transaction currency and Your Local currency is Australian Dollar, the System correectly will take the Exchange rate EURX.
    EURO is used for the old european currencies
    EURX for all the other foreign currencies
    EMU indicator that means European Monetary Union has to be flagged if the referency currency is EUR.
    I hope this can help You.
    Mauri

  • Preventing Item On Hand reservation in a configure to order environment for multi org same OU environment

    I have a scenario in a configure to order environment where I want to automatically creating flow schedules based on sales order demand. I have two orgs in same OU.
    1. How to setup sales order line to generate flow schedules in the manufacturing org and then ship the finished goods from the shipping org. I believe this can be done from sourcing rules to populate Warehouse field in sales order line with the shipping org and create Flow schedule in another manufacturing org. Please advise ?
    2. Once flow schedule is completed I want to prevent the reservation of Finished good on hand against Sales order so that the On hand could be transferred to shipping org and shipped. Please advise ?
    Thanks for your inputs.
    Best,
    Rajesh

    Pl do not post duplicates - Preventing Item On Hand reservation in a configure to order environment for multi org same OU environment

  • Two order are creating in multisite environment

    HI Guys,
    we have multisite environment in our application one  is .com site another is .in site
    for both sites we are using same ear file but
    while creating orders we are getting two different orders for both sites
    we are getting different orders for each site
    how it is possible in atg

    Response to below query:
    how it is possible in atg
    If both sites are not sharing shopping cart, Both will create their own order.
    So assuming when u are refering to shoppingcart.current, since there is no order, It's creating new order.
    Refer this Oracle ATG Web Commerce - Sharing Data
    Thanks,
    Nitin.

  • Office 2013 Deployment in a Multisite Environment

    We want to upgrade our 200+ clients to Office 2013 but I have encountered 2 major issues.
    The first is that we have multiple sites with slow network links (less than 512k) so I need to be able to install and update from the local file server. All our file servers have an install share mapped to I: that replicates from a central location every
    day which is where the install files are located.
    Problem is I seem to have to specify the server name for the configuration XML file to work. I have tried using the %LOGONSERVER% environment variable but this hasn't worked. I could create an xml file for each sit but I'd rather avoid it as sometimes we
    move computers around and I don't want them trying to update from another site and flooding the WAN link.
    The second is that as we have slow links and large inboxes I need to find a way to move the email from the users 2010 inbox into their 2013 inbox. When I update to 2013 it downloads them all again. I can export from 2010 then import into 2013 but this just
    adds it as an additional inbox.
    Any suggestions would be greatly appreciated.

    1. That's ok we have already got a File server which seems to run DFS Replication in those slow bandwidth network connections sites.
    But have you already move the Office installation source onto the file server which located in site 2? Why you need to configuration XML file currently? To avoid network flooding during the upgrading, please configure the DFS sync time  in the off-working
    times.
    2. In general, Outlook would pick up the existing OST file and reload it after upgrading. Please detail what's your upgrading steps and we could further help you.
    Tony Chen
    TechNet Community Support

  • SSO Configuration in UNIX Environment

    Hi,
    We are planning to impliment SSO between 2004s Portal with R/3, BW, and host of other non SAP application which supports SSO. All the applications are hosted in UNIX environment.
    Could anyone help us in understanding the pros and cons of having SSO in unix envrionment. Also you could give us any document (other than help.sap.com) which guides us in configuring will be of great help.
    Thanks
    Vivek Raj.

    Hi,
    There are no pros and cons for <b>SSO on Unix</b>. Needless to mention, the pros and cons of different operating systems supported by SAP.
    The steps involved to configure SSO remains the same for any of the SAP backend systems:
    1) Create a system on Portal and give a system alias to it.
    2) Download the verify.der file from Portal (System Administration -> System Configuration -> Keystore Administration)
    3) Log on to the backend SAP system.
    4) Use transaction STRUSTSSO2 and import the Portal certifcate (verify.der) to the SAP R3 or SAP BW or SAP CRM or for that matter any SAP system with ABAP stack.
    5) Give the values for EP system ID, client and language. Refer to this link : http://help.sap.com/saphelp_nw2004s/helpdata/en/78/f1a8490e7011d6999500508b6b8a93/content.htm
    6) Configure the backend SAP systems to accept and verify the logon ticket. Use RZ10 and set the parameters : login/accept_sso2_ticket=1 and login/create_sso2_ticket=1
    7) Restart your R3 or BW system.
    For non-SAP systems, can you just let me know which systems are you referring to ?
    Incase you need a document for SSO configuration, do send me your email address. You can also find documents in SDN Library.
    Regards,
    Sunil

  • RMAN Configuration in DG  Environment

    Hi,
    I have planned a backup strategy for my Oracle 10g Database using RMAN . Physical standby is used for DG . I wanted to know how can I create a physically seperate catalog server for the above purpose.
    OS Version- Windows Server 2003
    Regards
    Vinita

    Hello,
    About Standby Database Registration
    In a Data Guard environment, the primary and standby databases share the same DBID and database name. To be eligible for registration in the recovery catalog, each database in the Data Guard environment must have different DB_UNIQUE_NAME values. The DB_UNIQUE_NAME parameter for a database is set in its initialization parameter file.
    If you use RMAN in a Data Guard environment, then you can use the REGISTER DATABASE command only for the primary database. You can use the following techniques to register a standby database in the recovery catalog:
    When you connect to a standby database as TARGET, RMAN automatically registers the database in the recovery catalog.
    When you run the CONFIGURE DB_UNIQUE_NAME command for a standby database that is not known to the recovery catalog, RMAN automatically registers this standby database as long as its primary database is registered.
    http://download-uk.oracle.com/docs/cd/B28359_01/server.111/b28294/rman.htm#SBYDB04700
    Regards,
    Vineeth

  • EntSSO configuration in clustered environment

    Hi All
    I am trying to use SSO Applications to store credentials and use it on Send / Receive ports. It worked fine on the development machine which is a standalone box. But while moving it to a higher clustered environment, I am facing some issues. 
    BTS_Service is a BT service account which is added to both BTS_SSO_Admins and BTS_SSO_Affiliate_Admins
    BTS_SSO_Service is an SSO Service account which is running the ENTSSO service and its also added to BTS_SSO_Admins and BTS_SSO_Affiliate_Admins
    Logged in using BTS_Service account
    Using SSO Administration - Created SSO Application as individual, allow tickets true.
    Using SSO Client Utility - Added credentials to the SSO Application 
    Now logged back in using the normal user credentials
    Ticketing component and pipeline is already deployed (tested in standalone - working fine)
    On a WCF Send port, used the Ticketing Send pipeline, and on credentials tab, selected the SSO Application created in Step 2. 
    while running, I get the below error
    There was a failure executing the send pipeline: "BizTalk_Server_Project1.SendPipelineSSOTicketRetriver, XXX.Pipeline.SSOTicketRetriever, Version=1.0.0.0, Culture=neutral, PublicKeyToken=sf343fs3t34daf8" Source: "SSO Ticket Retriever"
    Send Port: "XXXRequestResponse_WCFCustom" URI: "http://XXXXXXXXXXXXXX/XXXXXXXXXXXXXXX" Reason: Access denied.
    I have referred to Richard Seroter's post .
    http://blogs.msdn.com/b/richardbpi/archive/2005/08/09/building-and-executing-a-biztalk-single-sign-on-scenario.aspx
    Another big difference i see is that when in my development machine, i have windows accounts setup in BizTalk configuration under Enterprise SSO tab as below. while in the Clustered environment where I am facing the issue, windows accounts are not added. 
    Could that be the issue?
    mayur macwan

    Hi Mayur,
    Since you are working in cluster environment might be the SSO admin is configured in this clustered node. Also, check whether this cluster node contains SSO admin group. If yes, add your credential into this group. Since SSO denied access is popping up I
    believe you first try to add your credential in BizTalk SSO group (might be present in different cluster group).
    Thanks

  • ISE Configuration in Distributed Environment

                      Hi All,
    I have quick questions about  ISE deployment in Distributed environment, as i have purchased 2 X Cisco ise 3395 - For Data Center and 3 X Cisco ISE 3355 for remote location with 3500 Base licences and 500 Advance licences.
    i have some questions on this deployment
    i will install 1 3395 in Primary Datacenter and other 3395 in Our secondary Data center as Primary admin+Primary Monitoring and Secondary Admin+Secondary Monitoring
    and each 3355 will get installed in Remote location as policy server, My Question is it this will be correct deployment?
    or while configuring 3395 do i need to configure Policy server as well in addition to Primary admin and monitoring?
    or please suggest me best deployment stratagy!
    Thanks,
    Sachin

    Thanks for the reply,
    all three sites are connected in MPLS with 100MB redundant band width
    we are have 2 data center one is primary and other is secondary. and all client locations are connected with 100 Meg links where i am planning to install 3355 which will act as authentication server.
    but now my question is
    3395 - Primary Admin+Primary Monitoring - Primary DC
    3395 - Secondary Admin+ Secondary Monitoring - Secondary DC
    3355- will say for one remote location(PSN)
    3355- Second remote Location(PSN)
    3355- third Remote location (PSN)
    thanks,
    Sachin

  • Is there any best practice for printer configuration for test environment?

    My Oracle ebs test environment has a scheduled refresh period where it will be refreshed with production test data and configuration time to time for BA, Dev to work on their enhancement.
    However, all the printer configurations are still pointing to production ones after refreshed, which means whenever there is a testing on-going, the doc / label / invoices will be printed to production printer.
    May I know if there is a way to globally change all the printer setup for the test environment, so that nothing will be directly to production?... Please assist.
    (currently, the only way is to change one by one and only if you are aware of it...)
    In case your organization has any other strategy on this matter, pls share also... Thanks a lot.

    user6775047 wrote:
    My Oracle ebs test environment has a scheduled refresh period where it will be refreshed with production test data and configuration time to time for BA, Dev to work on their enhancement.
    However, all the printer configurations are still pointing to production ones after refreshed, which means whenever there is a testing on-going, the doc / label / invoices will be printed to production printer.
    May I know if there is a way to globally change all the printer setup for the test environment, so that nothing will be directly to production?... Please assist.
    (currently, the only way is to change one by one and only if you are aware of it...)
    In case your organization has any other strategy on this matter, pls share also... Thanks a lot.If you do not want to use same printers then you have to it to point to the (TEST/BA Printers) after you are done with Rapid Clone. Any new printers need to be added manually (just the same way you defined you PROD printers) -- Rapid Clone Documentation Resources For Release 11i and 12 [ID 799735.1]
    If you want to edit the configuration, you could use FNDLOAD to download printers definition from the source instance, update the ldt file and use FNDLOAD to upload printers definitions.
    Is It Possible To Download/Upload Printer Definitions Using Fndload [ID 432616.1]
    Tips About FNDLOAD [ID 735338.1]
    Thanks,
    Hussein

  • Configuring our RAC environment Questions

    The environment consists of Sun Solaris 10, Veritas, and 10g RAC:
    Questions:
    I need to know the settings and configuration of the entire software stack that will be the foundation of the oracle RAC environment....Network configurations, settings and requirements for any networks including the rac network between servers
    How to set up the solaris 10k structures: what goes into the global zones, the containers, the resource groups, RBAC roles, SMF configuration, schedulers?
    Can we use zfs, and if so, what configuration, and what settings?
    In addition, these questions I need answers to:
    What I am looking for is:
    -- special hardware configuration issues, in particular the server rac interconnect. Do we need a hub, switch or crossover cables configured how.
    -- Operating System versions and configuration. If it is Solaris 10, then there are more specific requirements: how to handle smf, containers, kernel settings, IPMP, NTP, RBAC, SSH, etc.
    -- Disk layout on SAN, including a design for growth several years out: what are the file systems with the most contention, most use, command tag depth issues etc. (can send my questionnaire)
    -- Configuration settings\ best practices for Foundation suite for RAC and Volume manager
    -- How to test and Tune the Foundation suite settings for thru-put optimization. I can provide stats from the server and the san, but how do we coordinate that with the database.
    -- How to test RAC failover -- what items will be monitored for failover that need to be considered from the server perspective.
    -- How to test data guard failures and failover -- does system administration have to be prepared to help out at all?
    -- How to configure Netbackup --- backups

    Answering all these questions accurately and correctly for you implementation might be a bit much for a forum posting.
    First I'd recommend accessing the Oracle documentation on otn.oracle.com. This should get you the basics about what is supported for the environment your looking to set up, and go a long way to answering your detailed questions.
    Then I'd break this down into smaller sets of specific questions and try and get the RAC axters on the RAC forum to help out.
    See: Community Discussion Forums » Grid Computing » Real Application Clusters
    Finally Oracle Support via Metalink should be able to fill in any gaps int he documentation.
    Good luck on your project,
    Tony

  • Configuring Multiple Campus Environment

    Hi,
    Being fairly new to IS-HER, I need your valuable inputs for configuring an existing campus structure to incorporate multiple campus environment.
    I have the requirement as below:
    1. We are coming up with a new campus in a different location. So there will be 2 campuses C1 and C2 (new).
    2. Both campus should come under one Institute.
    3. C1 & C2 may or may not have same academic calendar.
    4. C1 & C2 must have 2 intakes per academic year.
    5. C1 & C2 may offer same or different courses.
    6. Student from C1 should have the flexibility to attend courses offered in C2 if the same is not available in C1. In such a case, final transcript should only get generated with C1.
    Can I go ahead with below structure/Objects:
    3 Org. Units -[ C1/C2 reporting to P1]
    2 Acad. Cal. -[C1 uses CA1 and C2 uses CA2]
    Programs independent of Acad. Cal. 
    Please suggest the best structure for multiple campus environments.
    Regards.

    Hi Sandboy,
    You could set your organizational and academic structure up as follows:
    - 3 organizational units (1 top organizational unit 'university', 2 lower level organizational units 'campuses').
    - Create two different F objects (locations) to relate (a003) the campuses to locations
    - 2 academic calenders (please also consider one academic calender if ONLY the registration periods are different. You should ten relate the one calender to the highest org unit. Please also note the fee calculation reads only the highest calender 0100 TL!)
    - Programs as offered by the campusses under the related organizational units as wel as the module groups and modules.
    With this set-up you are good to go and run the processes as you described.
    br
    Rob

  • New database setup/configuration in development environment- 10g ,OpenSuse

    We have a db in prod environment with following info and we required to setup a development database which should similar to that of prod db.
    prod db info:
    DB version: 10.2.0.4.0 - 64bit
    OS version: SUSE SLES 10
    Size of DB: 1676 GB
    configuration is RAC
    we have very limited access to prod db and don't know exactly how many instances are configured in cluster/ RAC.
    Can you please suggest best configuration that needs to be done on development system, how many days work and etc. .
    1. would freely downloaded oracle software able to accomodate this?
    2. Is single instance db is enough to hold huge size db as there will be less number of user connections.
    4. WHAT are all the configuration settings (disk space, ram size, etc) would you suggest to me to have on development environment.
    we are planing to import prod dumps via either imp or impdp.. any other method you suggest us to do so..
    no link between prod and development systems.
    and if any other info please share and help me out.
    G R E A T T H A N K Y O U IN ADVANCE.

    knowledgespring wrote:
    We have a db in prod environment with following info and we required to setup a development database which should similar to that of prod db.
    prod db info:
    DB version: 10.2.0.4.0 - 64bit
    OS version: SUSE SLES 10
    Size of DB: 1676 GB
    configuration is RAC
    we have very limited access to prod db and don't know exactly how many instances are configured in cluster/ RAC.
    Can you please suggest best configuration that needs to be done on development system, how many days work and etc. .How many days work? That is dependant on far more factors than anyone here can guess.
    1. would freely downloaded oracle software able to accomodate this?The freely downloadable software is the same as the base level of the purchased software. But you need to be aware of license restrictions. Just because it is a "test" system doesn't mean you don't need a purchased license. And without a support contract, you do not get access to patches.
    2. Is single instance db is enough to hold huge size db as there will be less number of user connections.Multiple instances (RAC) have nothing to do with the size of the db.
    4. WHAT are all the configuration settings (disk space, ram size, etc) would you suggest to me to have on development environment.This is totally dependant on local factors. "Test", "development" or "production" have no bearing on any of these factors.
    >
    we are planing to import prod dumps via either imp or impdp.. any other method you suggest us to do so..
    no link between prod and development systems.
    No link at all? How do you plan to get the dump files from the prod server to the dev server?
    and if any other info please share and help me out.
    G R E A T T H A N K Y O U IN ADVANCE.

  • Multiple Workspace configuration in single environment

    Hello Gurus,
    Just a small doubt here.
    Can we have multiple workspace configured within a single environment.? If Yes, how ?
    Thanks and Regards,
    Saurabh

    Hello Gurus,
    Still looking for the answer for the same.
    Thanks
    Saurabh

Maybe you are looking for

  • Using US MacBooks in the UK

    I am trying to use my US Macbook in the UK. I tried to connect it to the power outlet botn with a conventional adapter and with a voltage converter; but in neither case does the adapter seem to be satisfied with the kind of power it gets. The light o

  • Vendor balance Business area wise

    Hi I  have one requirement to vendor balance business area wise for this report I have taken 0FI_AP_3 data source and 0FIAP_O03 ods I have the fileds in target '0DEB_CRE_LC' vendor cumulative balance  business area wise given fiscal year period what

  • System did not post Under/Over payment entries

    Hi, I have setup for the Over/Under payment Amount allowed in Document Settings --> Incoming Payment / Outgoing Payment and I have also setup for the Overpayment and Underpayment GL Accounts to be posted in the GL Determination Sales / Purchasing tab

  • Sales Order Partner Functions (Payers,Ship to Parties)

    Hi All When creating a Sales Order in the ICWC application,how can we get all the business partner which belong to different partner functions (All Possible Payers,All Possible Ship to Parties). In the application only one value is displayed by defau

  • Is new Macbook dvd region free or not?

    Want to buy one, but concern the dvd reigon lock.