I am trying to install Oracle 11gR2 on Windows 7. My latest attempt after removing some files is:[INS-20802] Oracle Net Configuration Assistant failed.I chose the "Personal Database" option. The only other info from the error is "Cause - The plug-in failed in its perform method Action - Refer to ...
I am execute a procedure than run a Job of Visual Basic 6.0, the connection is with oo4o.This code :PROCEDURE SP_EXECUTE_PROC DBMS_JOB.SUBMIT(n_jobnow, 'BEGIN USROWSUC.USP_PRC_VERIF_PREC; END;', SYSDATE, 'NULL');DBMS_JOB.RUN(n_jobnow);COMMIT;END;The error is the next :ORA-12011: execution of 1 jobs ...
Our applications logs the execution time of each PHP scripts. We have noticed that there are many times when the execution time of a script's logged in logs are very high (anywhere between 400 seconds to 1400 seconds). The way we find the execution time of script is simple, we call getmicrotime() on ...
I've found a case of $(document).ready(fn) prematurely calling fn in IE(6 and 7). It seems that the issue will occur when innerHTML modification is performed before the document finish loading.<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<a href="http://ww ...
http://fra.orkos.com/produits/tarifs.aspx Here is a page which I made. Thispage presents a list of products classified in a hierarchy. I have a textboxthat allows the user to filter these products. Try to type a text in thistextbox (for example the word "apple") and observe the speed of fi ...
http://fra.orkos.com/produits/tarifs.aspx Here is a page which I made. Thispage presents a list of products classified in a hierarchy. I have a textboxthat allows the user to filter these products. Try to type a text in thistextbox (for example the word "apple") and observe the speed of fi ...
""jQuery is not defined" in line 1400"Now and then, I'm getting this error in FF.The line is:// Clean up added properties in IE to prevent memory leakif (jQuery.browser.msie)Is it a known issue or am I mistaken? TIA--<?php echo 'Just another PHP saint'; ?>Email: ...
So I wrote a periodic execution function for jQuery, similar to thePeriodicExecuter function of prototype. I'd like some feedback as toit's usefulness (or non-usefullness). This is my first plugin, so anysuggestions as to what to change are appreciated (should I usejQuery.extend to create th ...
Hi,I have an html element that has an onclick attribute set which calls acouple of JS functions. Using jquery I am adding a click event to thesame element. Can anyone tell me what the expected execution of jsfunctions will be?ex:<element id="el1" onclick="jsfunction1" />$.( ...
All,I'm a relative newcomer to jQuery but am loving it so far.Slight issue. As always, everything will work wonderfully on my ownmachine, but bails when I get to running it live...I'm using an ajaxform to allow users to upload an avatar/image totheir user profiles. For whatever reason, I ...
Hello,I just created a ticket for this issue.When you append several script element in one go, if those scriptsrefer to remote src's, IE7 will not respect the synchronous andordered execution of the scripts.I added a proposed patch but please be tolerant, because I am not veryfamiliar with jQuer ...
I'm writing a GUI for an intranet application, and I'm stumped buysomething i thought would be really simple. I have a function thatcould take some time to run (tens of seconds), so i wanted to give theusers a visual indicator that the code was running. The most obviousmethod is the wait cur ...
I have jquery "for loop" it runs for about an hour doing someprocessing before stopping.In the for loop it execute alot of jquery Ajax post statement.As the execution is quite long, I might want to stop the javascriptsometime using another button in the form, where the button will cananoth ...
hello,I have a request to make two ajax calls (two different requests), butthe call back function for both the ajx calls is same.My requirementhere is, i do not want to trigger the second ajax call till the firstajax call and it's success function are completely executed.I short, i want to contr ...
hello,I have a request to make two ajax calls (two different requests), butthe call back function for both the ajx calls is same.My requirementhere is, i do not want to trigger the second ajax call till the firstajax call and it's success function are completely executed.I short, i want to contr ...
I am having trouble understanding something about execution order ofcode using JQuery. I have the following function attached to a button(it uses the :function UpdateList(){ // Open the xml file $.get("locations.xml",{},function(xml){ ...
I am having trouble understanding something about execution order ofcode using JQuery. I have the following function attached to a button:function UpdateList(){ // Open the xml file $.get("locations.xml",{},function(xml){ ...
Friend of mine wrote this article that might be of interest to you:Often there is advertizing code to be implemented in a page, and thereare 2 problems one may face:(1) the website hangs due to a lag on the code delivering server(2) you normally cannot lazy load the script since document.write() isu ...
out there!I've posted this previously on the jQuery list, but I think it shouldbe posted in the dev list too.If I use UI effects, all scripts in the shown content are executedonce again. An example:<img src="button.jpg" onclick="$('#mydiv').show(.....)" /><di ...
How to use functions like .wrap() and .wrapInner()without of script execution?Example html:<div>dgbfsdfbdf</div><script type="text/javascript" src="http://site/js/jquery-1.3.2.js"></script><script type="text/javascript" src="http://site/j ...
I have a little question about the execution of several commands: Is it possible to make jquery first finish executing a command (commands like fadeIn, fadeOut etc, which need some time to finish when using a delay of 1second or something like that...) before executing the next one?Following example ...
Hi,I'm developing with jQuery quite long right now, but recently Ispotted one big problem with execution of jQuery code in Safari andChrome. So everything is working fine in these browsers until jQuerycode is placed in one page.But when using for example tabs plug-in loaded with ajax and on this ...
I have a small demo system, where you can edit and execute source codedirectly in the same page, and load and execute new demo pages usingajax. When attempting to upgrade to the 1.3.3 nightly (2009-07-25,rev. 6507). I noticed some problems with the script execution. I haveput together two paired dow ...
If I have some script tags, e.g.:<script src="one.js"></script><script src="two.js"></script><script src="three.js'></script>is it guaranteed that the contents of one.js will execute _before_ the contents of two.js are and ditto for two.js ...
My problem is about passing information inside of "callback on success" function;Small example:var myvar = 1;$.post('www.site.com',data,callbackfunction);var callbackfunction = function(data){ alert(myvar);};and we got "undefined";Id like to have something like this:$.post('www.sit ...
I have some default code to handle the change event for input fields that I load for allow of my forms in the application. On some of the forms I add additional change event handler for certain input fields. What is the execution order for these handlers? I want my local han ...
HiI am new to jQuery, and this is the page I'm currently developing.http://90.230.237.71/gandhi.html (Hope that works now :P)When I hit "Show/hide gallery" all the images are first opened vertically, and later they are corrected to their horizontal placement, that's the problem. I don't know if this ...
Is there documentation that simply explains events such as:$(function(){}and$(window).load(function(){}and placing an action direct in the page<script>$('#div_id').click(function()} //do something});</script>and how/when they work with regards to where they are p ...
am working on some javascript based web applic, using some jQuery plugins. When page content is requested by ajax and embedded into the page, some scripts are executed to initialize the plugins. But unfortunately both fail on calls of jQuery's css method (script execution is just canceled, so guess ...
How to know the execution time of a function?For example, which of these functions run in less time? That is, which of these functions are more weightless to run?document.getElementById("my_image").src = "images/picture.png";//ordocument.getElementById("my_image").style ...
I have code that I have written to clean up the value of a text box before submitting it to a database, the problem I have is that if the value is blank, I want to throw up an alert and halt the JS from continuing, normally I would put in a return false statement and be done, but since the function ...
function test(){ first(); second(); third();} function first(){} function second(){} function third(){}i have this type of situation in my code, now many time function three is called before ...
I'm trying to do something similar to an upsert on a db2(version 7.2.4) table on a mainframe using batch execution and JDBC. It appears the integer array returned from the executeBatch method is valid only if the first operation(insert or update) is successful; otherwise it is filled with -3's. Is t ...
Hi. I have been using YUI for the past 5 years and have begun to explore jQuery. One essential thing that I use is the YUI Dispatch plugin that allows for dynamic execution of ajax response content (i.e. js & css injection). Does jQuery or any of it's related plugins offer similar functionality ...
I need you help. I have created a survey site and at the last page of my site, this error occuredFatal error: Maximum execution time exceeded in textsurvey.phtml on line 73Line 73 executes a a simple concatenation routine. My site didn't encounter this problem before.I need you help. ...
How can I get the execution time of a mySQL statement ?Thank you for your help.Best ...
I have a javascript function that is formatting data before it is being passed along to an Ajax call. The same function is formatting data for two variables but it seems as though the first call to the is being preempted by the same function call for the second variable's data formatting. On top of ...
I tried to insert one rows in the DB2 Table and got the following error.INSERT INTO SMPAPA2.PPMMSS_FACLTY 0022009(FACLTY_IDENT_NBR, LAST_UPDATE, LAST_TRANSMISSION, 0023009RECORDS_RECEIVED, FILE_STATUS, SEQUENCE_NBR, INT_TYPE) 0024009VALUES 0025009(17787, CURRENT TIMESTAMP, CURRENT TIMESTAMP, 0, ' ', ...
Can you please tell me how to get the execution time of an sql query.Although we get the elapsed time from command center, we need to get it atdb2 command prompt or thru any utility by which we generating a report foral the sqls executed.In oracle we can easily do by setting envirnoment param on SQL ...
I've noticed a strange difference between program execution from VS 2008 (ctrl F5) and normal win execution.I've a program that crashes when I launch it from windows (a sort of buffer overflow I suppose) but works correctly when I execute it from VS (both ctrl F5 and F5).I guess that VS makes some a ...
I want my program to terminate if a particular if statement returns true. I dont want my application to be terminate just wanted to no more execution. if ( (fp = fopen("file_name", "rb")) == NULL) {MessageBox(hWnd,"Could not open file..", 0, 0);TerminateProcess(GetCurre ...
getting execution problem after processing strcpy(a,b)in the code , after executing this line , the code execute will end . sample code : p_data_array->item_pricing.dept_nbr = 14; sss_log(L_DEBUG,"line 780 3"); strcpy(p_data_array->sku_act.activity_date_ts," 2008-10-24 13:20:57"); /*p_data_arr ...
I keep getting "Fatal error: Maximum execution time of 30 seconds exceeded " message for any script longer then a few lines. All the postings that I could find on the Internet suggest that I increase the max_execution_time in my php.ini file to more then 30 seconds. But that doesn't really ...
I posted this question here already, but didn't seem to get much help at all. I am sure there must people who have had similar problems. I am fairly new to the whole PHP/MySQL/Apache business, so I would REALLY apreciate any help... :)I run a web server off of my Win98 Pentium II machine and I am wi ...
i use php3 on a solaris machine to execute command-line scripts, this means i compiled the CGI-BIN version of php3, cause i don't need it for webpages. now there is the problem that i cannot change the max_execution_time in my php3.ini, the changes there take no effect. when i do$>./php -iit alwa ...
PHP401pl2I'v defined ignore_user_abort(true);andset_time_limit(7200); // 2 hoursbut my script - started manually fromthe browser always stops after a fewminutes ...Also tryed to set max_execution_time in /etc/php.ini ...(apache restarted ..?()same thing ...Thanx in advance for any suggestionsEgonPS: ...
I want to Capture the Result set returned by a stored procedure in another stored procedure.The Scenario is ::Stored proc SP1 calls the stored proc SP2. SP2 is an existing stored proc and SP1 is a new one.SP2 returns a result set. I need to capture that result set in SP1.****Hence to achieve this I ...
Is anybody using Trusted Execution on their production systems? ...
Does anyone know if Oracle 11g Parallel Execution will spread its "granules" of parallelism across the threads (logical cpus) in an SMT enabled environment or should SMT be disabled to allow the parallelism "granules" to be spread across the processors (virtual cpus)? This is for a non-RAC Oracle co ...
I run an Apache Web-server 1.3.11 under Windows 98 with an php4 module.Although I increase the execution time in the php ini file to 90 seconds I still have the limitation of 30 seconds.I started the web server again ... no changes. What else can I do? ...