Update page APEX when executing process on the database

Hello

I create a package on the database, which performs certain actions. These actions can be considered in different steps in a workflow, but this package does that automatically. Would be nice, if the user gets information about what happens during the process execution.

So my question is: is it possible to update the information on a page of the APEX, during execution of the process?
I am thinking something like this:

Step 1: done
Step 2: done
Step 3: processing...
Step 4:
Step 5:

While the substantive process on the database is running.

Is it possible, and if so, how has been done?

  • If you can get the steps as different records (for example if they are inserted in a table or a lined pipe function can return these documents), then create a new SQL report based on an SQL query, fetch records (possibly ordering him by any column to store these ID information or insert the date)
  • Then add a JS code that refreshes the report automatically after a predetermined period (5 seconds or more), you can find this code snippet in this thread: {message identifier: = 9491610}

  • Tags: Database

    Similar Questions

    • My computer always tells me to update the Pages, but when I go to the App store, it will not be updated, I just get the spinning wheel.

      My computer tells me every day to update the Pages, but when I go to the App store (where I bought it) and click on update, I just get a spinning wheel.

      The specific version of Mac OS X (Apple logo: about this Mac) and version specific Pages (Pages: pages) will prevent us from guess.

    • How to stop the Firefox update page to load whenever I run the FF 3.6.16 application

      How to stop the Firefox update page to load whenever I run the application FF 3.6.16. I use it on an iMac G5 ALS.

      See the following for a few suggestions:

    • I need a file to an exact width and height and it must be in png format, because it allows to translucency. My graphics are only the top of the page and when I export only the graph is not exported the entire file. How can I get the entire file to ex

      I need a file to an exact width and height and it must be in png format, because it allows to translucency. My graphics are only the top of the page and when I export only the graph is not exported the entire file. How can I get the entire file of export including blank parts?

      in the export dialog box, you have chcked 'use of work plans? ''

    • What process in the database is high in the Oracle system resources

      Hello everybady,

      I am beginner.

      How can we control or analize what process in the database is high in the Oracle database system resources?

      Could you please help this issue?

      Thanks and greetings



      A tuba.

      Please read SQL and PL/SQL FAQ

      ------------------
      Sybrand Bakker
      Senior Oracle DBA

    • Always preview the pages changing when I click on the menu items.

      I looked at many tutorials, everything seems fine.

      But I tried to design 3 different sites and still when I click on the elements of horizontal menu in preview mode. It does not show the linked page.

      Is this a bug on my version or what I should do another action to confirm the links.

      I have now only one master and 5 pages on the first level. They respond to specific keys on bar.

      It's frustrating because I want to make faster progress with him.

      Thank you

      Are you facing any error?

      Please check if the Muse is able to access browser, disable all antivirus applications and check for any other application which oppose Muse to access.

      Thank you

      Sanjit

    • Zombie process in the database.

      Dear all,

      We use the database to 10g with a JAVA-based application. Our team DBA complains that there is a lot of Zombie process is created in DB, this consumes large capacity.

      The term "Zombie" is new to me. I searched in Google and in metalink, but do not have clear ideas. Ask the gurus to help identify problems. The questions in my mind are...
      1. How is dangerous Zombie process.
      2. is it possible to know how they are created? (What query? / what program? / process who?...)
      3. What is the solution to avoid the zombies are created?

      Here are the details of the DB.
      Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
      PL/SQL Release 10.2.0.4.0 - Production
      "CORE     10.2.0.4.0     Production"
      TNS for Linux: Version 10.2.0.4.0 - Production
      NLSRTL Version 10.2.0.4.0 - Production
      
      ----------------------------------------------------------------------
      
      [oracle@csfproddb ~]$top
      top - 07:36:00 up 117 days,  3:25,  0 users,  load average: 0.19, 0.18, 0.10
      Tasks: 222 total,   3 running, 204 sleeping,   0 stopped,  15 zombie
      Cpu(s): 12.0%us,  1.0%sy,  0.0%ni, 82.0%id,  4.9%wa,  0.0%hi,  0.1%si,  0.0%st
      Mem:   8176308k total,  8129636k used,    46672k free,   136236k buffers
      Swap: 10241428k total,    99300k used, 10142128k free,  7044488k cached
      
      oracle    2341  4284  0 Jan31 ?        00:00:00 [zip] <defunct>
      oracle    2342  4284  0 Jan31 ?        00:00:00 [zip] <defunct>
      oracle    2895  4284  0 Jan31 ?        00:00:00 [zip] <defunct>
      oracle    3833  4284  0 Jan31 ?        00:00:00 [zip] <defunct>
      oracle    4510  4284  0 Jan31 ?        00:00:00 [zip] <defunct>
      oracle    4531  4284  0 Jan31 ?        00:00:00 [zip] <defunct>
      oracle    9294  4284  0 Jan31 ?        00:00:00 [zip] <defunct>
      oracle   13063  4284  0 Jan31 ?        00:00:00 [zip] <defunct>
      oracle   16035  4284  0 Jan31 ?        00:00:00 [zip] <defunct>
      oracle   16880  4284  0 Jan31 ?        00:00:00 [zip] <defunct>
      oracle   17080  4284  0 Jan31 ?        00:00:00 [zip] <defunct>
      root     18190     1  0  2011 ?        00:01:06 [emcpdefd]
      oracle   19392  4284  0 Jan31 ?        00:00:00 [zip] <defunct>
      oracle   23499  4284  0 Jan31 ?        00:00:00 [zip] <defunct>
      oracle   32036  4284  0 07:32 ?        00:00:00 [zip] <defunct>
      oracle   32244  4284  0 07:32 ?        00:00:00 [zip] <defunct>
      Thanks in advance

      Published by: 884476 on January 31, 2012 21:48

      884476 wrote:

      As you can see in my original post, there are several zombies are created from a single parent.
      Will it be dangerous?

      N ° simply, it occupies a site in the process of the kernel (memory) table and prevents the kernel to reuse the identifier of the missing child process.

      Nor are major issues.

      How to know what causes these processes to get created?

      You should ask the parent process. He used a kernel (such as execl) call to ask the kernel to create the child process.

      It also helps parents behaving incorrectly (with a signal handler OK to harvest child termination signals) which causes the child deceased process entries stay in the process table.

      If the child process are written user of the code, the code can use the setsid() kernel call to detach the child process of the parent process. The child process will then operate under the kernel directly - the init process (pid 1) will be the parent. And this process will periodically collect the child signals and remove entries from obsolete process he possesses.

      However none of this comes from an Oracle - so much a problem with either the languages SQL and PL/SQL (this forum topic).

      I suggest that if you want more details on programming Linux, the kernel API and sys admin, you raise your issues in the {forum: id = 822} forum.

    • Generate page APEX when running?

      Hello

      Has anyone of you has tried to generate an APEX editable form page when running?

      I have about 10 pages that are read by an ASP .NET application which generates HTML pages for these card display datasheet of attribute objects. Let me turn to pages generated, APEX because they are much more pleasant. Is it possible at all?

      TIA

      Best regards, Tamas

      Hi Samara,
      I did it for an internal application and it was a little more complex. So I can't use it as a sample. But what I can do, I can tell you the things you need to know. (I spent weeks for details). If you can do your own thing.

      Here are the few things.

      * How to create a

      To do this, use the APEX_ITEM API

      Examples:

      Text element

       htp.p(APEX_ITEM.TEXT(
                          p_idx=>1,-- This is the ID value used to access the item. So give unique value here
                          p_value=>'MY VALUE',--Value of the item
                          p_size=>30,--Length of the item
                          p_attributes=>'readonly=readonly',--If you wnat to make this read only. Else use empty string
                          p_maxlength=> 40,--Maximum number of characters
                          p_item_id=>'P1_TEXTITEM1',--Name of the item
                          p_item_label=>'text Item:'--Label of the item)
                     );
      

      When you want you can access the highest point value using code below

      APEX_APPLICATION.G_F01(1)
      

      Departure and try this. And cket me know if you need more details

      * If this answer is useful or appropriate then please mark and award points.

    • Firefox exceeds the page down when a bar at the top of some websites (ThinkProgress) opens and hides the text time that Firefox has already moved to the bottom.

      When I go to one of the new articles (not the home page) of http://thinkprogress.org/ , and then press the 'next page', a bar or window appears in the upper part, which obscures the part of the page. I think it's because the site does not place the bar until after I have scrolled down several rows on the initial page and then that Firefox has already calculated the number of lines to move down. The problem will not occur on the bottom of next page because the bar is already in place. I did not have the bar and want to make him stop appearing.

      -- I already have "block pop-up windows" activated and ThinkProgress is not one of the allowed exceptions.
      -- I am using Mac OSX 10.9.2 on a 3.06 GHz Intel Core 2 Duo
      

      Ahh... This is a header. Some web pages, when you move down, place it in
      the top of the screen. If you go up to the top of the page, it should
      Go away.

    • How to prevent other sites to add links to my pages downloaded when I view in the browser?

      I have download (Dreamweaver) changed pages via CuteFTP to Seanic server. When I view pages using Firefox, links are "inserted" in keywords so that when I mouse-over, a small window pops up to an unknown site with an ad related using keywords. When I opened my page even in Internet Explorer, there is no link of 'mystery' appearing on the pages. What can I do to fix this problem?

      Hello cathyvers, this looks like a problem maybe caused by adware/malware on your pc. Please go to firefox > addons > extensions and remove any suspicious entries (toolbars, the things that you have not installed intentionally, I don't know what purpose they serve, etc.). also, go to the windows control panel / programs and remove all toolbars or potentially unwanted software from here and do a full scan of your system with the security software you have in place and various other tools like the free version of malwarebytes & adwcleaner.

      Remove a toolbar that has supported your Firefox or the homepage search
      Fix Firefox problems caused by malicious software

    • Why Firefox tells me "another program is using the file" 1 hour after the update of Firefox, when I click on the desktop icon?

      It happened when I tried to update c. 16 to 17 as well. I had go it and download v. 18 and he told me that she had and he asked me to restart Firefox. I clicked on the "Restart Firefox" button. He closed Firefox 17. I waited an hour and no Firefox had begun. I clicked on the icon on my desktop for Firefox, and I got a window with "another program is using the file.

      The last time that happened, I had to uninstall v. 16, use Opera 12.12 to download version 17 and then installed, to have to set my preferences just a little and then I could start v. 17.

      Why update your program allows me to update, instead of downloading a new program?

      I'm on Windows XP SP3 and a very fast motherboard.

      Finally, I decided to check if my AVG antivirus or IOBit Malware Fighter software is interfering and I disabled them temporarily. I restarted and then turned off these programs and then opens Firefox. It was as usual, 17.0.1 version not updated. I went to help, on Firefox, click Find updates. Downloading updates, invited to restart Firefox, and after closing Firefox, I got the window that says that he was installing the updates, for the first time for an attempt to update to version 17 or 18. He installed the updates and restarted in fact without any problems.

      I was about to turn off all of my Add-ons for the next test. I never had to disable my AVG or IOBit before and they are the latest versions, too. AVG is the same version that allowed the update to v. 16 before. If something is different both Firefox 17 and 18, that it will not allow updates with AVG in force (or possibly IOBit Malware Fighter).

    • We have laptops in the field who use VPN to connect. How can I get these systems to update our DNS when they connect to the VPN?

      Our mobile sales are part of a domain but not connected to our network. Cached credentials are used to connect outside the office. Once they connect and view their desktops, they select the card from Verizon and use it to connect to our network via a VPN connection. These generally to enter an IP address but the router that connects and not from our DHCP server. This usually means that updates to our DNS servers are not always instantaneous (or update at all).

      When they are done for the day, they just closed the lid of the laptop and he starts in mode 'sleep'. The next day, they open the lid and no lgin is necessary, but they do not need to reconnect to the VPN through their cards from Verizon.  How can I configure my DNS to update more frequently or maybe these computers portable bécon a command "ipconfig/registerdns"?

      We have to connect to these systems in the field and it is almost impossible, unless we call the sales person and ask them their IP. We have more than 350 laptops in the field, then this makes it almost impossible to update all the.

      Hello

      Your question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for Windows XP on Technet. Please post your question in the Technet forums. You can follow the link to your question:

    • I have the start page, but when I type in the search or another web address, it does nothing.

      I tried to reinstall, clear the cache, plug-ins. But nothing works. Here's what I got
      {

       "application": {
         "name": "Firefox",
         "version": "23.0",
         "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0",
         "supportURL": "http://support.mozilla.org/1/firefox/23.0/WINNT/en-US/"
       },
       "modifiedPreferences": {
         "browser.cache.disk.capacity": 358400,
         "browser.cache.disk.smart_size.first_run": false,
         "browser.cache.disk.smart_size.use_old_max": false,
         "browser.cache.disk.smart_size_cached_value": 358400,
         "browser.places.smartBookmarksVersion": 4,
         "browser.startup.homepage_override.mstone": "23.0",
         "browser.startup.homepage_override.buildID": "20130730113002",
         "browser.tabs.warnOnClose": false,
         "extensions.lastAppVersion": "23.0",
         "gfx.direct2d.disabled": true,
         "gfx.direct3d.last_used_feature_level_idx": 0,
         "layers.acceleration.disabled": true,
         "network.cookie.prefsMigrated": true,
         "places.history.expiration.transient_current_max_pages": 104858,
         "places.database.lastMaintenance": 1376171668,
         "plugin.state.npctrl": 0,
         "plugin.importedState": true,
         "plugin.state.npitunes": 0,
         "plugin.disable_full_page_plugin_for_types": "application/pdf",
         "plugin.state.nppdf": 0,
         "plugin.state.java": 0,
         "plugin.state.npwlpg": 0,
         "plugin.state.npdeployjava": 0,
         "plugin.state.npgoogleupdate": 0,
         "plugin.state.npystate": 0,
         "plugin.state.flash": 0,
         "privacy.sanitize.migrateFx3Prefs": true,
         "storage.vacuum.last.places.sqlite": 1376171668,
         "storage.vacuum.last.index": 0
       },
       "graphics": {
         "numTotalWindows": 1,
         "numAcceleratedWindows": 0,
         "windowLayerManagerType": "Basic",
         "numAcceleratedWindowsMessage": [
           ""
         ],
         "adapterDescription": "AMD Radeon HD 6700 Series",
         "adapterVendorID": "0x1002",
         "adapterDeviceID": "0x68b8",
         "adapterRAM": "1024",
         "adapterDrivers": "aticfx64 aticfx64 aticfx64 aticfx32 aticfx32 aticfx32 atiumd64 atidxx64 atidxx64 atiumdag atidxx32 atidxx32 atiumdva atiumd6a atitmm64",
         "driverVersion": "12.104.0.0",
         "driverDate": "3-28-2013",
         "adapterDescription2": "",
         "adapterVendorID2": "",
         "adapterDeviceID2": "",
         "adapterRAM2": "",
         "adapterDrivers2": "",
         "driverVersion2": "",
         "driverDate2": "",
         "isGPU2Active": false,
         "direct2DEnabled": false,
         "directWriteEnabled": false,
         "directWriteVersion": "6.2.9200.16571",
         "clearTypeParameters": "DISPLAY1 [ Gamma: 2200 Pixel Structure: RGB ClearType Level: 100 Enhanced Contrast: 50 ] DISPLAY2 [ Gamma: 1800 Pixel Structure: RGB ClearType Level: 100 Enhanced Contrast: 100 ] ",
         "direct2DEnabledMessage": [
           ""
         ],
         "webglRenderer": "Google Inc. -- ANGLE (AMD Radeon HD 6700 Series)",
         "info": {
           "AzureCanvasBackend": "skia",
           "AzureFallbackCanvasBackend": "cairo",
           "AzureContentBackend": "none"
         }
       },
       "javaScript": {
         "incrementalGCEnabled": true
       },
       "accessibility": {
         "isActive": false,
         "forceDisabled": 0
       },
       "libraryVersions": {
         "NSPR": {
           "minVersion": "4.10",
           "version": "4.10"
         },
         "NSS": {
           "minVersion": "3.15 Basic ECC",
           "version": "3.15 Basic ECC"
         },
         "NSSUTIL": {
           "minVersion": "3.15",
           "version": "3.15"
         },
         "NSSSSL": {
           "minVersion": "3.15 Basic ECC",
           "version": "3.15 Basic ECC"
         },
         "NSSSMIME": {
           "minVersion": "3.15 Basic ECC",
           "version": "3.15 Basic ECC"
         }
       },
       "userJS": {
         "exists": false
       },
       "extensions": []
      

      }

      It's not logical for me and I really wish it will work again.

      Hello, please try if the searchreset addon can solve the problem: https://addons.mozilla.org/firefox/addon/searchreset/

    • Firefox ask me to apply a critical update, he always tries to connect to the database update without success. What can I do?

      For a week now, when I run Firefox a windows prompts me to apply critical updates, I click Next and says he is trying to connect to the update database, but it can also take all day by showing attempts but do not go anywhere. What can I do? Thank you

      You are welcome.

      Could you please click on the button "solved it' next to the post that solved the problem for you? This will help others looking for a solution to the issue.

      Thank you.

    • Create a login page that is not related to the database

      Hello

      I am really new to dream and ask you for help... Sorry if similar questions have been asked.

      I'm doing a website for my assignment interface, and I need to create a login page.

      How can I make a text box for entry of the identifier and the password? and how can I add a "connect" button?

      Furthermore, there is no connection to a database, it's just a model... so the solution using the codes may not help I guess

      Hello

      Check this thread Re: can I create a login/password in the Muse for a HTML5 page or two?

    Maybe you are looking for

    • bought iphone7 pluse Qatar facetime doesn't work for the sim card of the India

      Hello Sir, I bought iphone7 pluse in qatar that the facetime doesn't work for the sim card of the India. and also before 2 years I bought the iphone 6, as well as in the same countries qatar, but that works perfectly and facetime works for me. the di

    • How can I remove the item from the menu tab "Mute"?

      43 Firefox seems to have added a silent tab item to the right-click menu on the tabs. Where is the new element of the tab used to sit, so I'm constantly hit the darn dumb tab button when trying to make a new tab.Is it possible to get back to this? I

    • Satellite Pro U400 - 23 M - a good buy?

      I think of buying a Satellite Pro U400 - 23M. I currently have [Satellite P100-208 | http://uk.computers.toshiba-europe.com/innovation/jsp/SUPPORTSECTION/discontinuedProductPage.do?service=UK&DISC_MODEL=0 & ACTION = PRINT_WITH_BACK & com decided .do

    • e9105z Pavilion Desktop: Add SSD

      Can I add usb 3.0? I can add a SSD? How fast - put can I expect? Thank you

    • access to the system without password

      We found a system in an abandoned storage unit and he turned, but we cannot go beyond the main login screen. Obviously, we do not have the password, so how do reset us the system or create a new user if we cannot go beyond the main screen?