Which adapters to use to integrate 2 instances of oracle apps 11.5.10

We are using Oracle application server 10g integration interconnect(iSTUDIO) to integrate two instances in oracle apps 11.5.10 for the purpose of implementing customer data hub. We are not sure which adapters to use for this pupose. Whether it will be
1. database adapters
2. oracle application adapter
3. Or any other adapters.
We have to use publish/subscribe messaging paradigm.
Any kind of help is welcome
Regards
Sourav Biswas

You can use:
1) database adapter (to publish from OEBS you call PL/SQL(send), on subscribe the PL/SQL(receive) called by adapter)
2) AQ adapter (to publish from OEBS you put message in outcome queue, on subscribe the message is put in income queue by adapter, you listen inbound queue in APPS)
3) Oracle Applications Adapter - it realises two above paradigms!
It can interact as 1) and as 2)
With one - you select in iStudio when you create Publish or Subsribe!

Similar Messages

  • Which adapter to use to integrate 2 instances of oracle apps 11.5.10

    We are using Oracle application server 10g integration interconnect(iSTUDIO) to integrate two instances in oracle apps 11.5.10 for the purpose of implementing customer data hub. We are not sure which adapters to use for this pupose. Whether it will be
    1. database adapters
    2. oracle application adapter
    3. Or any other adapters.
    We have to use publish/subscribe messaging paradigm.
    Any kind of help is welcome
    Regards
    Sourav Biswas

    Soubi,
    Yan is right but to add a bit more.
    Consider 2 application instances APP1 and APP2.
    If you install an OA (Oracle Apps) adapter into an OracleAS Oracle Home and point to APP1, you must use copyAdapter to "clone" another adapter of the same type (e.g. another OA adapter) for APP2. I don't think the copyAdapter script runs any of the post installation steps either so, you'll have to run the OAI schema scripts to create the OAI schema on APP2. See the post_installation.txt file for more information. This is in the adapter home directory.
    If you install an OA adapter for APP1 and decide to install a DB adapter for APP2, you can use the installation media to install both.
    However, if you decide (for whatever reason) to install an OA adapter and a DB adapter for APP1, you should be aware that the installation of the second adapter will drop and recreate the OAI schema for the spoke database. If you have been using one of the adapters before the second install this may cause you problems.
    Regards,
    David

  • SSIS used to integrate SQ Server and Oracle - Is it necessary both 32 and 64 bits Oracle Clients installed?

    Hi all,
       SQL Server 2012 EE 64 bits (SOURCE)
        Oracle 12c 64 bits (DESTINATION)
       To make my solution - integrate SQL Server with Oracle - work, i had to install both 32 and 64 bits of the Oracle 12c Client. After that, i had to change the properties of my SSIS package to run on 32 bits only (properties > Debugging >
    Run64BitRuntime set to FALSE). Before i made this change, the execution of my package was failing, but after setting Run64BitRuntime to false, the package ran successfully. Why is that?
       I am thinking of unistalling the 64 bits ORacle Client from my Windows Server, but i fear that if i uninstall, my package stop working. 
       Any suggestions/corrections will be most appreciated. 
       Thanks in advance
       OBS1: I am using ODBC as the source and destination tasks.

    Hi FabrícioPJ,
    The 32-bit and 64-bit versions of a provider have the same ID. Therefore, the SSIS runtime will select the appropriate version of the provider to use. 32-bit SSIS Designer always requires and uses the 32-bit version of a provider at design time. However
    when running the package in 64-bit mode that the Run64BitRuntime project property is True, it automatically switches to the 64-bit version of the provider. When it couldn’t find 64-bit version of the provider, the package would be failed. For more details,
    please see:
    http://dougbert.com/blog/post/64-bit-considerations-for-sql-server-integration-services-final.aspx
    So in your scenario, it seems that there is not a 64 bit provider for Oracle in your environment, so the issue occurs. Please make sure you have installed the correct 64-bit version of the Oracle provider.
    To download Microsoft Connectors v2.0 for Oracle in SSIS 2012, Please refer to the link below:
    http://www.microsoft.com/en-us/download/details.aspx?id=29283
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Using JavaBean in custom form for Oracle Apps

    Dear All,
    i had build a custom form contains JavaBean that enable user to open file dailog . i had built the java class and test it locally on another form it worked fine, but when run the form from the oracle apps nothing happens
    anyone can advise,plz?
    your notes will be appreciated ...
    thanks in advance...
    Moath Abusirdaneh

    Going forward we want to use this form to send information regarding any patches needs to be applied on any of our instances.If some other user select a patch which is already installed on that instance this form will pop up a message saying it's already installed.The purpose of this form is to monitor instance refreshing details.But this is already provided by Oracle through OAM or by querying AD_BUGS table. So, you could create a custom responsibility which contains the patching part only from OAM but this still require a login to the application.
    I do not think you can achieve the above (creating a custom form) without logging to the application -- You may log a SR to confirm this with Oracle support.
    Thanks,
    Hussein

  • In which directory should i keep java class files in oracle apps

    hi
    I have one problem, In which Top & directory should i keep java class files in oracle apps
    krishna

    Hi
    By itself its available in oracle\visappl\au\11.5.0\java\
    thats were the location needs to be placed in the apps.zip.
    Thanks
    Riyas

  • Using ORADIM to create instance on Oracle 10g R2, windows platform

    Please I used the below command to create database instance to startup at the same time as of the OS is starting up.
    ORADIM -new -sid ORCL -SRVC OracleServiceORCL -STARTMODE auto -SRVCSTART system -PFILE C:\ORACLE\PRODUCT\10.2.0\DB_1\DATABASE\INITORCL.ORA
    But When I shutdown the all system at OS level, and restart it, the OracleServiceORCL shows up as Started Automatic in the services tool, but when trying to connect ot the database, the following message appears Connected to an Idle instance So I have to startup manually the database.
    It's any thing wrong with my ORADIM command?
    Thanks for your cooperation

    Thanks,
    Maybe I didn't explain exactly what I was expecting with the standby database, these steps are what I did, to resolve the issue
    ENABLE THE STANDBY DATABASE TO STARTUP FROM SPFILE
    Step 1: create a newly spfile from the current pfile
    SQL> CREATE SPFILE='C:\ORACLE\PRODUCT\10.2.0\DB_1\DATABASE\SPFILEORCL.ORA' FROM PFILE='C:\ORACLE\PRODUCT\10.2.0\DB_1\DATABASE\INITORCL.ORA';
    Step 2: Rename the INITORCL.ORA TO SAVE_DATE_INITORCL.ORA
    Example: the C:\ORACLE\PRODUCT\10.2.0\DB_1\DATABASE\INITORCL.ORA became
    C:\ORACLE\PRODUCT\10.2.0\DB_1\DATABASE\SAVE_24072007_INITORCL.ORA
    Step 3: delete the former sid created
    C:\ORADIM -delete -sid orcl
    Instance deleted.
    Step 3: Change the Oracle service to start when the OS start
    C:\ ORADIM -new -sid ORCL -SRVC OracleServiceORCL -STARTMODE auto -SRVCSTART system -SPFILE
    Instance created.
    Now When I shutdown the whole system and start it up, the standby database startup. the only thing is that the standby database startup a read-only mode, defautl with oracle 10g this is fine for me, because the MRP is stopped but the log shipping is not stopped.
    So eventhough the system admin shutdown the database server at OS level without letting me know, tha standby should continue receiving archived log files.
    I'll just need to monitore the lop apply process and start it to apply archived log files received
    Thanks

  • How to check the performance of the database instance in oracle apps 11i

    hii everybody,
    i want to know,how to check the performance of the database instance using oracle applications 11i.your help highly appreciated,thanks.

    Pl do not post duplicates - how to check the performance of the server in oracle applications 11i

  • Setup single instance of  Oracle B2B to handle both HTTP as well as HTTPS r

    Hi,
    I want to send 850 transaction to different trading partner who are using HTTP and HTTPS.I want to create a single instance of ORACLE B2b to handle both HTTP and HTTPS. Please do the needful.
    Thanks and Regards
    Srinivas kola
    Edited by: user11342588 on Jul 15, 2009 3:15 AM

    Hi Anuj,
    Thanks for your response.But i want to do for both inbound and outbound, Given below is an example
    OUTBOUND:
    Host Trading Partner ------------------------------- Internet----------------encrypt message------------------>--trading partner1
    Port no 50
    ------------------------------ Internet----------------encrypt message-------------------->trading partner2
    ------------------------------Internet----------------encrypt message-------------------->trading partner3
    INBOUND:
    Host Trading Partner ------------------------------- Internet----------------encrypt message-<-------------------trading partner1
    Port no 50
    ------------------------------ Internet----------------encrypt message-<-------------------trading partner2
    I want to use only a single instance of Oracle B2B to handle both HTTP and HTTPS
    Help me please

  • If I am using my Apple TV without hdmi cords do I always lose hdcp playback? If not, which adapters or cords must I purchase so my Apple TV still works optimally?

    If I am using my Apple TV without hdmi cords do I always lose hdcp playback? If not, which adapters or cords must I purchase so my Apple TV still works opitmallly?

    Ok thank you so much, for your timely response.
    RESPONSES:
    1)   When I set up my iMac, I did not transfer any data directly from my windows PC.  I simply used the same iTunes login and account.  I have access to all of the files via the "Purchased" section of the iTunes store.  If I click "Download Previous Purchases"  text, I can download ALL of the purchases I have ever made.
    2)   I have the Apple TV 2, so good news, question answered.  I thought maybe it was the Apple TV 1, but it is the Black model, so bam.  Good response for you.  Well the whole damned reply is an awesome response, just pointing out that one piece of awesome.  I stated that it was an Apple TV 2, and yet you were still good enough to figure I could be mistaken, and provide me with knowleedge just incase.
    QUESTIONS:
    3)   So can my iMac not stream the data directly from itunes, without download?  Apple TV can, but perhaps that is something among many things that maker it unique, and awesome.
    SERIOUSLY.... THANK YOU... 
    I work in the computer support section for the Military.  The only problem is we use Windows , lol.  Well that and i've been gone for nearly 6 months on recover.  I go back next month though I hope.  But working in that field gives me the abilty to judge responses that run inside the same vein.  Your response was so awesome that I half thought I might have written it myself. 

  • A Cocoa window which is used multiple times (for instances of a class)

    Hi everyone,
    I develop with newest xCode using Obj-C, Java and Cocoa.
    It works perfectly to create a window and connect it to some code: I just design it, and connect it to a class which has been instantiated previously.
    What I need now is a window, which is used multiple times. Means that I create a class where the window should be connected to, from which I create multiple instances.
    I've seen that it works to create a class in Obj-C and just generate the window by code: it works to generate multiple windows. But how would I be able to design a window with InterfaeBuilder for a class which is not yetinstantiated? A class for which I create the instances while my app is running?
    Thanks a lot for your answers!
    -Lucas

    Like PeeJay says, a custom window controller seems the way to go. Try creating a subclass of NSWindowController, with header something like this:
    #import <Cocoa/Cocoa.h>
    @interface MyWindowController : NSWindowController
    IBOutlet NSTextField *infoField;
    -(void)setInfoText:(NSString *)str;
    @end
    The implementation of the setInfoText would be something like:
    -(void)setInfoText:(NSString *)str{
    [infoField setStringValue:str];
    Create a nib file with your window in interface builder. Drop the header file for your custom window controller into the interface builder window. Set the custom class of the nib's File's Owner to MyWindowController. You can then hook up the window and infoField outlets from File's Owner to your window.
    In the body of your code where you open a new info window, add something like:
    MyWindowController *windowController=[[MyWindowController alloc] initWithWindowNibName:@"nameOfWindowNibFile"];
    [windowController setInfoText:@"Whatever"];
    [windowController showWindow:self];
    If you are going to have an undetermined amount of these custom window, it might be a good idea to store the window controller instances in a mutable array, rather than retaining instance variables for each one.
    Jim

  • How can I get INSTID_B for the documents which are stored using Store Business Document functionality

    Dear experts,
    I had activated the functionality of Store Business document and successfully stored documents in external server.
    My client have a custom function module which is used to send emails.In that FM they used SO_DOCUMENT_READ_API1, SO_DOCUMENT_SEND_API1 function modules.They passed Instance Ident(SRGBTBREL->INSTID_B)(eg: FOL33000000000004EXT39000000000026) as export parameter to the FM 'SO_DOCUMENT_READ_API1' and get the attachment details and content.
    Here my problem is I do not have entries in the table SRGBTBREL for the documents which are stored using the Store Business Document functionality and without INSTID_B I am unable to use the FM 'SO_DOCUMENT_READ_API1' to get the document details and content. Please help me to find INSTID_B for documents which are stored using Store Business Document functionality or please let me know if there is any other way to use FM 'SO_DOCUMENT_READ_API1' for documents which are stored using Store Business Document.
    Thanks in advance.
    Regards,
    Kiran

    Hi Kiran,
    You can use the following method to get the information. For example if you want to get BO documents for a customer
    CALL METHOD cl_binary_relation=>read_links
       EXPORTING
         is_object           = ls_lpor
         it_relation_options = lt_relat
       IMPORTING
         et_links            = lt_links.
    then fill  ls_por-instid with a customer number (KUNNR), ls_por-typeid = 'KNA1' and ls_por-catid = 'BO'.
    Table  lt_relat should contain a line option  for each document type (for example 'I' 'EQ' 'NOTE', 'I' EQ 'ATTA', 'I' EQ 'URL', ...
    In table lt_links you will get your information.
    Maybe some other methods of class CL_BINARY_RELATION may also solve your issue.
    Regards,
    Klaus

  • How to use multiple instances in Oracle CRM On Demand

    Hi,
    Just wanted to know if we can have multiple instances in Oracle CRM On Demand? Our company has bought licenses for Oracle CRM On demand and have received a single link for the development / staging, but we have two seperate business units that will be using this systems and their processes are completely different....I thing i wanted to ask is if we can have a sub system within a big system without both interfering into each others processes.
    I hope it makes sense.
    Thanks
    Ahmed

    Hi Ahmed,
    This might be quite possible. Again, it depends on the organizational and technical complexity of both these BU's.
    1. There can be different processes in different geographies in which your application might be used. Inorder to achieve this in a single instance of CRM On Demand.
    There can be some fields that are specific to certain region, in that case you can use Roles, Access Profiles, Dynamic Layouts to change the Fields of the layouts which will allow the user to enter/read information specific to only that user.
    2. Workflows can be used to trigger an event only for users in certain BU defined in your application.
    Also the Sales Process is specific to a Role and by configuring them correctly you can make these processes fit your requirements.
    3. There are somethings that always remain the same though, like Accounts, Contacts , other entities and the pre-defined relationships, their names. Off-course these can be modified but when modified they apply through the applications. So you won't be able to have different names to the Account entity in the Major BU and the subset BU.
    I would suggest you get in touch with Oracle Expert Services if you are looking to get more details on how you can make best out of a single instance.
    Good Luck!
    Royston

  • Using .vit for multiple instance

    Hi,
    I have a main vi, uses rendevous to run multiple subvis at the same time, that needs to be opened separately per user which need to open the same vi multiple times.
    I tried to use .vit, changed main vi to vit. Created new vi that calls this main.vit. However this doesn't run multiple times, only opens the first window. Then I used subVIs as vit. This even creates a bigger problem. The sub vi's that opened doesn't run.
    I think I'm missing some basic concepts of using vit. I searched the forum, found some articles but I can't find what I'm doing wrong.
    Should main vit calling several sub vit's work?
    Any tips, comments would help.
    Thank you very much.

    "CoastalMaineBird" <[email protected]> wrote in message news:[email protected]..
    VIT is not for multiple instances, it is a TEMPLATE. That means you open it up, but when you go to save it, it pretends that it's untitled, and you have to give it a new name.
    That's useful - for example, I have a TIMING TEMPLATE. When I want to time something. I open this VIT file. I insert the code I want to time into a certain frame, and run it. I usually don't save it, but if I do, I have to give it a new name.
    That way, the next time I open it, it's fresh again.
    If you want to run the same VI multiple times in parallel, you must:
    - Understand what RE-ENTRANT EXECUTION means.
    - Set the VI to use re-entrant execution.
    - Use the VI Server to open each instance dynamically.
    - Use the VI Server to CLOSE each instance dynamically.
    - Be very careful about getting data into and out of the VI in question.
    HTH
    VI Templates can also be used to run multiple instances of the same vi. If you open a .vit dynamically several times, you'll end up with several instances of the vit. Actually, this is an intended use of the vi templates. And it works great. The great benefit over reentrant vi's is that the vi templates have front panels of there own. So it's great to use vit's when you want several similar panel, without copying the code. Reentrant vi's where not intended for this. Before 8.0, reentrant vi's didn't even have panels that updated properly, so you had to use a vit.
    Regards,
    Wiebe.

  • Can BPEL be used to Integrate Siebel with Infranet (BRM) ?

    Hello,
    I would like to know if it would be possible with the use of adapters to integrate Siebel CRM with Oracle BRM (Portal Infranet) please? I saw there is adapter for CRM but no adapter for BRM out there. Or maybe i am not looking in the right direction?
    Any help would be highly appreciated.
    Thanks

    Oracle is working on an integration layer (believe its called FIRM for COM). Check with your Oracle rep. for information on this

  • Which tables are used...

    Hello
    I have a script, which makes a lot of things on the database. Is there a tool or a script, that I can see which tables are used by the script?
    Thanks for the help.
    roger

    Street wrote:
    Thanks for the answers. We know, what the scripts do. But we need a list from all tables, that we can export this tables, its for a migration!Yes, but we don't ... and the response depends on what kind of script it is, and what it does.
    For example, if the "script" is a sequence of pure DML commands which would be run from sqlplus then I would let the PL/SQL compiler do the work by creating a procedure containing the script text, compile it, query user_dependencies and then drop the procedue.
    If it contains DDL then that might work as well (not near a computer with Oracle on it so I can't check whether a procedure containing a create table statement would show that as a dependency or not ... )
    The script could already be a procedure / package, in whcih case just query user dependencies, or it could be a shell script which invokes all manner of strange things, in which case you're probably on your own.
    Maybe I'm being naive, but couldn't you just run the thing in an empty schema (or even a fresh instance - a local XE for example), and then look at what's appeared?
    Dave
    Edited by: Dave Rabone on 10/01/2012 03:16
    finger trouble ...

Maybe you are looking for