Is it possible to have multiple SOA Server within same domain ?

Hi All
I need to know whether I can install and setup multiple soa_servers inside the same domain so that they can be managed by single weblogic instance.
The use case scenario :
We have a single DEV environment instance that has several environments configured with it like PR1, PR2, TR, PY, PC.
The way we have achieved it is by creating partitions under soa_infra and deploying the code as we move up the ladder in testing phases before we move to separate QA and Prod.
Because of the way Dev is being setup, we are not able to use/test Oracle B2B properly because there is no way to have environment specific distinction be created in Oracle B2B.
In essence, at any point in time testing can happen only in one environment for out Dev box because it makes call to Oracle B2B (Trading Partners) and there is no way for us to distinguish whether the call is coming from PR1 or PR2 or PC or TR or PY.
We have no issue testing it as long as it is not restricted to B2B but with B2B we are restricted because a single soa instance has a single B2b instance. ( We can not have partition wise instances of B2B)
Requirement :
Is it possible to install and configure different soa_server for.e.g
soa_server1 : PR1
soa_server2 : PR2
soa_server3 : PY
soa_server4 : PC
soa_server5 : TR
inside the same domain (dev_domain) so that they can be managed from single weblogic instance through Admin console and we can have different B2B instances for each soa_server.
This way we will be able to differentiate between environments on the basis of ports with the same IP address.
Please let me know if there is a possibility of achieving the same.
Thank you so much in advance.
Regards
ACM

Thanks Sharmela for your directions.
Let me try to clone the soa server and see if it helps.
Before I move forward, I would like to verify one thing from you.
As you have mentioned the word "cluster" , I am not exactly trying to achieve the clustered setup "conventional way of load balancing and high availability" but instead I want to have these cloned soa servers( soa_server1 : 8001,soa_server2 : 8002,soa_server3 : 8003,soa_server4 : 8004,soa_server5:8005 )to have separate partitions ( PR1, PR2, PY, TR,PC) respectively.
I hope I don't have to configure OHS to access these nodes since I want these nodes be available as a separate instance rather than redirecting load in case of any other becoming unresponsive ( OHS configuration)
I am not sure whether I am making sense but all I need to do is point the PR1 instance having it's own port number(8001) to the PR1 instance of ERP.
I think it is doable but just wanted to double check with you.
Please let me know
Thank you

