Redirection JSP not working in IE

Hi all,
I have a servlet with the following part of the code to redirect to an jsp page.
When I enter the correct username and password, and click "submit", it should redirect to my index.jsp page. It works fine with firefox, but in Inter
works fine with firefox. But in Internet Explorer(IE), if I click "submit" button, nothing happened, it just remain at the original page.
if(buttonType.equalsIgnoreCase("submit")){
if (username.equals("test") && password.equals("test")){
     url = host+"index.jsp";
     response.sendRedirect(url);
     return;
Thank you in advance!

novelera wrote:
Check tat javascript works on ur IE
u can write some alert code for button click to check it..
if it doesnt works.. then u hav problem in executing the javascript
-venkat<c:redirect> isn't JavaScript.

Similar Messages

  • Does using self-signed cert. on ISE server has anthing to do with url redirect being not working

    Hi,
    I am setting up wired ISE environment. Everything is going fine, except url redirect is not working.
    I just wondering, if using self-signed certificate on ISE server has anothing to do with the problem ?.
    Appreciate your input.
    Thanks

    Hi,
    As long as you have not changed the hostname or the domain name (and dns is accurate). You should only receive the certificate warning but still get redirected without any issues.
    Thanks,
    Tarik Admani
    *Please rate helpful posts*

  • Folder redirection (Desktop) not working sometimes

    I'm having an issue where sometimes desktop redirection is not working properly.
    We have AD set to point the profile path to a local mandatory profile, with GP redirection set for several items, including desktop. However, about half the time when the user logs in, the desktop showing is from their local profile (C:\Users\[username]\desktop).
    By logging out and back in a couple times it will finally load the desktop from the redirected location on the network, and the correct icons will show on the desktop, but it will ultimately not work again on the next logon.
    Tried GPUPDATE, didn't fix the problem. It doesn't appear to be a rights issue, as I can successfully connect to the redirected desktop folder from within the user's account. What I don't understand is why it is ever loading the user's local profile desktop,
    when it is supposed to load the mandatory one.
    Any ideas are appreciated!

    Figured it out.
    The OU the computer was in didn't have the computer GPO linked. One of the computer GPO settings was to delete the locally cached profile of the user upon logout. Since this wasn't being done, Windows was loading the locally cached profile rather than the
    mandatory profile. This also was apparently causing the local account desktop to show rather than the redirected desktop. I'm assuming it was irregular depending on which profile was showing most recent modified.

  • Muse site on BC - URL Redirects list not working

    Hello. A Muse site has just gone live on BC host.
    The URL redirects don't appear to be working.
    Doing a Google  search on 'parkerandassociates.co.nz Amy Williamson' gives a result leading to http://www.parkerandassociates.co.nz/people/amy-williamson/ From the screen grab below the Redirect is showing that this should be working, but in reality the page is not being found. I tried several times to edit the Action and also imported the Import Redirect Urls method and it imported successfully.
    My import file was CSV and had one row for consisting of the following columns  Old Url (= /people/amy-williamson/) New URL (/amy-williamson.html)  Enabled (True). I wasn't quite sure what to put in the columns for Enabled, so I put 'True' as shown below. But still the redirection is not working.
    Can anybody tell me where I could be going wrong?
    Cheers
    Grant

    Hi Grant Senior,
    Update the source of the redirect from /people/amy-williamson/ to /people/amy-williamson/index.html and the URL http://www.parkerandassociates.co.nz/people/amy-williamson/ should then redirect successfully. This is because BC sees the source as a directory and not an actual page.
    I have done this for http://www.parkerandassociates.co.nz/people/amy-williamson/ on your behalf, and can confirm that it is now working.
    Cheers.

  • Help pls ! JSP not working in tomcat

    Hi techies,
    I have a problem in executing jsp files thru tomcat on windows
    The problem is i have my jsp files in a directory, i use virtual directory concept by setting up context in server.xml file to access my jsp, servlets and html files and some jsp files are working properly, but certain jsp files are not working...
    It gives an error saying " jsp file not found.." even though the file is in the directory
    Can anyone help to come-out of this problem.
    Rgds
    sathish

    Hi,
    if you are trying to map a short name to a jsp page, you should do that in the web.xml file not in the server.xml i think...
    Hope this help...

  • JSP Not Working with Thin Driver

    My JSP is not working with Oracle thin driver but it is working with Oracle OCI driver.
    From my jsp i am calling a stored procedured and passing 170 parameters to the procedure. This JSP works with Oracle OCI Driver configured as thrid party drivers in iAS6.0 SP2, but not working with Oracle Thin Driver configured as third party drivers in iAS6.0. My thin driver JDBC Connection URL is as follows:
    jdbc:oracle:thin:@(DESCRIPTION =(ADDRESS_LIST =(ADDRESS = (PROTOCOL = TCP)(HOST = MAPDBI01)(PORT = 1521)))(CONNECT_DATA =(SID = MAPS))).
    I have to give this URL because my production server deployment consists of iWS4.1 SP5 and iAS6.0 SP2 in different solaris boxes and Oracle 8.1.7 Database server in another Solaris Box. There is a pool of proxy servers between iAS6.0 box and the oracle box.

    Wim,
    I'd really appreciate it if you could provide some sample code. A complete, small, simple java class that I could copy and try out would be wonderful -- if it's not too much trouble.
    Thanks heaps (in advance :-),
    Avi.

  • Hyperlink to file in JSP not working

    I have a JSP page where I am providing a hyperlink to a file on the C: drive as follows
    Try this
    Nothing happens when I click this hyperlink.
    When I scroll over the hyperlink I see the correct path "file:///C:/ReqImport/data.txt" in the status bar and when paste this path in my address bar, it does open up the file.
    Any ideas why this file hyperlink does not work on this JSP page.
    Thanks

    Hmm, you're right, I just tried it and it doesn't appear to work. It looks like a security thing: If the original page is on my hard drive, links to other files on my hard drive work. But when the original page is on a web server, links to files on my hard drive don't appear to work.
    Do you realize that such a link is referring to a file on the C: drive of the client, the user, not the C: drive of the server? I'm not sure what you're up to, but for most applications such a link is pretty much useless, as you normally have no way of knowing what files the user has on his C: drive.

  • Include file in jsp not working

    Hi ,
    I have an include file statement in my jsp file which is not working. Not getting any error message either only the page is displayed without the jsp file included.
    My include code looks like this :
    <%@ include file ="Includes/hello.jsp" %>Also i tried including an html file or an image in the same place neither of the two displayed.
    <!--#include virtual="includes/footer.html" -->
    My jsp file is hosted on IIS

    nb123 wrote:My jsp file is hosted on IIS
    Hi ,
    I have an include file statement in my jsp file which is not working. Not getting any error message either only the page is displayed without the jsp file included.
    My include code looks like this :
    <%@ include file ="Includes/hello.jsp" %>Also i tried including an html file or an image in the same place neither of the two displayed.
    <!--#include virtual="includes/footer.html" -->
    My jsp file is hosted on IIS
    Check the path you've specified. It may well be;
    <%@include file="hello.jsp" %>or
    <%@include file="/Includes/hello.jsp" %>

  • Login thru JSP not working?

    Hello
    I am trying to login thru JSP, Web Server is Tomcat & database is sqlserver2000. After filling user, password & pressing submit button,error message is as follows :
    cannot resolve symbol
    symbol : variable connection
    location: class org.apache.jsp.verifyuser_jsp
    Statement statement = connection.createStatement();
    This is the code :
    <BODY>
    <% String user = request.getParameter("user");%>
    <% String pwd = request.getParameter("pwd");%>
    <%
    try
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection connection = DriverManager.getConnection(
    "jdbc:odbc:DEVELOPER1","sa","");
    System.out.println("database connected");
    Statement statement = connection.createStatement();
    String query1 = "SELECT Username, Password FROM login WHERE Username = '"+user+"' AND Password = '"+pwd+"'";
    ResultSet p = statement.executeQuery(query1);
    while (p.next())
    String Puser = p.getString("Username");
    String Ppass = p.getString("Password");
    if (user.equals("Puser") && pwd.equals("Ppass"))
    %>
    <jsp:forward page = "welcome.jsp"/>
    <% else { %>
    <h3>Invalid username or password</h3>
    <% }
    connection.close();
    catch (Exception e)
    out.println(e.getMessage());
    %>
    <h3>error in accessing database</h3>
    <% }
    %>
    </BODY>
    what's wrong?

    import java.sql.* package is given, even then its not working.

  • Web Redirect is not working

    Hello,
    We configured the web authentication in wlc 5508with ISE for the guest traffic. When client tries to connect it redirects to the different URL. That means the specified URL (that is default redirection page of ISE) 'https://<ISE IP>:8443/guestportal/portal.jsp'  but client is getting redirected to
    'https://<ISE>:8443/guestportal/login.action?switch_url=https://<virtual IP>/login.html&wlan...'. And finally page cannot be displayed now error message i am getting.
    Why it happens..? Any quick help would be really appreciated
    Moreover i have doubts on the below points.
    1) Should both the Anchor and the foriegn controllers be configured for web auth security or only anchor ..?
    2) When external web redirection, the client has to get the DNS resolved entry for the Specified URL or WLC knows to take it to the external web page..?
    3) Any special configuration has to be done on ISE?
    Thanks for your time
    KVS
    Message was edited by: Prasan Venky

    Hello,
    How to Make an External (Local) Web Authentication Work with an External Page
    As already briefly explained, the utilization of an external WebAuth       server is just an external repository for the login page. The user credentials       are still authenticated by the WLC. The external web server only allows you to       use a special or different login page. Here are the steps performed for an       external WebAuth:
    The client (end user) opens a web browser and enters a           URL.
    If the client is not authenticated and external web authentication is           used, the WLC redirects the user to the external web server URL. In other           words, the WLC sends an HTTP redirect to the client with the website's spoofed           IP address and points to the external server IP address. The external web           authentication login URL is appended with parameters such as the           AP_Mac_Address, the client_url (www.website.com), and the action_URL that the customer needs           to contact the switch web server.
    The external web server URL sends the user to a login page. Then the           user can use a pre-authentication access control list (ACL) in order to access           the server. The ACL is only needed for the Wireless LAN Controller 2000           series.
    The login page takes the user credentials input and sends the request           back to the action_URL, such as http://1.1.1.1/login.html, of           the WLC web server. This is provided as an input parameter to the customer           redirect URL, where 1.1.1.1 is the virtual interface address on the           switch.
    The WLC web server submits the username and password for           authentication.
    The WLC initiates the RADIUS server request or uses the local           database on the WLC, and then authenticates the user.
    If authentication is successful, the WLC web server either forwards           the user to the configured redirect URL or to the URL the client           entered.
    If authentication fails, then the WLC web server redirects the user           back to the customer login URL.
    Note: If the access points (APs) are in FlexConnect mode, a           preauth ACL is irrelevant. Flex ACLs can be used to allow           access to the web server for clients that have not been authenticated.
    For more details, please refer to the following:
    http://www.cisco.com/en/US/tech/tk722/tk809/technologies_tech_note09186a0080bf7d89.shtml#redirect

  • Ldap search in jsp not working

    Hi
    We have users imported from db into oid and they have blank passwords. So for those users , when they first try to login, I am planning to take them to someother page. I have added code to login.jsp where in case of authentication error, I want to redirect users with blank password to a separate page. So I am doing a search for user in LDAP and trying to get user attributes. I am not getting any errors in my jsp , but somehow the search is not successful. Can someone tell me whats wrong with this code??
    try
    DirContext dirctx = null;
    //Build the LDAP url
    String ldapurl = "ldap://" + "stg.test.com" + ":" + "3060";
    Hashtable env = new Hashtable();
    env.put(Context.INITIAL_CONTEXT_FACTORY,
    "com.sun.jndi.ldap.LdapCtxFactory");
    env.put(Context.PROVIDER_URL, ldapurl);
    // if password is specified, set the credentials
    env.put(Context.SECURITY_AUTHENTICATION, "simple");
    env.put(Context.SECURITY_PRINCIPAL,"orcladmin");
    env.put(Context.SECURITY_CREDENTIALS,"welcome");
    // Bind and initialize the Directory context
    dirctx = new InitialDirContext(env);
    Attributes matchAttrs = new BasicAttributes(true); // ignore attribute name case
         matchAttrs.put(new BasicAttribute("uid", str_user));
         // Search for objects with those matching attributes
         NamingEnumeration answer = dirctx.search("cn=Users,dc=oprah,dc=com", matchAttrs);
         //formatResults(answer);
         int count=0;
              while (answer.hasMore()) {
                   SearchResult sr = (SearchResult)answer.next();
              out.println("SEARCH RESULT:" + sr.getName());
                   Attributes attrs=sr.getAttributes();
                   if (attrs == null) {
                        out.println("This result has no attributes");
                        } else {
                             for (NamingEnumeration enum = attrs.getAll(); enum.hasMore();) {
                             Attribute attrib = (Attribute)enum.next();
                             out.println("ATTRIBUTE :" + attrib.getID());
                             for (NamingEnumeration e = attrib.getAll();e.hasMore();)
                                  out.println("\t\t = " + e.next());
                   //formatAttributes(sr.getAttributes());
              out.println("====================================================");
                   count++;
              out.println("Search returned "+ count+ " results");
         dirctx.close();
    catch (Exception e)
    e.printStackTrace();
    }

    I figured the problem. I need to give the dn of orcladmin here
    env.put(Context.SECURITY_PRINCIPAL,"cn=orcladmin,cn=users,dc=test,dc=com");
    instead of
    (Context.SECURITY_PRINCIPAL,"orcladmin");

  • JSP Not Working in 10g 10.0.3

    Hi All
    I just downloaded and installed OC4J 10g (10.0.3). After installing if I try to access http://localhost:8888/ I get the following error
    HTTP 500 - Internal server error
    Internet Explorer
    If I try http://localhost:8888/index.html I get the welcome page. Selecting http://localhost:8888/examples/jsp from the welcome page takes me to the JSP examples but when I try to run any of the JSP examples I still get
    HTTP 500 - Internal server error
    Internet Explorer
    The global-application.log file has the following
    03/09/05 12:40:10 defaultWebApp: 10.0.3.0.0 Started
    03/09/05 12:40:24 defaultWebApp: JspServlet: unable to dispatch to requested page: Exception:oracle.jsp.provider.JspCompileException: <H3>Errors compiling:C:\oc4j\j2ee\home\application-deployments\default\default-web-app\temp\_pages\\_index.java</H3><pre></pre>
    03/09/05 12:44:16 defaultWebApp: JspServlet: unable to dispatch to requested page: Exception:oracle.jsp.provider.JspCompileException: <H3>Errors compiling:C:\oc4j\j2ee\home\application-deployments\default\default-web-app\temp\_pages\_examples\_jsp\_num\_numguess.java</H3><pre></pre>
    I can successfuly run all the servlet exaples but I can't run any of the jsp. I tried OC4J 9.0.3 and I workes great. Can anyone help with this. Thanks in advance.

    I am having similar problems. OC4J reports:
    03/10/04 21:02:04 Auto-deploying ../../home/applications/admin_ejb.jar (New server version detected)... Error in application default: Error loading package at file:/D:/OC4J10g/j2ee/home/applications/admin_ejb.jar, javac.exe not found under C:\Program Files\Java\j2re1.4.2_01, please use a valid jdk or specify the location of your java compiler in server.xml using the <java-compiler .../> tag
    This is annoying, since I did a standard install of Java SDK 1.4.2, so I would think OC4J should know not to look for the compiler in the runtime directory.
    What is the syntax of the java-compiler tag?
    All the other tags are specifying relative paths. The jdk home is on a different drive from the OC4J home. How should I specify this path?

  • Including external Javascript file in JSP- not working on Mozilla Firefox

    I have a JSP page which includes javascript file as below:
    <script type="text/javascript" src="https://siteAddress/scripts/myJsFile.js"></script>
    myJsFile.js has a method testFireFox()
    There is a link on JSP which that calls this method.
    <a href="#" onClick="testFireFox()">Some Text...</a>
    As soon as i click on the link, nothing happens and this error appears on console:
    Refrence Error: testFirefox() is not definedI tried giving the path for JS file in various ways but it did not help.
    Note: This works absolutely fine in Internet Explorer.
    I have not added Javascript to document.ready or onLoad event. It is simply been referred in <Head>
    tag any pointers pls..

    This forum is intended for user support, not for web development issues.
    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The contributors over there are more knowledgeable about web page development issues with Firefox.
    http://forums.mozillazine.org/viewforum.php?f=25
    You'll need to register and login to be able to post in that forum.

  • Simple invoking BPEL process from JSP not working

    Hello Everybody,
    I'm trying to invoke a BPEL process from a client JSP. I'm following the tutorial 7 Invoking the BPEL processes.
    I'm trying to use the same tutorial for a different application.
    Here is my WSDL snippet.
    <types>
    <schema attributeFormDefault="qualified"
    elementFormDefault="qualified"
    targetNamespace="http://www.arcwebservices.com/v2006"
    xmlns="http://www.w3.org/2001/XMLSchema">
              <element name="SpatialQueryRequest" type="s1:SpatialQueryRequestType"/>
              <element name="SpatialQueryResponse" type="s1:SpatialQueryResponseType"/>
              <complexType name="SpatialQueryRequestType">
              <sequence>
                   <element name="username" type="string"/>
                   <element name="password" type="string"/>
              </sequence>
              </complexType>
              <complexType name="SpatialQueryResponseType">
              <sequence>
                   <element name="token" type="string"/>
              </sequence>
              </complexType>
         </schema>
    </types>
    <message name="SpatialQueryRequestMessage">
    <part name="payload" element="s1:SpatialQueryRequest"/>
    </message>
    <message name="SpatialQueryResponseMessage">
    <part name="payload" element="s1:SpatialQueryResponse"/>
    </message>
    <portType name="SpatialQuery">
    <operation name="initiate">
    <input message="tns:SpatialQueryRequestMessage"/>
    </operation>
    </portType>
    <!-- portType implemented by the requester of SpatialQuery BPEL process
    for asynchronous callback purposes
    -->
    <portType name="SpatialQueryCallback">
    <operation name="onResult">
    <input message="tns:SpatialQueryResponseMessage"/>
    </operation>
    </portType>
    The JSP code is:
    <%
    String ssn = request.getParameter("ssn");
    //if(ssn == null)
    // ssn = "123-12-1234";
         String username = "jaweed";
         String password = "ibrahim";
    //String xml = "<ssn xmlns=\"http://services.otn.com\">" + ssn + "</ssn>";
         //String xml = "<UserName xmlns="http://www.arcwebservices.com/v2006">" + username + "</UserName><Password xmlns="http://www.arcwebservices.com/v2006">" + password + "</Password>";
         String xml = "<UserName xmlns=\"http://www.arcwebservices.com/v2006\">" + username + "</UserName><Password xmlns=\"http://www.arcwebservices.com/v2006\">" + password + "</Password>";
    Locator locator = new Locator("default","bpel");
    IDeliveryService deliveryService = (IDeliveryService)locator.lookupService(IDeliveryService.SERVICE_NAME );
    // construct the normalized message and send to Oracle BPEL Process Manager
    NormalizedMessage nm = new NormalizedMessage( );
    nm.addPart("payload", xml );
    NormalizedMessage res = deliveryService.request("SpatialQuery", "initiate", nm);
    Map payload = res.getPayload();
    //out.println( "BPELProcess CreditRatingService executed!<br>" );
    out.println( "Token is " + payload.get("payload") );
    %>
    com.oracle.bpel.client.ServerException: IDeliveryService.request() invoked for one-way operation 'initiate'. This method can only be used to invoke two-way operations which return an output message. Please check the WSDL which defines this operation and use the method IDeliveryService.post() to invoke a one-way operation
    But I'm getting an exception. I'm in deep trouble please help me. Urgent

    Yeah ..This is my final project for my masters degree.
    I'm integrating BPEL with GIS(Geographic Information System) webservices provided by ESRI(Arcweb services). My main BPEL process that I built follows this sample example. The problem is that I need to show a working client application within 2 days or else my project is termed as incomplete and my graduation will be postponed to next semester. :(
    I tried your advice, as soon as I add a Java code to my BPEL process, the application is taking longer time to execute in the BPEL console itself.
    <bpelx:exec xmlns:bpelx="http://schemas.oracle.com/bpel/extension" language="java" version="1.4" name="exec-1">
    <![CDATA[setConversationId("output");]]>
    </bpelx:exec>
    So after the thread sleep the webservice is not ready to give its output.
    Just a quick thought, I assumed that if I attach the output of the my Invoke(Client) to a Reply activity,which will make it a two way operation.
    Then I could use,
    NormalizedMessage res = deliveryService.request("SpatialQuery", "initiate", nm);
    will work.
    I assigned the ouput of the Invoke(Client) to the variable in Reply activity.
    But my reply activity is throwing a NULL pointer exception.
    This is my BPEL code:
    <sequence name="main">
              <receive name="receiveInput" partnerLink="client" portType="tns:InvokeTest" operation="initiate" variable="input" createInstance="yes"/>
              <assign name="assign-1">
                   <copy>
                        <from variable="input" part="payload" query="/nsxml0:InvokeTestRequest/nsxml0:username"></from>
                        <to variable="IsaInput" part="parameters" query="/nsxml0:getToken/nsxml0:username"/>
                   </copy>
                   <copy>
                        <from variable="input" part="payload" query="/nsxml0:InvokeTestRequest/nsxml0:password"></from>
                        <to variable="IsaInput" part="parameters" query="/nsxml0:getToken/nsxml0:password"/>
                   </copy>
              </assign>
              <invoke name="invoke-1" partnerLink="Authentication" portType="nsxml0:IAuthentication" operation="getToken" inputVariable="IsaInput" outputVariable="IsaOutput"/>
              <assign name="assign-2">
                   <copy>
                        <from variable="IsaOutput" part="parameters" query="/nsxml0:getTokenResponse/nsxml0:Result"></from>
                        <to variable="output" part="payload" query="/nsxml0:InvokeTestResponse/nsxml0:token"/>
                   </copy>
              </assign>
              <reply name="reply-2" partnerLink="client" portType="tns:InvokeTest" operation="initiate" variable="output"/>     </sequence>
    I really appreciate your patience and help.

  • JPDK Servlets/JSP not working

    Hi there,
    I am facing a couple of problems related to oracle portal.
    1-As i have installed oracle portal the application server doesnt run JSPs.
    2-In addition to Oracle Portal I have installed JPDK and configured it as written in the documentation. I tried to run example servlet and jsp on it as given in the documentation, but as i write "http://server1:80/servlet/myfirst"
    but it shows "The page cannot be found", but if i write http://server1:80/servlet/IsItWorking, it is running perfectly.
    IS there any configration problem or what?
    Thanx in advace for any one who provides answer to any of the above two questions.
    Hassan

    Hassan,
    1. What version of Portal do you have installed. I have not seen any issues displaying JSPs from the production version of Portal. 3.0.6.6.5 and 3.0.7.6.2. If you have an EA release the JPDK install guide tells you how to download the new version of OJSP.
    2. If you get the page cannot be displayed error, this means that either it does not recognize "myfirst" or it cannot find the class file. you can try to call the Adapter directly. http://host.domain/servlet/oracle.portal.provider.v1.http.HttpProvider
    If this fails, check the jserv.properties to make sure that you specified the correct location to find the provider.jar.
    If this works, then you do not have the myfirst alias setup correctly in the zone.properties.
    Check both of these files, but first you will need to resolve the JSP issues with Apache.
    Hope this helps,
    Sue

Maybe you are looking for

  • How to add Google Search box on sharepoint master page

    SharePoint master page already has a form.  Google search box need to add another form. how to make it work. Google search box code <form action="http://..." method="GET" name="gs"> <input maxlength="256" name="q" size="25" type="text"/> <input name=

  • Is there a problem using Acrobat Reader plugin Find with Mac OS X v10.7 Lion?

    I've recently noticed that the Find function is not working when I am viewing a pdf with Safari 6.1.1 and OS 10.7.5. I get a "Not Found" result no matter what I enter, even when I'm sure the search phrase is in the pdf. Is there a preference in Safar

  • Zip file exxtracting error of these two zip files

    Hi i download both zip files. when i click on these zip files, i receive a messeage that "NO ZIP FILE, BAD ZIP FILE OR PART OF A SPANNED/SPLIT ZIP FILE". When i try to extract it again show me error . Please guide me. when i download it , it download

  • Simultaneous wireless ad hoc and infrastructure mode

    Hi When I set up an ad-hoc wireless connection on my Macbook Air, this has the effect of disconnecting from my wifi connection to my router. Is it possible to set this up in a way where I can have both an ad-hoc connection AND remain connected via th

  • Oracle developer needs Java help

    I develop applications in Oracle 8i on NT4. As part of a trigger, I need to perform an update to an extremely large table which takes many minutes. Because it's tied to a web page, I can't wait for the update to complete. Oracle natively doesn't supp