Any alternative communication for dblink a 9iR2 and a 10gR2 on same unix?

I want to access tables of a 9iR2 with a 10gR2 sql function(ora_hash). is there any better alternative for dblink access in performance perspective?
or is there any tricks to create the dblink for two instances on the same unix?
thank you.

At what point are you going to to do the validation?after complete sync of databases we were given 2 hours of downtime for validation, parallel to some configuration on application servers and some user acceptance tests Justin.
If the hash doesn't match, what are you going to do? You can't go back to the old system without losing transactions made on the new system. And you can't easily figure out which rows don't match (and why) from a single hash value.we will be doing MINUS ALL over dblink to see the details of the difference, hashing is like a boolean flag, so we will be only interested for the ones that have a false flag with hashing.
what is the back-out plan? we are not letting go the platform A databases until everything is validated successfully. they will be opened restricted and read-only. another important point is when there is a need of going back after some hours or days on the platform B, for this purposes we will be again capturing the changes on the target databases in order to apply them back to the source databases in any unexpected case may occur after some time we opened the customer channels.
Do you really need a hash that combines every row? Could you not pick a reasonable and representative sample of rows to verify that the changes came across (i.e. by forcing updates to Dummy Customer A-Z records at various "interesting" points during the transition and verifying that the changes come over)?ora_hash is fast, it runs on SQL engine, we can generate count and hash values within an hour for over 10 TB of data with our hardware for now. So we didn't need sampling yet.
Obviously, you can do the validation in the lower environments because you don't have to run 24x7 there. Is that level of validation not sufficient? If something works in dev, test, and staging, do you really need to do the full validation in production?as always dev. and test environments are not %100 representative for a production, we are doing tests but I am nearly sure that we will see new things when we go for production :)

