Is it possible to connect one OIP to another OIP?

I have 2 Oracle Instant Portals setup and I need to be able to go back and fore between them. Is it possible to connect one OIP to another OIP?
Background Information - One of the OIP is our company Intranet and the other one contains all Executive level reports. I will like to have the ability for an executive manager to login to the Intrant OIP and then a link to the Executive OIP.
Any instructions or information would be help me a lot! Thanks in advance!

use a line like:
private com.sun.tools.javac.Main javac = new com.sun.tools.javac.Main();
and run javac.compile() on your code. you write a file that is name.java using fileIO right? then compile it and run it!
here is a good tutorial:
http://www.javaworld.com/javatips/jw-javatip131.html?#

Similar Messages

  • Thunderbolt cable to connect one mac to another

    Is it possible to use thunderbolt cable to connect one mac to another?

    Firewire works great, ethernet is very fast...if both machines have Thunderbolt it should work...but what is the purpose of the link?  If for networking purposes it is better to use ethernet.

  • How to connect one bean to another!

    Hi,
    Can someone please help me on this? I'm trying to connect one bean to another in an applet I'm creating in a panel. I haven't seen any documentation on connecting one bean to another(regardless of JDev's own bean or 3rd party bean).
    Thanks a bunch.
    M

    Did you searched SDN with the term "XI to XI"??
    Re: PI to PI integration?
    Re: Xi-to-Xi-scenario
    If you make a search you will find lot many threads....
    Regards,
    Abhishek.

  • Connect one macbook to another to use as external display

    Hi, I would like to know it it is possible to connect two MacBook Pros (17" and 15") with a thunderbolt cable and use one as external display.

    I'm pretty sure you cannot do this. The port is for video out, and I would be very surprised if were able to handle video in.

  • How to connect one XI to another XI

    Hi all,
    I want to connect one XI system to another XI, the scenario is :
    systems:   R3_A,  XI_A,  R3_B, XI_B
    now, R3_A connect to XI_A; R3_B connect to XI_B;
    my client want to exchange data btw R3_A and R3_B, but they dont want to using direct connection using RFC or IDOC.
    they want to use those flow:  R3_A -> XI_A->XI_B--->R3_B;
    the data send from R3_A forward to two ways by XI_A, one is to an external system, another is to XI_B, so i want to use BPM to split the message.
    i dont know how to connect XI_A to XI_B.
    ple help me.
    Thanks.

    Did you searched SDN with the term "XI to XI"??
    Re: PI to PI integration?
    Re: Xi-to-Xi-scenario
    If you make a search you will find lot many threads....
    Regards,
    Abhishek.

  • No more possible to connects one Linksys 54GL to another linksys 54GL

    I bought two Linksys 54GL at the same time last year. I configures as following: one linksys (A) was to choose PPPoE with user name and password provided by my ISP, The Internet port of the second linksys 54GL (B) was conntected to any one LAN port of router A, and Internet connection type was to choose  Automatic configuration DHCP. It works well in this manner f for both wired and wireless connection for both router.
    Suddently, the router B did work no more. I had no more wired and wireless Internt connection for router B. But router A still works well for both wired and wireless Internet connection. But I could login to router B with 192.168.1.1 and I had wireless signal(no Internet connection).
    In order to test if the router B is dead, I reconfigured router B as Router A , directly to my ISP with username and password and PPPoE, connected directly to my DSL modem, and it worked well for wired and wireless connection.
    Finally, I reconfigure router B to its original: Automatic Configuration DHCP as I did at the beginning. It is strange: still no more Internet connection for router B (both wired and wireless) but we can access the router Band had its wireless signal.
    I understand no more why I had this strange problem. Both router use firmfare 4.30.14

    About your first router it can be resolved by a firmware upgrade .You have to  configure the second router manually.

  • How can I connect one picture to another picture?

    How can I connect three pictures?

    Hi, and welcome to the forum.
    Do you want to join the edges of three pictures, like you might when joining three images of a landscape into a panorama?
    Or do you want to take elements from three images and combine them into one image?

  • Is it possible to embed one form into another form?

    I have two Oracle 6i forms - Form A and Form B.
    Both forms are accessed independently at this time (from separate menu entries).
    I would like to add a new tab on Form A that, when selected, opens Form B within Form A (e.g. I wish to embed Form B into Form A).
    Is this feasible to do? I'm aware that it is possible to launch Form B from Form A (using a button) but we'd prefer to directly embed Form B into a tabbed window on Form A, if it is technically feasible to do.
    Greatly appreciate any suggestions or insight anyone can provide as per whether or not this is feasible.
    Kind Regards,
    Jeremy

    Thanks Andreas -- this is what I was assuming based on the research I've done so far.
    Would you happen to know if it is possible to open Form B (in a new window) when a tab is clicked on Form A, or can this only be done when a button is pressed on Form A (when-button-pressed trigger)?
    Regards,
    Jeremy

  • How to connect one table to another in XL reporter

    Hi,
    I have to take Service Type ( warranty) Contract No. from OCTR table which is internally connected to OINS table then to ODLN table so how to connect ODLN to OINS & then to OCTR  table.
    Regards,
    Ruheena Tasneem.

    Hi,
    In service call module
    1)Customer Equipment Card
    2)Service Contract
    is there Customer Equipment Card (OINS )is internally connectd to Service Contract (OCTR) & Delivery
    (ODLN).
    i have to connect ODLN to OINS to OCTR , OCTR table contains service type (warranty) Contract No.& get the data .Through SQL query i solved but i want how to do in xl reporter.
    Thanks ,
    Ruheena Tasneem.

  • How connect one client from another client in SAP.

    hi
    In my company,HR module is in independent client.
    So other Module FI want to get HR information.i want to write a function in HR system.
    in FI module to call it and return data. (RFC).
    how set it ?  the two R/3 System can access one another.
    how  write abap code in report ? please give demo,thank you!

    t_code sm59.
    http://help.sap.com/saphelp_nw04/helpdata/en/22/0424ce488911d189490000e829fbbd/content.htm

  • Connect One Form to Another Form using Button

    Hi Experts,
    I just want to open Sales Quotation Form when user press button in Sales Order Form. I have created one button in Sales Order Form and when user press that button then it should open Sales Quotation Form. Please check the following code and tell where this code is wrong.
    If ((pVal.EventType = SAPbouiCOM.BoEventTypes.et_ITEM_PRESSED) And (pVal.BeforeAction = False)) Then
                Try
                    If pVal.ItemUID = "CopyFrom" Then
                        SBO_Application.MessageBox("Opening Sales Quotation Form")
                        NewForm = Me.SBO_Application.Forms.GetForm("149", 1)
                        'NewForm = objMain.objApplication.Forms.GetForm("143", 1)
                        NewForm.Select()
                    End If
                Catch ex As Exception
                    SBO_Application.MessageBox("Not Working")
                End Try
            End If

    Hi,
    Is ur code working..?? R u getting any error...? Insead of that u could also try the following..
    SBO_Application.ActivateMenuItem("2049")
    The above code will open the sales quotation form.. instead to get form i recomment u to use this.
    Hope it helps,
    Vasu Natari.

  • Is it possible to play one music video after another in itunes/front row?

    Hi all. Can anyone help me with this problem? When I use the movie part of front row to watch and listen to music vids I have front row goes back to the movie menu after each video has ended. Is it at all possible to watch one video after another without having to scroll down to the next music video after each music video has finished playing? Not sure if im being incredibly dense but any help would be greatly appreciated. I have Apple Care and they have no idea what im on about!
    Thanks Rob

    I've been doing some experimenting on this. I made a smart playlist in iTunes to gather all my music videos (which I have previously tagged with 'VIDEO' in the comment field).
    In Frontrow, iTunes will not play the video at all- it just shows a single frame and plays the audio; in Movies, music videos, it will play one music video correctly, but then go back to the music video menu. This seems to be a known problem.
    My solution is to go back to the desktop and use iTunes in the old fashioned way! Selecting my new VIDEO smart playlist will play all my music videos in any order I like using the normal parameters i.e. random, alphabetical by artist, album, name etc..
    Hope this helps.

  • How to merge one library into another library?

    In iPhoto  9.6, is it possible to merge one library into another library? Or otherwise, import individual pictures, from one library into the other library? All of this happening on the same computer.I understand that this feature was covered by Aperture but that this is no longer supported under Yasemite?

    No
    The current version of Aperture can merge libraries (I have no idea where you got the incorrect information that it can not)
    The paid version of iPhoto Library Manager - http://www.fatcatsoftware.com/iplm/ -  can
    Those are you only two choices
    LN

  • Transforming one loop in another one

    is it theoretically possible to transform any loop into any other loop?
    For example: a while loop in a do-while loop or a for-loop in a while loop?
    Tnx

    YertleTheTurtle wrote:
    I don't think you understood my question correctly. I think I did understand your question.
    I don't need to write an algorithm to convert one loop in any given other loop. I just need to know if it is possible to change one loop in another by modifying the code.One easy, scientific way to answer an "Is it possible to ..."-style questions is to provide an algorithm that does what is asked for and works in ever case. If such an algorithm exists, then the answer to the question is "Yes, it's possible".
    I was trying to direct you to a rather simple (but possibly not ideal) algorithm to do that conversion.
    for example:
    int example = 5;
    do
    example++;
    while ( example<5 )
    First step: convert the loop to an endless loop:
    int example = 5;
    do {
      example++;
    } while (true);Second step: add logic "manually"
    int example = 5;
    do {
      example++;
      if (!(example < 5)) {
        break;
    } while (true);Third step: convert endless do-while loop into any other endless loop you want (left as an exercise for the reader).
    Of course this is an easy example but i need to know if it is theoreticaly possible to to this for any given loop into any other given loop.Well, step 1 and step 3 are trivially possible in every case. The only thing you need to make sure is that step 2 is possible in every case. And I personally am pretty sure that it's possible in every case.

  • My TV is mounted on a wall so I can't connect the Apple TV device. Is it possible to connect to an HD Cable Box and send signal to TV that way? Other problem is that Box only has one HDMI socket .. Help!

    My TV is mounted on a wall so I can't connect the Apple TV device. Is it possible to connect to an HD Cable Box and send signal to TV that way? Other problem is that Box only has one HDMI socket so would also have to use a splitter. Tried Apple Support but couldn't offer a solution. I can't be the only person with this issue surely?
    Help!

    No, unless you are using a home theatre system already, your only option is to connect to the TV.

Maybe you are looking for

  • Problem in creation of Internal Order

    Dear Experts, We've configured Asset Accounting in Development server for our newly implemented Company but the problem is when I'm going to create Internal Order (T-code: KO01) our company not showing there. Fyki, we've three CO area like MGH0, MGHI

  • Local C/S Application call from EP

    Hi. We have several C/S application developed by power builder and We want to integrate into SAP EP. I heard we can do this using active-x control. Anybody know how to do this ? Regards, Arnold.

  • Question on forcing the style on main page in publisher

    Hey Guys, We have announcement portlet created using publisher. We want to provide rich text editor for the text field of the announcement in the create article pop up page. The issue we have is font size and color of the text specified by the user u

  • Récupération des coordonnées absolues d'un Touchpad

    Bonjour, J'aurai besoin de récupérer les coordonnées absolues d'un Touchpad de pc  sous Labview 7.0. A chaque nouvel appui sur le Touchpad, définir l'origine d'un curseur au niveau de l'appui et ensuite tracer un dessin suivant le tracé du doigt (app

  • Local variable

    Hallo, In a VI I have to modify a local variable. In the original Version its value is beeing set by a control. I want to replace the control by a for-loop. Then the loop changes the value and I needn't change the control for 100 times. But when I do