Commit never reaches the DB (BC4J)

When I perform changes on view object row (BC4J) or add a new row, the changes never reaches the database. The locks in the database are never released and the database remains unchanged after commit. The application works just fine in local mode, but after deploying the application modules to the application server the problem occurs. The same thing happens on update, new and delete.
Row rowA = m_voDetail.createRow();
rowA.setAttribute("Id",new Long(lId));
rowNewProfileRow.setAttribute("Name",strName);
//Commit the transaction
Transaction traTrans = am.getTransaction();
traTrans.commit();
Versions:
JDeveloper 3.2
Oracle 9iAS (1.0.2)
Oracle 8i (8.1.7)
null

Tanks for the reply. I have used the tester on one of my Application modules. First of all: commit gives exactly the same result from the tester. If I add a new record in one of the views, and then press "Save changes", then the record is available in the tester, but it is still not committed to the database (verified using SQL*Plus). After a while the following error occurrs:
oracle.jbo.common.JboUnexpectedException: Unknown remote exception: XA_ERROR code = -3
java.lang.reflect.Method java.lang.Class.getMethod0(java.lang.String, java.lang.Class[], int)
java.lang.reflect.Method java.lang.Class.getDeclaredMethod(java.lang.String, java.lang.Class[])
java.lang.Object javax.swing.text.JTextComponent$1.run()
java.lang.Object java.security.AccessController.doPrivileged(java.security.PrivilegedAction)
boolean javax.swing.text.JTextComponent.isProcessInputMethodEventOverridden()
void javax.swing.text.JTextComponent.<init>()
void javax.swing.JTextArea.<init>(javax.swing.text.Document, java.lang.String, int, int)
void javax.swing.JTextArea.<init>(int, int)
void oracle.jbo.jbotester.ErrorHandler.<init>(java.awt.Frame, java.lang.String, boolean)
void oracle.jbo.jbotester.ErrorHandler.displayError(java.awt.Frame, java.lang.Throwable)
void oracle.jbo.jbotester.BaseTree.handleView(oracle.jbo.jbotester.ObjTreeNode)
void oracle.jbo.jbotester.BaseTree.processTreeMouseClicked(java.awt.event.MouseEvent)
void oracle.jbo.jbotester.BaseTree.access$5000371(oracle.jbo.jbotester.BaseTree, java.awt.event.MouseEvent)
void oracle.jbo.jbotester.BaseTree$TreeMouseListener.mouseClicked(java.awt.event.MouseEvent)
void java.awt.AWTEventMulticaster.mouseClicked(java.awt.event.MouseEvent)
void java.awt.Component.processMouseEvent(java.awt.event.MouseEvent)
void java.awt.Component.processEvent(java.awt.AWTEvent)
void java.awt.Container.processEvent(java.awt.AWTEvent)
void java.awt.Component.dispatchEventImpl(java.awt.AWTEvent)
void java.awt.Container.dispatchEventImpl(java.awt.AWTEvent)
void java.awt.Component.dispatchEvent(java.awt.AWTEvent)
void java.awt.LightweightDispatcher.retargetMouseEvent(java.awt.Component, int, java.awt.event.MouseEvent)
boolean java.awt.LightweightDispatcher.processMouseEvent(java.awt.event.MouseEvent)
boolean java.awt.LightweightDispatcher.dispatchEvent(java.awt.AWTEvent)
void java.awt.Container.dispatchEventImpl(java.awt.AWTEvent)
void java.awt.Window.dispatchEventImpl(java.awt.AWTEvent)
void java.awt.Component.dispatchEvent(java.awt.AWTEvent)
void java.awt.EventQueue.dispatchEvent(java.awt.AWTEvent)
boolean java.awt.EventDispatchThread.pumpOneEvent()
void java.awt.EventDispatchThread.pumpEvents(java.awt.Conditional)
void java.awt.EventDispatchThread.run()
## Detail 0 ##
java.rmi.RemoteException: XA_ERROR code = -3
java.lang.reflect.Method java.lang.Class.getMethod0(java.lang.String, java.lang.Class[], int)
java.lang.reflect.Method java.lang.Class.getDeclaredMethod(java.lang.String, java.lang.Class[])
java.lang.Object javax.swing.text.JTextComponent$1.run()
java.lang.Object java.security.AccessController.doPrivileged(java.security.PrivilegedAction)
boolean javax.swing.text.JTextComponent.isProcessInputMethodEventOverridden()
void javax.swing.text.JTextComponent.<init>()
void javax.swing.JTextArea.<init>(javax.swing.text.Document, java.lang.String, int, int)
void javax.swing.JTextArea.<init>(int, int)
void oracle.jbo.jbotester.ErrorHandler.<init>(java.awt.Frame, java.lang.String, boolean)
void oracle.jbo.jbotester.ErrorHandler.displayError(java.awt.Frame, java.lang.Throwable)
void oracle.jbo.jbotester.BaseTree.handleView(oracle.jbo.jbotester.ObjTreeNode)
void oracle.jbo.jbotester.BaseTree.processTreeMouseClicked(java.awt.event.MouseEvent)
void oracle.jbo.jbotester.BaseTree.access$5000371(oracle.jbo.jbotester.BaseTree, java.awt.event.MouseEvent)
void oracle.jbo.jbotester.BaseTree$TreeMouseListener.mo useClicked(java.awt.event.MouseEvent)
void java.awt.AWTEventMulticaster.mouseClicked(java.awt.event.MouseEvent)
void java.awt.Component.processMouseEvent(java.awt.event.MouseEvent)
void java.awt.Component.processEvent(java.awt.AWTEvent)
void java.awt.Container.processEvent(java.awt.AWTEvent)
void java.awt.Component.dispatchEventImpl(java.awt.AWTEvent)
void java.awt.Container.dispatchEventImpl(java.awt.AWTEvent)
void java.awt.Component.dispatchEvent(java.awt.AWTEvent)
void java.awt.LightweightDispatcher.retargetMouseEvent(java.awt.Component, int, java.awt.event.MouseEvent)
boolean java.awt.LightweightDispatcher.processMouseEvent(java.awt.event.MouseEvent)
boolean java.awt.LightweightDispatcher.dispatchEvent(java.awt.AWTEvent)
void java.awt.Container.dispatchEventImpl(java.awt.AWTEvent)
void java.awt.Window.dispatchEventImpl(java.awt.AWTEvent)
void java.awt.Component.dispatchEvent(java.awt.AWTEvent)
void java.awt.EventQueue.dispatchEvent(java.awt.AWTEvent)
boolean java.awt.EventDispatchThread.pumpOneEvent()
void java.awt.EventDispatchThread.pumpEvents(java.awt.Conditional)
void java.awt.EventDispatchThread.run()
null

