Run 2 processes at the same time the same session

is it possible to run 2 (or 3, 4 would be better =) stored procedures at the same time trough the same session?
(something like the parallelism)

I need to so that I do not like the result of the execution, ideas?

I did a stored procedure that does ping to the 400 ip but is a bit slow, I DB a trigger to execute, it is reason to run it "hollow parallelism.

YAL: http://asktom.oracle.com/pls/asktom/f?p=100:11:0:P11_QUESTION_ID:4712493580500

Tags: Database

Similar Questions

  • Run a process without the button click

    Hi guys,.

    I've created a report using a simple Select statement.

    Select ID_FACTURE,
    ID_NUM
    ....

    invoice

    In report attributes , I edited ID_FACTURE and in the link column I put this:
    Link text: < img src = "" #APP_IMAGES #delete.png ";" border = "0" >
    Target: Page in this Application - 58
    Item1: P58_ID_FACTURE value: #ID_FACTURE #.

    Therefore, my report shows me the way I want. When I click in the img to remove the item P58_ID_FACTURE is to get the right value.

    I have created a process (Type: * PL/SQL anonymous block *) delete the row that I want.

    But it doesn't, because it meant to be a single button.

    Anyone knows how I can cheat Apex to do?

    Thank you

    Hello

    What is your point of process?
    You know that your link do not submit page, this link will redirect you to the place.

    Kind regards
    Jari

  • Run a process when you leave a page

    Hello

    Is it possible to run a process when the user leaves a page?

    Let me explain:

    On a page, I have an automatic processing of the line (DML) and a process of PL/SQL. These two processes are running when users click on the apply changes"" button.

    Is it possible to run these two processes ALSO when user leaves the page (click on another tab)?

    I want to do this to make sure that the changes are saved, even if users forget to click on the button "Apply Changes".

    Thanks in advance for your help.

    Have you looked into using a pl/sql dynamic action page unload event?  I've never tried, but if you set the item values in the first stage of dynamic action and then run a pl sql routine that mimics the DML, it can work.  Given that the action would fire after each unload page, probably also needed validation to provide he fire during normal processing.

    Ricker

  • Can I run 2 firewall at the same time?

    Dell support told me it's good to leave my windows firewall 7 on and also to use the AOL McAfee security suite which has a virus blocker and firewall. Is this true? My computer fast usely got slow since I've upgraded Windows XP to Windows 7. If so, how can I disable Windows 7 firewall and anti virus if there one?

    Thank you very much.

    g

    Hello

    Welcome.

    "Can I run 2 firewall at the same time?"

    No, you can't, your machine will be slowed down or may crash.

    You must choose the one that you like.

    "If so, how can I disable Windows 7 firewall and anti virus if there one?

    Go to: Start / Control Panel / system and security / Windows Firewall / left, turn Windows Firewall on or off, type the password if you are prompted.

    There is no antivirus installed previously.

    But to play it is smooth, I also suggest you can stay on the Windows Firewall, disabling firewall Mc and to go more smooth, let all Mc and install Microsoft Security Essentials to: http://www.microsoft.com/security_essentials/?mkt=en-us.

    WF and MSE go very well together.

    To know how antivirus tools are performance rating, go to: http://www.av-comparatives.org/comparativesreviews/performance-tests and follow the performance report of December 2009 Test.

    Rgds.

    itconcerned

  • My Acrobat Pro 11 appears msg 16 "Please uninstall and reinstall" what I've done 4 times already, so I run it and get the same msg

    My Acrobat Pro 11 appears msg 16 "Please uninstall and reinstall" what I've done 4 times already, so I run it and get the same msg.  I spent 4 hours chatting with Adobe engineers who have not helped.

    Hello

    Sorry for the delay in reply!

    Please run as administrator (right click on the Acrobat icon & then run as administrator).

    You can check error: 16

    Error 16 on Creative Suite 6

    Acrobat X Pro: Configuration error when viewing PDF files

    The first step should help resolve the issue.

    Let us know if this helps!

  • Cannot run Simulink DLLs at the same time that the execution of the target time real VI

    Hello

    What I try to do is run a dll created in the Simulink model to control some servo through a CompactRio 9014.

    For the moment, I managed to create three screws

    (1) in the FPGA target that performs the PWM channel desired

    (2) which takes the value of a variable that contains the desired position and network that feeds to the 1st VI

    (3) a VI that is running on the host computer that changes the value of the network variable to change the position

    I can get these three work screw and the servo controlled, but when I try to update the value of the network variable using simulation, by deploying to the target of RT simulation and running, he said:

    ' Access denied: this objective is already used by another host or project. »

    I guess that's because the project is already connected the cRio, so I unplug and am able to deploy the model files.

    However, when I try to run one of the screws in the Targer RT as well as simulation I get the error:

    "This VI is downloaded to the target, but is not present in the project you are trying to deploy.  All the screws on the target will be closed unless you choose to add the missing project VI. »

    With a large number of missing screws...

    I'd do this wrong, i.e. is there a simpler way to control inputs FPGA using the simulation, or is there something I have missed?

    Thank you

    Geoff

    Hi Geoff,

    I think I understand what you're trying to do and what you've done so far.

    If I'm not mistaken you have passed through the SIT connection manager, set your target RT (select DLL, mappings and hardware i/o) and this is his 'magic '.   If this is the case of look for the project pilot LabVIEW which was created by the SIT connection manager.  This should live in the same folder where is your DLL.  Open the pilot project, search for VI driver and open it.  Then go into the Sub - VI # 5 has with the name of the loop rate Base.  It's the Subvi who reads/writes on the material and the reads/writes the data to the DLL/OUT model.  If you want to read the output of your model and then manipulate the data that is where you need to add your code.

    Inside of this Base rate loop VI there is a Subvi with number 4 and called SIT take model Timestep.  This VI is the one who makes the call to the DLL model.  The output of this VI is your data from the model.  This data goes into slot - VI # 5, which is responsible for the drafting of these data to the material.  Since you want to manipulate that data from the model, you need to recover data from the wire coming from the Subvi 4 (SIT take model Timestep) before it gets to the Subvi # 5.

    In this VI of Base rate loop, you will see that there are a few empty block structures.  These images are for you to put any code you want.  The reason is that any changes you make to the driver VI and subVIs that aren't inside of these frame structure will be lost if you decide to go in the connection manager to sit DOWN again and make some changes.  The VI pilot gets new script whenever you do something in the SIT connection manager.  Whatever it is inside these frames will not be erased.

    So, if you have a code you want to run in parallel to the simulation you just have to drop it inside this driver VI.  Very probably within this Subvi 5 (Base rate loop). To add your code just drop the VI in one of these settings and make any changes that him so that he can read the data in the model.    Furthermore, the model (Subvi 5) data in a table.  For the index of each element in the array and its meaning look for a file in the same folder where the DLL is named readme.txt ports.  This file has a description of the inports and small ports and their indexes.

    This VI driver is called when run you the host VI so you won't have to run sepearately.

    Kind regards

    Ricardo

    National Instruments

    Systems engineering

  • Process creates the CPU to overheat and the Fans to run like crazy:

    I am ripping DVDs on different Macbook cradle fully aware that it's requiring treatment.

    The 2011 with 16 GB of ram and hard disk SSD, the process runs on 330% of the processor, blasting the ability and heat

    revolves around 100 c/213 F.

    Interesting enough the same process on 2 late Mo Pro 2008 with less ram do not overheat in the extraction process. The program are identical on all the Pros of 3 MB. The processes are the same, but on the old MBpros the processor load is between 130-150% up to more heating is not that great a problem.

    But the MBPro of 2011 with top material tearing overheating of the processor and fans running at full speed.

    I noticed that too much work with other programs or is running only a few programs at the same time seem to heat from the processor and the fans make some noise + cpu run hot with my MBpro 2011 and El Capitan.

    It is possible to restrict a program that use a large part of the resources to avoid overheating?

    Other solutions?

    Well a Late 2008 Macbook Pro has a intel core 2 duo, so the max he could run is 200% (2 CPUs time 100%) if the application can do enough on 2 processors in parallel.

    Your 2011 Macbook Pro has very probably a 4 core CPU intel i7 with hyper-threading.  If an application can use hyper-fils, there is a potential of 800% max.  The 330% could just be that the DVD cannot keep up with the CPU, so it does not hit its maximum potential because of the famine of data.

    I don't know if the speed of the DVD drive in 2008 was the same as the 2011.  If the 2011 is able to read data more quickly than the 2008, then it can provide given the CPU faster, keep the much busier CPU so it can consume more power, and more power consumption more than the heat generated.

    MacBook pro 2011 ends a DVD in less time than the 2008?

    Basically, you are trying to compare 'Granny Smith' vs 'Golden Delicious' apples and expects the same taste.

    Regarding the other programs, put this SSD in your Macbook Pro means that any code or data that the application needs to get the disc are convinced order or magnitude faster, so that the application did not slow the CPU and keep crank, causing the CPU to keep them busy and thus attract more power, which is converted into heat causing fans to run.

    It is also possible that your SSD generates more heat.  Solid State does not always mean longer running costs.  Much would depend on the brand and the model of the SSD and it is the power profile, and it draws more power for writing vs readings, and how much nature more expensive power you're done.

    Information point.  I put an SSD in my 2009 27 "iMac and it works more hot because my iMac can do more in less time.  I put an SSD in my Macbook Pro 2011 and if I ask him to do a lot of work, like backups, it starts its fans, as the SSD is always quick to provide data for backup, there is no waiting for the discs, leaving the lower idle CPU.

  • What happens when two parallel process call the same VI in an FPGA?

    Hi all

    I was wondering, what happens when say two parallel processes call the same Subvi in an FPGA? I think that the FPGA would create two instances of the Subvi, not sure. Any point of view?

    Thank you

    Altras

    I don't know if the FPGA adds any ordinary special, but in LabVIEW rule and in LabVIEW Real-time, a VI by default is not reentrant.  Therefore, a process that is called when it is already in use is blocked and must wait.

    If the VI is reentrant, however, then you have two (or more) for the VI dataspaces, so that each can run independently.

  • 'system' process in the Task Manager running @ 50 to 100%

    Just reinstalled xp family and for some reason, the 'system' process in the Task Manager runs 100% gel about the custom of all the system let me download updates update freezes keyboard and touch pad and wont stop. tried to reinstall it 4 times same thing every time

    You need to find the specific system process that takes all (there are a lot of threads related to the 'System' process) of the CPU resources and slow down your PC.

    To do this Process Explorer, try:
    http://TechNet.Microsoft.com/en-us/Sysinternals/bb896653.aspx
    SysInternals Forums: http://forum.sysinternals.com/

    Worth reading: the process system CPU spikes
    http://blogs.technet.com/markrussinovich/archive/2008/04/07/3031251.aspx

    Once you have Process Explorer installed and running:
    In the task bar, select view and check 'show process Tree.
    as well as the options 'display the lower pane '.
    Move the cursor of your mouse over any column in the right pane and
    Make a right click and check the following boxes:
    "Command line" and "Version".
    (This will provide some of the detailed information you need)

    Then click on the CPU column to sort processes by CPU usage %.
    Then click on extend the process 'System' or 'Explorer' to expand and identify the specific subprocess using most or all the resources.
    Then click the sub-process or process listed under the system process that is using most or all the CPU %.
    Once the process or subprocess is highlighted, do a right click and select the options listed: online search. This should bring that out there on the web about this process.

    Note: some entries as solution, System (as explained above) process Explorer and svchost entries can should be extended to view details (sup process), in this case click on the + to the left of the entrance.

    Another tool to watch is called: what is running
    http://www.whatsrunning.NET/whatsrunning/main.aspx

    JS
    http://www.PAGESTART.com

    Never be afraid to ask. This forum has some of the best people in the world to help.

  • When I click on the account it says "iTunes Store is unable to process purchases at this time."

    Whenever I try to update I get the message "the iTunes Store is unable to process purchases at this time. Try again later. The same thing happens when I tried to go on my account. What should I do?

    There is currently a problem with stores, Apple needs to fix something on their end - keep an eye on this page for when it is fixed: https://www.apple.com/support/systemstatus/

  • Is there possible to see which are the background running processes in the system which is having Windows XP as operating system?

    Is there possible to see which are the background running processes in the system which is having Windows XP as operating system?

    There is no resource manager (or resource monitor) in the XP Task Manager.

    Please read these notes I send to the people who are (sometimes) concerned about the svchost.exe process number they see on their system or when it looks like one of their svchost.exe process has run amok.  We can not all apply to your situation, but I don't want to type in a bunch of stuff once again.  Then get Process Explorer and you will be able to be Omniscient:

    To help understand your processes svchost.exe and what is running under them, read this article and you will be smarter than the average bear:
    http://www.bleepingcomputer.com/tutorials/tutorial129.html

    You may be able to get clues with what is happening with your svchost.exe process using the Task Manager and maybe understand.

    You will always be able to understand what is happening with your svchost.exe process if you use Process Explorer.

    Download Process Explorer, so you can see what is 'really' running on your system, especially behind those svchosts several process see you in the running task manager.

    Download Process Explorer from here:

    http://TechNet.Microsoft.com/en-us/Sysinternals/bb896653.aspx

    You'll like Process Explorer when you get the hang of it.  Process Explorer is the Manager of Windows taskbar on steroids.

    Process Explorer installs nothing so it won't slow down your system since it works only on request.

    Process Explorer can seem a little intimidating at first because it has so much information, but you will begin to make love the way it works when you're looking for performance problems.   You can even say EP you want it to be your new default 'Task Manager' value in the future.  You can always run the original tasks as Manager.

    Once you get Process Explorer running, expand the columns, made drag the corners of the screen for it's largest, etc., so you can see as much information as possible in the window.  Now you can really see what is running on the system.

    Here's a screenshot of my poor system when I use Process Explorer:

    http://img222.imageshack.us/img222/2567/ProcessExplorer.PNG

    The CPU column is usually the most interesting start with performance issues - which uses the most?

    It is OK and normal to have several svchost exe processes running.  Important XP Services are actually running under svchost.exe processes. There are sometimes an XP Service that runs under a svchost.exe process, sometimes there are several Services in XP, which runs under a svchost.exe process.

    Sometimes malware will hide behind a svchost.exe process because the malware knows that you won't be able to find it in the Task Manager.  He will hide behind a svchost.exe process to deceive you, but you can outsmart it.

    Malicious software can disguise itself also seems to be a legitimate process of XP or he could hide under/behind other processes that you see running in Task Manager if you can't see the execution.

    The malware would trick you into thinking you must use a System Restore Point, run a repair install or reinstall your XP from scratch when you really don't.

    Looking at the display in process Explorer, you want the CPU most to be associated with the system idle process.  It's 'free time' on your system, so more time there, more free.

    If you look at the graphs of performance and see red spikes (or not) double click the graphic in the upper left corner to display the graph to use.  Move the mouse over any pics to see what are the causes.  Even if the Spike has already scroll screen, you can still move the mouse over the edge to see what caused.  You can also just wait for a pic to happen and then see what caused the Spike.

  • Quad processor running at 100% all the time

    An old friend has processor quad with 8 GB of ram, but its computer is almost unusable because the processors operate at 100% all the time.   She has more than 20 processes running (no application running. other than the Task Manager  System Idle is not one of the processes.  I ran Malware Bytes - did not help.  A process that takes 8-23% is ' ddazpfwlqwv.exe.  I can stop it, but it is immediately and I can't find anything about it.  I went into msconfig and disabled everything I felt comfortable making; but then again, no help.  In addition, she continues to pop-up windows ' security alert - your level of security does not allow this download unfold. "  These popups (up to 5 simultaneously) even appear when a download is in progress.  I fear that she has been affected by something that is trying to take over his computer.  Looking for suggestions.

    Cleve

    In order to diagnose your problem, we need run Windows performance toolkit, the instructions that are in this wiki

    If you have any questions do not hesitate to ask

    Please run the trace when you encounter the problem
  • problems of the admin: message saying insufficient privileges: you must be an administrator when you run this application for the first time

    I bought this new comp with windows 7 already installed. has worked fine up intill a week or two it y a. I installed a new game, and after installation, I press launch to play it and pop up with a message saying not sufficient privileges: you must be an administrator when you run this application for the first time. also, I thought that I must be the administrator when I tried to launch the disk defragmentation. my account is the administrator account so I don't understand why they say that.

    I'm sorry. I was reading through additional FAQS regarding the same problem. I saw where someone said to try to add another admisistrator account to try to take on the former. but I had no luck with this ether. I also downloaded the program of the UAC, and I turned it off, reset my computer and still no change to my problem. I also tried to download the MSE restore tool, but I found myself with a message saying that I have no MSE

    Sorry, the MSE tool is to set the MSE when its broken.
    UAC controller Tool v1.0 can be used to control the
    The UAC settings.

    However, I suggest you restart the PC and after BIOS hold the F8 key
    and when the Windows Startup Menu appears, select Mode safe mode with networking.

    Now, you will enter Safe Mode. On the page to connect, you will see the
    Standard Windows administrator click it to open a windows session, press and hold
    in mind, the password can be blank.

    Once you have done that make a new account administrator and giv it a name.
    Restart the PC. That you did this newspaper using the new account.
    Once you have done that decide what to keep with your current administrator
    account once you've done it restart the PC, BIOS hold down the F8 key and
    Select Mode safe mode with network and enter dependencies the Standard Windows administrator.

    Go to control panel-> user accounts control and security for the family-> user accounts, then
    Select manage another account. In the list, select the administrator account
    your select and then delete the account, then it will ask you if you want to keep
    files etc, it's your own decision. Itknowledge24.com

  • How can I activate Technicon in adobe elements first 13? I can see it running in the Manager of tasks as elementsautoanalyzer13.exe but didn't interrupt the process in the case where he assigned to the program.  There must be a way inside the adobe progra

    How can I activate Technicon in adobe elements first 13? I can see it running in the Manager of tasks as elementsautoanalyzer13.exe but didn't interrupt the process in the case where he assigned to the program.  There must be a way inside the adobe program to turn off because I turned it on by clicking with the right button on an image in the editor of the first, and then when you are prompted, he said he would run in the background and I said okay, now I can't stop it! .  It appears in earlier versions of first items under Edit-> Preferences-> media analysis you could uncheck it to turn it off.  But there is only a media section and in this tab, there is no automatic Analyzer to be seen.  Thanks in advance for any advice

    Rebeccah

    What computer operating system? You are in the first elements 13/13.1 editor preferences or in organizing elements 13/13.1 preferences?

    Where are you looking for in organizing elements 13/13.1 that you do not see Edit Menu/preferences /-media analysis that you do not see the options of AutoAnalzyer.

    Organizing elements 13/13.1 preferences...

    Please point out where you find a command to run AutoAnalzyer in the background in 13/13.1. If I right click a file, I see AutoAnalzyer perform what seems to be a time run command automatic Analyzer of a file.

    Please specify.

    Thank you.

    RTA

  • The consecutive processes share the same database session?

    Assuming that we have two processes on the same page, which are performed one after the other. Can we depend on that they are running within the same database session?

    For example it is possible to define a database (sys_context) context in the first process, and refer to this context within a second (e.g. process DML).

    Or asking in other words: is the session DB from the pool of connections apex reused or returned to the connection pool after the first process?

    It's a little difficult to control, because only the negative case would be suffient to say it doesn't work that way. Just because the 10 tests on 10 worked will not guarantee that it is always the case.

    Published by: Sven w. on June 28, 2012 15:04 - typo correction

    Sven wrote:
    Assuming that we have two processes on the same page, which are performed one after the other. Can we depend on that they are running within the same database session?

    For example it is possible to define a database (sys_context) context in the first process, and refer to this context within a second (e.g. process DML).

    Or asking in other words: is the session DB from the pool of connections apex reused or returned to the connection pool after the first process?

    The same session of database is used for the duration of 'see the page' or 'accept the page' request. If a 'direct branch' (direction of the page without using the redirect) takes place after "accept page" the same session of treatment, is used to display the new page. See the use attributes initialization PL/SQL/cleaning of Code PL/SQL Code .

    However, several operations may be involved, as APEX will issue engages on different session state changes.

Maybe you are looking for