Similar Messages

  • Is it possible to have multiple accounts under the same apple id

    I just bought an ipod touch primarily for my daughter to use, and would like to communicate from my ipad to the ipod touch using facetime. However, both are under my apple id and apple account. Is there a way I can talk from one device to the other - if they are both owned by me but being used at different locations? Additionally I would like to have a different ID for my MAC if possible, so I can communicate by facetime with people at home if I am not there.
    Any suggestions?

    Yes, follow the instructions here:
    MacMost Now 653: Setting Up Multiple iOS Devices For Messages and FaceTime

  • Possible to have multiple data sources within 1 SQL querey?

    Hi All,
    Is it possible to join to a table in a different datasource within 1 SQL Querey?
    Something like...
    Connection 1
    Select *
    From Table
    Join
    Connection 2
    On
    Connection1.Table1.Field1 = Connection2.Table2.Field2  Thanks,
    John

    Johnbr (Oracle11G) wrote:
    Is it possible to join to a table in a different datasource within 1 SQL Querey?Called distributed joins - joining a table from one database with that of another database. Also possible to do heterogeneously across different database products - e.g. joining an Oracle table with a SQL-Server table.
    As already explained, some kind of communication interface is needed from the local database to the remote database, in order for the remote table to be read and joined to the local database. This interface is called a database link in Oracle.
    The basic steps. First define the database link:
    create database link <linkname>
      connect to <account>
      identified by <password>
      using <connection-string>Complete syntax details and examples are in the SQL Reference Guide (see http://tahiti.oracle.com)
    After the database link has been identified, you should now be able to address remote tables as follows:
    select * from <remote-table>@<link-name>A distributed join would look something like the following:
    select
    from <local-table> t1,
          <remote-table>@<link-name> t2
    where t1.. = t2..However... this is almost always a BAD IDEA to do distributed joins. It seldom performs well. Performance is immediately constrained to the speed, bandwidth and latency of the network link between local and remote databases. It cannot scale with data volumes and increased frequency of use.
    So if the remote table is not small, the network link not robust and reliable, and join not infrequent, it is bad idea to make use of distributed joins. In which case other alternative (and far superior) features need to be considered instead - like materialised views.

  • Is it possible to have multiple search results page using one Search Enterprise Center site?

    Hi,
    We're using SharePoint 2013 and I'm trying to modify the search results page for one site collection. By default, it uses the search results page from the parent site which is the search center being used by default for the web application. I need to make
    sure that the site collection will only retrieve search results within the site collection (search everything has to be disabled). I found a way but I had to create another search center site to accomplish this, otherwise, it will affect the search center
    site of all other site collections on the web app.
    Now is it possible to have multiple search results page using one Search Enterprise Center site?

    Hi,
    According to your description, you want to retrieve the search results within the site collection.
    As a workaround, you can create a custom result source for the site collection and you will retrieve the search result within the site collection.
    More information about how to create result source in SharePoint 2013, please refer to :
    http://technet.microsoft.com/en-us/library/jj683115(v=office.15).aspx
    http://techmikael.blogspot.com/2013/04/limiting-search-results-in-sharepoint.html
    Best regards

  • Is it possible to have multiple locations in the Google Maps widget?

    Hey folks,
    Lets say you're designing a website for a client with multiple stores, you just want to point them all out, right?
    Just want to know if it is possible to have multiple locations in the Google Maps widget. I guess it shouldn't be that difficult, but I can't figure it out..
    any help would be highly appreciated!
    thanks,
    Thom

    It seems that you can only use one address for this widget.
    For this to work you will need to create the map in Google Maps with all your points and then copy the embed .html from Google into Muse.
    Example of an embed google map with multiple points imported into Muse:
    (Object/Insert HTML)

  • Is it possible to have multiple links in single page?

    Is it possible to have multiple links in single page for
    linking in different slides like in a websites? My deadline is
    nearing in. Adobe folks please help me.

    > Is it possible to have multiple links in single page for
    linking in
    > different slides like in a websites? My deadline is
    nearing in. Adobe
    > folks please help me.
    >
    Add multiple click boxes to the page.
    Steve
    Adobe Community Expert: eLearning, Mobile and Devices
    European eLearning Summit - EeLS
    Adobe-sponsored eLearning conference.
    http://www.elearningsummit.eu

  • Is it possible to have multiple users on a single ipad

    Is it possible to have multiple users on a single ipad

    Once a device or computer is associated with your Apple ID, you cannot associate that device or computer with another Apple ID for 90 days.
    http://support.apple.com/kb/ht4627

  • Is it possible to have multiple "ATI HD 3870" in a macpro?

    is it possible to have multiple "ATI HD 3870" in a macpro?
    thinking of getting me a mp but want more videocards with more vram (more more more)
    now there is the option to get 4 ati2600 can i also install 4 3870's?
    -mj

    Power limit on the video card power supply is 350 watts. A 3870's maximum power consumption is 170 watts.
    There are slots for up to four video cards. That's all. If the four cards don't require more power than the power supply can provide, then you could install four cards. For example you could install four 7300s since each card only requires 50 watts..
    As I said more video cards just gets you more monitors. There is not improvement in video performance nor amount of video RAM.

  • Is it possible to have multiple pause the require view to click "continue" button to proceed?

    Is it possible to have multiple pauses the require view to click "continue" button to proceed?

    1. Turn the video into a symbol.
    2. Set stage, symbol and video to not autoplay.
    3. Set play in the video playback at the start of the video timeline.
    4. Set pause in the video playback at the prefered time on symbol timeline.
    Once I convert it to a symbol , the pause funtion is not showing on playback.
    5. Zoom in as much as you can on symbol timeline and set trigger "stop all" for the symbol right after the pause playback marking.
    6. Set play in the video playback right after the "stop all trigger" marking.
    7. Create button with action play symbol.
    You can now play a video which will stop at a pre set pause, and make it countinue to run by clicking the play button again.

  • Is it possible to have multiple different texts conversations with the same two people?

    In iOS 8.1.3 is it possible to have multiple different text conversations with the same person? I'm looking for a way to set an old conversation aside to talk about something new.
    Is this possible?

    speculation is agaisnt the ToS here, but you never know (I was shocked when we got 8 track recording in GB2)
    best thing to do is to send Apple some Feedback and let them know what features you want (they really do read what's sent):
    http://www.bulletsandbones.com/GB/GBFAQ.html#sendfeedback
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • Is it possible to have multiple time machines on the same password protected network?

    is it possible to have multiple time machines on the same password protected network?  any insight would be helpful  thanks

    Youshould set one of them up to extend the wireless network. That one would not need an Ethernet connection and would allow your network to cover a broader area.

  • Multiple SOA clusters within a Single Domain

    Hi All,
    We're looking at a scenario where there would be multiple SOA clusters within a single domain. Would that be possible to do? I mean I can create multiple SOA clusters but it seems that applications deployed to one of the 2 SOA clusters seem to go into an inconsistent state. Please advise. Thank you.

    This is just because all SOA servers in a domain will refer to one(same) SOAINFRA schema for SOA deployments info and hence belong to same logical group (cluster) and that's the reason why you cann't even have two separate SOA managed servers without a cluster.
    Regards,
    Anuj

  • Can you have multiple databases on the same LUN in Exchange 2010?

    I'm sure you can but is it possible with exchange 2010 to have multiple databases on the same LUN.  We currently have 8 DB's all writing to their own DB drive and separate log drive so 16 drives in total.  I need to spin a new DB up this week and
    wanted to double check this is possible.  I've looked online and cant find anything that I've seen before that says this is possible.
    Thanks.

    Hi,
    Yes, multiple databases could be placed on the same LUN, but it's not recommended.
    If you have 2 drives fail at the same time (it happens more than you think), then losing 100% of your DBs is a lot worse than losing one of them or some of them depending on where the failures are.
    Here is a similar thread for your reference:
    Multiple databases on the same LUN in Exchange 2010
    Hope this helps!
    Thanks.
    Niko Cheng
    TechNet Community Support

  • Can we have multiple Podcasts with the same Mac Account?

    Hi all,
    Can we have multiple Podcasts with the same Mac Account?
    For example, I have a single .MAC account and create a website with multiple Podcast pages...or within iWeb I create multiple sites, and each has a podcast.
    Is there a problem?
    Thks
    Leo

    Its not possible for the same development object. Only 1 person can access an object at a time and if mutiple users modify an object new TASKs are created under the same TRANSPORT.
    Only after releasing the tr you can create a new tr on the same object.
    Message was edited by:
            Abhishek Jolly

  • HT1311 can you see which device bought something on iTunes where you have multiple devices on the same iTunes account?

    is there any way to find out which device dowloaded apps when you have multiple devices using the same itunes account? 

    The purchase information does not include the device used, but does include the Apple ID used for the purchase.
    Apps downloaded on one device with the same Apple ID can be downloaded on another device with that Apple ID.

Maybe you are looking for

  • Communication problem the web server extension (WGATE) failed to receive a

    Hi, When a user tries to access his timesheet he get the below error: <b>communication problem the web server extension (WGATE) failed to receive a response from the ITS web service</b> Only ONE user is getting this error. If everyone get\s the same

  • How to change the font colour in jstudio

    Dear friends I develop one application in jstudio.I use localizationsurropt and message properties to be used to set the japanese language.And i use net beans to support mobile device.It is a mobile application.The current text colour will be black i

  • MacBook Pro late'08 Hinge rubbing

    Folks, I notice today soemthing really strange that on the right hand side of my laptop while the lid is open (near the power button side) in the insdie corner hinge i have something deep scratch line there and looks like when i close and open lid it

  • Name of a chat to start chatting

    Hi! I'm new to all of this - i've only had my Apple for a little while. I used to be an experienced PC user - went off them and fell in love with my shiny white little Apple. Currently I'm trying to figure out how to use iChat. I have accounts with m

  • Score Editor: Bars Per Line

    I have a piece in which all staves have 4 bars each. That's great. But the very first line has a pickup. So for that one line I want five bars on the line and all the others I want four. I know there is a way to put a "Page and Line Breaks" in the pa