Similar Messages

  • Fresh install (2012/11/01): Not reaching the command line after boot

    Hi
    I just installed the latest 2012/11/01 base + base-devel Arch, but after booting in. the process stopped at the point were the last messages from the kernel were printed in the console. The boot process never reached the shell command line for logging in. I re-installed, thinking I did something wrong but again I had the same problem. Eventually. I accidentally found that by keying Enter, I could get the shell login request and I could login OK, having a seemingly functional base system. However, the console font I specified in vconsole.conf did not take effect and the halt command would hang, although reboot worked OK.
    I have of course little experience with systemd, but I get the feeling the all this is due to systemd not running properly. I read whatever documentation I found relevant but since there is so much of it, I believe I must have missed the relevant info.
    Please help me to get my new install run properly and please clarify whether  have to explicitely enable systemd after completing the official installation instructions.
    My thanks in advance.

    neok wrote:please clarify whether  have to explicitely enable systemd after completing the official installation instructions.
    Read this news item.
    https://www.archlinux.org/news/systemd- … allations/
    neok wrote:the console font I specified in vconsole.conf did not take effect
    Please always post your configuration files if you reference them.
    neok wrote:the halt command would hang
    The halt command does not turn off your computer. The "poweroff" command does.
    Writing "systemctl poweroff" is not necessary, as /sbin/poweroff is a link to systemctl poweroff.
    Last but not least search for suspicous lines in the log files. You can read them with this command.
    $ journalctl

  • My apple ID was hacked.  Trying to reset password but the email never reached my account.  Trying to answer security questions, the birthday was changed.  I am really miserable.  Can anyone shed some light, please?

    My gmail email is my apple ID.  I found I lost access of gmail last night and I reset the password before bed.  But this morning the password was changed again.  My ipad also requested a password that didn't match to the one I used.  I have reset my gmail once more.  In addition, I added 2-step verification.  But I have not received any new mail up to now.  I tried to reset my apple ID.  When I selected sending an email for resetting, the mail was sent but never reached my mailbox;  When I selected answering security questions: the birthday was wrong.  It's been changed.  I am SO SO UPSET.  Can any genius take pity on me and show me some guidance, please?

    You should get Apple involved in sorting this out. Start at this site:
    https://getsupport.apple.com/Issues.action
    Your Apple ID can be handled through iTunes.

  • My laptop turns on, reaches the desktop and then suddenly fades to black as if it was put to sleep but never comes back to life until I turn it off and on again.

    My laptop turns on, reaches the desktop and then suddenly fades to black as if it was put to sleep but never comes back to life until I turn it off and on again. What do you think is the problem and how can I fix it?

    If your phone got wet, try this first:
    How to Fix a Wet iPod or iPhone
    If this does not help, you'll have to get it serviced:
    Apple - Support - Service Answer Center

  • Sync on Android keeps asking for confirmation, but I have an active account on my desktop already set up. The confirmation email never reaches me.

    I am trying to set up sync on my new Android device. It always prompts to confirm my account. I have never received the confirmation email despite having it re-sent many times and adding *@accounts.firefox.com to my whitelist. Also, I can sign in to my account (using the same email and password) on my desktop version of Firefox, and it does not ask for a confirmation. So it seems this account is already set up For some reason the Android account needs a confirmation, but not the desktop account.

    Have you tried removing your account and re-adding it?

  • How can I add a new Template to My Templates in Pages? I've read most of the discussions on the subject but it doesn't work for me. By the time I reach the Templates folder, I only see templates for Numbers and not for Pages. Need help, please.  Thanks

    How can I add a new Template to My Templates in Pages? I've read most of the discussions on the subject but it doesn't work for me. By the time I reach the Templates folder, I only see templates for Numbers and not for Pages. Need help, please.  Thanks

    Si vous avez utilisé la commande Save As Template depuis Pages, il y a forcément un dossier
    iWork > Pages
    contenant Templates > My Templates
    comme il y a un dossier
    iWork > Numbers
    contenant Templates > My Templates
    Depuis le Finder, tapez cmd + f
    puis configurez la recherche comme sur cette recopie d'écran.
    puis lancez la recherche.
    Ainsi, vous allez trouver vos modèles personnalisés dans leur dossier.
    Chez moi, il y en a une kyrielle en dehors des dossiers standards parce que je renomme wxcvb.template quasiment tous mes documents Pages et wxcvb.nmbtemplate à peu près tous mes documents Numbers.
    Ainsi, quand je travaille sur un document, je ne suis pas ralenti par Autosave.
    Désolé mais je ne répondrai plus avant demain.
    Pour moi il est temps de dormir.
    Yvan KOENIG (VALLAURIS, France)  mercredi 23 janvier 2011 22:39:28
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

  • Says I've reached the maximum of free accounts for my device. It's a used iPhone 4s. Trying to activate find my iPhone. Please help!?

    We bought our son a used iPhone 4s almost 2 years ago. It was recently lost, but we were lucky enough to get it back. As a precaution in case it's lost or stolen again I'm trying to activate find my iPhone, but it tells me I have to have iCloud. But iCloud keeps telling me I have reached the maximum number of free accounts for this device. We have never had an iCloud account, so I'm assuming it was from the original owner. I have no way of contacting this person anymore because their eBay account is no longer active. The phone was factory reset when we bought it, and we reset it again today trying to see if that would fix it, but he lost all his stuff for nothing. We also updated the software. Is there anything we can do about this? Or at least maybe a different app that can track a phone that doesn't require iCloud? I don't know anything about Apple devices. Thanks so much!

    Welcome to the Apple community.
    Unfortunately once all the 3 iCloud accounts have been created on your mobile device, you cannot create any more regardless of what you do. You will need to re-use one of the accounts that you have already created or create your new account on another device or computer.

  • OK, as always I waited before downloading a new OS and I sure glad I did. On the APP store I sorted comments by most critical...and WHOA...what is Apple doing? No support for Logic 9, MS Office? Is Apple only trying to reach the iphone/iTouch crowd? HELP!

    OK, as always I waited before downloading a new OS and I'm sure glad I did. On the APP store I sorted comments by most critical...and WHOA...what is Apple doing? No support for Logic 9, MS Office? Is Apple only trying to reach the iphone/iTouch crowd? HELP! I was going to buy a new Mac pro & two 27" monitors but until I see some real problem addressing by Apple...I'll keep what I have and see how everything pans out. If anyone has any comments to ally my fears, I welcome them. I've been a devoted Mac user since 1993. 7500; G4; G5; and my latest Mac Pro...Where do I go? Again...HELP!

    Hi there,
    If you look through ALL the reviews, they are mainly good. I feel that Lion is an excellent upgrade, although not essential.
    There have been some issues with MS Office, but right now, it is up to Microsoft to issue a Lion compatible update, which will come in time. Saying this, MS Office has been working fine on my mac, it seems to be an isolated issue.
    Logic 9 seems like a strange issue. Again, an update looks to be coming soon, with Lion support.
    I do not feel that apple only focusing on the iPhone and iPad user base. There are many features carried along, but the machine can still be used for pro tools and use just as well. It still is a fantastic, reliable, fast, easy to use OS, which I have had very few problems with. Some additions you may not use, but they don't get in the way. You will love the new Exposé, Mission Control, as it is great for pro users who have many windows open at once, and the new spaces. You may however, never use Launchpad, but you don't have to, just drag it away from the dock!
    I really reccomend buying a mac with Lion, although if you are worried about bugs, wait a few months for the issues to be ironed out, and updates to be given. Because the update is so very cheap, I really think you can hardly go wrong. Try it out with your current mac, and if you like it, go ahead and buy your new ones.
    Lion is fantastic, albeit maybe rushed.
    Any other queries, just ask,
    Nathan

  • Can't remember password for new ipad air. have never synced it with another computer never had the chance to use icloud. How do i get in?

    Air MD792E/A, iPAD WIFI CELL 32G Space Grey 
    Can't remember password for new ipad air. have never synced it with another computer never had the chance to use icloud. How do i get in?       Tried to sync with itunes but iTunes can't sync without a password.  I cannot see summary on the side bar.  How do I restore so I can restart my  iPAD Air since it has relatively no history. I have not had the chance to use it yet.  Finished set up to as far as the start menu.
    <Personal Information Edited by Host>

    How can I unlock my iPad if I forgot the passcode?
    http://www.everymac.com/systems/apple/ipad/ipad-troubleshooting-repair-faq/ipad- how-to-unlock-open-forgot-code-passcode-password-login.html
    iOS: Device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212
    How can I unlock my iPad if I forgot the passcode?
    http://tinyurl.com/7ndy8tb
    How to Reset a Forgotten Password for an iOS Device
    http://www.wikihow.com/Reset-a-Forgotten-Password-for-an-iOS-Device
    Using iPhone/iPad Recovery Mode
    http://ipod.about.com/od/iphonetroubleshooting/a/Iphone-Recovery-Mode.htm
    You may have to do this several times.
    Saw this solution on another post about an iPad in a school environment. Might work on your iPad so you won't lose everything.
    ~~~~~~~~~~~~~
    ‘iPad is disabled’ fix without resetting using iTunes
    Today I met my match with an iPad that had a passcode entered too many times, resulting in it displaying the message ‘iPad is disabled – Connect to iTunes’. This was a student iPad and since they use Notability for most of their work there was a chance that her files were not all backed up to the cloud. I really wanted to just re-activate the iPad instead of totally resetting it back to our default image.
    I reached out to my PLN on Twitter and had some help from a few people through retweets and a couple of clarification tweets. I love that so many are willing to help out so quickly. Through this I also learned that I look like Lt. Riker from Star Trek (thanks @FillineMachine).
    Through some trial and error (and a little sheer luck), I was able to reactivate the iPad without loosing any data. Note, this will only work on the computer it last synced with. Here’s how:
    1. Configurator is useless in reactivating a locked iPad. You will only be able to completely reformat the iPad using Configurator. If that’s ok with you, go for it – otherwise don’t waste your time trying to figure it out.
    2. Open iTunes with the iPad disconnected.
    3. Connect the iPad to the computer and wait for it to show up in the devices section in iTunes.
    4. Click on the iPad name when it appears and you will be given the option to restore a backup or setup as a new iPad (since it is locked).
    5. Click ‘Setup as new iPad’ and then click restore.
    6. The iPad will start backing up before it does the full restore and sync. CANCEL THE BACKUP IMMEDIATELY. You do this by clicking the small x in the status window in iTunes.
    7. When the backup cancels, it immediately starts syncing – cancel this as well using the same small x in the iTunes status window.
    8. The first stage in the restore process unlocks the iPad, you are basically just canceling out the restore process as soon as it reactivates the iPad.
    If done correctly, you will experience no data loss and the result will be a reactivated iPad. I have now tried this with about 5 iPads that were locked identically by students and each time it worked like a charm.
    ~~~~~~~~~~~~~
    Try it and good luck. You have nothing more to lose if it doesn't work for you.
     Cheers, Tom

  • Skinned scrollbar thumb does not reach the bottom of the track

    I have an application in Flex 4.1 where there is a vertical List, bound to an array. As long as the List scrollbar is not skinned, everything is ok, the thumb oscillates from top to bottom of the track. But after adding a skin it works bad. The thumb never goes to the very bottom of the track when scrolling, but locks somewhere in between. For very long list of elements, it even stops halfway.
    Despite of this behavior, the list is in fact scrolled to the last element - so the problem is not with some elements at the bottom of the list being unreachable, but it is only about the thumb not reaching the bottom of the track, which looks as if the list was locked halfway. The skin is very simple and it is just about defining an image for the track and thumb. Is there any method to ensure that the thumb always goes to the bottom of the track, regardless list size?

    I have 3 skins: for the scrollbar itself, for the track and for the thumb.Thumb and track skins are using fxg vector images, but exactly the same negative result is without fxg images, e.g. only using simple filled rectangles in place of the fxg - I just checked it.
    For Scrollbar:
    <?xml version="1.0" encoding="utf-8"?>
    <s:SparkSkin
            xmlns:flex="http://ns.adobe.com/mxml/2009"
            xmlns:s="library://ns.adobe.com/flex/spark"   
            minWidth="15" minHeight="35" alpha.disabled="0.5" alpha.inactive="0.5" >
         <s:states>
            <s:State name="normal" />
             <s:State name="inactive" />
            <s:State name="disabled" />
        </s:states>
        <s:Button id="track" 
                  focusEnabled="false" alpha="0.3"
                  skinClass="skins.VPhotoScrollbarTrackSkin" />
        <s:Button id="thumb"
                  focusEnabled="false" visible.inactive="false" alpha="0.5" left="-5"
                  skinClass="skins.VPhotoScrollbarThumbSkin" />
    </s:SparkSkin>
    For the thumb:
    <?xml version="1.0" encoding="utf-8"?>
    <s:SparkSkin
        xmlns:flex="http://ns.adobe.com/mxml/2009"
        xmlns:s="library://ns.adobe.com/flex/spark"
        xmlns:fxg="fxg.*"
    >
        <s:states>
            <s:State name="up" />
            <s:State name="over" />
            <s:State name="down" />
            <s:State name="disabled" />
        </s:states>
        <fxg:thumb />
    </s:SparkSkin>
    For the track:
    <?xml version="1.0" encoding="utf-8"?>
    <s:SparkSkin
        xmlns:flex="http://ns.adobe.com/mxml/2009"
                 xmlns:s="library://ns.adobe.com/flex/spark"
                xmlns:fxg="fxg.*"
    >
        <s:states>
            <s:State name="up" />
            <s:State name="down" />
            <s:State name="over" />
            <s:State name="disabled" />
        </s:states>
        <fxg:track  />
    </s:SparkSkin>

  • [svn:fx-trunk] 9180: When another popup is going away as the alert is going up, the Alert can get validated inside of addPopUp and its centering logic never got the event it expected .

    Revision: 9180
    Author:   [email protected]
    Date:     2009-08-07 15:11:43 -0700 (Fri, 07 Aug 2009)
    Log Message:
    When another popup is going away as the alert is going up, the Alert can get validated inside of addPopUp and its centering logic never got the event it expected.
    add the event listener earlier so it is ready if we get validated inside addPopUp
    QE Notes: versioning/baselines/mp_alert_mask_compatible.png needs updating.  I think the current baseline is incorrect.
    Doc Notes: None
    Bugs: SDK-22819
    Reviewer: darrell
    tests: checkintests mustella/components/alert
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22819
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Alert.as

    Hi or2tx2002, 
    We're really sorry to learn of all the equipment issues you've experienced in the last year. In order to discuss your replacement options, I ask that you please PM me with your wireless number, a contact number and a good time to reach you. I will be happy to reach out to you and bring resolution to this matter. 
    Thank you and I look forward to hearing from you soon. Make it a great day! 

  • Sorry, you've reached the maximum number of open tabs. Please close a few tabs first before opening additional tabs.?

    I have just opened email. There is one email. When I click to open I receve the message "Sorry, you've reached the maximum number of open tabs. Please close a few tabs first before opening additional tabs." How can I have too many tabs? Does anyone else receive this message? What do you do to get to read your email?

    Wow, never heard of that one before, is this on your Mac or an iDevice?
    Or is this WebMail in a Browser?
    http://www.justanswer.com/mac-computers/5gzyr-asked-answer-yet-hit-wrong-button. html

  • TS1424 I download movies and when I reach the full size, like 4.01 GB for an HD movie, it does not say "done" but Error Code= -36

    I download movies and when I reach the full size, like 4.01 GB for an HD movie, it does not say "done" but Error Code= -36

    What do you think about turning File Vault off?
    I'd first make a copy or backup of that Home folder first, then I'd never use Filevault again.
    Is it possible the disk could be failing but Disk Utility not pick anything up?
    Yes, DU just checks Directory structure, and not all that well at that, it is possible that there are bad blocks/sectors on the HD right where that Home Folder is located.
    And finally, where is a good place to find interpretations of those cryptic error codes?!
    For error -36, might try this...
    http://docs.info.apple.com/article.html?artnum=301580
    Well, in pure Apple File System talk... -36 ioErr I/O error (bummers)
    Not very helpful, but generally means a Drive quit being Readable or Writable since starting the operation...
    http://fuzzy.wordpress.com/2006/12/10/ioerror-36/
    Terminal for one...
    Find error code...
    /usr/bin/grep "36" /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Headers/MacErrors.h
    Or open this file in Text Edit if you have it...
    System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCor e.framework/Versions/A/Headers/MacErrors.h

  • Sqlldr Commit point reached (error)

    I am working on SQLLDR, and getting below error...
    1.
    converted EXCEL file and saved it into .csv format.
    2.
    create table imdb_top_250 (
    RANK number(3,0),
    RATING number(2,1),
    TITLE varchar2(200),
    VOTES number(12,0)
    3. imdb_top_250.ctl file
    load data
    infile "D:\loader_test\imdb_top_250.csv" badfile "D:\loader_test\imdb_top_250.bad" discardfile "D:\loader_test\imdb_top_250.dsc"
    insert
    into table imdb_top_250
    FIELDS TERMINATED BY ":" TRAILING NULLCOLS
    rank,
    rating,
    title,
    votes
    4.
    C:\Documents and Settings\Administrator>sqlldr test/test control=D:\loader_test\imdb_top_250.ctl log=D:\loader_test\test.log
    SQL*Loader: Release 10.2.0.1.0 - Production on Mon Oct 11 14:03:24 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Commit point reached - logical record count 64
    C:\Documents and Settings\Administrator>
    ----------------

    Pavan Kumar wrote:
    Hi,
    check the logfile
    - Pavan Kumar Nlog file...
    SQL*Loader: Release 10.2.0.1.0 - Production on Mon Oct 11 14:10:46 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Control File: D:\loader_test\imdb_top_250.ctl
    Data File: D:\loader_test\imdb_top_250.csv
    Bad File: D:\loader_test\imdb_top_250.bad
    Discard File: D:\loader_test\imdb_top_250.dsc
    (Allow all discards)
    Number to load: ALL
    Number to skip: 0
    Errors allowed: 50
    Bind array: 64 rows, maximum of 256000 bytes
    Continuation: none specified
    Path used: Conventional
    Table IMDB_TOP_250, loaded from every logical record.
    Insert option in effect for this table: INSERT
    TRAILING NULLCOLS option in effect
    Column Name Position Len Term Encl Datatype
    RANK FIRST * : CHARACTER
    RATING NEXT * : CHARACTER
    TITLE NEXT * : CHARACTER
    VOTES NEXT * : CHARACTER
    Record 1: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 2: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 3: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 4: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 5: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 6: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 7: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 8: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 9: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 10: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 11: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 12: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 13: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 14: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 15: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 16: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 17: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 18: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 19: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 20: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 21: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 22: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 23: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 24: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 25: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 26: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 27: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 28: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 29: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 30: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 31: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 32: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 33: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 34: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 35: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 36: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 37: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 38: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 39: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 40: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 41: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 42: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 43: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 44: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 45: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 46: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 47: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 48: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 49: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 50: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    Record 51: Rejected - Error on table IMDB_TOP_250, column RANK.
    ORA-01722: invalid number
    MAXIMUM ERROR COUNT EXCEEDED - Above statistics reflect partial run.
    Table IMDB_TOP_250:
    0 Rows successfully loaded.
    51 Rows not loaded due to data errors.
    0 Rows not loaded because all WHEN clauses were failed.
    0 Rows not loaded because all fields were null.
    Space allocated for bind array: 66048 bytes(64 rows)
    Read buffer bytes: 1048576
    Total logical records skipped: 0
    Total logical records read: 64
    Total logical records rejected: 51
    Total logical records discarded: 0
    Run began on Mon Oct 11 14:10:46 2010
    Run ended on Mon Oct 11 14:10:46 2010
    Elapsed time was: 00:00:00.08
    CPU time was: 00:00:00.04

  • Mac keeps rebooting when it reaches the grey window with the apple

    Hello,
    My Mac G5 keeps rebooting, it cannot reach the desktop.
    Yesturday, I changed the read write options on the macintosh hd (I put everyone on read write so others on the network could get access to all the files, I pressed on the wheel on the botton and "replicated" to all files in the hd).
    When I restarted the system, it hasn't booted to the desktop since.
    Is this what caused the problem???
    How can I fix this?
    I tried the utility from the install dvd to repair the rights, but it does not work, if I scan again, I get a very long list containing mainly files from the library folder.
    Thanks

    Michael.Pasteris wrote:
    Hello,
    My Mac G5 keeps rebooting, it cannot reach the desktop.
    Yesturday, I changed the read write options on the macintosh hd (I put everyone on read write so others on the network could get access to all the files, I pressed on the wheel on the botton and "replicated" to all files in the hd).
    doing this completely killed your system. you now have no choice but to do an archive and install.
    http://support.apple.com/kb/HT1710?viewlocale=en_US
    you should NEVER use "apply to enclosed items" button on ANY system created folders or on the startup drive. that includes btw such things as your Desktop folder, your home folder etc.
    and you shouldn't even try having your whole drive read+write by everybody. that's very bad from security point of view and other users have no business having read+write access to your entire system. make a folder shared and give them read+write access to that.
    When I restarted the system, it hasn't booted to the desktop since.
    Is this what caused the problem???
    How can I fix this?
    I tried the utility from the install dvd to repair the rights, but it does not work, if I scan again, I get a very long list containing mainly files from the library folder.
    Thanks

Maybe you are looking for