Similar Messages

  • HT201303 I never set up any security questions for my Apple ID and I was asked on the app store to sign in and answer my security questions. I never made security questions in the first case. I can't purchase anything without them. What should I do?

    I never set up any security questions for my apple ID and I was asked on the app store to sign in and answer my security questions, I never made any in the first place and it came up with questions that I didn't know. I've already been in support and tried to reset them, but I have to answer the security questions in order to change them. Is there any way to find out what they are?

    From a Kappy  post
    The Best Alternatives for Security Questions and Rescue Mail
    1.  Send Apple an email request at: Apple - Support - iTunes Store - Contact Us.
    2.  Call Apple Support in your country: Customer Service: Contact Apple support.
    3.  Rescue email address and how to reset Apple ID security questions.
    An alternative to using the security questions is to use 2-step verification:
    Two-step verification FAQ Get answers to frequently asked questions about two-step verification for Apple ID.

  • Is there any alternative method for GET_FRONTEND_FIELDCATALOG in CL_GUI_ALV

    Hi all,
    Please let me know if there is any alternative method for GET_FRONTEND_FIELDCATALOG (CL_GUI_ALV_GRID class) in the class CL_SALV* family. I need to capture the field catalog(Or list of fields) of the current output list.
    I have saved many layouts on my ALV output with different combinations of fields, When I select one layout and click on the custom button it should process only the fields displayed on ALV.Please let me know how do I get the fields displayed on ALV using CL_SALV_* family classes.
    Thanks,
    Prathap

    Hi,
    Check this link...[Setting up Layout|http://help-abap.blogspot.com/2008/09/salv-model-4-setting-up-layout.html]

  • Location.href not working in firefox. Is there any alternative script for that?

    window. location.href not working when i try to submit an ajax form.
    I am a programmer. This code works on all browser except firefox.
    Any solution for this? or any alternative code for location.href?

    A good place to ask advice about web development is at the mozillaZine "Web Development/Standards Evangelism" forum.
    *http://forums.mozillazine.org/viewforum.php?f=25
    The helpers at that forum are more knowledgeable about web development issues.<br>
    You need to register at the mozillaZine forum site in order to post at that forum.

  • Is there any alternative available for frameset

    Hi,
    Other than struct tiles, Is there any alternatives availabe for frameset
    Thanks in advance...

    maybe inline frames or a div elements.
    You are speking about html right?
    MeTitus
    Message was edited by:
    Me_Titus

  • Is there any alternative battery for Nokia X2-00?

    Hi there, I was just wonderin'... is there any alternative battery for Nokia X2? coz BL-C4 battery is a li'l bit short for its lifespan. It could only take a few hours to play some music (through headset/loudspeaker)
    please help, thanks in advance...

    Hi Hanumantji,
    Can you provide us your phone model? One possible reason why the phone hangs is that there is not enough memory available to carry out phone functions. You can move your data files from phone to memory card (provided that your phone supports Memory Card). If still the same, you can try to restore the phone to its factory settings as indicated on your manual. 

  • Any know issues for JRE 1.6 and BOXI 3.1

    Any know issues for JRE 1.6 and BOXI 3.1

    Our most stable JRE with which we've had best results has been JRE_1.6.0_07
    Hope this helps.

  • Any free library for graph layout (vertexes and edges)?

    Does anybody know any free library for graph layout (vertexes and edges)?
    I would like to create applet which:
    1) will read definition of graph - for example like the list of edges
    (vertex11-vertex12; verte21-vertex22; ...; vertexN1-vertexN2)
    2) will generate layout of it (like Circle, Sugiyama, Radial Tree, Tree etc.);
    3) will listen to user which will touch of some vertex and it can:
    3.1) display some information about itself;
    3.2) expand itself (that is: it will show-display all its neighbours-vertexes) or
    collaps itself (that is: it will hide all (all almost all) its neighbours-vertexes.
    I do not want to create the whole Java code for layout algorithms:
    I would like to use some pretty Java library. That is library which has:
    1) methods for defining the topological structure of graph
    (that is the list of vertexec and edges between them);
    2) methods for drawing - visualising of it (like tree, radial tree, circle, etc.).
    I have tried many libraries but I can not such library which:
    - is free (so yFiles no);
    - is small and compact (like TouchGraph);
    - works with JDK 1.3.1, no higher (so Jung no);
    - has a nice API (so JGraph no);
    - is alive (so TouchGraph no - it ihas 2 ywars old its last update);
    - works correctly (not like JGraph - JGraphAddons:
    it has 8 layout algorithms, but most of them does not work).
    Has anybody any tips?
    Thank you very much in advance.
    Mirek

    Hi Owen,
    I promiss I will notice, if I wil find some suit free library. But I think my requirements are not so high. For example there are some tips:
    1) TouchGraph: it is VERY small and compact (that: it has no other dependences), but it has 2 years old update - so it writes to console window information about "obsolete" code when I run its applet; and it has no live forum; but I like its API, but it has some bugs!
    2) JGraph has nice layouts (but they do not work all) and very unpleasent methods for defining of topological structure of graph (vertexes and edges between them). But there is indipendent library JGraphT, which can cooperate with JGraph, and it has very nice API for defining the graph from the topological (not visual) point of view (addVertex, addEdge etc.). But JGraphT is not updated so often like JGraph and therefore there is problems with its colaborate with it. And also have bugs, like JGraph.
    3) Yesterady I have found next library: JGraphOpen - it has many examples (for visualising of graphs and for standard tasks for graph theory (the shortest way etc.) but it is also (like TouchGraph) 2 years old and is not so small like it.
    So has anybody any idea? I would like to find some other free libraries or some tips how to force to cooperative JGraph + JGraphT.
    Thanks
    Mirek

  • Any alternative FM for GUI_DOWNLOAD other than WS_DOWNLOAD?

    Hi All,
            Is there any alternative FM other than GUI_DOWNLOAD and WS_DOWNLOAD?I need to download a PDF file to a network drive.
    Thanks in Advance,
       Anjaly

    check this thread
    ITS Upload / Download using CL_GOS_MANAGER
    Raja

  • Any native extensions for iBeacon on iOS and Android?

    Any native extensions in AIR 13 for iBeacon on iOS and Android?

    Sure is, complete cross-platform, Android/iOS, iBeacon interface. You can find it here:
    http://distriqt.com/product/air-native-extensions/beacon
    >> Moved to here: distriqt // air native extensions

  • Is there any alternative logic for this issue

    Hello all ,
    I have a  program which is executed as a background job for every 15 minutes . Now my requirement is If this batch job is successfully finished, i have to capture that time and date at which the batch job is successfully finished and update the corresponding time and date in a ZTABLE .
    In order to achieve this , i have created a separate program which will also be running in background.in this program , using the table TBTCO, i m getting the last date and  last time at which the batch job is successfully finished and modifying the ZTABLE accordingly
    Is there any alternate solution for this ?
    thanks&regards,
    G.Pavan

    Hi gpavansap,
    When you define background job in SM36, your first step should be the program which you have scheduled now.
    Create a second step in the same job with another program which would just update system date and time to the ZTABLE. No need to read TBTCO and all.
    The second step would immediately execute as soon as the first step ended successfully.
    If you don't want to create a separate program. you can have a check-box "Update ZTable Only" in the selection screen of the first program itself. If this check-box is selected, the program should only update ZTABLE and do nothing else. Create a variant of your selection screen with this check-box selected and schedule this variant as "Second Step" of your back-ground job.
    Regards
    Suresh

  • Apple ID for the Deployment Program and VPP is the same

    I created an Apple ID for the Deployment Program and authorized the same ID for VPP.  Now I learned these should be different.  Is this a problem and if so, how can the VPP ID be changed?

    You should be able to. The only hiccup will be that any apps that you have purchased with the older ID you will have to repurchase with the newer ID to be able to keep using them.
    Though of course this actually depends on how you plan to use the IDs. For example, I had an Apple ID through iTunes a few years before I opened a .Mac/MobileMe account (what iCloud is now in case you are new to Apple). Thus, my iPhone and iPad actually have two IDs on them, one for iTunes/App Store, and one for anything associated with iCloud. I've never really had any problems assoctiated with having two IDs on one device. Usually just an extra step when I get a new device or have to restore either of them for some reason. Though I understand that this is probably not what you plan on doing, I thought I would use it as an example of what the IDs are really associted with on the devices.

  • Can I use a camera for application in Labview and VBAI at the same time ?

    Dear all,
    I'm trying to save an AVI file with Labview and make an image process with VBAI at the same time, in one machine.
    The error : "Camera already in use" displayed.
    My Camera is a GIGE and I work with Imaqdx. I've test the multicast mode but it only operate with several machines.
    How can I do this ?
    Thank's to help me,
    Yoann B

    I'm not necessarily saying that.  It's been a while since I've used VBAI, so I don't remember all of the capabilities, but if VBAI can do the inspection and recording at the same time, you should be fine.
    The trick is that only one program can access the camera at the same time.  That application reserves the camera, thus making it unavailable to others.
    Chris
    Certified LabVIEW Architect
    Certified TestStand Architect

  • Alternative VIs for In Port.vi and Out Port.vi for 64 bit Windows 7 platform

    Hi Need to use the printer port for my application. In Port and Out Port VIs was the simplest option in 32 bit Windows XP machine. Now I hear In Port and Out Port VIs are not supported in 64 bit Windows ( VISTA/7) machine. Is there any working alternative to In/Out Port.vi ??
    Thanks in Advance
    RKB
    Solved!
    Go to Solution.

    VISA can easily be used to solve your problem. If using a USB -> Serial adapter it's almost too easy.
    /Y
    LabVIEW 8.2 - 2014
    "Only dead fish swim downstream" - "My life for Kudos!" - "Dumb people repeat old mistakes - smart ones create new ones."
    G# - Free award winning reference based OOP for LV

  • My iphone 4 doesn´t connect thorugh Wi-Fi, apple replaced my phone for a new one and it has the same problem. I have an ipod and it doesn´t have this problem. Does any one know what to do?? Thanks

    My iphone 4 doesn´t connect through Wi-Fi, Apple replaced my phone for a new one, but the new one  has the same problem. I have an ipod third generation and it doesn´t have this problem. Having compared both working at the same time, the iphone alsways lags behind or doesn´t even connect to the internet via Wi-Fi. Does any one know what to do?? Thanks

    Have you ever checked to see if there is an update for your router? If yes, then power off router. Then on iPhone go into settings and do a reset network settings. Power router back on, and try connecting phone to router.

Maybe you are looking for

  • New ipod classic is has been stuck in restore mode (160 gb) version

    Hello, i have 160 gb  ipod classic which is old about 7 days and im using Windows7 to transfer my songs. When i syncing songs and ipod was about 2/3 full it has begun to transfer songs very, very slow.. Then i tried to reconnect it but both itunes an

  • Analysis Authorization - Strange behaviour clarification

    Hi, Need to understand whether this is expected behaviour. Scenario : User1 -> Authorized to only see Q1/2008 data. The Query contains 2 restricted key figures -> Q2 Balance and Q1 Balance. When the report is run is does not fail with "No Authorizati

  • The reporting service web service connection pool reached the max pool size

    I got a problem that it throw an exception "The timeout peroid elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connection was in use and max pool size was reached." The satuation is our service use 15

  • Inits

    Hi, What is diff between init without data transfer and init with data transfer? What are the benefits? Can anybody exlain in detail? Thanks

  • Exception in web dynpro

    Hi, Can any one explain why RABAX_STATE exception is araised in webdynpro? Regards, Vishnu