How to, and the right way of Scheduling

Hello world

I look forward to planning to locate some files that I downloaded and I wanted to confirm before doing so if that's what I intend to do.

I base my calendar on: http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/odi/odi_11g/Creat_Schedul_Scen/Creating_Scheduling_Scenario.htm

On the one hand, I have an Excel and an Oracle table, and on the other side, I have an Oracle table to another Oracle table. Two different scenarios.

I have already created two interfaces and executed, they work :-)
First an Excel to Oracle
The second an Oracle for Oracle

That's what I do to create the calendar.

1. go in the topology browser > physical Architecture > Agents > Agent Local

2. develop the procedure and find the one I want? and if not I'll create. Like I did.

What is and how to create a procedure? A procedure is a way to define a sequence of code executed in the order. A procedure is designed to be reused.

As I don't have any, I guess I should create it first, right? I he create by clicking with the right button on procedures, and then selecting Insert procedure, no?

I just want to confirm that it is the correct way to do it; I got this info looking at different posts OBEs.

On the field in name only, name it as I want.
On the source of the technology, according to the source could be either Oracle, Excel, etc..
In my case I need one for excel and for Oracle, which means I should create the procedures as much as I need? For example, I have four excel models, which means that four procedures? Or could create schedules instead of four? And when I discuss the Oracle tables, I should create as many procedures or a procedure different from Excel as the source will be different and many annexes?

Should take a look on another tab? In fact, I have, but all fields are turned off a little for me? Would it be some permission issues?

3. on the procedure that I have created so far, I have a right click on it and select Generate script like tell me on the OBE. And left by default the fields name and the version.

4. my agent is running I will carry out certain Interfaces now.

5. when I increase my new script and get to the establishment of the calendar, I right click on it and I don't get the new planning option. Would it be because of a question of law?

I really appreciate your help with this! I'm trying to get a book on ODI, as the course is very expensive, but the book is not yet out until the end of the month!

Do not hesitate to contact me if any other info is needed.

Best regards.

Jaison

Published by: Stephanie on 2012-ene-13 05:27

Hi stephanie,.
No worries, not happy your on your way, and welcome to ODI.
Your use of the term 'procedure' is it was a little confusing because I feel that you where logically to speak of a 'procedure' of events you wanted to take place (in the form of interfaces running one after another), whereas an ODI procedure is something different, indeed as a procedure of RDBMS.

Tags: Business Intelligence

