Is it possible to move some of the capture processes to another rac node?

Hi All,
Is it possible to move some of the ODI (Oracle Data Integrator) capture processes running on node1 to node2. Once moved does it work as usual or not? If its possible please provide me with steps.
Appreciate your response
Best Regards
SK.

Hi Cezar,
Thanks for your post. I have a related question regarding this,
Is it really necessary to have multiple capture and multiple apply processes? One for each schema in ODI? Because if set to automatic configuration, ODI seems to create a capture and a related apply process for each schema, which I guess leads to our specific performance problem (high cpu etc) I mentioned in my other post: Re: Is it possible to move some of the capture processes to another rac node?
Is there way to use just one capture and one apply process for all of the schemas in ODI?
Thanks a million.
Edited by: oyigit on Nov 6, 2009 5:31 AM

Similar Messages

  • Is it possible to move some tools or their setting parameter from Configuration interface to Inspection Interface?

    Hi
    We use Vision Builder for machine vision. There are two interfaces in Vision Builder (Inspection Interface & Configuration interface). It is better machine vision operator would work with Inspection Interface and he should not access to all of setting and tools but he need to redefine some parameter like RIO in some tools like measuring tools for different products.
    Is it possible to move some tools or their setting parameter from Configuration interface to Inspection Interface?
    Or is it possible to define security like password to some tools and their setting but not all of them?
    Thanks
    Refa

    Vision Builder generally isn't supposed to rely on user input, but there is a step called "User Input" that allows you to get input from the user. ROI would be tricky. I think the slickest way to do that would be to create a VI that displays the image, lets the user drag a rectangle, then pass those coordinates back to Vision Builder to configure the ROI.
    Tanner B.
    Applications Engineer
    National Instruments

  • Where are the actual Aperture files located? Only in the application? I am transitioning to Lightroom and would like to only move some of the files. Advice appreciated. Also anyone know how to transfer in with edits?

    Where are the actual Aperture files located? Only in the application? I am transitioning to Lightroom and would like to only move some of the files. Advice appreciated. Also anyone know how to transfer in with edits? Using iMac, OS X, most recent Aperture and Lightroom 5.7 with plugin for Aperture.

    Define "the Aperture files".
    Read this concise guide.
    The files you imported into an Aperture Library can be exported (at any time, and repeatedly) using the command "File ▹ Export ▹ Originals".  Your Originals are never altered.  What went in is what comes out.
    Adjustments and changes to the metadata that you made since creating an Image in Aperture by importing a file are saved to a text file.  This file is combined, on-the-fly, with the Original to create the Image that you see in Aperture.  There is no file saved to disk that is the full-size Image.  Thumbnails are saved, and Previews are saved.  These are JPG files, almost always smaller than the Original.  They are not substitutes for the Image for the use you have.
    When you need a file of an Image to use in another program, you export the Image from Aperture.  "Export" means "Make me a file of this Image according to these file specs I'm providing".  The way to get files of your adjusted Images is simple:  create them by exporting.  Specify "Original size", and use a loss-less image-file format (e.g. TIFF 16-bit) if you want to retain as much visual information as possible.
    Search the Web for information about transitioning from Aperture to Lightroom.  Note that I say "transitioning".  You cannot move a database from one format to another without significant changes, and likely some loss of information.  Adobe provides a tool and some instructions.  I strongly recommend working out the process step-by-step, and then proceeding with first a few Images, then a bushel-ful, and stopping to use the first few, the the bushel-ful, before committing your entire collection to the process.
    As always, never use any computer file without having a back-up.
    We have seen mixed reports here of the success of the LR tool that creates a LR database from your Aperture database.
    If you want to carefully define the process, and test and refine it, use the excellent process-development, analysis, and execution program inShort.
    Sadly, there is not and can never be a good, thorough re-positioning of the digital assets in your Aperture Library to become digital assets in a LR database.  Just as a metaphor for any user contemplating transitioning to another digital asset manager:  that would be like digging up a house in one country, planting it in a hole in another country, and expecting to be able to use the toilet and the sinks, turn on the lights, cook dinner, and sleep soundly.
    HTH,
    Kirby.

  • Is it possible to move multimedia to the back layer in pdfs?

    I am creating a pdf with different layers, and wanted to know if it was possible to move multimedia to the back layer/make it invisible when other layers and jpegs overlap on top of it?

    No can do with Reader. Acrobat. Try asking in their forum

  • Rman-08137 can't delete archivelog because the capture process need it

    When I use the rman utility to delete the old archivelog on the server ,It shows :Rman-08137 can't delete archivelog because the capture process need it .how to resolve the problem?

    It is likely that the "extract" process still requires those archive logs, as it is monitoring transactions that have not yet been "captured" and written out to a GoldenGate trail.
    Consider the case of doing the following: ggsci> add extract foo, tranlog, begin now
    After pressing "return" on that "add extract" command, any new transactions will be monitored by GoldenGate. Even if you never start extract foo, the GoldenGate + rman integration will keep those logs around. Note that this GG+rman integration is a relatively new feature, as of GG 11.1.1.1 => if "add extract foo" prints out "extract is registered", then you have this functionality.
    Another common "problem" is deleting "extract foo", but forgetting to "unregister" it. For example, to properly "delete" a registered "extract", one has to run "dblogin" first:
    ggsci> dblogin userid <userid> password <password>
    ggsci> delete extract foo
    However, if you just do the following, the extract is deleted, but not unregistered. Only a warning is printed.
    ggsci> delete extract foo
    <warning: to unregister, run the command "unregister...">
    So then one just has to follow the instructions in the warning:
    ggsci> dblogin ...
    ggsci> unregister extract foo logretention
    But what if you didn't know the name of the old extracts, or were not even aware if there were any existing registered extracts? You can run the following to find out if any exist:
    sqlplus> select count(*) from dba_capture;
    The actual extract name is not exactly available, but it can be inferred:
    sqlplus> select capture_name, capture_user from dba_capture;
    <blockquote>
    CAPTURE_NAME CAPTURE_USER
    ================ ==================
    OGG$_EORADF4026B1 GGS
    </blockquote>
    In the above case, my actual "capture" process was called "eora". All OGG processes will be prefixed by OGG in the "capture_name" field.
    Btw, you can disable this "logretention" feature by adding in a tranlog option in the param file,
    TRANLOGOPTIONS LOGRETENTION DISABLED
    Or just manually "unregister" the extract. (Not doing a "dblogin" before "add extract" should also work in theory... but it doesn't. The extract is still registered after startup. Not sure if that's a bug or a feature.)
    Cheers,
    -Michael

  • Scripting the capture process in Vivado 2015.1 ILA using the tcl

    Hello,
    I'm wondering how can I use the TCL script in order to automate the capturing process. 
    The way that it works so far is that I have to change the condition manually through the GUI, start trigrring, waiting for it to upload the waveform (I really would like to bypass this step!) and then downloading the captured data in .csv file. I've tried the attached script to automate two captures, it didn't work though :( I got same results for test0.csv and test1.csv
    any ideas?!
    set_property TRIGGER_COMPARE_VALUE eq5'u1 [get_hw_probes state_reg__0 -of_objects [get_hw_ilas hw_ila_1]]
    wait_on_hw_ila hw_ila_1
    run_hw_ila hw_ila_1
    wait_on_hw_ila hw_ila_1
    write_hw_ila_data -csv_file d:/pss/test0.csv [current_hw_ila_data]
    set_property TRIGGER_COMPARE_VALUE eq5'u10 [get_hw_probes state_reg__0 -of_objects [get_hw_ilas hw_ila_1]]
    wait_on_hw_ila hw_ila_1
    run_hw_ila hw_ila_1
    wait_on_hw_ila -timeout 0 hw_ila_1
    write_hw_ila_data -csv_file d:/pss/test1.csv [current_hw_ila_data]
     

    Hello Pratham,
    I have tried that before. it works perfectly saving one shot of the ILA. However if you just copy and past, it will fail for the 2nd captured data. (it will save the same thing).
    What I'm particularly looking is saving more than one sample, let's say I would like to automate for 1000 captures.
    The problem that I've encountered follows as this:
    When you try to capture more than one sample, it doesn't stop the trigger and when it does it will save the same thing. in order to stop it it needs to upload the waveform (which is really time consuming and I don't need the tool to upload it in order to captuer the .csv data!) so it will slow down the capturing process.
    In ChipScope it was very easy to do that! there was an option called repetitive trigger on. and it was easily capturing down repeatedly with log1, log2, ... and so forth. I'm looking for that!

  • How do i move some of the folders in iphoto library ( to an external HDD) without actually having to move the whole library and without affecting the albums i have already created in iPhoto.????

    I have been storing my photos separately in folder and importing it in iphoto without actually copying them. Now to free some space in my hdd i want to move some of those folders to an external hdd. How do i do that without affecting my iphoto albums. ????

    Well, strictly speaking, you can do this.Two ways. One is tricky:
    How are you at editing SQL databases?
    This user found a way:
    https://discussions.apple.com/thread/3216539?tstart=30
    But tread very carefully - get it wrong and you'll hose everything. Make a back up first.
    The other is expensive:
    Purchase Aperture, and if you have the latest versions of both these apps, then you can open the Library with Aperture, and use the relocate Masters command.
    Or, in the end, make a managed Library. A Referenced Library is more work for zero gain.
    Regards
    TD

  • Is it possible to move itunes about the place?

    my itunes is currently not working, since i upgraded it and it never worked. also my laptop is pretty naf and isnt coping with it. my dad has a decent laptop and i could put it on that until i decide on a decent computer to buy.
    what i would like to know is, is it possible to move my itunes and all my songs onto my dads laptop and work it from there so i have decent tunes for going on holiday and then move it all again once i have a new computer??
    thank you

    basically my lappie is rubbish. i borrowed it off a pal and it had windows ME on it. so i upgraded to XP and have since discovered that it doesnt have enough memory for that. i am needing a new computer just dont have a clue where to start looking for a new one!!
    but my lap top and my ipod are currently no longer speaking. my laptop ignores the ipod is plugged in and then itunes brings up a message to update itunes and reload it. i dont want to loose my songs though!!

  • How can I MOVE some projects from one library to another?

    As the aperture library grows quite big and I want to split it into several smaller ones. How can I move projects from the old library to a new one without export them and re-import them all again? Is it possible to retain all adjustments after migration?
    Thanks!

    You export the project by CTRL / Right- click the project and choose 'Export' > 'Project'. The same if you go via the file menu.
    Every adjustment you made, books created, albums etc. will be kept in the exported project and are available again when you import it to another library.
    Regards
    Paul K

  • Is it possible to move app's right to left to another screen?

    I accidentally moved an app to another screen; left to right; but when I tried to move it back I couldn't reverse the process. Is it possible to move an app from screen to screen right to left?

    Drag the app to the edge of screen 1, hold it there and wait until it switches to screen 2, then move to where you want on screen 2.

  • Limit the Capture process to just INSERTS

    Hi,
    Source: 10.2.0.3
    Downstream Capture DB: 10.2.0.3
    Destination DB: 11.1.0.7
    Is it possible to limit the Streams Capture process to only include INSERTS? We are only interested in INSERTS into the table and are not concerned with capturing any updates or deletes that are performed against the table.
    When configuring the capture and apply I've set:
    include_dml => true,
    Is it possible to have the capture and apply process run at a finer granuality and just capture and apply the INSERTS that have been performed against the source database tables?
    Thanks in advance.

    Go to Morgan's Library at www.psoug.org and look up DBMS_STREAMS_ADM.
    Scroll down to where the demo shows "and_condition => ':lcr.get_command_type() != ''DELETE''');"
    That should point you in the right direction.

  • Is it possible to move audiobook from the playlist to the book section on my ipod touch

    In the past I was able to download audiobooks to the ipod touch using Overdrive Media and itune. The audiobooks went into the audiobook or book section on my ipod and everything worked great. With the new software upgrade to itune, the audiobooks go into a playlist and things are not so great. An example - the audiobook in the playlist will not remember my position when I turn the ipod off and then turn it back on. It will remember the part of the audiobook but not the chapter. It always goes back to chapter 1 of the part in use.
    SOMEHOW, using the new software, I was able to move the audiobooks from the playlist on the ipod to the audiobook section on the ipod and again, everything works great. However, all new audiobook copied to the ipod go to a playlist and I can't, for the life of me, remember what I did to move the audiobook from the playlist on the ipod to the audiobook section on the ipod.
    Help!

    I am having the exact same issue with Overdrive and iTunes (I download library books) - this all started after I upgraded to the new version on both iTunes and my iPod Touch.  I also was able to get one book to move from the playlist to the audio books section, but cannot get it to work again (actually, it now shows up in both).  The first time that it worked, I restarted the iPod.  What is really strange is the books transfer from Overdrive to the Book section in iTunes, but it does not appear on the iPod.  So basically, what is seen in iTunes when the iPod is connected, is not what is visible on the iPod Touch.  This is really getting to me as I mostly use my iPod for listenting to Audio Books.  I agree  HELP!

  • Is it possible to upgrade some of the hardware of my laptop

    I own a hp Probook 450 G1. I would like to upgrade my RAM/Memory to 8 GB(or more) and Graphics card, is it possible?
    Current specificaion :
    This question was solved.
    View Solution.

    SirDarknight wrote:
    I own a hp Probook 450 G1. I would like to upgrade my RAM/Memory to 8 GB(or more) and Graphics card, is it possible?
    Current specificaion :
    Exact model number?
    Here is : HP ProBook 450 G1 Notebook PC Maintenance and Service Guide
    Upgrade to 8GB is possible , you can  put another 4GB in the second slot.
    RAM config:  DDR3L  PC3L-12800  1600MHz SODIMM SDRAM
    If you're planning to buy it through HP Part store , the part number is 691740-001
    Graphic card upgrade is not possible as it is either integrated or soldered on to the motherboard.
    Regards,
    ++Please click KUDOS / White thumb to say thanks
    ++Please click ACCEPT AS SOLUTION to help others, find this solution faster
    **I'm a Volunteer, I do not work for HP**

  • On the Apple Watch, has anyone figured out a way (if possible) to remove some of the redundant auto responses available when using Messages?

    There are some responses that always show which I would never use, such as BRB, that I'd like to completely remove. There are other responses that are excessively redundant. I don't need Thx, Thanks, Thank you. and Thanks! as separate available auto responses every single time. Anyone else had better luck figuring that out?
    Overall I'm really liking the Watch so far. The only thing bringing it down is sone of those small details.

    Visit the Apple Watch app, then go to My Watch > Messages > Default Replies.
    You can add your own but there will still be Apple auto default replies too.
    Kinda lame.  Hope there's a new option to get rid of those in the future. I'd rather ALWAYS dictate and not have those 'smart responses' there at all.

  • HT204655 How do I move photos from the Photo app to another folder?

    Before the photos app, I use to just plug my iPhone into my macbook and import my pictures to a selected folder in documents. I have all my photos stored from all my iPhones on my external hard drive. How do I do this now with the photos app? Im not brilliant with the macbook so might be simple for some so please can someone help? Thanks

    You can continue t do that using Image Capture instead of importing into Photos - or you can import into Photos and go to the last import, select all and export tot he location of your wishes
    LN

Maybe you are looking for

  • External Mail's Sending Via Abap Code

    <u>Hello, everyone.</u> I have a problem with an external mail's sending, I have to solve it very quickly. I'm tring to send mail to a specific address with an attachment but it doesn't work. Does any one has some source code that works (with file at

  • Problem with search and replace

    I'm workin on Windows XP, Dreamwearver 8 When I do a search and replace in a site, the changes will be made correctly, however, the auto date stamp that I'm using on my pages will duplicate on random pages and overwrite text This doesn't occur on all

  • I have an 2007 mac book pro that does not have a place for HDMI cable.  Can you please tell which converter I need?

    I have an 2007 mac book pro that does not have a place for HDMI cable.  Can you please tell which converter I need?

  • Urgent Help Here! Thanks.

    Hello, I'm iPhone 4s user here and I have a problem. Basically, I have uploaded new songs into my itunes, and I wanted to sync to my iPhone. However, after I sync, I found out that all the songs in my iPhone have more than 2 copies per song! So I've

  • ViewPowr Video card for Powerbook 1400

    Just got one of these video cards for my PB1400 -- guess what? no drivers! Surely someone out there can point me in the right direction or just pass the software along. Already tried Newer Technology, no go. VIEWpowr 1400/16 video output card Newer T