How to update/query informix table for every update/query on Oracle table

We have a system that can talk to only Oracle.
Here, we have a certain program that updates an Oracle table thru a View of the Table. For every database operation on Oracle table View, we want to update a corresponding table in Informix database.
Similarly for every query on the View of oracle table we want to query informix database and fetch the records from there.
We want to use Oracle as a medium to access Informix.
Can some one help me on how to do this ?
Thanks

You can use the Transparent Gateway for Informix to access Informix from an Oracle environment. The gateway makes the Informix database look like a remote Oracle database.
You can take a look at the gateways page on OTN for more information on this. http://otn.oracle.com/products/gateways/content.html
Look at the Certification matrix to ensure that you are using a certified configuration.

Similar Messages

  • How to refersh a page automatically for every 10 mins

    how to refersh a page automatically for every 10 mins

    Hi,
    Check this out. This may help you out -
    http://stackoverflow.com/questions/552756/can-silverlight-initiate-page-refreshes
    Thanks,
    Pravin
    "Please mark as answered, if this answers your question"

  • How to Schedule Back Ground job For every 30 Min...

    Hi friends,
    Please Tell me the steps...
    How to schedule BACKGROUND Job for every 30 Min.
    Please Help me ..its urgent.
    Thanks & Regards,
    Vasu.

    Hi Vasu,
       Goto SM36, here you can create your own jobs and schedule them accordingly.
    Hope this is helpful to you. If you need further information, revert back.
    Reward all the helpful answers.
    Regards
    Nagaraj T

  • How do I stop VCA emails for every incoming phone call

    I don't want all these emails cluttering up my inbox. I get an email every time I get an incoming call. Short of uninstalling Call Assistant entirely, how can I stop the email notifications of every single incoming phone call? I have made sure my settings do NOT request email notifications or alerts but it doesn't affect my getting these emails for every phone call that comes in. See example below. I added the header information manually.
    ===========
    -----Original Message-----
    From: [email protected] [mailto:[email protected]]
    Sent: Friday, December 31, 2010 6:05 PM
    To: {edited for privacy}
    Subject: Call from Sxxxx Txxxxxxxx(301-xx4-0xxx)
    You have received a call from Sxxxxx Txxxxxxxx(301-xx4-0xxx)
    ===============
    Date: Fri, 31 Dec 2010 17:05:25 -0600 (CST)
    From:  <[email protected]>
    To: {edited for privacy}
    Message-ID: <[email protected]t>
    Subject: Call from Sxxxxx Txxxxxx(301-xx4-0xxx)
    MIME-Version: 1.0
    Content-Type: text/plain; charset=us-ascii
    Content-Transfer-Encoding: 7bit
    X-VZ-ContextID: 1001
    X-VZ-CallerName: Sxxxxx Txxxxxx
    X-VZ-TN: 301xxxxxxx
    X-VZ-CallerTN: 301xxxxxxxx
    X-VZ-OriginalArrivalTime: 12-31-2010 23:05:25
    X-VZ-Message-Type: Telephony/Call
    X-VZ-Message-ID: 455484922

    I was told by tech support that emails from [email protected] were controlled by Verizon and began getting sent to customers VZ_ID that is not the same as the primary Email account email address, but is the same mailbox. Verizon disabled the "Glitch" and now my VCA and TV Caller ID does not work. I was told the email notification that is entered in the VCA configuration is not the same as the VZ_ID. They stopped the Emails, now I have to bug them to fix what they broke. Don't want to be bothered right now. It is a pain to have something work and then someone breaks it.

  • How to create an default profile for every user on one machine? Deployment of configurations?

    On firefox 3.5.X i can copy an configured profile from an user-folder to the programm folder of firefox. \mozilla firefox\defaults\profiles.
    After an new user log in to the machine the default profile will get the actual profile of the new user. With all bookmarks, configurations and so on.
    But this doesn't work with the firefox 3.6.10? What changed? What will be the way i can get an default configuration for every user on one machine? I want to deploy the firefox with an default configuration in our enterprise? Why does the behaviour change?
    What to do?
    Thanks...

    No - there are no missing data, because nothing will be copied. The profile - folder does not work.
    There are the standard first start behavior.
    There might be another trick? Hint? Todo?
    Thanks.

  • How can i schedule concurrent program for every one hour from back end

    Hi ,
    I want to schedule concurrent program for every one hour from back end .
    Example
    1) xyz is the concurrent program that should run for every one hour with a parameter 111 and the SAME concurrent program that
    should run every 2 hours with a different parameter like 222.
    I mean Conc prog should run for different parametrs with a different scheduling..
    Please guide me to solve the issue.
    Thanks in advance...
    Regards
    Narender B

    Hi ,
    I have used following code for scheduling the concurrent program from backend.
    declare
    l_request_id NUMBER;
    l_return_code boolean := FALSE;
    BEGIN
    fnd_global.apps_initialize(62991,54477,20003);
    l_return_code := FND_REQUEST.SET_OPTIONS ('YES');
    l_return_code :=fnd_request.set_repeat_options('16:36:00','','DAYS','START','','Y');
    l_request_id:=fnd_request.submit_request(application => 'xbol',
    program => 'NAPP_START_GENERATE_CHART_DATA',
    description => 'Processing chart ',
    start_time => SYSDATE,
    sub_request => FALSE,
    argument1 =>4000130957231588,
    argument2 => null
    COMMIT;
    dbms_output.put_line('Program has been submited and request id is '||l_request_id);
    END;
    Here the issue was concurrent program is completing with a warning like
    Resubmission of request 75588551 has been cancelled.
    FND_RESUB_PRIVATE.PROCESS_INCREMENT EXCEPTION: ORA-01403: no data found
    Resubmission of request 75588551 has been cancelled.
    FND_RESUB_PRIVATE.PROCESS_INCREMENT EXCEPTION: ORA-01403: no data found
    so i could not find the solution for this issue,please anybody guide me to solve this issue.
    Regards
    Narender B

  • How can I Refresh the DashBords for every 5 minutes with latest data

    Hi,
    Here we are Using the DashBoards which are accessing the data from SSAS Data bases to the DashBoards.
    From Dash Boards page, we have to refresh the Dash Boards for the latest Data for every 5 minutes.
    can any body provide the solution for this.
    Thanks,
    Supraja.
    SUPRAJA'S

    Hi Tom,
    sorry for late response.
    i have Analysis services(AS) Data base. which is configured with ROLAP settings in SSAS.
    we are showing this AS Database Information in Dash boards.
    once we open the dash board, it will shows the latest information in dash boards obviously. 
    but, Mean while if any changes occured in AS data base, if we want to get that changes in dash boards we have to refresh the dash board (OR) we have to close & reopen the same dash board.
    apart from this if is there any other solutions technically,  Please suggest me.
    Thanks,
    SUPRAJA'S

  • How to create checkbox in WAD for every record

    Hi All,
    We have a requirement where in the user selects some of the records from the IP screen and he should be able to see only those selected records and also should be able to plan on the same. So how can i create a checkbox in WAD for each and every record. If this is not possible through check box then are there any other options to achieve this. Request your valuable inputs.

    Hi,
    Not sure if you can create a check-box in wad but for sure you can set properties of the table in which you display your data. There should be something like "Selectable rows" (don't have access to the system now). When you switch it on you will be able to select rows of your report. Then you need to set filter based on the selection you made.
    Tomasz

  • How to run a command line for every folder in a share

    I'm trying to use Robocopy to merge two user home directories shares from two different servers to a new server, but the only problem is that I can't use the /purge to mirror deletes because it will delete the other servers stuff (since one server's stuff
    doesn't exist on the other one currently).
    But I'm thinking if someone I could enumerate the folder names from the users$ share on each server, and add it to both path statements in the commands below, i could add purge since then it would be running individually per user folder, rather than at the
    user level below.
    robocopy "\\CurrentServer1\users$" "F:\Users" /E /B /COPY:DATSOU /R:1 /W:1 /MT /LOG:"C:\RobocopyLogs\MirrorUsers1.txt"
    robocopy "\\CurrentServer2\users$" "F:\Users" /E /B /COPY:DATSOU /R:1 /W:1 /MT /LOG:"C:\RobocopyLogs\MirrorUsers2.txt
    What I'm hoping is that there's some scripting genius out there who could tell me how to use a batch or vbscript to save a LOT of time.  If not, I'm doing this all by hand for hundreds of users :(
    Thanks in advance for any help you can provide.

    Mike and Bill are right on with your approach however, to show you why your code is not working I removed all "Smart Quotes" in favor of the following.
    Refrain from commenting every line.  It makes the script impossible to follow.
    $hostname='hostname'
    $migrationdata='c:\migrate\IPDATA.txt'
    $ip=Select-String -Path C:\migrate\IPDATA.txt -Pattern $hostname
    $ip = $ip.Substring(35)
    $ip = $ip.Trim()
    $dns='10.10.1.10','10.10.1.11'
    $gateway='10.10.4.1'
    $netmask='255.255.252.0'
    $dnsdomain='new.domain.local'
    $msg='We will be using the following information for the new IP stack Hostname:{0}, IP address {1} Default Gateway: {2} DNS Servers: {4} DNS Suffix: {5}'
    Write-Output ($msg -f $hostname,$Ip,$Gateway,$DNS,$DNSdomain)
    $Config=Read-Host 'Please press enter if this is correct, and we will apply this configuration. or CTRL-C to exit'
    #configure the Ip stack
    $Interface = Get-WmiObject win32_networkadapterconfiguration -filter 'IPEnabled=True'
    $Interface.EnableStatic($ip, $netmask)
    $Interface.SetGateways($Gateway, 1)
    $Interface.SetDNSServerSearchOrder($dns)
    $Interface.SetDNSDomain($dnsdomain)
    $Interface.SetDynamicDNSRegistration($true)
    #Show the user the new IP configuration
    ipconfig /allcompartments /all
    $Config = Read-Host 'We have reconfigured the NIC. Does the IP configuration for the "Local Area Connection" look right? Press enter to continue to join the domain, or CTRL-C to exit'
    Use sample white space to make code readable.
    Much of this code does not make sense.  You should be using DHCP to set all workstations and most servers with the exception of Domain Controllers.
    It will be faster to do this with PowerShell since you do not know batch.  Your attempt is not even close.
    ¯\_(ツ)_/¯

  • How to do a FFT tranformation for every file in a folder of another folder?

    Dear all,
    I have a folder A, there are seven folders in folder A, I call these seven folders B. and there are 100 files in every folder B. These files are all the data information of current.
    ok, now I need to transfer every current file into a FFT tranformation, and save the transferred files corresponding to the original file.
    Does anyone have some idea? Thank you for any help!
    Jing

    Hi Mike
    In this way, How can I save the transferred files as the same way as the original files and folders?
    after FFT transformation, I hope to get 100 files in every "transferred B" and seven "transferred B" folders in one "transferred A" folder.
    Jing 

  • How can i use page break for every 5 records in sap scripts

    on every 5 lines of records i have go for a new page so what is procedure to do this .if possible send me with coding .

    Hi John..
    this is the way..
    IN THE PRINT PROGRAM...
    DATA : V_MOD TYPE I.
    loop at Itab.
       V_MOD  = SY-TABIX / 5.
       IF V_MOD  = 0.
           CALL FUNCTION 'CONTROL_FORM'
           EXPORTING'
              COMMAND = 'NEW-PAGE' .
      ENDIF.
             CALL FUNCTION 'WRITE_FORM'
    ENDLOOP.
    <b>reward if Helpful.</b>

  • How to generate a new rhread for every request

    Hello,
    I'm trying to write a server side program that does the following, recieves a Single connection from a client, client sends a request to the server side program, the server side program sends to a third party(back end) and waits for a reply.
    The problem i am facing is the following, I want to for each message(request) recieved from the Client to generate a new thread and establish a new connection with the third party, I have tried creating a new thread for the communication with the third party, in this case if the response from backend takes time I will still be able to recieve other requests from the client. But I dont know how to return the message that his been to the Father thread. The reason why I am doing this is that I dont want the same thread that recieves the request from client to wait until the reply for the previous thread is sent.
    Here's the code which I have been trying to implement.
    ClientCommunicator {
    Socket soc= new Socket(IPAddress,port);
    Thread backEndComm= new Thread (new BackEndCommunicator
    (soc,"Message To Back End"));
    backEndComm.setPriority(8);
    backEndComm.start();
    public class BackEndCommunicator implements Runnable
    Socket socket;
    String messageToBeSentToBE= "";
    public BackEndCommunicator(Socket socket, String messageTOBE)
    this.socket= socket;
    messageToBeSentToBE= messageTOBE;
    public void run()
    PrintWriter outtBackEnd= null;
    BufferedReader innBackEnd= null;
    String replyFromBE= "";
    try
    outtBackEnd= new PrintWriter(new OutputStreamWriter(socket.getOutputStream()));
    outtBackEnd.println(messageToBeSentToBE);
    outtBackEnd.flush();
    innBackEnd= new BufferedReader(new InputStreamReader(socket.getInputStream()));
    replyFromBE= innBackEnd.readLine();
    How can I return the String "replyFromBE" to the ClientCommunicator class so it can be sent to the client as soon as recieved from the back end.
    regards,
    [email protected]

    I assume the problem you are having is that your ClientCommunicator thread is blocking in a read and has no way of receiving notification from the other thread. Seems like you have a couple options at least.
    1. Use non-blocking IO and a selector to do service both the client socket and the backend socket. Usually, NIO is more of a pain than it is worth unless you need to service hundreds of connections at once, but I think that in this case where you know that there are only two connections it might be easy enough to use.
    2. A second option would be to avoid blocking on the read by using the available method on the input stream to first determine if you can actually read anything. This would allow you to wait with a small timeout on a monitor that the backend communicator could notify when it receives a response. This is not the ideal solution because you are limiting how fast you respond to the client and could be using more cpu time than necessary. However, it might be a lot easier to implement and could be adequate for what you need.
    First solution is more elegant but potentially not worth the trouble. Second solution is less elegant, but may be good enough.

  • How do I set a reminder for every 20 minutes?

    A Windows-to-Mac migrant wants to set a reminder on her MacBook Pro/Mavericks to appear every 20 minutes. In Windows, I used Task Scheduler to launch a text file "Stand up and stretch!" every 20 minutes. It would appear, and after stretching, I'd dismiss the reminder by closing the text file and continue working.
    The OS X Reminder app allows for a task to repeat daily, but not every 20 minutes, or even hourly. Also, I think those reminders would pop up on my iPhone, where I DON'T need or want them; I only want them to appear on my computer.
    Mavericks includes LaunchD, but from what I'm reading online, this is intended for launching System business (daemons, agents...) at startup, and appears to involve using Terminal to issue Unix commands, which is more "geeky" than I am comfortable with.
    In the App Store, there is a LaunchD Task Scheduler, which may be a more straightforward solution; I assume it uses a GUI to set up instructions for LaunchD.
    Should I try the "LaunchD Task Scheduler" app? Or is there another, simpler way to launch a text file or other type of reminder every 20 minutes?
    Thanks.

    Try this application: Coffee Break Pro X for Mac. Get it configured and then add the application to the System/Users & Groups/Login Items preference pane so it starts when you log in to the computer.

  • How do i set a reminder for every 4 weeks on iphone4. 5.01.

    Hi
    Is there a way to do this ? Onyy have monthly !!
    An integrated app or something ???
    Find not having this feature VERY poor....
    Cheers

    its a WYSIWYG setup. only 2 week option on that list.
    Here is a site that gives you 30 different calendar alternatives
    http://iphone.appstorm.net/roundups/productivity-roundups/30-awesome-alternative -calendar-apps-for-iphone/

  • How to update column in Oracle SQL Developer?

    Hi everybody,
    How can I update table in Oracle SQL Developer like in PL/SQL Developer use:
    Select * from table for update;
    Thank you~

    Do you mean you want to edit the result grid?
    You can't edit the result grid of a query, but you can edit the data tab of a table.
    Click on the table in the object browser
    Click on the data tab
    Optionally filter the results using the filter field at the top
    Type into the data cells.
    Click on the commit button

  • How to optimize query in oracle??

    hello all,
    i want to question this forum. How i can optimize query sql in oracle where i have data > 100.000 record in my table.. This is my query:
    select avg(
    select /*+ NO_USE_NL(B) */ (SUM(A.QTY_INSTORE) + SUM(A.QTY_DELIVERED)) TOTAL_DUMMY
                from daily_distribution_pop a,
                     ref_toko b
               where substr(a.svm_id, 1, 10) = b.id
                 and b.segment_type = 'A'
                 and b.enable_flag = 'Y'
                 and substr(a.pom_id, 1, 2) in ('PO')
                 and substr(a.svm_id, 1, 4) = '1203'
                 and to_char(a.tgl_visit, 'iw') = '09'
                 AND A.TGL_VISIT = (SELECT MAX(A.TGL_VISIT)
                                      FROM daily_distribution_pop A
                                     WHERE SUBSTR(SVM_ID, 1, 10) = B.ID
                                       and to_char(A.tgl_visit, 'iw') = '09')
                 AND (A.QTY_INSTORE <> 0
                       OR A.QTY_DELIVERED <> 0)
    select COUNT(DISTINCT B.ID)
      from daily_distribution_pop A1,
           ref_toko b
    where b.id = substr(A1.svm_id, 1, 10)
       AND b.segment_type = 'A'
       AND b.enable_flag  = 'Y'
       AND substr(A1.pom_id, 1, 2) in ('PO')
       AND '1203' = substr(A1.svm_id, 1, 4)
       AND '09' = to_char(A1.tgl_visit, 'iw')
       AND A1.TGL_VISIT = (SELECT /*+ NO_PUSH_SUBQ */ MAX(A2.TGL_VISIT)
                              FROM daily_distribution_pop A2
                             WHERE B.ID = SUBSTR(SVM_ID, 1, 10)
                               AND to_char(A2.tgl_visit, 'iw') = to_char(A1.tgl_visit, 'iw'))
       AND (0 <> A1.QTY_INSTORE
             OR 0 <> A1.QTY_DELIVERED)) total from duall;this query is work but when i upload to my application program (asp.net) this query very slowly when i access from my internet. I try in local not slowly. May be in this forum i can find answer from my problem..I'm stuck. Thanks for your answer
    Edited by: xoops on Mar 26, 2010 2:07 AM
    Edited by: xoops on Mar 26, 2010 2:07 AM
    Edited by: xoops on Mar 26, 2010 2:08 AM

    xoops wrote:
    sorry i not understand whta do you mean. Sory i newbie in oracle; THanksAlex was asking (i believe) why you have the hints on the SQL statements. Hints are typically a last resort, and if you are a newbie as you say, they are very likely NOT the route you should be investigating.
    I notice you are having to do A LOT of data manipulation in order to join your tables, this suggests a bad data model (like when you have to join a table to another one based on the first 4 characters in a string). Is there any chance you can change that? If not, you can at least hope to allow access paths by using things like LIKE instead of SUBSTR.
    I've made a couple changes to your first query, removing the double access to the daily_distribution_pop table, and replacing the substr's with LIKE conditions (no idea what if any indexes you have on these tables).
    If this is any better, you should be able to make the same sort of changes to your second query. If it's no better than what you have now, you'll have to follow the links provided by Alex and give us a lot more information. And my suggestion would be to fix the data model as a starting point.
    select
       avg(the_sums)
    from
       select
          (sum(a.qty_instore) + sum(a.qty_delivered)) as the_sums
       from
          select
             a.qty_instore,
             a.qty_delivered,
             a.tgl_visit,
             max(a.tgl_visit) over (partition by b.id) as max_tgl_visit
          from
             daily_distribution_pop  a,
             ref_toko                b
          where substr(a.svm_id, 1, 10) = b.id
          and   b.segment_type          = 'A'
          and   b.enable_flag           = 'Y'
          --and   substr(a.pom_id, 1, 2) in ('PO')
          and   a.pom_id like 'PO%'
          --and   substr(a.svm_id, 1, 4)     = '1203'
          and   a.svm_id like '1203%'
          and   to_char(a.tgl_visit, 'iw') = '09'
          and   (a.qty_instore  0 or a.qty_delivered  0)
       where max_tgl_visit = tgl_visit
    );

Maybe you are looking for

  • I restored my iPod, now my iPod will not sync to the computer.

    It won't even show up on my computer, what should I do?

  • Max no of items reached in FI

    Hi, we have 470 lines in delivery and "Max no of items reached in FI" comes up during post goods issue. The goods have physically left the dock. Is there a way to get around this and do a PGI. I have looked at the OSS note_0001171573_max_num_GI-Items

  • Problem viewing PDF File in JSP

    Hi, I have the file location of a PDF saved in the database. If I modify the PDF file on my directory and then try to view it in my browser, it still shows the old file .. (I do not modify the pdf file name) However, when I close my browser and reope

  • Budget Scenarios - multiple columns

    Hi, i have a question and I hope you can help me. John-Michael Davis already helped me but what he told me did not help me much unfortunately, because what he told me, was done: "I suspect that you have enabled cost accounting in one database and not

  • How to install and integrate oracle 10g and 11g Warehouse with EBS???

    Hi, We are using EBS r12 (12.0.6) and database 12.2.0.3. Please give us the Doc Id's for installing and confihuration oracle Data Warehouse with EBS r12? thx