Similar Questions

  • I wipe my keyboard and mouse with a paper towel and the screen flipped sideways, how I recover the right way? /

    I wipe my laptop and keyboard mouse with a paper towel and the screen turned sideways, how I recover the right way?

    Hi ken1957,

    Try pressing Ctrl +or to rotate the screen.

  • setting up Lightroom the right way

    I just ordered Lightroom 3.0.  I have

    should it be a few days.  I woould would like to know if there is

    information out there about how to implement the right way on a first time install.  Earlier today, I use Photoshop Elements 8.0 and I was wondering if Lightroom automatically brings my files of the PSE or what I have to do.  Is it all what I need to do with my files in ESP for making a transition smoothly to LR 3.0.

    The 50 d is supported by Lightroom3.2 and Lightroom3.3 RC

  • How to change dyou from Korean to English and time date thing dones t work is English version 1.0 of the right way to do it on a wiodows xp home

    How can we change from Korean to English and time date thing doesn t work is English version 1.0 of the right way to do it on a windows xp family

    Hello

    Refer to these...

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_xp-windows_programs/how-do-you-change-Korean-to-English-please-help/0adfb674-886d-440d-8a86-37adcb9a305b

    It comes to English instruction to change the regional language. This will not change any Korean in all English unless your computer is running XP Pro Corporate. The only way to change all Korean at all English is by reinstalling Windows with the English version.

    http://www.computing.NET/answers/Windows-XP/Windows-XP-language-from-Korean-to-English/178270.html

  • The screen upside down - why? How can I return it the right way up?

    My screen is upside down, no idea how it back to the right way to the top?

    Press Ctrl & Alt keys and use the arrows to rotate back.

    According to the graphics card on your computer, these can be alternatives.

    Right click on the desktop | Graphics options | Rotation.

    Right click on the desktop | Screen resolution | Orientation.

  • The right way to face the camera and camera on standby?

    How one brings the camera back to life after the unit returns to standby mode?  What is the right way to manage the device sleep and wake?  Any help is appreciated.

    Hi Sucroid,

    I intend to produce a sample that shows this I hope that during the holiday season.

    Here is some information that can hopefully help you get started...

    When the screen goes to sleep, off camera equipment.  There is nothing you can do about it today, outside of the application one keep awake in your application window. (value SCREEN_PROPERTY_IDLE_MODE SCREEN_IDLE_MODE_KEEP_AWAKE).  Note that this won't save you a user who clicks the power button to force the unit in standby mode.  It will protect you against a situation where your application goes to background or another application requires video resources that are used by the camera.  In these two situations, your application will lose his viewfinder.

    But all is not lost!  There are some events of status, you can listen to that lets you know that the camera stops.  You can listen to these events either with an attached status_callback (applied when starting the viewfinder for example), or by authorizing explicitly state the events using camera_enable_status_event() and waiting for impulses of status.  All these things are detailed in the documentation for the API of photo here: http://developer.blackberry.com/native/reference/bb10/com.qnx.doc.camera.lib_ref/topic/overview.html

    The corresponding lights events are:

    CAMERA_STATUS_RESOURCENOTAVAIL - this event is logged every time that the camera is about to close.  If you have previously called camera_register_resource(), this is the event that listen to you to know that all your camera buffers are about to be démappés - so stop all logic that looks at them and then camera_deregister_resource() camm.  If you do not physically the buffers of viewfinder, then necessarily no need to use this registry/invert mechanism.  It's just there to provide warning and to activate the drivers of the device for you to recognize that it is safe to unamp wait for memory.  Each time the screen goes to sleep, the power button is pressed, or another application has need of resources of the camera, you will get this signal.  If you are curious to know the reason, you can check the 'extra' uint16_t argument in the callback of the situation for one of the camera_powerdownreason_t values.  All video recordings currently active or encodings auto-terminera when this signal is received.

    CAMERA_STATUS_POWERDOWN - event status is reported immediately after the hardware of the device is turned off.  You can't interact more with the camera until this condition is removed.  Note that to capture this event, you will need the user of the status of the event-mode (camera_enable_status_event()) interface, because any reminder of status you can have attached when starting the viewfinder will be cleaned up when the viewfinder stops.

    CAMERA_STATUS_POWERUP - event status is reported immediately after that camera material is fed up after having previously be put off.  Even not not on using status of event-mode interface (camera_enable_status_event()) applies in this case too.

    So, what can you do with this information?

    Well, tuned for CAMERA_STATUS_RESOURCENOTAVAIL will tell you when your viewfinder will close.  At this point, your application must enter a State where he is waiting for an event that will wake it again...

    In most cases, this is the event browser that indicates your application is active or foreground again (NAVIGATOR_WINDOW_ACTIVE or equivalent).

    So when your application is told by browser is it back to the foreground, you can then restart the viewfinder using camera_start_photo_viewfinder() or camera_start_video_viewfinder() according to the requirements of your application.  You will still need to follow the same recipe to start the viewfinder as a cold start your application (for example. Wait for the window of your viewfinder to be filled), but you will not need to reconfigure all the settings.

    OK... which covers 99% of the use cases that you will encounter.  Use case for the 1% remaining, you will need to follow for this CAMERA_STATUS_POWERUP event.  Why?  Well, there is a race condition when things down, in which case if the user wakes up the device while the camera is closing (eg. they struck twice in quick succession, the power button), then the camera will enter its off State, but navigator may actually not report your application it becomes idle.  This is because the infrastructure of power management is waiting actually for the material from the camera to the power off until the system goes to sleep.  If the user wakes up the device upward, then this action is canceled, and the unit enters never actually standby.  In this case of corner, navigator does not say your app to become active, again because he never told your application becomes idle.  So what are you doing?  Well, I have 2 suggestions:

    1. You can follow to CAMERA_STATUS_POWERUP using the event interface mode for the camera equipment.  It's actually the more correct approach and what we are doing internally with the BB10 camera App.
    2. You can use a timer to try to wake up the camera in the case of this corner case occurred.  for example. wait 5 seconds after the signal CAMERA_STATUS_RESOURCENOTAVAIL.  If your application has not been made inactive by browser, then you can try turning it back on the camera.

    I hope this help get you pointed in the right direction and still... I plan on collecting a best-practice appropriate sample that illustrates exactly how to do this when the weather!

    See you soon,.

    Sean

  • How to find the right server to use windowsmail to send and receive e-mails?

    How to find the right server to use windowsmail to send and receive e-mails?

    Who is your current e-mail server? (Which is after the @ in your address).
     
  • What is the right way to migrate from the PS CS5 and LR5 from my old Mac Pro to my new iMac 5 k?

    I am ready to migrate my boot drive for the new iMac and I worry about the right way to take my Adobe Ps and Lr, Br on the new computer. I migrate disable on the old machine, or disable and remove and reinstall on the new iMac? I don't want to spoil!

    Yes, you can install from your original discs as well.

  • I close Firefox the right way every time. Why dose he keep saying opps seems firefox crashed... Each time...

    I checked all of the updates and there is no... Why dose Firefox keep saying OPPPPPS well this is embarrassing, seems that your session broke down... Well I know not down because I close every time the right way to dose... Can someone tell me how to solve this problem... It's really annoying... Also, I tried each and everything I thought to try and nothing works...

    Hello Marlin29, this is currently an issue in firefox when you close all firefox windows open first and then close the application subsequently - the bug should be addressed in a more recent version of firefox.

    a workaround in the meantime, you could close firefox (via firefox > quit) while the browser window is still running or try this: enter: config in the firefox address bar (confirm the message information where it appears) & search preference named browser.sessionstore.resume_from_crash. Double-click it and change its value to false.

  • On a 32-bit vista business system, what is the right way to recover from a damaged NTLDR file that prevents the system from booting?

    On a 32-bit vista business system, what is the right way to recover from a damaged NTLDR file that prevents the system from booting?

    Also, is there a powerful device filled, utility like Winternals Windows PE boot, I can download for the resolution of problems like this and others?

    Thank you in advance!

    Have you had a glance at this startup repair disk?

    Download the ISO on the link provided and make a record of repair time it starts.

    Go to your Bios/Setup, or the Boot Menu at startup and change the Boot order to make the DVD/CD drive 1st in the boot order, then reboot with the disk in the drive.

    At the startup/power on you should see at the bottom of the screen either F2 or DELETE, go to Setup/Bios or F12 for the Boot Menu.

    When you have changed that, insert the Bootable disk you did in the drive and reboot.

    http://www.bleepingcomputer.com/tutorials/tutorial148.html

    Link above shows what the process looks like and a manual, it load the repair options.

    NeoSmart containing the content of the Windows Vista DVD 'Recovery Centre', as we refer to him. It cannot be used to install or reinstall Windows Vista, and is just a Windows PE interface to recovering your PC. Technically, we could re-create this installation with downloadable media media freely from Microsoft (namely the Microsoft WAIK, several gigabyte download); but it is pretty darn decent of Microsoft to present Windows users who might not be able to create such a thing on their own.

    Read all the info on the website on how to create and use it.

    http://NeoSmart.net/blog/2008/Windows-Vista-recovery-disc-download/

    ISO Burner: http://www.snapfiles.com/get/active-isoburner.html

    It's a very good Vista startup repair disk.

    You can do a system restart tool, system, etc it restore.

    It is NOT a disc of resettlement.

    And the 32-bit is what normally comes on a computer, unless 64-bit.

    See you soon.

    Mick Murphy - Microsoft partner

  • I bought Lightroom Version 3.0 in 2009. Now, I want to install Version 6.3. on a new laptop. What is the right way?

    My older Version 3.2. is to install on PC with Windows XP. The new book has 10 Windows.

    First I got trey to install 3.2. in Notepad. I hope that the serial number will be displayed. Then, I want to do the upgrade 6.3. by a download.

    What is the right way?

    Thanks for the reply.

    Please Install Photoshop Lightroom from here. You can check: How to download, install and activate Adobe applications here.

  • What is the right way of javadoc a variable-length argument list

    What is the right way of javadoc a variable-length argument list?

    Let's say I have the following function:
    public void foo(Integer... intArray){
    //...
    }
    I'm not sure how I would want doc this, well, is there something special, I want to point out?

    Thank you for your time,
    Brandon

    Identical to another argument. Name it and say what's the point.

  • Firefox does not (Cup) of the lower edge and the right edge of the graph. IE10 does not work.

    Firefox does not (Cup) of the lower edge and the right edge of the graph. IE10 does not work.
    Office Windows 7 2009 service pack 1 Firefox 26 Internet Explorer 10
    Flash player version 11.9.900.170 plugin 11.9.900.170 activex version used by Firefox

    Problem began late November when Miniclip.com forced updated flash player to version above
    -C' was when they started to play a video advertising in the game box before you could start.

    Have screen shots of IE10 and Firefox26 side-by-side clearly showing the problem - how these can be downloaded for see you? E-mail? Web site? This place seems to be text only?

    In the meanwhile the grandchildren and self have learned to use IE10 instead of Firefox that we prefer.
    Their House of Windows XP has same Flash Player in Firefox and it works fine.

    Downloaded two screenshots on Media Gallery.

    You can not attach a screenshot in the first row who starts a thread, but you can do it in subsequent responses.

    Try disabling hardware acceleration in Firefox (you will need to close and restart Firefox).

    • Tools > Options > advanced > General > Browsing: "use hardware acceleration when available.

    See also:

    Reset the zoom of page on pages that are causing problems.

    • View > Zoom > reset (Ctrl + 0 (zero); 0 + Command on Mac)
  • HP pavilion 15-e034tx: how to choose the right RAM for laptop

    How to choose the right RAM for my laptop (Pavilion 15-e034tx). I know I should buy DDR3 ram.

    Are there other factors should I consider when buying one? I got 2 slots for ram, which od these combos are possible?

    1-4 + 4 GB
    2-4 GB + 8 GB
    3-8 GB + 8 GB

    Thank you

    From the Manual:

    Two customer accessible/upgradable memory module slots

    Support for dual channel DDR3L (1600 MHz)

    Support 8192 MB RAM system in the following configurations:

    8192 MB (8192 MB × 1, × 4096 MB 2)

    Manual download link

    See page 53 for instructions. Memory access is easy via the service Panel. This is the part number for the approved 4 HP concert module:

    4 GB (PC3L, 12800, 1600 MHz) 691740-001

    http://www.Amazon.com/HP-691740-001-4GB-1600MHz-PC3L-12800/DP/B00CI08FX4/ref=sr_1_2?ie=UTF8 & qid = 1451655870 & SR = 8-2 & Keywords = 691740-001

    A 8 GB module is listed in the manual, and it's a 3rd generation of processor i5 I suspect 2 x 8 = 16 concerts would work, but strictly following the manual your only option is to add a 4 GB for a total of 8. Most users really not more 8 GB and adding a second identical module will allow two-channel operation, so you should see a noticeable jump in the overall performance.

    If it's 'the Answer' please click on 'Accept as Solution' to help others find it.

  • What is the right way to recharge the iphone 6

    What is the right way to recharge the iphone 6?

    Hello

    Follow the instructions here to recharge your iPhone:

    Recharge your iPhone and iPod touch - Apple Support

Maybe you are looking for

  • I can get my favorites from before a synchronization

    I did a sync today, it has the value "merge" bookmarks between my laptop and my phone. He did not "merge"... it replaced the bookmarks on my PC than on my phone... who were OLD. Now my favorites on my PC are incorrect. Is there anyway to get back the

  • Watlow F4 Communication cable

    Hello I have a Watlow F4 controller for a room. Anyone know what kind of cable should I use to control using labview. There is a male RS232 on the controller. I prefer the interface RS232 to USB. NOR has male USB/RS232. Thank you!

  • Cannot find telnet in Windows Vista

    Windows Vista Professional comes with Telnet program?

  • Need drivers to run an om to my Vista system Maxtor storage unit. Am I crazy?

    More specifically, I have a Maxtor 3000LS unit, they refer to as a "personal storage unit", and is actually a desktop case with a low capacity of 40 GB. I know I'm probably crazy to even try, but I was hoping that some Vista Wizard could help. Hey, 4

  • Run the error when you open windows Explorer

    Hello First of all thank you for taking the time to read this post and any help will be greatly appreciated. I had some problems using the windows Explorer, Sometimes, when I open any file (Ie. My documents), it works as it should, however, other tim