Lost connection during update (Toad) how to commit?

Hi,
i was running an update statement in Toad, but i lost my connection tot he database. I can see in the sessions that the query is still running, but how can i commit it when it finishes?
regards,
Osman

I was already afraid of it... :( That's not good news :(
Ok i'll do that.
regards,
Osman

Similar Messages

  • PORTAL LOST CONNECT DURING RUN TIME

    This happens while Portal is running. The HTTP server loses its' connection with
    the database (probably from DAD) a couple of times per day. The more people that access the more down times. I checked everything during the time lost connection: alertlog
    file,error_log file. No specific error in the logfiles. I checked JServ demo
    and Mod_Plsql they are working fine. The only thing you can not connect to http://...../pls/portal30. That means you can't get in to Portal. The HTTP
    disconnects to the DAD in the database.
    Therefore I have to terminate the HTTP server and restart it (sometime even
    need to restart database. If I only restart HTTP,the disconnection happens
    again very soon).
    According to the log files:
    Injserv.log
    [15/02/2001 15:54:22:781 EST] page/Timing Out from FETCHING553
    [15/02/2001 15:54:22:781 EST] page/Timeout occurred, label=553
    url=http://10.5.1.73pls/portal30/!PORTAL30.wwpro_app_provider.execute_portlet
    [15/02/2001 15:54:22:781 EST] page/Timing Out from FETCHING 554
    [15/02/200115:54:22:781 EST] page/Timeout occurred, label=554
    url=http://10.5.1.73pls/portal30/!PORTAL30.wwpro_app_provider.execute_portlet
    [15/02/2001 15:54:22:781 EST] page/Timing Out from FETCHING 555
    [15/02/200115:54:22:781 EST] page/Timeout occurred, label=555
    url=http://10.5.1.73pls/portal30/!PORTAL30.wwpro_app_provider.execute_portlet
    [15/02/2001 15:54:22:781 EST] page/Timing Out from FETCHING 552
    [15/02/200115:54:22:781 EST] page/Timeout occurred, label=552
    url=http://10.5.1.73pls/portal30/!PORTAL30.wwpro_app_provider.execute_portlet
    [15/02/2001 15:54:22:781 EST] page/Timing Out from FETCHING 561
    [15/02/200115:54:22:781 EST] page/Timeout occurred, label=561
    url=http://10.5.1.73pls/portal30/!PORTAL30.wwpro_app_provider.execute_portlet
    [15/02/2001 16:04:08:500 EST] page/oracle.webdb.page.ParallelServlet:init
    [15/02/2001 16:04:08:515 EST] page/Starting a pool of 25 handlers.
    Inerror_log
    [Thu Feb 15 16:03:20 2001] [error] forcing termination of child #0(handle 776)
    Second Example:
    Portal can'nt be accessed by user at approxomately 14:45:
    In jserv.log
    [16/02/2001 14:41:23:203 EST] page/Timing Out from FETCHING 553
    [16/02/2001 14:41:23:203 EST] page/Timeout occurred, label=553
    url=http://10.5.1.73pls/portal30/!PORTAL30.wwpro_app_provider.execute_portlet
    [16/02/2001 14:41:23:203 EST] page/Timing Out from FETCHING 554
    [16/02/200114:41:23:203 EST] page/Timeout occurred, label=554
    url=http://10.5.1.73pls/portal30/!PORTAL30.wwpro_app_provider.execute_portlet
    [16/02/2001 14:41:23:203 EST] page/Timing Out from FETCHING 555
    [16/02/200114:41:23:203 EST] page/Timeout occurred, label=555
    url=http://10.5.1.73pls/portal30/!PORTAL30.wwpro_app_provider.execute_portlet
    [16/02/2001 14:41:23:203 EST] page/Timing Out from FETCHING 552
    [16/02/200114:41:23:203 EST] page/Timeout occurred, label=552
    url=http://10.5.1.73pls/portal30/!PORTAL30.wwpro_app_provider.execute_portlet
    [16/02/2001 14:41:23:203 EST] page/Timing Out from FETCHING 561
    [16/02/200114:41:23:203 EST] page/Timeout occurred, label=561
    url=http://10.5.1.73pls/portal30/!PORTAL30.wwpro_app_provider.execute_portlet
    [16/02/2001 14:47:04:296 EST] page/oracle.webdb.page.ParallelServlet:init
    [16/02/2001 14:47:04:312 EST] page/Starting a pool of 25 handlers.
    InError_log file
    [Fri Feb 16 14:46:31 2001] [error] forcing termination of child#0 (handle 776)
    PARAMETERS
    =============
    KeepAliveTimeout15
    singleThreadModelServlet.initialCapacity=5
    singleThreadModelServlet.incrementCapacity=5
    singleThreadModelServlet.maximumCapacity=10
    I ask the Portal Admin(he use most the time and always he found no connection)
    for any thought about when the down time happen. He said it looks like
    randomly.
    QUESTION
    =========
    What's wrong, and how do i fix it ?

    Use a HashMap to store the arraylists in, and use clientX as the key to the map
    ~Tim
    Message was edited by:
    SomeoneElse

  • Lost connection during calling a stored procedure

    Hallo,
    my webservice runs in a sql-exception
    --> java.sql.SQLException: Getrennte Verbindung
    (lost connection). This is probably during handling the response (conerting oracle types in java types). How i can avoid that the connection will be lost?
    Thanks in advance,
    Frank

    > InitialContext ctx = new InitialContext();
    > DataSource ds = (DataSource)
    > ctx.lookup("jdbc/DataSource_Awel");
    > ConnectionHandle handle = (ConnectionHandle)
    > ds.getConnection();
    > conn = handle.getPhysicalConnection();
    Why are you using directly physical connection to DB ? Use connection object that you get while invoking:
    ds.getConnection();
    Regards,
      Marcin Zduniak

  • Urgent Lost connection during query !

    Hi guys,
    I'm using Servlet which is running in Linux Operating System and is using MySQL for back-end. This server uses Apache Web Server and Tomcat.
    after a moment of inactivty the servlet give me this error message
    "Lost connection to server during query"
    i initialise my connection into de init() method like this :
    public void init(ServletConfig config)
              throws ServletException
         super.init(config);
         // Chargement du driver JDBC
         try
              Class.forName("org.gjt.mm.mysql.Driver");
              connexion = DriverManager.getConnection("jdbc:mysql://localhost/iscom", "login", "password");                         
    .... here is the rest of the code i used
    public class index extends HttpServlet{
    Statement commande=null;
    private Connection connexion=null;
    public void doGet(HttpServletRequest request,
    HttpServletResponse response)
    throws IOException, ServletException
    try
    commande = connexion.createStatement();
    ResultSet rs = commande.executeQuery("SELECT ...")
    }catch
    commande.close();
    I also use the destroy method
    Thank everyone !
    Denys

    Move your code from init to doGet/doPost. In other words, connect to the database just before firing the query and disconnect after that.

  • N95 lost connection during software update

    Hi all,
    am facing a problem i was updating my mob software version .suddenly,i did lost the USB connection with the Mob cause the connection it self was littel bit lose.
    then it stopped updaating.
    since that time till this moment am unable to open my mob it gave me balnk screen with nokia word only..
    please advise?

    See my post from earlier today for things that you can try:
    /discussions/board/message?board.id=swupdate&message.id=33242#M33242

  • Lost connection while updating my iphone

    hey guys,
    i got a new iphone at friday, installed itunes (newest version, v9.0.3) and wanted to install apps and so on.. when i connected it to my pc (windows xp) itunes said i should update my iphones firmware to 3.1.3.. i thought 'okay, new version shouldn't be bad, why not'.. itunes started updating and after a few minutes (think 15mins) while the apple logo and the progress bar were on my iphone i lost the connection (itunes was at 'restoring iphone-software').. i reboot my pc because itunes didn't start after closing it with task manager and connected my iphone to my pc again to restore it. after waiting for one hour and more my iphone just hang at the same point when it lost the connection before. does a chance exist to get it working?!
    what i've done till now: i closed AV and firewall software, delete the ispw file from application data \ iphone \ ... (itunes loaded it again) and tried it more than five times again.. nothing happens or helps..
    tomorrow i can try it at another pc and itunes account, but i dont want to wait anymore.. i'm sitting here for 8 hours to get it working; i searched with google but didnt find someone who has the same problem..
    hope someone can help me
    ps: sry for my english, i'm german

    thank you for your fast help i followed your steps but it didn't work..
    this morning i went to a friend to try it with his itunes and pc and, dont know why, my iphone worked, itunes updated it and everything is okay i've no idea why it works at his pc & itunes..
    but i'll never do an update again without a reason
    have a nice day

  • N96 - V20 update - lost connection - failed update

    Hey Guys
    I'm trying to upate my n96 to v20 and after the download through NSU it looses connection, the phone reboots but NSU goes to recovery then says it's failed to update.  I've done the 3 button reset, re-installed PC and NSU but no joy. Is there anything I can do?

    pedro74 wrote:
    Any ideas why I keep loosing connection on NSU? It's allowing the download but when it says '15 mins remaining' it looses connection with the phone.  It's at exactly the same point each time????????????
    Hi pedro74
    Once downloaded it is stored locally temporarily so doesn't keep downloading. When you say that you have un-installed PC Suite + NSU, I am concerned that corrupt registry keys will now preclude a satisfactory installation here. 
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • Aironet 1140 AP - Lost connection after updating duplex

    I change the duplex from Auto/Auto to Full/1000 via the attached screenshot setting in the web access console. Now the AP will not respond and allow items to connect to the AP. I can no longer access it via the URL or ping it. Any ideas on how to get it back?

    You will need to console into the AP change the settings back.  Make sure you leave speed and duplex to auto/auto.

  • Lost everything during update

    while doing an update my phone dleted everything. is there anyway to get all my information back. my icloud or my backup plan on my computer will not work either.i have lost over  400 songs,900 pctures,and all my apps. is there anyway to retrieve all my information?

    Media is never included in a backup, it should already be on the computer.
    Contacts are designed to be synced to a supported application on the computer, a cloud service (like iCloud or Gmail), or an Exchange service.  Have you failed to use the device as designed?
    Apps should already be in the iTunes library on the computer or can be redownloaded from iTunes at any time.
    Why are the backups not working?  You've provided no details about what is actually happening.

  • IPhone froze during update.  How do you unfreeze?

    When updating iPhone, a partial setup of iTunes was made.  iTunes is not wanted or needed - user is deaf.  iPhone is now froze with a request to connect to iTunes.

    EKeller_MT wrote:
    When updating iPhone, a partial setup of iTunes was made.
    I'm guessing you mean iTunes on a computer (as opposed to iTunes on an iPhone).
    EKeller_MT wrote:
    iTunes is not wanted or needed - user is deaf.
    iTunes is used for a whole lot more than sounds.  For one thing, it is used to update the iPhone!  For another, unless you are running OS X Mavericks on a Mac, it houses iBooks.  It also houses movies and apps.
    Bottom line:  Get iTunes on your computer and then connect the iPhone to it.
    Get iTunes from here:
    http://www.apple.com/itunes/download/

  • Lost songs during update

    I updated my iTouch software and ended up losing my songs on my iTouch and computer. Fortunitely i didn't lose a major investment. What can i do to get my songs back? They show up as purchased on my account.

    This happened to my son. He updated the software, and now all of the music I paid for is gone. I still have emails of the receipts where I paid for the music, but I cannot find any way to get the music I bought back on his ipod. How is this okay, when the music was paid for, and the ipod was only supposed to be doing a software update? I feel as if ipod STOLE the music that I paid for, since their software update seems to require me to pay again for content I already purchased. Hmmmmm. Plus, they want to charge me $30 to talk to them about the music they ripped off, with no guarantee of resolving the issue. Why did I buy this for him?

  • Lost Connection after Update

    Hi,
    on one of our servers, a mac mini I started remotely a software Update. It was 10.68 Server.
    After that I could connect, but I saw thet all users were entitled for remote management.
    So I deleted the users, but left me in. Later I was not able to connect anymore.
    First it said ARD not active. So I learned my way to kickstart (I have SSH enabled), but everything failed.
    Alo when I want to add the computer, the password and name is failing, but I´m able to connect with this name and password trough terminal.
    I think the mini is on his login screen. I tried also to reboot, but no change.
    Should a manual restart from some staff in the datacenter should do more then a reboot?
    Maybe I have to drive all the way to the datacenter
    Any tipps
    Norbert

    with "ARD_AllLocalUsers" = 0; only authorized users can connect, instead of all users. If the account your trying to connect with, is not on the list, and or doesn't have the right allowed access, This could explain why your not able to connect.
    Have you tried the command:
    zdactivate -configure -access -on -restart -agent -privs -all
    Or Alternatively:
    sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/k ickstart -activate -deactivate
    sudo defaults write /Library/Preferences/com.apple.RemoteManagement "ARD_AllLocalUsers" -integer 1
    sudo defaults write /Library/Preferences/com.apple.RemoteManagement "ARD_AllLocalUsersPrivs" -integer 1073742079
    sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/k ickstart -activate -activate

  • 3g or 3GS update and lost iPhone during update

    I broke my iPhone 4 that has a sim card in it.
    I wanted to update my iPhone 3G (I don't think it is a 3GS).
    I plugged it into iTunes.
    It took all day for it to back up, then an "error" occurred and it won't allow me to restore factory settings, and it doesn't work.
    What are my options?

    Hi there islandpt24,
    It sounds like you’ve replaced your damaged iPhone 4 with an earlier iPhone 3G or 3GS and are running into an issue restoring the replacement iPhone. The article linked below provides some great troubleshooting suggestions that’ll resolve most issues like this.
    Resolve iOS update and restore errors in iTunes - Apple Support
    If the steps outlined in that article don’t resolve the issue, just reply with details about the alert message you’re seeing in iTunes.
    Take care,
    -Jason

  • Lost password during update

    Clicked on the newest update and The phone asked for a password since I use the thumb scan for my password I do not have a password, Im stuck, What do I do?

    You do have a password/passcode.  If you didn't, you couldn't use the Touch ID for that feature.  You didn't lose the password/passcode.  You forgot it.  Huge difference.
    Is it asking for your Apple ID password or your device Lock Passcode?
    If Apple ID password, go to iforgot.apple.com and reset it.
    If device Lock Passcode, use this: Forgot passcode - Apple Support

  • Lost Printer during update

    I was doing an update for my printer from HP and now I do not have a printer in my print folder what do I do?  Please help it is an older printer HP Laserjet1300.  The update stopped while it was doing a scrub.  I guess I ned to learn not to do there updates.

    Hi,
    You can download the firmware here and the software should be able to be installed to the printer through the computer. It sounds like you're trying that and it isn't working though?
    http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?os=4063&lc=en&cc=us&dlc=en&sw_lang=&product=4231...
    Does the printer turn on or do anything? If so can you tell me what version of firmware the printer is running? THe easiest way to do that is print out a "printer status report" by finding Tools and then printing out a printer status report.
    I am an Hp Employee.
    My posts may not be helpful.
    My posts do not reflect the opinions or views of Hewlett-Packard.

Maybe you are looking for

  • Cant put songs on New nano

    Hey guys! I just got a 1gb iPod nano. I've been getting 2 error messages since I've been trying to put songs onto to it. When I plug the nano into my computer and start up Itunes, i get this message "Songs on the ipod Jenn's Ipod cannot be updated be

  • Photos in iPhoto don't show up.

    When I opened iPhoto 11 on my macbook pro 10.6.8, they show up as empty boxes. The application was working fine a week ago and nothing else has changed that I know about. I have all of my photos backed up but it is still pretty disconcerting! Any ide

  • Analytic View activation fails because of a Calculated Measure

    I'm working with HANA SPS02 here. Step 1 I have an Analytic View where I have CALDAY among Private Attributes and VALUE in Measures. I add an Attribute View with UCALDAY (whatever it means) and implement a new calculated measure CALCVAL with logic as

  • I just got a ipo 4th generation and it keeps saying charging is not supported witht this accessory

    it keeps saying charging is not supporte by this accessory

  • Working with Images

    Hi, I'm working on a new MacBook Pro and find iPhoto cumbersome/confusing (compared to my old PC system, I have to say). I import images from a memory card and they appear in iPhoto. That's fine. I want to adjust them in Photoshop, but can't while th