How can i submit the page periodically(scheduling)

Hi ,
I have created IR report by using sql query like..
EG : select apex_application.checkbox(1,empno),ename,sal from emp;
And i created SUBMIT button and in the process calling the procedure by using empno as a parameter.
Here my requirement is that
i open the page daily and checked some checkboxes and click on the submit button, procedure calling successfully..
so, i want to submit the page for every one hour without opening the page by using scheduling in apex
eg scheduling the concurrent program for every one hour..i want to run apex page for every one hour
Is there any possibilities to schedule a apex page for every one hour..
please anybody guide me to solve the problem
Help would be greatly appreciate.
Regards
Narender B

Hi,
Thinking that you could submit page if it is not open is totally wrong.
You need look to create background job to your database that run code similar you have on page process.
http://docs.oracle.com/cd/E11882_01/appdev.112/e25788/d_sched.htm#CIHHBGGI
Maybe you convert your page process to database procedure so you can run it easily using e.g. DBMS_SCHEDULER or process from Apex page.
Regards,
Jari
http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0

Similar Messages

  • How can I submit the page from javascript in html header?

    I followed
    http://www.oracle.com/technology/products/database/htmldb/howtos/htmldb_javascript_howto2.html#client
    It says "doSubmit('Delete');" to submit the delete action.
    If I do the same in the java script that is embededed in html header, it does not work.
    I am assuming 'Delete' is the name of the button here.
    I also tried:
    document.forms[5].submit(); --> does not work
    document.formname.submit(); --> does not work
    I want to know:
         how I get the form name. I am assuming that this is the name in Name field in "Page definition" or is this page number?
         how to sumit a form from the javascript in html header

    sudheshna,
    function deleteConfirm(msg)
    should be
    function Confirmdelete(msg)
    cheers
    KIM

  • How can I set the page that will open, when I open a new tab, to be the same as the homepage?

    How can I set the page that will open, when I open a new tab, to be the same as the homepage?
    An app changed it to some other search engine, before installing the app, I the tab that would open was the homepage I set.
    In my case it is Google, and I want my new tabs to open on Google like they did before the installation.
    thank you,
    Asaf Privman.

    You can middle-click or Ctrl left-click the Home button on the Navigation toolbar to open the Home page in a new tab.
    You can look at one of these extensions:
    * NewTabURL : https://addons.mozilla.org/firefox/addon/newtaburl/
    * New Tab Homepage : https://addons.mozilla.org/firefox/addon/new-tab-homepage/

  • How can I change the page size of a pdf so i can view it on my iphone more clearly?

    How can I change the page size of a pdf so i can view it on my iphone more clearly?

    I think there may be more to this question than you say.
    If your PDF page is say, 8 x 12 inches, and you found a way to scale it to 25%, changing it to 2 x 3 inch, shrinking everything on the page to quarter size - wouldn't it look exactly the same on the iPhone? It's just going to be the same as zooming.
    Or were you hoping for something more like in Word, where changing the page size keeps everything the same size and spreads it over more pages? That isn't something you can do.

  • How can I remove the page number from the first page of the document that is the cover page?

    How can I remove the page number from the first page of the document that is the cover page?

    If you open the Pages panel, (Window>Pages) you will see thumbnails of your master pages and your document pages. In new documents, there is usually a master called A-Master and one called None. If you drag the thumbnail of the None master onto the thumbnail of a document page, it will apply that master to that page. Presumably, you have made your page numbers on A-Master, so this will usually do the trick. If you have elements on A-Master that you need on the first page, but just not the page number, you can duplicate A-Master (which, by default will give you B-Master, but you can change the names if you like) and remove the page number on the duplicate and apply that to the document page.
    It might also be worth noting that you can apply master pages in the fly-out of the Pages panel. Go to the fly-out triangle and go down to Apply Master to Pages…, then select a master to apply and the range of pages (1-8 will give you all 8, 1, 3, 5, 7 will be the odds, 1-3, 4, 6-8 if you want continuous ranges and individual pages).

  • How can I change the page size of a scanned PDF document?

    How can I change the page size of a scanned PDF document?
    I scanned a 50-page document with an HP 5610xi All-In-One using the software that comes with it: HP Scan Pro. Though the physical document has standard 8.5" x 11" pages, the PDF resulting from scanning has page size set to 35.42 × 48.67 inches (according to Preview's "Tools > Inspector". I want to resize the pages to 8.5" x 11". Shouldn't Preview be able to do that with "Tools > Adjust Size..."? When I try, the menu option is grey so I can't select it.
    I'm using Preview Version 4.2.

    Thanks for the insight; that explains why it's the wrong size. I selected 300dpi scanning (which is the default, actually), but HP Scan Pro evidently created a PDF with 72dpi indicated. I want it fixed because I want to distribute the file to other people and have them able to print or display it without problems.
    I still don't know why Preview won't let me change it, but your question about whether I wanted to print it did lead me to find a workaround: "File > Print" and "Save as PDF..." saved it with the correct page size.

  • I'm in a multi-page document, how can i rearrange the pages or insert blank pages in front of pages? Also, is there a way to show the ruler both horizontally and vertically?

    I'm in a multi-page Pages document, how can i rearrange the pages or insert blank pages in front of pages? Also, is there a way to show the ruler both horizontally and vertically?

    Not on my document. I have a 7 page document open. The "flashing vertical bar" is at the top of page 3. I have the thumbnail view showing. I click page break and two blank pages are added to the end of my document. I have to scrool thru the pages to see that the 2 pages were added as they do not appear in the layout view... I'm not sure if it is inserting a "section" as it adds two blank pages.. But I am clicking on "INSERT PAGE BREAK".. So guess there are still a lot of bugs to fix..
    Thanks again

  • How can I rearrange the pages in a PDF without changing the assigned paged numbers.

    How can I rearrange the pages in a PDF without changing the assigned paged numbers? These correspond to the original document folio numbers.

    In theory it would be possible to 'record and play back' the page numbers using a folder-level script, but it's far from trivial. You would have to use the doc.movePage() function - presumably driven by a dialog box - to do the page shuffling so there was a way to track what was being done, then swap the page 'labels' of the two affected pages. That's where it gets messy.
    We have functions in the JSAPI which can read and write the page label, but they don't do things in a logical way. The 'getPageLabel()' function simply returns a string, but the 'setPageLabel()' method expects to be told the numbering scheme, prefix, etc. You'd have to parse the string and work out what scheme it was implementing.

  • How can i share the pages application with another computer?

    How can U share the pages application with another computer?

    Just make sure it is for you or your family.
    If you purchased Pages through the Mac App Store, then just login on the other computer using the same Apple I.D. and you can install it at no extra charge.
    Peter

  • How can i remove the page title above the File,Edit,View,History,Bookmark tab?

    how can i remove the page title above the File,Edit,View,History,Bookmark tab in firefox

    In Firefox 29 and Firefox 30:
    "3-bar" menu button > Customize
    In the lower left, click the Title Bar button to switch the title on and off.
    In Firefox 28, I actually can't remember!
    I would be remiss if I didn't remind you:
    * Firefox 28 is not secure: Mozilla has disclosed its [https://www.mozilla.org/security/known-vulnerabilities/firefox.html known security flaws].
    * You can modify Firefox 30 to restore many of the UI features of earlier versions of Firefox using the techniques in the following article (and/or with assistance from forum volunteers): [[How to make the new Firefox look like the old Firefox]].

  • How can I get the page to curl when turning to the next page in iBooks author?

    How can I get the page to curl when turning to the next page in iBooks author?

    I don't think you can. If you need that effect, you should use ePub (that can be authored via Pages) not iBA.
    I hope Apple give us the option in the future though.

  • How can I obtain the Pages app which I previously purchased from the App store for Snow Leopard? The only download now available is for Mountain Lion which my computer can't run. Thanks

    How can I obtain the Pages app which I previously purchased from the App store for Snow Leopard? The only download now available is for Mountain Lion which my computer can't run. Thanks

    Try Amazon but look for the iWork suite of software. It's only sold separately as Pages, Keynote, and Numbers from the App Store.

  • How can I centre the page when publishing?

    Hello,
    How can I avoid a big gap on top during preview the site? Or how can I centre the entire page to the screen precisely?
    Thanks.
    Alex

    Make sure your Top padding is set to '0' in your site properties dialogue box. (File/Site Properties)
    Also make sure the check mark is on to Center your site horizontally.

  • How can i translate the page????

    How can i translate the page

    There is currently not a feature, however there are many add ons that you can choose from to change a particular language to another:
    [https://addons.mozilla.org/en-US/android/search/?q=translate&platform=android&appver=any&page=1&_pjax=true]

  • The TOC is very confusing. How can I see the page showing the list of chapters and accompanying pages?

    The TOC is very confusing. How can I see the whole list of all the chapters, as it would appear in a book? I only can see a vague image of the chapter title, and only from one chapter at a time; the chapter I am on. In the instruction example it shows also only the "title" of the chapter it pertains to, but it is all in legeable text. The inspector gives options, but it does not explain how to apply it, and I cannot see what my option will look like and to what part of the "text" it is referring.

    The "lower rectangles" are thumbnails of the actual pages in your book... the text was presumably the content of your book. IF you did as I suggested to keep the TOC listing of a full book.. but removed content on all except the three chapters you want to send off to XXXXX -  then the "rectangles are showing blank pages. Which is normal.
    You need to understand that Apple created iBooks Author to create a book which can be obtained from their iBooks store. The application is flexible for customisation to a large extent and the innovative make use of that flexibility. The TOC basically replaces the old Index in printed books to advise readers what content is available.
    On an iPad, or Mac now, Insterad of using  "hyperlinks" from a written index page... which is basic web page navigation - Apple chose  to have a visual TOC.
    Basically you  have to decide - create a three chapter sample which you seem to require - which will show the TOC as it is, or  if you the whole TOC of the finished book is required to show... but  not the content, you end  up with blank "rectangles".  
    Screenshots oniPads... press the  top right start button and the  lower centre,  home buttom together and it  makes a screenshot. Transfer to your computer ( email or Dropbox type cloud) and  add to your post.

Maybe you are looking for

  • Moving contents from old iPod to new iPod

    I would like to shift all the contents on my old 30g iPod over to the new 160g I just bought. I haven't kept everything on my iTunes library, so is there a really simple way to do this without losing things? Any help would be appreciated.

  • Image gallery in webcenter using content presenter template

    Hi, I created a content presenter template for image gallery in webcenter. The images from UCM are not displayed without log in to the webcenter application. I am getting a error like " Error calling UCM server associated with repository UCM.  The se

  • Which replacement CMOS battery do I buy for my HP G6 Series?

    I need to replace my CMOS battery. My laptop is a HP G6. When I search the product number it comes up as a G6-1b60us. The only new CMOS replacement batteries I see listed on eBay are for HP G6-2000. Will that CMOS battery work for my HP?  I see liste

  • Idoc to RFC scenario

    Hi,   I have four Sap system connected with PI 7.0 . SAP1 --> PI --> FILE (SAP2)    --> FILE (SAP3)          --> RFC (SAP4) The system SAP1 send to PI a custom Idoc; PI tranform Idoc in flat file for system SAP2 e SAP3. The system SAP4 requires sendi

  • Invalid Region(s) Changed !!!

    I am trying to share Garageband sessions with my musician Buddy via mobile me (iDisk). He'll upload a project, archived and compressed, no bigger than 30 mb. I'll then copy & paste it to my drive, open it in GB, maybe add a track or two, save it unde