This row was changed by somebody else. (WWV-03312)

This row was changed by somebody else. (WWV-03312)
I have checked the notes related with this error in metalink. None of then could resolve this issue.
I built a portal form based on a table in the remote Db. Basically created a synonym thru a public db link. Followed metalink notes for building form based on a table in the remote db.
When i open the form and update a field value, it works and gives me a message "updated one record". Immediatly if i change the value again and hit the update button , it throws the above mentioned error.
It works fine if after updating the value once , i navigate to the next record and come back and then update the value again.
It also gives the same error if i just click on the update button twice without changing any values.
Any thoughts on this would be appreciated.

Hi,
This is a bug. Please contact support to get a fix for this.
Thanks,
Sharmila

Similar Messages

  • Error on trying to upload document - This row was changed by somebody else.

    Hi,
    I have a portal form where I am trying to upload a file as a blob into a table in the database. While uploading, I am getting the following error message:
    Error: This row was changed by somebody else. (WWV-03312)
    I even dropped the table and recreated it, but continue to run into this problem. I would greatly appreciate any assistance....
    Thanks,
    Subbu.
    Subramanyam Ramarao
    Senior Technical Consultant
    Oracle Direct

    Hi,
    Did you remove any columns from the form which are in the table? If that is the case recreate those colunms in the form with the same name as the columns in the table.
    Thanks,
    Sharmila

  • When in mode dev to develop my website, I can't open buttons and PDF files to check my changes or somebody else's changes. What is wrong ? (I updated  Adobe Reader)

    when in mode dev to develop my website, I can't open buttons and PDF files to check my changes or somebody else's changes. What is wrong ? (I already updated  Adobe Reader)

    Oh no... NOT THE 99-PAGER!!! Anything but THAT!!!

  • I keep getting this error "This document was changed in another application" but I am not opening this doc in another application

    Pages 5.2
    OSX 10.9.2
    I have been getting this error (on keynote as well)
    "This document was changed in another application. To work on that version, click Revert. Changes you made here will be saved as a version on your Mac.  Tip: If you’re using an online storage service, avoid opening the same document on multiple computers at once"
    I am only working on this doc on my MacBook Pro (Ipad is OFF),
    not running pages on my phone
    not logged into iCloud in safari
    document saved to my hard drive (not iCloud or dropbox)

    Getting the same message. Started with the latest update a few days ago. So I guess it's a glitch in the current version and hope Apple will solve that soon by issuing another update which fixes that. It's really annoying and makes it quite impossible to use the application at all.
    Meanwhile open Pages, go to Pages, Provide Pages Feedback, choose Feedback Type: Bug Report and explain the problem in the Comments box.
    http://www.apple.com/feedback/pages.html
    I think that's all you can do for now. But it's important for people to report the problem since I don't know how closely Apple is monitoring these Forums.

  • Can you give me a paper or document related to this phone was changed since it was broken down? I need IMEI numbers of two Iphones on the same page. Because I don't wanna save this Iphone again in my country. I paid one time for my old Iphone.

    My Iphone was changed because of broken down thanks to its warranty. I am from Turkey and I paid one time for my old Iphone to save. Can you give me a paper or document related to this phone was changed since it was broken down? I need IMEI numbers of two Iphones on the same page. Because I don't wanna save this Iphone again in my country. I paid one time for my old Iphone. If you give me a document, I don't need to save my Iphone5 and also I don't need to pay again to save in my country.

    this forum is made up of users like you, not apple employees.  We can not help you with that kind of request.

  • IMac running 10.5.8, me email won't accept my password. One day it worked normally, next day it won't and I did not change password. Now I cannot reset the password, almost as if it was changed by someone else. I am the only user of this iMac.

    My email won't accept my password, was working fine, then one day it wasn't. It is almost as if someone else changed the password and now I cannot use my password or change it to a new one. My iMac is running 10.5.8 , using Earthlink and Safari. Any ideas on this problem?

    boosterdoc wrote:
    My email won't accept my password, was working fine, then one day it wasn't. It is almost as if someone else changed the password and now I cannot use my password or change it to a new one. My iMac is running 10.5.8 , using Earthlink and Safari. Any ideas on this problem?
    Are you using the Mail client or Safari to access your email?

  • This tablet was held by someone else how do I customize it for me

    I bought this tablet from wall mart in calhoun, ga and it had been used previously by someone else. I can t set up my toolbar it seems because the previous owner has already used this feature. Please tell me how to set up my bookmarks to pay bills each month.

    If you bought something brand new and it has already been used by someone else, return it.
    Once you get an actually new product, than please install Firefox on it and you can set it up as you want! [[How do I install Firefox on an Android device?]]
    [[Getting started with the Firefox for Android tablet browser]]

  • My Apple ID gets changed by somebody else

    I keep on messages from Apple, that my Apple ID has been changed or attempted to be changed.I have reset my ID and password several times following those messages, but the changes continue to happen. Following the (obviously successful) unauthorized changes, I keep on getting messages form Aplle telling me that somebody from the US has downloaded some software (I live in Europe). The worst thing is the lack of responsiveness by Apple. I have written at least 10 times to [email protected], who mostly have acknowledged the email, but do nothing about it. They will not even close down my account, no response. I have never ever seen anything like it, there is obviously continuous breach of security at Apple and NOBODY CARES!!!!!!

    We are fellow users here on these user-to-user forums, you're not talking to iTunes Support nor Apple - I've asked the hosts to remove your email address from your post (it's not a good idea to post personal info on any public forum).
    If you can't get it reset online then you will need to contact Support in your country to do so : http://support.apple.com/kb/HT5699#V

  • I can't find my bookmarks since this format was changed

    Without my consent the format switched to this new one- and now I can't find my stored bookmarks.

    hello, i'm not sure what you're referring to by switched/new format - however the following article will probably help: [[Recover lost or missing Bookmarks]]

  • How to change row background when the value was changed?

    hello expers!!
    i need your help...plz help me.
    i want my table row(specific) background changes when the user changed the value in a cell. I am able to know that a value in a cell was changed but the problem is i dont know how to change row color background. I've researched over the internet on how to solve this problem but nothing was found.
    please see the link to help you visualize what i mean. tnx!
    [http://www.flickr.com/photos/28686474@N04/2708299927/]
    tnx in advance!! code snippet will be a great help...
    Edited by: kagaw3000 on Jul 27, 2008 8:22 PM

    final JTable table = new JTable(data, columnNames) {
    int lastRowChanged = -1;
    @Override
    public void tableChanged(TableModelEvent e) {
         super.tableChanged(e);
         lastRowChanged = e.getFirstRow();
         repaint();         
    @Override
    public Component prepareRenderer(TableCellRenderer renderer,
                   int rowIndex, int vColIndex) {
    Component c = super.prepareRenderer(renderer, rowIndex, vColIndex);
         if (rowIndex == lastRowChanged) {
              c.setBackground(Color.RED);
         } else { 
              c.setBackground(getBackground());
         return c;        
    ...........this code will changed background color when data was changed BUT if i changed another data in another row the previous backgound color(RED) will be erase. To make it more clearer, it will only change background color of a row only to one row NOT to multiple rows(that is being edited).

  • HT5621 I bought my iMac from someone. Everything was changed over to my name however when I try to update programs it only shows the old users apple ID and I can't update. How do I change this so I can update the applications and have everything fully und

    I bought my iMac from someone. Everything was changed over to my name however when I try to update programs it only shows the old users apple ID and I can't update. How do I change this so I can update the applications and have everything fully under me?

    The first thing to do with a second-hand computer is to erase the internal drive and install a clean copy of OS X. You — not the previous owner — must do that. How you do it depends on the model, and on whether you already own another Mac. If you're not sure of the model, enter the serial number on this page. Then find the model on this page to see what OS version was originally installed.
    1. You don't own another Mac.
    If the machine shipped with OS X 10.4 or 10.5, you need a boxed and shrink-wrapped retail Snow Leopard (OS X 10.6) installation disc from the Apple Store or a reputable reseller — not from eBay or anything of the kind. If the machine has less than 1 GB of memory, you'll need to add more in order to install 10.6. Preferably, install as much memory as it can take, according to the technical specifications.
    If the machine shipped with OS X 10.6, you need the installation media that came with it: gray installation discs, or a USB flash drive for some MacBook Air models. For early MBA models, you may need a USB optical drive or Remote Disc. You should have received the media from the previous owner, but if you didn't, order replacements from Apple. A retail disc, or the gray discs from another model, will not work.
    To boot from an optical disc or a flash drive, insert it, then reboot and hold down the C key at the startup chime. Release the key when you see the gray Apple logo on the screen.
    If the machine shipped with OS X 10.7 or later, you don't need media. It should boot into Internet Recovery mode when you hold down the key combination option-command-R at the startup chime. Release the keys when you see a spinning globe.
    2. You do own another Mac.
    If you already own another Mac that was upgraded in the App Store to the version of OS X that you want to install, and if the new Mac is compatible with it, then you can install it. Use Recovery Disk Assistant to create a bootable USB device and boot the new Mac from it by holding down the C key at the startup chime. Alternatively, if you have a Time Machine backup of OS X 10.7.3 or later on an external hard drive (not a Time Capsule or other network device), you can boot from that by holding down the option key and selecting it from the row of icons that appears. Note that if your other Mac was never upgraded in the App Store, you can't use this method.
    Once booted in Recovery, launch Disk Utility and select the icon of the internal drive — not any of the volume icons nested beneath it. In the Partition tab, select the default options: a GUID partition table with one data volume in Mac OS Extended (Journaled) format. This operation will permanently remove all existing data on the drive.
    After partitioning, quit Disk Utility and run the OS X Installer. You will need the Apple ID and password that you used to upgrade. When the installation is done, the system will automatically reboot into the Setup Assistant, which will prompt you to transfer the data from another Mac, its backups, or from a Windows computer. If you have any data to transfer, this is usually the best time to do it.
    Then run Software Update and install all available system updates from Apple. To upgrade to a major version of OS X newer than 10.6, get it from the Mac App Store. Note that you can't keep an upgraded version that was installed by the previous owner. He or she can't legally transfer it to you, and without the Apple ID you won't be able to update it in Software Update or reinstall, if that becomes necessary. The same goes for any App Store products that the previous owner installed — you have to repurchase them.
    3. Other issues
    If you see a lock screen when trying to boot from installation media or in Recovery mode, then a firmware password was set by the previous owner, or the machine was remotely locked via iCloud. You'll either have to contact the owner or take the machine to an Apple Store or another authorized service provider to be unlocked. You may be asked for proof of ownership.
    If the previous owner "accepted" the bundled iLife applications (iPhoto, iMovie, and Garage Band) in the App Store so that he or she could update them, then they're linked to that Apple ID and you won't be able to download them without buying them. Reportedly, Mac App Store Customer Service has sometimes issued redemption codes for these apps to second owners who asked.
    If the previous owner didn't deauthorize the computer in the iTunes Store under his Apple ID, you wont be able to  authorize it immediately under your ID. In that case, you'll either have to wait up to 90 days or contact iTunes Support.
    When trying to create a new iCloud account, you might get a failure message: "Account limit reached." Apple imposes a limit of three iCloud account setups per device. Erasing the device does not reset the limit. You can still use an account that was created on another device, but you won't be able to create a new one. Contact iCloud Support for more information.

  • My Macbook was hacked by somebody right after activating downloaded VLC player. I couldn't control my machine. Every thing was messed up! Finally after reboot I realized that even my administration password was changed. Stupid hint I was able to reed: Wha

    My Macbook was hacked by somebody right after activating downloaded VLC player.
    I couldn’t control my machine. Every thing was messed up! Finally after reboot I realized that even my administration password was changed. Stupid hint I was able to reed: What located in box above low case ? I used my friends computer and founded hot to fix my problem using Unix commands to reboot in a single user mode. I founded a lot of different solutions which had prity the same beginnings but very complicated continuation, which, I understood will force me to cach during restoration anuther crap – time bomb in my mac! Finaly I did restor. somehow. But still feel somebodyies presents. Safary messed up – I will send you a log Itunes – messed up. Speaker in a top menu – grayed, and I can’t control my volume. But the most triky thing – bouth my Apple keybords – internal and mostly bluetouth external also working and typing wired! I am sorry for my spelling, because I cant check spell for Mac’s Word (in Microsoft it was F7) I have also several attacks from my neighbors by community I know their names, because they are somethere very close to me – I can see them throuth FI-FI connection. They often kick-me out from my place and started to use my resaurces. And also Mackeeper make me a hard time!
    In Microsoft times u just reinstalled computer – clean installetion from corporate licensed disk. But now I am a beginner in MAC – I love it! But a lot of new and triky – at this way
    Fore example – my goal – to do fool Macbook backup at external USB drive using boot srartup option and make my life yaser in case of crash. But now, I don’t know if I can trust recommended program  Carbon copy cloner – Ms. Bombich?
    I am very sorry for my spelling, because I feel somebodies presents, who playin with me.
    Final question Do I need some antivirus Mac compatable which is update paches, service packs? How to map defolt documents folder not to a local, but to external USB?
    Esquse me for a lot of questions, but I am beginner in MAC, and I LOVE it!
    PS. Good news. Looks like Safari came back! Somebody, probably allredy helping!
    But my interface qute different from original – so something still wrong!

    Didn't really read much at all of your post. Much, much too long, irrelevant details and & no paragraphs.
    Can't use time machine due to corruptness
    Post over here -> Mac OS X v10.6 - Snow Leopard forum
    About my macbook and apple ID how can I upgrade my Macbook from 10.6.3 to 10.6.8 with out all the permissions being changed and corrupt??
    Same as above. Post in the correct forum.
    Need to gain access to my apple Id that would be a great start
    -> http://support.apple.com/kb/HT5625

  • When we purchased our mac two years ago, we set up the iCloud account.  this past winter I created a new iCloud account thinking I was changing it.  I now cannot access anything on the old iCloud acct and my computer hasn't been backed up either in awhile

    when we purchased our mac two years ago, we set up the iCloud account.  this past winter I created a new iCloud account thinking I was changing it.  I now cannot access anything on the old iCloud acct and my computer hasn't been backed up either in awhile.  How do i go back to that old account and delete it so that I can continue backing up on the newest account?  I changed it because the original one I created an iCloud account with is a yahoo account email address and I am deleting my yahoo account for being compromised too may times. 

    Well, you can go to Manage your Apple ID and change the password if you can answer the Security Questions:
    Apple - My Apple ID
    If you cannot remember the Security Questions you can contact iTunes Support to reset them for you:
    New iTunes Support - US and ww
    Once you get your password reset and you can access your account info on Manage your Apple ID, you can change your ID. You won't be able to use the same email address that you are using for the new ID unless you change that one to something else. But, if you can get back into your old ID and change it to a new email address, then you can go on using that old ID, and just manually move the iCloud stuff you added to your new ID back onto the old one. Most of the stuff (like Contacts, Calendar, Notes) can be added by logging onto https://www.icloud.com on your Mac and doing it that way (it is a lot simpler when you have an actual keyboard in my opinion)
    Hope this helps you to sort out the two ID business. If you have any questions, please post back!
    Cheers,
    GB

  • My IPOD menus suddenly appear in Japanese or Chinese and are impossible to understand for me who is european. Has somebody else had this problem? Please help? The song titles are still in the language they were entered though. /Jane

    My IPOD menus suddenly appear in Japanese or Chinese and are impossible to understand for me who is european. Has somebody else had this problem? Please help? The song titles are still in the language they were entered though. /Jane

    Fingers crossed, the following document might be of some assistance:
    iPod: Changing the display language

  • Spam has greatly increased in my inbox. It was not a problem before. How can this be improved?  Is anyone else having this problem?

    Spam has greatly increased in my inbox.  It was not a problem before. How can this be improved?  Is anyone else having this problem?

    What mail program are you using???  Who's your provider???
    You can usually log in to your account and make changes to spam filtering, server side.
    Client side you can add spam filtering software like SpamSieve.  Very effective.

Maybe you are looking for

  • How do i get my iTunes library to be showing the same playlist and songs that are on my iPhone 4s.

    How do I get my iTunes library to show the same playlist order and songs order as what is on my iPhone 4s.

  • Select query for fields in selection screen

    SELECT * FROM hrus_d2            INTO TABLE ta_list            WHERE us_name IN subs_obj            and begdat in date_ran.           and enddat in date_ran How can I rewrite the above query for high and low ranges of date_ran field in condition? It

  • Apple store - Quick Links do not work

    I'm using OS 10.6.8. Apple store works but QUICK LINKS (except for support) are light grey and non-responsive. As a result I cannot redeem purchased software. Why is this?

  • Transferring iTunes between devices

    I reloaded iTunes from the Apple.com site and have the next to newest software on my iPhone. I finally am able to 'see' iTunes on my laptop but when I try to download the tunes from my iPhone, they are not highlighted.

  • SAP Mobile Documents and Citrix NetScaler

    Hi all, we're aiming to implement a secure Mobile Documents server that is protected from the Internet via a solution in the DMZ. We are eschewing a reverse proxy and are going for a Citrix NetScaler instead. Has anyone tried this combination before