How to program an interface for every 10 minutes

Hi Experts,

I did with the creation of interface in ODi11g (ver. 11.1.1.6.0) and my database source and target are Oracle 11 g (ver. 11.2.0.3)
I need to create the schedule for the interface, and it must trigger automatically for every 10 minutes.

It's very urgent...

Please do the needful.

Note: I need to implement even in Windows XP and Linux (OEL 5.8)

Thank you
Phanikanth

Hmm. I was just testing it. And it worked very well for me. Here is the screenshot of my setup

http://dwteam.in/WP-content/uploads/2013/01/Schedule_In_10_Min1.jpg

Chantal

Tags: Business Intelligence

Similar Questions

  • How can I show summary for every 15 minutes using the DATE data type

    This is probably an easy question, but the answer escapes me...

    I'm writing a SQL report that displays totals for each period of 15 minutes. I know you can do something like this for every minute:

    Select to_char (import_date, 'DD-MM-YYYY HH24'),
    Count (*) from
    package_ingest
    Group of to_char (import_date, 'DD-MM-YYYY HH24')

    But how can I change this query to get me every 15 minutes?

    Any feedback is greatly apprecaited!

    Thank you

    ADK-

    Also;

    WITH sample_data AS (
       SELECT to_date ('03-09-2009 14:05:05','MM-DD-YYYY HH24:MI:SS') import_date FROM dual UNION ALL
       SELECT to_date ('03-09-2009 14:17:17','MM-DD-YYYY HH24:MI:SS') FROM dual UNION ALL
       SELECT to_date ('03-09-2009 14:24:24','MM-DD-YYYY HH24:MI:SS') FROM dual UNION ALL
       SELECT to_date ('03-09-2009 14:29:29','MM-DD-YYYY HH24:MI:SS') FROM dual UNION ALL
       SELECT to_date ('03-09-2009 14:33:33','MM-DD-YYYY HH24:MI:SS') FROM dual UNION ALL
       SELECT to_date ('03-09-2009 14:44:44','MM-DD-YYYY HH24:MI:SS') FROM dual UNION ALL
       SELECT to_date ('03-09-2009 14:55:55','MM-DD-YYYY HH24:MI:SS') FROM dual)
    SELECT
       to_char(import_date,'MM-DD-YYYY HH24:') ||
       to_char(floor(to_number(to_char(import_date,'MI'))/15)*15, 'FM00') interval_15,
       COUNT(*)
    FROM sample_data
    GROUP BY
       to_char(import_date,'MM-DD-YYYY HH24:') ||
       to_char(floor(to_number(to_char(import_date,'MI'))/15)*15, 'FM00')
    ORDER BY 1;
    
    INTERVAL_15         COUNT(*)
    ----------------- ----------
    03-09-2009 14:00           1
    03-09-2009 14:15           3
    03-09-2009 14:30           2
    03-09-2009 14:45           1
    
  • How the PopUp open for every 15 minutes until the user saves data

    Hi all

    I'm working on an application where I need to open a popup for every 15 minutes until the user saves data and stop after users register data. I'm not able to get the idea on how it could be done. Please post some views in which it could be done.

    Thanks in advance.

    Hello
    an alternative is the uncommittedDataWarning property is one out of the box functionality, but don t has setup time.

    https://blogs.Oracle.com/Shay/entry/warning_of_uncommitted_unsaved_changes

    If not, you can use an af:poll in combination with a pop-up message

  • How to set the clock for the hours, minutes, and seconds with Windows XP

    How to set the clock for the hours, minutes, and seconds with Windows XP

    I don't know of your question.  If you ask how to show the clock in the tray system with hours, minutes and seconds, then download & run "Tclock Light".  Windows will not natively display the seconds.

    TClock Light: <> http://homepage1.nifty.com/kazubon/tclocklight/index.html >

    HTH,
    JW

  • How to program a driver for a Bluetooth device for smartphones BB

    Hi all

    Suppose I have a Bluetooth keyboard that does not have a driver for my OS 6 BB device. I want to program a driver for this keyboard so that when the keyboard and BB Phone are paired, a key on the keyboard event will generate/simulate a key on the phone BB event. By a 'pilot', I mean that any application on the phone from BB which is currently has the focus (or listen to a key event) will receive this key event.

    I already have the Protocol documents of the producer of the keyboard which explains how to communicate with the keyboard.

    If you have any suggestions, advice, documents on this, please share with me. I have reviewed the Bluetooth Serial Port profile example that comes with the BlackBerry SDK. But it is an application, not a pilot.

    Thank you

    Tom

    Two apps that you have looked at are the Foundation you need.

    The other thing you need is the event Injection to put the key in the field that currently has the focus, as if the user has pressed a key.  See this:

    http://supportforums.BlackBerry.com/T5/Java-development/event-injection/Ta-p/444735

    There is no concept of "Driver" in Blackberry.  You will need to create an Application that starts automatically, but notes or are configured by the user to connect to the keyboard.  After that you just push KeyEvents.  but you nest making it a UiApplication, least initially and the user to see an icon on the screen that they can use to control your app.  It will work all the time.

    Once you have worked as a UiApplication, then you can think to making it less obvious.  But to be honest, because you'll probably want the user to be able to set it up, sending you support emails and especially, set up permissions, you will most likely find having a UiApplication with an icon is a useful thing.  Autostart just she.

  • How to program the events for the back of the device button

    Hi all, I wanted to ask, is it possible to change the action of the back button on the blackberry device? I want to program my application after the user login, the back button does not return to the screen connection but moved into the background... Thank you

    's called it the ESC key. You can override onClose, for example, which is called when you try to close a form.

    or you can crush keyChar and check for Characters.ESCAPE

  • WebLogicPortal8.1 - how to hit my page for every page request workflow action

    I have a workflow portlet page on my page. The Begin of my page flow method is called when I access my page first. The second time, is not begin call, method. It makes a page on browser when you access a new page. It comes to browser caching? or is it the actual functionality? What should I do if I want my start method must call for evry application?

    SP3, specify the refreshAction in the Properties window for the portlet (you can get it started if you want to)

  • How to make interface for sending email

    How to make the interface for sending electronic mail.

    Just send a simple message and attach a file only.

    The outgoing server and incoming ip and user name with password is known.

    Thank you

    Example prog to send Emails through gmail.

  • schedule a process to call a process every 3 minutes

    Hello

    I would call a process every 3 minutes to check the documents that I can use the SOAP or EJB. Can someone help me on how to call an automatic process every 3 minutes.

    Thank you

    Assume that:

    P1 is the process that you want to call every 3 minutes

    create a process named P2.

    In the process P2:

    1 Add a subprocess activity and set to call P1.

    2. Add an activity Point to wait and 3 minutes.

    3. connect the route to subprocess (just make a loop)

    now invoke the P2 process manually (by right clicking, and then Invoke) in the workshop.

    Your P1 will be get invoked by the P1 assistance process every 3 minutes.

    Nith

  • How to install the patch for the security hole last QT process running on a Dell with Windows 7 (Windows 10 upgrade) laptop? I got a message from my program called Belarc that the patch is missing on this device. Thank you

    How to install the patch for QuickTime Pro for Windows 7 on a Dell laptop... I got an alert through a program which I run from time to time (Belarc) and it says that there was a security breach detected by Apple (or one of its vendors, who manages the security of the operating system such as Cisco) during December 2015.

    Please notify.  Thanks in advance for your guidance pertaining to my question.

    Download QuickTime for Windows - Apple 7.7.9

    Apple ends development of QuickTime Player 7 for Mac and Windows operating system, so don't expect much more beyond this last version.

    The installation shows are supported for Windows 7 and lower, so I don't know what to expect on Windows 10.

  • How to make an exception for warn me when a program tries to make changes to my computer?

    How to make an exception for warn me when a program tries to make changes to my computer?

    You are thinking of the UAC mechanism? If so, then the answer is "you can't." Allowing exceptions opens a backdoor average size of your barn door who would immediately be exploited by hackers.

  • BlackBerry Smartphones how can I stop the vibrating alerts for every received email?

    I went into my settings and I turned off the ringer, vibration, flashing of the LED, etc. for all my e-mail messages, however, whenever I get a new email from Yahoo!, the phone buzzes.

    How can I stop this from happening?

    Hello and welcome!

    So, just to be sure (I'm sure you did that... but please indulge me), you have devoted to the application of sounds (whether through the icon on the home screen or the "speaker" below the power indicator of battery in portrait screen mode button) and choose ' Set Ring Tones/alerts. You have selected 'Messages' and then selected the Email line associated with your Yahoo! mail account BIS. Then you define 'Volume' to 'Silent', 'LED' on 'Off' and 'Vibration' to 'Off '. And you did for each line item in the section "Messages" from this screen. Right?

    If so, then it looks like you have what I like to call 'strange behaviour' of the storm. And the first normal cure is hard reboot battery-pop. With the power of the appliance, remove the back cover and pull the battery. Wait for about a minute then reinsert the battery and replace the cover. Power on and wait patiently through the long long long restart the process (perhaps as long as 10 minutes). See if the strange behavior ceases. Like all computers, the Storm has to reset... and there is a thread on this forum recommends to every four days.

  • I don't have an Xbox how to stop W8 asking me to log in for every single game I want to play - for example solitaire

    As in the title, I'm frustrated

    Why people can't answer the question!  You did not an alternative, to avoid your problem, you asked how to fix it!  And then offering suggestions that MIGHT help, but don't have, instead of those who actually do help, are simply misleading.

    You CAN get this problem go away, but you have to jump through a hoop stupid Microsoft so he could get out.  This problem has been plaguing me as well.  I wanted to JUST PLAY MY GOOD OLD WINDOWS 7 Solitaire and he lead me through all this heartache and I found myself here, with this problem too.

    (Microsoft needs to do much more research on their 'Intuitive Interface' for Windows 8 and to know how to get people to change correctly, without irritating the and taking away things).

    To get rid of this irritating problem, you must connect using your Microsoft Account (aka (also known as) Windows Live ID and many other names), create your account to XBox games, using the application of XBOX games.

    1. start the application of green 'games', which should be on your home screen by default subway, if you have not deleted.  It has a white XBox onto the green square controller.

    2. once the app is running in the upper right, just like in the application Microsoft Solitaire Collections, it must be a bond of connection that you can click on sign in.  Use your Windows account to connect.

    Once you have your Xbox account connected games, it will assign you a generic username to your Xbox account.  You have not actually to have a XBox game system to have a XBox to Windows 8 gaming account.  (You can create an avatar for your account to XBox game while you are connected, but didn't get off upwards by Microsoft again like I did when you click on your avatar and wonder what to do next.)  Once you choose your avatar, you must (unintuitively) click the checkbox under the avatar to actually select.)

    3. from the start of Metro screen, click Microsoft Solitaire Collection app (assuming that you added it there.)

    4. Note that the Collection of Microsoft Solitaire has always tried to automatically sign in to the account of the XBox to start games.  Because we had not set up the account of XBox games, he irritated with this annoying authentication window whenever we simply wanted to play.  It should now connect automatically and is more to annoy you with this authentication window.

    Here's another darkened tip, 'logout' of the XBox games account, in the case where you were wondering too how, but not could not intuitively determine how from the intuitive interface:

    "Logout" of the Xbox games follow these steps:

    a. open the splash screen Xbox games.

    b. press Windows key + C , and then select settings.

    c. Select accounts and you'll get an option to disconnect.

    d. click on Disconnect.

  • You can make a video of your desktop? I have to make a tutorial for my work, and I need to record how a program works

    You can make a video of your desktop? I have to make a tutorial for my work, and I need to record how a program works

    Thanks guys,.

    I have a PC, so I'll try Camstudio.

    Thank you!!!

  • How to get the last day of a month for every 2 months for a given period?

    Hello

    Can is it some please let me know how to get the last day, last day of the week, the weekend last day, last Monday, one month for every 2 months for a given period?

    Thanks in advance.

    Try the below

    SELECT LAST_DAY (ADD_MONTHS (TRUNC(startdate,'MM'), ((LEVEL*2)-2))) lastday.

    BOX WHEN TO_CHAR (LAST_DAY (ADD_MONTHS (TRUNC(startdate,'MM'), ((LEVEL*2)-2))), 'DY') = 'SAT '.

    SO LAST_DAY (ADD_MONTHS (TRUNC(startdate,'MM'), ((LEVEL*2)-2)))-1

    WHERE TO_CHAR (LAST_DAY (ADD_MONTHS (TRUNC(startdate,'MM'), ((LEVEL*2)-2))), 'DY') = 'Sun '.

    THEN LAST_DAY (ADD_MONTHS (TRUNC(startdate,'MM'), ((LEVEL*2)-2)))-2

    Of OTHER LAST_DAY (ADD_MONTHS (TRUNC(startdate,'MM'), ((LEVEL*2)-2)))

    END as lastweekday,

    BOX WHEN TO_CHAR (LAST_DAY (ADD_MONTHS (TRUNC(startdate,'MM'), ((LEVEL*2)-2))), 'DY') IN ('Sam', 'SUN')

    THEN LAST_DAY (ADD_MONTHS (TRUNC(startdate,'MM'), ((LEVEL*2)-2)))

    Of OTHER LAST_DAY (ADD_MONTHS (TRUNC(startdate,'MM'), ((LEVEL*2)-2)))

    -(TO_NUMBER (TO_CHAR (LAST_DAY (ADD_MONTHS (TRUNC(startdate,'MM'), ((LEVEL*2)-2))),' from)) - 1).

    END as lastweekendday,

    BOX WHEN TO_CHAR (LAST_DAY (ADD_MONTHS (TRUNC(startdate,'MM'), ((LEVEL*2)-2))), 'DY') = 'MY

    THEN LAST_DAY (ADD_MONTHS (TRUNC(startdate,'MM'), ((LEVEL*2)-2)))

    Of OTHER NEXT_DAY (LAST_DAY (ADD_MONTHS (TRUNC(startdate,'MM'), ((LEVEL*2)-2))), "LUN")-7

    END AS lastmonday

    FROM (SELECT SYSDATE startdate,

    SYSDATE + 300 enddate

    THE DOUBLE)

    CONNECT BY LEVEL<=>

Maybe you are looking for

  • Corsair POWER supply update does not post, powers of the powers of 5 seconds down and loops...

    Have the HP Pavilion Elite m9650f with motherboard replaced in April 2012 class good to go. Replaced the stock GPU Nvidia GeForce 9800 GT with a Zotac GTX 560 Ti GPU and the stock HP 460 Watt power supply with a W0388RU Thermaltake TR2 600 Watt PSU i

  • Need a station for Satellite R20

    Hey guys,. I have a R20 tablet pc that I barely use outside the home. I'm looking for a good docking station that let's use me the unit as a vertical screen (with the screen turned around and closed). I tried to find a compatible docking station, but

  • I can't start back to my Mac since Wednesday last week

    I noticed nearly a week there that my mac back was turn off by itself.  I can't restart on one of my two Macs.  Errors are always the same. When I try to turn it on, it gives the message that something is wrong with my account and told me to turn off

  • Event case double action

    Hello, I made a VI which consists of two tabbed pages. Each page has three buttons-> you measurement procedures At the start of the VI, always the initialization is performed. When to switch between pages, always initialization is done. Everything wo

  • Cannot install Windows install 3.1 "you do not have have permission to update.

    Hi, I'm Manas Dutta. I have a desktop with windows XP SP2.when I try to install windows install 3.1, it indicates "you do not have permission to update windows XP. Please call system administrator. "But I connect to the administration which is built-