Long running scripts

Hi all!
I am looking for a script with which i will be able to anlayse the long running pl/sql or sql -scripts.
Is there another method except using dbms_application_inf.set_session_longops. May be there will be something like v$sqlara.
I will be thankfull for any information
Mehdi

Welcome to the forums!
Based on my experience you should be able to read a spooled SQL*Plus file while it's being written to. Maybe there is some oddity in your particular environment that is preventing that from happening.
An alternative would be to wrap each SQL statement using spool so you have one result per file. Then if you need to you can concatenate all the files together at the end.

Similar Messages

  • Can't access icloud due to long running script

    keep getting this error message when logging on to icloud to access my email:
    can't access icloud due to long running script
    And if I do get logged into icloud and try to open the email application I can't open my email or any other applicationii.
    HELP

    Welcome to the Apple Community.
    Delete your mail account from Mail preferences and set it up again using the Mail Server Information.
    Some users have apparently encountered issues using this information in pre-Lion set ups (I haven't), Roger Wilmut has kindly provided instructions for those who find themselves with this problem.
    Entering iCloud email settings manually in Snow Leopard or Leopard
    Entering iCloud email settings manually in Tiger

  • Icloud calendar not opening due to long running scripts

    I just updated my icloud calendar to integrate with outlook.  Now I cannot open my calendar.  I get the message <icloud not responding to long-running script>
    Please advise.

    Hi Mokhtar,
    Thanks for your reply.
    I referred the scripts as below I master page and added .Js files in layouts directory inder 1033 folder.
    <SharePoint:ScriptLink ID="jQuery164" runat="server" Name="jquery-1.6.4.js" LoadAfterUI="true" OnDemand="false"/>
       <SharePoint:ScriptLink ID="SPUtility1" runat="server" Name="spjs-utility.js" LoadAfterUI="true" OnDemand="false"/>
       <SharePoint:ScriptLink ID="SuperFish" runat="server" Name="superfish.js" LoadAfterUI="true" OnDemand="false"/>
       <SharePoint:ScriptLink ID="SuperFishSP" runat="server" Name="SuperfishForSharePoint.js" LoadAfterUI="true" OnDemand="false"/>
    still the issue is not resolved.
    Is there any changes I've to do

  • Site is not responding due to long running script

    Hi
    I followed below mentioned URL  for dynamic menus and I did this in my custom master page instead of content editor WebPart. And it is working fine as expected but when browsing the ViewallSiteContent and SiteSettings pages I am getting notification
    in IE as "site is not responding due to long running scripts" and for other web pages I am not getting this error.
    http://spjsblog.com/2011/11/06/superfish-drop-down-menu-buildt-from-a-sharepoint-list/#comment-204701
    I am using SharePoint Server 2010 enterprise edition and IE 9 .
    Actually I uploaded .Js scripts in document library and referred those in custom master page. If I commented those scripts  in master page  file I am not getting any long scripting error.
    can any one help me here.
    Thanks

    Hello Satsum,
    Have you tried to debug the javascript in your your custom master page with for instance Internet Explorer Developer toolbar or Firebug?
    - Dennis | Netherlands | Blog |
    Twitter

  • LONG RUNNING SCRIPT KEEPS POPING UP

    EVERY SECOND OR THIRD WEB SITE I GO TO THE SIGN AT BOTTOM OF SCREEN SAY LONG RUNNING SCRIPT AND FREEZES UP OR SAYS NO CONNECTION

    Well, that's great, Allen, and obviously I feel for you! Who I want to hear from is someone AT COMCAST who can deliver a solution on their increasingly-crappy product.  As usual, in scrolling through similar queries, we get the standard, "Use a different browser, clear your cache, yadda yadda." This is not MY problem, this is a COMCAST problem, probably to do with their ad that their running in the sidebar to maximize their income and minimize their customer experience. Where is the Comcast customer service on a problem that's been asked about multiple times now! HELP, COMCAST, HELP!   (Hint: you have competition in the marketplace now, you might actually want to, you know, pay some attention to the problems your customers are having!)

  • HT4759 How do I recover from iCloud long running script problem on pc?

    I have not been able to access icloud from my pc for weeks. I have 2 icloud accounts set up and several iOS devices.  Does anybody know how to address this?  Windows 7

    The message that I get is a "long running script error"  - any ideas?

  • Sick and tired to your long running scripts.

    I am about to switch my internet service to a different company since I am so sick and tired of your long running scripts that take away my time when ever I want to use my computer.  This is so discusting.

    paulfm,
    What Jason meant was, when you e-mailed customer support, did you use the same e-mail address as you have on your profile here (that you used to sign up on the forum)? We can check into it for you then.
    Cat

  • Why do i have a long running script and how to get rid of it ????

    My computor stalls with twc not responding due to long running script. Just rebooted  back to factory default.

    mrswalt wrote:
    It doesn't say what script. But when I go to shut down there is a window icon on screen BUT DOES NOT say which window.
    Plus just bought a hp deskjet 2540 printer that will not print. HP info person is of NO help.
    This will be hard since we have no scripts for myself or others to look at to backtrack where the problem is coming from?
    I am a Volunteer to help others on here-not a HP employee.
    Replies aren't online 24/7 because of Time Zone differences.
    Remember in this Day and Age of Computing the Internet is Knowledge at your fingertips if you choose understand it. -2015-

  • Flash player update causing IE browsing delays due to long running script

    Hi
    Can anyone help with this problem please: Flash player update causing IE browsing delays due to long running script. When I go to Google accounts or google anayltics long running script sometimes stops the loading of the google sites and the message appreas
    long running script preventing loading
    What in the name of God is this
    PP

    Hi Mokhtar,
    Thanks for your reply.
    I referred the scripts as below I master page and added .Js files in layouts directory inder 1033 folder.
    <SharePoint:ScriptLink ID="jQuery164" runat="server" Name="jquery-1.6.4.js" LoadAfterUI="true" OnDemand="false"/>
       <SharePoint:ScriptLink ID="SPUtility1" runat="server" Name="spjs-utility.js" LoadAfterUI="true" OnDemand="false"/>
       <SharePoint:ScriptLink ID="SuperFish" runat="server" Name="superfish.js" LoadAfterUI="true" OnDemand="false"/>
       <SharePoint:ScriptLink ID="SuperFishSP" runat="server" Name="SuperfishForSharePoint.js" LoadAfterUI="true" OnDemand="false"/>
    still the issue is not resolved.
    Is there any changes I've to do

  • What would cause Firefox to request a resource multiple times after a long running script?

    I'm noticing some unusual behavior in Firefox when I include an image directly after a call to an external script which is long-running.
    For example:
    <pre><nowiki> <html>
    <body>
    <script type="text/javascript" src='external.js'></script>
    <img src="/test.gif" BORDER=0 WIDTH=1 HEIGHT=1 >
    </body>
    </html>
    </nowiki></pre>
    <br />
    Contents of external.js:
    <pre><nowiki> for(i=0; i<999999; i++){ ; }
    </nowiki></pre>
    <br />
    I notice that when a request to test.gif results in a 404 or 302, Firefox makes another request for that same resource immediately after the script has completed.
    127.0.0.1 - - [29/Apr/2011:16:22:22 -0400] "GET /test.gif HTTP/1.1" 404 507
    127.0.0.1 - - [29/Apr/2011:16:22:22 -0400] "GET /test.gif HTTP/1.1" 404 507
    This behavior doesn't occur for inline javascript, and I have pipelining turned off, so I'm fairly certain it's not related to that. Seems like odd behavior, or I'm just missing something not-so-obvious. Any ideas?

    This forum focuses on end-user support. You can find more web development help on the [http://forums.mozillazine.org/viewforum.php?f=25 mozillaZine Web Development board]. Separate forum, separate registration. Please note the tips in the Sticky Post at the top of the forum before posting.

  • HT4759 can sign into icloud but won`t let me in . says wont open because of long running script . any ideas

    Can sign into icloud but wont let me in . says wont open due to lond running script . any ideas thanks

    Restart your PC and try again.

  • Long running script

    With increasing frequency getting message 'bt.com is not responding due to along running script' - how do I sort this out please ?

    belucky22 wrote:
    No offence taken but this is becoming bigger nuisance than just waiting for things to clear.  Thanks for taken the time to reply but I'll just leave it.
    No problem
    If you decide that you want further help, it would be beneficial to you if you provided more info, or even screenshots of what's happening, that way people may be able to help you find a resolution without too much "backwards and forwards" interaction.

  • Tracking progress of long running scripts

    Hi,
    I have a script that runs for more than an hour. It is a sequential list of queries/counts that produces an output.
    I am finding that I only get the result if the whole script finishes.
    If, for some reason, I have to abort the script, I can not see the results of the queries the script managed to finish.
    I've tried using these methods:
    1) (in a linux shell script)
    sqlplus -s user@database/password @myscript.sql >> mylogfile.txt
    2) (in myscript.sql)
    spool mylogfile.txt
    query1
    query2
    queryX
    spool off
    Is there a way for a list of queries to "pause" and save/commit the output to a logfile and continue with the rest of the script and append the rest of the results?
    I hope someone can help me out.
    Thanks,
    Ian

    Welcome to the forums!
    Based on my experience you should be able to read a spooled SQL*Plus file while it's being written to. Maybe there is some oddity in your particular environment that is preventing that from happening.
    An alternative would be to wrap each SQL statement using spool so you have one result per file. Then if you need to you can concatenate all the files together at the end.

  • Detecting an application with a long running script.

    Hi
      I use a PowerShell script to detect an application (Lync in this case). It uses WMI query for a GUID. That's pretty much the same as the MSI code detection method, however, I need to check if an application doesn't exist. In this example, I check
    that Lync 2010 is not installed, but Lync 2013 is. There is the script:
    $OutVar = 0 # No errors
    $Lync2010 = $null
    $Lync2010 = Get-WmiObject -Query "SELECT * FROM win32_product WHERE IdentifyingNumber = '{81BE0B17-563B-45D4-B198-5721E6C665CD}'"
    if ($Lync2010 -ne $null) { $OutVar = 1 } # Error, Lync 2010 is still installed
    $Lync2013 = $null
    $Lync2013 = Get-WmiObject -Query "SELECT * FROM win32_product WHERE IdentifyingNumber = '{90150000-012C-0000-0000-0000000FF1CE}'"
    if ($Lync2013 -eq $null) { $OutVar = 1 } # Error, Lync 2013 is not installed
    # Generate proper output according to http://technet.microsoft.com/en-us/library/gg682159.aspx
    if ($OutVar -eq 0) { Write-Output "The package has been deployed successfully." }
    Exit 0
      It works with no issues (oh, it's really simple), but takes some time as WMI query is slow. As the result, with at least a half of deployments I have a "time out" error as below:
    Performing detection of app deployment type Microsoft Lync 2013 x86(ScopeId_99D07E7B-2227-4C04-ABC5-23BAFB0EED80/DeploymentType_f1f948fa-497f-4f74-91a3-abbb974cf7ea, revision 18) for system. AppDiscovery 22/08/2014 12:42:41 p.m. 4908 (0x132C)
    In-line script execution time-out... AppDiscovery 22/08/2014 12:43:41 p.m. 4908 (0x132C)
    CScriptHandler::DiscoverApp failed (0x87d00321). AppDiscovery 22/08/2014 12:43:41 p.m. 4908 (0x132C)
    Deployment type detection failed with error 0x87d00321. AppDiscovery 22/08/2014 12:43:41 p.m. 4908 (0x132C)
    Failed to perform detection of app deployment type Microsoft Lync 2013 x86(Microsoft Lync 2013 x86, revision 18) for system. Error 0x87d00321 AppDiscovery 22/08/2014 12:43:41 p.m. 4908 (0x132C)
      I tried to find how to increase the timeout, but with no success. Yes, I can check the registry directly which is much faster, but WMI queries are powerful and an easy to use tool, so I'd rather make them work than use a complicated workaround.
      Is there a way to increase the timeout?
    Cheers
    Max

    Using a query on Win32_Product is indeed known to be really slow. For a nice story about this class see:
    http://myitforum.com/myitforumwp/2012/02/20/win32_product-is-evil-2/
    For some alternatives see:
    http://blogs.technet.com/b/heyscriptingguy/archive/2011/11/13/use-powershell-to-quickly-find-installed-software.aspx
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Cannot access my acount due to long running scripr what is this how do i stop it.   help please

    Please help i cannnot access my i cloud account due to long running script..... what is this ....... how can i get rid of it?

    Go to Settings>General>TIme&Date and make sure it is set to automatic and time zone is correct.
    - Go to Settings>wifi and change the DNS to Google's 8.8.8.8

Maybe you are looking for

  • How to use Oracle Table Type values in Select Statement.

    Hi, I am fetching initial set of values into Oracle Table of Records Type and want to use list of values in the Select statement. For example, try something like the following: TYPE t_record IS RECORD ( ID TABLEA.ID%type, NO TABLEA.NO%type, v_record

  • Urgent!! 'Screen output without connection to user'

    Hi, Our requirement is to send an e-mail in the outlook when a workflow is triggered. On trigerring, the WF is started but in TRXn SWEL the RFC status says <i><b>'Screen output without connection to user'</b></i>. In transaction SM58, i get the statu

  • SSRS runtime error - The specified operation is not valid

    I found a similar post here, but it didn't solve my problem. so i re-post it. i develop a report with vs2008. i have sql 2008 r2 on my local machine. when i preview the report on my local machine all fine. but when i deployed the report to sql 2008 s

  • Labview addons problem

    While opening an existing project, I have been prompted to find the control named "Telnet Session.ctl". The labview is trying to load it from "\addons\internet\telnet\telnet.llb\Telnet Session.ctl", but couldn't find it. What should I do? I also see

  • Bestimmte Seiten einem Printbutton zuordnen..

    Hallo Zusammen, ich hoffe ihr könnte mir weiterhelfen, da ich praktisch null Erfahrung mit Adobe Acrobat Pro habe. Ich möchte mir eine PDF datei erstellen, bei der ich auf der ersten Seite irgendwie eine "Selektionsmöglichkeit" habe diverse Seiten au