Error "[-109]: Lob file dropped" sometimes ...

I get the error
  [-109]: Lob file dropped
when I try to insert a record containing a BLOB. Strange as it seems, the error seems to occur depending on some parameters which I can not identify, the inserting of certain records in my app does always yield this error, inserting of some other records (into the same table) using the same piece of code would always succeed. But I can not identify what makes the difference.
I found the thread Lob file dropped where there was the suggestion to look at the diagnosis files, so I did this, but saw no oddity at all - this is the knldiag.err file just after the -109 error occurred:
Date       Time       TID(hex) Typ MsgID Label    Message-Text
2008-01-10 13:13:57                               --- Starting GMT 2008-01-10 12:13:57           7.6.00   Build 037-121-149-748
2008-01-11 14:01:47                               ___ Stopping GMT 2008-01-11 13:01:47           7.6.00   Build 037-121-149-748
2008-01-11 14:01:48                               --- Starting GMT 2008-01-11 13:01:48           7.6.00   Build 037-121-149-748
2008-01-15 10:41:04                               ___ Stopping GMT 2008-01-15 09:41:04           7.6.00   Build 037-121-149-748
2008-01-15 10:41:05                               --- Starting GMT 2008-01-15 09:41:05           7.6.00   Build 037-121-149-748
My DB is a 7.6.00.37 engine.
How can I tackle this problem?
TIA,
Alex

Hi Alexander,
the issue could be related to the PTS 1148762 which was implemented in the version 7.6.02 B15. So I would recommend you to update your database to the actual 7.6.03 version.
Best regards,
Oksana Alekseious

Similar Messages

  • "Error 109" in files returned by customer

    My workflow uses FM10 and Acrobat Pro to create .pdfs for sending out to clients. Just had a 'phone call from someone saying he can't open the .pdfs any more, even though he's been using them for a while. Acrobat Pro X brings up the bookmarks list, but then displays the message "There was an error processing this page. There was a problem reading this document (109)."
    Any idea where the problem lies and what to do about it? I suspect it may be file-corruption at the client's end, but I'd welcome confirmation before telling him so!

    Hi Niels,
    Chances are, if you are seeing error 109 when opening a PDF file, the file is corrupt. If you downloaded the file, try downloading it again. If you created the file yourself, try creating it again from the original source. That may be all you need to do to solve this problem.
    On the other hand, there may be nothing wrong with the file itself, but your PDF reader may be having trouble making sense of it:
    If you are trying to view the PDF in your browser, save the file to your desktop and then try to open it with the stand-alone Acrobat Reader. Sometimes the browser plugins cannot handle large or complex PDFs, or third party software has corrupted the browser plugin, rendering it useless.
    You may have a newer PDF file, and an old version of the Acrobat / Reader. Try updating your version of Acrobat/ Reader. This can solve many issues, including security issues known to exist in earlier versions of Acrobat software.
    You can also try saving the file as .ps file and then convert it back to pdf and check.
    Regards,
    Rave

  • Cannot delete file from error 109

    I tried to open a document and got an error 109.  the error message keeps flashing and even though I click CLOSE, it won't close.  This keeps me from closing or deleting the document or doing anything else on my MAC

    Hi isabelsingh,
    It sounds like that particular PDF may be damaged. Do you get the error with other PDFs? What version of Acrobat or Reader are you using? And, are you on Mac OS or Windows?
    If you'd like, you can try sending me the file, and I'll see if I can open/Save As on my end. Let me know, and I'll send you a private message with my email address so you can send the file along.
    Best,
    Sara

  • Read file in Acrobat 8 but error 109 and white pages in Acrobat 9

    Hi,
         I have this problem:
    I generate with vb net a pdf file that I can read without problem in Acrobat 8, but when I try to read it with Acrobat 9.3 I receive the error 109 and I can see only the first page, while other pages are white.
    Can anyone help me?
    Thanks
    Gabeluna

    Hi, thanks for the answer
    but  it doesn't resolve the problem...

  • XML log: Error during temp file creation for LOB Objects

    Hi All,
    I got this exception in the concurrent log file:
    [122010_100220171][][EXCEPTION] !!Error during temp file creation for LOB Objects
    [122010_100220172][][EXCEPTION] java.io.FileNotFoundException: null/xdo-dt-lob-1292864540169.tmp (No such file or directory (errno:2))
         at java.io.RandomAccessFile.open(Native Method)
         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:98)
         at oracle.apps.xdo.dataengine.LOBList.initLOB(LOBList.java:39)
         at oracle.apps.xdo.dataengine.LOBList.<init>(LOBList.java:30)
         at oracle.apps.xdo.dataengine.XMLPGEN.updateMetaData(XMLPGEN.java:1051)
         at oracle.apps.xdo.dataengine.XMLPGEN.processSQLDataSource(XMLPGEN.java:511)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeData(XMLPGEN.java:445)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroup(XMLPGEN.java:1121)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroup(XMLPGEN.java:1144)
         at oracle.apps.xdo.dataengine.XMLPGEN.processSQLDataSource(XMLPGEN.java:558)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeData(XMLPGEN.java:445)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroupStructure(XMLPGEN.java:308)
         at oracle.apps.xdo.dataengine.XMLPGEN.processData(XMLPGEN.java:273)
         at oracle.apps.xdo.dataengine.XMLPGEN.processXML(XMLPGEN.java:215)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeXML(XMLPGEN.java:254)
         at oracle.apps.xdo.dataengine.DataProcessor.processDataStructre(DataProcessor.java:390)
         at oracle.apps.xdo.dataengine.DataProcessor.processData(DataProcessor.java:355)
         at oracle.apps.xdo.oa.util.DataTemplate.processData(DataTemplate.java:348)
         at oracle.apps.xdo.oa.cp.JCP4XDODataEngine.runProgram(JCP4XDODataEngine.java:293)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    I have this query defined in my data template:
    <![CDATA[
    SELECT lt.long_text inv_comment
    FROM apps.fnd_attached_docs_form_vl ad,
    apps.fnd_documents_long_text lt
    WHERE ad.media_id = lt.media_id
    AND ad.category_description = 'Draft Invoice Comments'
    AND ad.pk1_value = :project_id
    AND ad.pk2_value = :draft_invoice_num
    ]]>
    Issue: The inv_comment is not printing on the PDF output.
    I had the temp directory defined under the Admin tab.
    I'm guessing if it's the LONG datatype of the long_text field that's causing the issue.
    Anybody knows how this can be fixed? any help or advice is appreciated.
    Thanks.
    SW
    Edited by: user12152845 on Dec 20, 2010 11:48 AM

    Hi All,
    I got this exception in the concurrent log file:
    [122010_100220171][][EXCEPTION] !!Error during temp file creation for LOB Objects
    [122010_100220172][][EXCEPTION] java.io.FileNotFoundException: null/xdo-dt-lob-1292864540169.tmp (No such file or directory (errno:2))
         at java.io.RandomAccessFile.open(Native Method)
         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:98)
         at oracle.apps.xdo.dataengine.LOBList.initLOB(LOBList.java:39)
         at oracle.apps.xdo.dataengine.LOBList.<init>(LOBList.java:30)
         at oracle.apps.xdo.dataengine.XMLPGEN.updateMetaData(XMLPGEN.java:1051)
         at oracle.apps.xdo.dataengine.XMLPGEN.processSQLDataSource(XMLPGEN.java:511)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeData(XMLPGEN.java:445)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroup(XMLPGEN.java:1121)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroup(XMLPGEN.java:1144)
         at oracle.apps.xdo.dataengine.XMLPGEN.processSQLDataSource(XMLPGEN.java:558)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeData(XMLPGEN.java:445)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroupStructure(XMLPGEN.java:308)
         at oracle.apps.xdo.dataengine.XMLPGEN.processData(XMLPGEN.java:273)
         at oracle.apps.xdo.dataengine.XMLPGEN.processXML(XMLPGEN.java:215)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeXML(XMLPGEN.java:254)
         at oracle.apps.xdo.dataengine.DataProcessor.processDataStructre(DataProcessor.java:390)
         at oracle.apps.xdo.dataengine.DataProcessor.processData(DataProcessor.java:355)
         at oracle.apps.xdo.oa.util.DataTemplate.processData(DataTemplate.java:348)
         at oracle.apps.xdo.oa.cp.JCP4XDODataEngine.runProgram(JCP4XDODataEngine.java:293)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    I have this query defined in my data template:
    <![CDATA[
    SELECT lt.long_text inv_comment
    FROM apps.fnd_attached_docs_form_vl ad,
    apps.fnd_documents_long_text lt
    WHERE ad.media_id = lt.media_id
    AND ad.category_description = 'Draft Invoice Comments'
    AND ad.pk1_value = :project_id
    AND ad.pk2_value = :draft_invoice_num
    ]]>
    Issue: The inv_comment is not printing on the PDF output.
    I had the temp directory defined under the Admin tab.
    I'm guessing if it's the LONG datatype of the long_text field that's causing the issue.
    Anybody knows how this can be fixed? any help or advice is appreciated.
    Thanks.
    SW
    Edited by: user12152845 on Dec 20, 2010 11:48 AM

  • Yosemite is awful- unable to empty trash, volume options are haywire, error codes on file management, and files won't replace when moved. What are my options at this point?

    Like the topic - "Yosemite is awful- unable to empty trash, volume options are haywire, error codes on file management, and files won't replace when moved. What are my options at this point?"
    I installed this OS, and it looks nice, but it's terrible to use. I randomly have the volume controls get disabled, and sometimes the volume menu in the system tray does nothing when adjusted which I've never seen in an OS before. The trash won't empty. When I try to drag and drop newer files over existing ones, nothing happens. The old ones just stay there. I have to delete the old ones and then move the new ones. And when I go into the protected files to manage audio plugins (I make music), the first thing I hit are error codes galore, and password prompts that either don't popup when they should, or don't execute the command after I provide my password.
    What can I do now that I installed the flames of **** onto my computer?

    Back up all data before proceeding.
    This procedure will unlock all your user files (not system files) and reset their ownership, permissions, and access controls to the default. If you've intentionally set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it, but you do need to follow the instructions below.
    Step 1
    If you have more than one user, and the one in question is not an administrator, then go to Step 2.
    Triple-click anywhere in the following line on this page to select it:
    sudo find ~ $TMPDIR.. -exec chflags -h nouchg,nouappnd,noschg,nosappnd {} + -exec chown -h $UID {} + -exec chmod +rw {} + -exec chmod -h -N {} + -type d -exec chmod -h +x {} + 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window by pressing command-V. I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    You'll be prompted for your login password, which won't be displayed when you type it. Type carefully and then press return. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command may take several minutes to run, depending on how many files you have. Wait for a new line ending in a dollar sign ($) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1, if you prefer not to take it, or if it doesn't solve the problem.
    Start up in Recovery mode. When the OS X Utilities screen appears, select
              Utilities ▹ Terminal
    from the menu bar. A Terminal window will open. In that window, type this:
    resetp
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not going to reset a password.
    Select your startup volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
               ▹ Restart
    from the menu bar.

  • TS1424 I can't open iTunes. Get error message "the file iTunes library.itl cannot be opened because it was created by a newer version of iTunes"

    I cannot open itunes.  Getting error message: "the file iTunes library.itl cannot be read because it was created by a newer version of iTunes"
    What do I need to do so I dont lose all my loaded music, etc.?
    Thanks

    If you still have an issue you may have to see about using the iTunes version (application) included with Snow Leopard 10.6 from the installer or an another one if available online, and see if that will install.
    Sometimes you may have uninstall the bits left in your system by the earlier (or later) iTunes installers; as they all leave a trace and these can stop a different version of iTunes from being installed.
    Not sure if the following site/link will tell the method...
    •Apple - Support - iTunes - install & update:
    http://www.apple.com/support/itunes/install/
    •Troubleshooting iTunes installation on Mac OS X:
    http://support.apple.com/kb/HT2311
    Good luck & happy computing!
    ps: i see you resolved this issue. it's magic!

  • Error ORA-01152: file 1 was not restored from a sufficiently old backup

    Its also not thread just to share info with oracle gurus here.If my findings for the below workaround is wrong then please do correct me.
    Sometime you get the error after performing restoring controlfile when you don't have autobackup controlfile on
    error ORA-01152: file 1 was not restored from a sufficiently old backup
    why?
    Cause When you shutdown the database with using the normal,transactional or immediate options not abort a full checkpoint occurs.A full checkpoint ensures that all of the dirty blocks contained in the buffer cache are written to the data files,the database comes into synchronized state at this time i.e controlfile CKPT SCN=databasefile CKPT.
    Like in this demo i am not taking backup the database in opened mode
    Demo 1
    SQL> archive log list
    Database log mode              No Archive Mode
    Automatic archival             Disabled
    Archive destination            USE_DB_RECOVERY_FILE_DEST
    Oldest online log sequence     9
    Current log sequence           11
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area  171966464 bytes
    Fixed Size                   787988 bytes
    Variable Size             145488364 bytes
    Database Buffers           25165824 bytes
    Redo Buffers                 524288 bytes
    Database mounted.
    SQL> alter database archivelog
      2  /
    Database altered.
    SQL> archive log list
    Database log mode              Archive Mode
    Automatic archival             Enabled
    Archive destination            USE_DB_RECOVERY_FILE_DEST
    Oldest online log sequence     9
    Next log sequence to archive   11
    Current log sequence           11
    Recovery Manager: Release 10.1.0.2.0 - Production
    Copyright (c) 1995, 2004, Oracle.  All rights reserved.
    RMAN> connect target sys/sys
    connected to target database: ORCL1 (DBID=1024798223)
    RMAN> list backup
    2> ;
    using target database controlfile instead of recovery catalog
    RMAN> backup database
    2> ;
    Starting backup at 08-DEC-07
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    input datafile fno=00001 name=C:\ORACLE10G\ORACLE\ORADATA\ORCL1\ORCL1\SYSTEM01.DBF
    input datafile fno=00003 name=C:\ORACLE10G\ORACLE\ORADATA\ORCL1\ORCL1\SYSAUX01.DBF
    input datafile fno=00002 name=C:\ORACLE10G\ORACLE\ORADATA\ORCL1\ORCL1\UNDOTBS01.DBF
    input datafile fno=00004 name=C:\ORACLE10G\ORACLE\ORADATA\ORCL1\ORCL1\USERS01.DBF
    channel ORA_DISK_1: starting piece 1 at 08-DEC-07
    channel ORA_DISK_1: finished piece 1 at 08-DEC-07
    piece handle=C:\ORACLE\FLASH_RECOVERY_AREA\ORCL1\ORCL1\BACKUPSET\2007_12_08\O1_MF_NNNDF_TAG20071208T143558_3ONSCZBY_.BKP
    comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:45
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    including current controlfile in backupset
    including current SPFILE in backupset
    channel ORA_DISK_1: starting piece 1 at 08-DEC-07
    channel ORA_DISK_1: finished piece 1 at 08-DEC-07
    piece handle=C:\ORACLE\FLASH_RECOVERY_AREA\ORCL1\ORCL1\BACKUPSET\2007_12_08\O1_MF_NCSNF_TAG20071208T143558_3ONSFGN7_.BKP
    comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:05
    Finished backup at 08-DEC-07
    SQL> shutdown immediate
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.Now i delete the controlfile from OS command.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  171966464 bytes
    Fixed Size                   787988 bytes
    Variable Size             145488364 bytes
    Database Buffers           25165824 bytes
    Redo Buffers                 524288 bytes
    ORA-00205: error in identifying controlfile, check alert log for more infoi don't have automatized control file backup neither i have control file copy.What i will do
    to recover control file i will restore controlfile from backup.Before doing it that i will bring
    the database in mount state.
    SQL> shutdown immediate
    ORA-01507: database not mounted
    ORACLE instance shut down.
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area  171966464 bytes
    Fixed Size                   787988 bytes
    Variable Size             145488364 bytes
    Database Buffers           25165824 bytes
    Redo Buffers                 524288 bytes
    ORA-00205: error in identifying controlfile, check alert log for more infoi have two backup piece in my backupset folder you cant check control file backup
    existence with list backup controlfile at RMAN prompt cause it needs database in
    mount state.You will have to test both backup set pieces.
    RMAN> restore controlfile from
    'C:\oracle\flash_recovery_area\orcl1\ORCL1\BACKUPSET\2007_12_08\O1_MF_NCSNF_TAG20071208T143558_3ONSFGN7_.BKP';
    Starting restore at 08-DEC-07
    using channel ORA_DISK_1
    channel ORA_DISK_1: restoring controlfile
    channel ORA_DISK_1: restore complete
    output filename=C:\ORACLE10G\ORACLE\ORADATA\ORCL1\ORCL1\CONTROL01.CTL
    output filename=C:\ORACLE10G\ORACLE\ORADATA\ORCL1\ORCL1\CONTROL02.CTL
    output filename=C:\ORACLE10G\ORACLE\ORADATA\ORCL1\ORCL1\CONTROL03.CTL
    Finished restore at 08-DEC-07
    SQL> startup
    ORACLE instance started.
    Total System Global Area  171966464 bytes
    Fixed Size                   787988 bytes
    Variable Size             145488364 bytes
    Database Buffers           25165824 bytes
    Redo Buffers                 524288 bytes
    Database mounted.
    ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
    SQL> alter database open resetlogs
      2  /
    Database altered.You can see database now comes into open mode without raising error error
    ORA-01152: file 1 was not restored from a sufficiently old backup,you can see that
    database shutdown with immediate which synchronized the control file with database
    file.
    Demo 2
    ------------Now in this demo i am taking backup the database in opened mode before backup
    database i have deleted alls previous backup.
    Database is in opened moder if i take the backup in database opened mode
    (i.e full checkpoint will not occur controlfile CKPT SCN<>datafile CKPT SCN)
    you will get the error when you will restore controlfile from backup set.
    error ORA-01152: file 1 was not restored from a sufficiently old backup
    Reason is that CKPT SCN in the datafiles will be ahead of the backupset control file no
    full checkpoint occuring. You are not taking backup in consistent state and the
    backupset will not be in consistent state.When you will restore the control file from
    backupset then yours restored control file SCN will be lesser then yours datafile
    checkpoint SCN.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  171966464 bytes
    Fixed Size                   787988 bytes
    Variable Size             145488364 bytes
    Database Buffers           25165824 bytes
    Redo Buffers                 524288 bytes
    Database mounted.
    Database opened.
    RMAN> backup database
    2> ;
    Starting backup at 11-DEC-07
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    input datafile fno=00001 name=C:\ORACLE10G\ORACLE\ORADATA\ORCL1\ORCL1\SYSTEM01.D
    BF
    input datafile fno=00003 name=C:\ORACLE10G\ORACLE\ORADATA\ORCL1\ORCL1\SYSAUX01.D
    BF
    input datafile fno=00002 name=C:\ORACLE10G\ORACLE\ORADATA\ORCL1\ORCL1\UNDOTBS01.
    DBF
    input datafile fno=00004 name=C:\ORACLE10G\ORACLE\ORADATA\ORCL1\ORCL1\USERS01.DB
    F
    channel ORA_DISK_1: starting piece 1 at 11-DEC-07
    channel ORA_DISK_1: finished piece 1 at 11-DEC-07
    piece handle=C:\ORACLE\FLASH_RECOVERY_AREA\ORCL1\ORCL1\BACKUPSET\2007_12_11\O1_M
    F_NNNDF_TAG20071211T125123_3OWJD0V5_.BKP comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:56
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    including current controlfile in backupset
    including current SPFILE in backupset
    channel ORA_DISK_1: starting piece 1 at 11-DEC-07
    channel ORA_DISK_1: finished piece 1 at 11-DEC-07
    piece handle=C:\ORACLE\FLASH_RECOVERY_AREA\ORCL1\ORCL1\BACKUPSET\2007_12_11\O1_M
    F_NCSNF_TAG20071211T125123_3OWJFT97_.BKP comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:09
    Finished backup at 11-DEC-07now i shut down the database in order to delete the control file from os command
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> deleting the controlfile from oradata folder
    SQL> startup
    ORACLE instance started.
    Total System Global Area  171966464 bytes
    Fixed Size                   787988 bytes
    Variable Size             145488364 bytes
    Database Buffers           25165824 bytes
    Redo Buffers                 524288 bytes
    ORA-00205: error in identifying controlfile, check alert log for more infonow i would restore the controlfile from backupset.
    RMAN> restore controlfile from 'C:\oracle\flash_recovery_area\orcl1\ORCL1\BACKUP
    SET\2007_12_11\O1_MF_NCSNF_TAG20071211T125123_3OWJFT97_.BKP'
    2> ;
    Starting restore at 11-DEC-07
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=159 devtype=DISK
    channel ORA_DISK_1: restoring controlfile
    channel ORA_DISK_1: restore complete
    output filename=C:\ORACLE10G\ORACLE\ORADATA\ORCL1\ORCL1\CONTROL01.CTL
    output filename=C:\ORACLE10G\ORACLE\ORADATA\ORCL1\ORCL1\CONTROL02.CTL
    output filename=C:\ORACLE10G\ORACLE\ORADATA\ORCL1\ORCL1\CONTROL03.CTL
    Finished restore at 11-DEC-07
    SQL> shutdown immediate
    ORA-01507: database not mounted
    ORACLE instance shut down.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  171966464 bytes
    Fixed Size                   787988 bytes
    Variable Size             145488364 bytes
    Database Buffers           25165824 bytes
    Redo Buffers                 524288 bytes
    Database mounted.
    ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
    SQL> alter database open resetlogs
      2  /
    alter database open resetlogs
    ERROR at line 1:
    ORA-01152: file 1 was not restored from a sufficiently old backup
    ORA-01110: data file 1: 'C:\ORACLE10G\ORACLE\ORADATA\ORCL1\ORCL1\SYSTEM01.DBF'what would you do that now you have lost controlfile ,you dont have copy either you dont
    have autobackup on for controlfile,you need to create the control file
    SQL> shutdown immediate
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup nomount
    ORACLE instance started.
    Total System Global Area  171966464 bytes
    Fixed Size                   787988 bytes
    Variable Size             145488364 bytes
    Database Buffers           25165824 bytes
    Redo Buffers                 524288 bytes
    SQL> create controlfile reuse database orcl1 noresetlogs archivelog
      2  MAXLOGFILES 50
      3  MAXLOGMEMBERS 3
      4  MAXDATAFILES 300
      5  MAXINSTANCES 8
      6  MAXLOGHISTORY 500
      7  LOGFILE
      8                     GROUP 1 'C:\oracle10g\oracle\oradata\orcl1\orcl1\redo01.LOG',
      9                     GROUP 2 'C:\oracle10g\oracle\oradata\orcl1\orcl1\redo02.LOG',
    10                     GROUP 3 'C:\oracle10g\oracle\oradata\orcl1\orcl1\redo03.LOG'
    11  DATAFILE
    12                     'C:\oracle10g\oracle\oradata\orcl1\orcl1\SYSAUX01.DBF',
    13                     'C:\oracle10g\oracle\oradata\orcl1\orcl1\SYSTEM01.DBF',
    14                     'C:\oracle10g\oracle\oradata\orcl1\orcl1\UNDOTBS01.DBF',
    15                     'C:\oracle10g\oracle\oradata\orcl1\orcl1\USERS01.DBF'
    16 
    SQL> /
    Control file created.
    SQL> alter database open
      2  /
    Database altered.Khurram

    No need to manually recreate the controlfile. Simply issue RECOVER DATABASE prior to opening database.
    E:\>rman target /
    Recovery Manager: Release 10.2.0.1.0 - Production on Sun Dec 30 01:22:34 2007
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    connected to target database (not started)
    RMAN> startup
    Oracle instance started
    database mounted
    database opened
    Total System Global Area     612368384 bytes
    Fixed Size                     2006192 bytes
    Variable Size                239076176 bytes
    Database Buffers             364904448 bytes
    Redo Buffers                   6381568 bytes
    RMAN> backup database;
    Starting backup at 30-DEC-07
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=148 devtype=DISK
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    input datafile fno=00001 name=E:\ORACLE\ORADATA\ORA10G\SYSTEM01.DBF
    input datafile fno=00002 name=E:\ORACLE\ORADATA\ORA10G\UNDOTBS01.DBF
    input datafile fno=00003 name=E:\ORACLE\ORADATA\ORA10G\SYSAUX01.DBF
    input datafile fno=00004 name=E:\ORACLE\ORADATA\ORA10G\USERS01.DBF
    channel ORA_DISK_1: starting piece 1 at 30-DEC-07
    channel ORA_DISK_1: finished piece 1 at 30-DEC-07
    piece handle=D:\DB_BACKUPS\12J4S23M_1_1.BKP tag=TAG20071230T012302 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:01:35
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    including current control file in backupset
    including current SPFILE in backupset
    channel ORA_DISK_1: starting piece 1 at 30-DEC-07
    channel ORA_DISK_1: finished piece 1 at 30-DEC-07
    piece handle=D:\DB_BACKUPS\13J4S26L_1_1.BKP tag=TAG20071230T012302 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:03
    Finished backup at 30-DEC-07
    RMAN> shutdown immediate
    database closed
    database dismounted
    Oracle instance shut down
    RMAN> exit
    Recovery Manager complete.
    E:\>del e:\oracle\oradata\ora10g\*.ctl
    E:\>rman target /
    Recovery Manager: Release 10.2.0.1.0 - Production on Sun Dec 30 01:25:39 2007
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    connected to target database (not started)
    RMAN> startup
    Oracle instance started
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of startup command at 12/30/2007 01:25:56
    ORA-00205: error in identifying control file, check alert log for more info
    RMAN> restore controlfile from 'D:\DB_BACKUPS\13J4S26L_1_1.BKP';
    Starting restore at 30-DEC-07
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=157 devtype=DISK
    channel ORA_DISK_1: restoring control file
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:03
    output filename=E:\ORACLE\ORADATA\ORA10G\CONTROL01.CTL
    output filename=E:\ORACLE\ORADATA\ORA10G\CONTROL02.CTL
    output filename=E:\ORACLE\ORADATA\ORA10G\CONTROL03.CTL
    Finished restore at 30-DEC-07
    RMAN> alter database mount;
    database mounted
    released channel: ORA_DISK_1
    RMAN> alter database open resetlogs;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of alter db command at 12/30/2007 01:27:33
    ORA-01152: file 1 was not restored from a sufficiently old backup
    ORA-01110: data file 1: 'E:\ORACLE\ORADATA\ORA10G\SYSTEM01.DBF'
    RMAN> recover database;
    Starting recover at 30-DEC-07
    Starting implicit crosscheck backup at 30-DEC-07
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=156 devtype=DISK
    Crosschecked 1 objects
    Finished implicit crosscheck backup at 30-DEC-07
    Starting implicit crosscheck copy at 30-DEC-07
    using channel ORA_DISK_1
    Finished implicit crosscheck copy at 30-DEC-07
    searching for all files in the recovery area
    cataloging files...
    no files cataloged
    using channel ORA_DISK_1
    starting media recovery
    archive log thread 1 sequence 1 is already on disk as file E:\ORACLE\ORADATA\ORA10G\REDO03.LOG
    archive log filename=E:\ORACLE\ORADATA\ORA10G\REDO03.LOG thread=1 sequence=1
    media recovery complete, elapsed time: 00:00:02
    Finished recover at 30-DEC-07
    RMAN> alter database open resetlogs;
    database opened
    RMAN> shutdown immediate
    database closed
    database dismounted
    Oracle instance shut down
    RMAN> startup
    connected to target database (not started)
    Oracle instance started
    database mounted
    database opened
    Total System Global Area     612368384 bytes
    Fixed Size                     2006192 bytes
    Variable Size                247464784 bytes
    Database Buffers             356515840 bytes
    Redo Buffers                   6381568 bytes
    RMAN>

  • Revel Error Message: "Some files could not be uploaded."

    Error Message: "Some files could not be uploaded. 1 file was unable to be uploaded and was skipped." I am a Revel user from its inception. I have never had upload errors before in Adobe Revel. I am trying to upload jpeg files in the same way I have done for months, which is by dragging and dropping files directly into an album I have created. Starting yesterday, only some files upload properly. Others receive the above error message. When I have tried to re-upload the jpegs which have not gone, I receive either the same error message or a slightly different error which indicates the files are not uploading because they are duplicates. They're not duplicates and appear nowhere else in my Revel albums. I have rebooted my Window 7 PC, I have repeatedly logged out and back into Revel. I have tried both Firefox and IE. I have tried creating new albums and uploading the failed files to a new album. I have cleared my Firefox cache. I have tried both the "drag and drop" feature and the "Add Photos or Videos" button in Revel. I have tried using the "Export to Revel" feature in Adobe Photoshop Elements 11. I have tried uploading never-before-attempted files, and - on average - only 25% of those brand-new files are uploading. I am a subscriber and pay for the Revel service, so I am not bumping into any upload quotas. I have read through these forums and have found problems similar to mine as far back as May 2013, but none of the problems ever seem to have been resolved other than the users simply giving up. Can you help? I am becoming increasingly confused with respect to which files have succeeded and which files have failed. Thank you. -Dori

    Yvonne-
    You can have many libraries with many albums and files within them. Each library is independent, so if you upload a file to two libraries then you two copies. If you put a photo from a library in albums that live within that library, then there is only one copy in the library that each album has access to so it will show up when you view the album. This might help : http://forums.adobe.com/message/5197228#5197228.
    I found a few incomplete files in your account also. We will take care of this for you and contact you when it is complete.
    Pattie
    Some of these links might also be useful to you:
    Revel FAQ’s:
    http://forums.adobe.com/community/revel/faq
    especially:
    FAQ: Where can I learn tips and tricks about Revel? http://forums.adobe.com/message/5798092#5798092
    FAQ: How do I share my photos in Revel? http://forums.adobe.com/thread/1295026
    FAQ: How do I add (upload) files to revel? http://forums.adobe.com/thread/1162795?tstart=0

  • External Hard drive getting errors when copying files?

    When I'm copying files to my hard drive I keep getting errors that the file is in use.  It was originally stopping at around the 167.8MB mark everytime when I try copying files over and giving me that error.  As this is a 1TB HDD I have no way of backing it up until I get to the US (currently studying in Australia).  So just wondering if anyone had ideas.
    Things I've done:
    - Tried using HDD over Firewire/USB and with other Macs still same errors
    - Tried Disk Utility and sometimes it I get no errors with the disk when I do Repair/Verify Disk or I get an error where the disk can't be unmounted
         - I get that error of unmounting when I normally unmount them and I have to unplug the HDD for it to be readable again.
    - I try copying files from it or to it, and sometimes files copy to my Computer entirely even 2GB ones, but other times it stops at random intervals, and it always   stops when copying files to the HDD that never works, usually stops at random times.  :\
    Any suggestions, help, or programs I can use for HDD repair would be great!
    Thanks a lot,
    godzillafan8686

    Wondering if I could bump this up a bit, still having problems with it.

  • Error writing workspace file

    Hi all!
    When I compile my CVI Project I get sometimes the following message: "Error writing workspace file d:\.... (File already exists)", and afterwards the question to continue or not (see the pictures).
    When I continue, the existing .cws file will be deleted. A new cws file is created only on the next compilation. So, when I close CVI before the next compilation, the cws file is lost. Not dangerous but annoying.
    I observe this behavior only since version 2013.
    What's wrong?
    Regards,
    Thomas
    Attachments:
    Error1+.jpg ‏37 KB

    Hi, Thomas!
    It seems like my similar problem (http://forums.ni.com/ni/board/message?board.id=180&message.id=60376#M60376).
    Unfortunately I never beat this (the "solution" doesn't work, the problrem persists). I try to set / change W7 directory access rights without success.
    By some indicies I suspect that the cause may be somewhere in file access process on a multi-core computer (I have Dell VOSTRO with Core i7) - but I do not have idea how to verify this.
    Regards,
    George

  • Error 109

    Hello, I have recently purchased my registered version of CS6 Extended which is expected to be in the mail in a few days. However, i felt it would be a good idea to try to install the trial version so when it came i can just enter the code. It keeps giving me error 109 at the beginning of the download (The step after download assistant) And I have followed the steps on the solution pages a multitude of times. Just to put it out there also, I have bought a liscened version of PS Elements 8 yesterday also and it would install but not open with also the "Elements 8.0 has stopped working..." notice coming up. I would like to know how to get my products installed, I'm running Windows Vista OS here is a link to the screen shot of my system properties http://i50.tinypic.com/2ymgj9e.png
    I have currently uninstalled all things relating to adobe (except flash) In prep for more suggestions. I would appreciate help.

    If you have already completed solution 1 in Troubleshoot Adobe Download Assistant - http://helpx.adobe.com/creative-suite/kb/troubleshoot-download-assistant.html#main_Solutio n_1.  Then please try intiating a direct download by following the steps listed at http://forums.adobe.com/thread/981369.
    Also you maybe receiving the error 109 due to the location chosen to download the install files too.  Please try choosing the default location of your User folder.

  • Error 109 Problem when trying to download 5.5 trial?

    So i've uninstalled everything Adobe on my mac, and deleted any other straggling folders that did not have an "uninstall" anywhere in them, and have even downloaded the Adobe Creative Suite Cleaner Tool and it couldn't even find anything to uninstall so I'm pretty sure I got everything. But I've been trying to download this free trial for the past 3 hours now and it shows this everytime it gets a little bit going:
    It says "Error downloading this product (Error 109). Check your network connection or destination disk.  You can also use the "Reset product download" button to try to download the product again."  Well, I've checked my connection, and its perfectly fine, and i've tried the Reset button about 3 times now and it still has this error message pop up.  Help?  And someone better reply because I never get replies on my posts I make on forums. >=[

    For errors 109
    Solution 1
    Clear the browser cookies.
    Go back to the Adobe.com download page and refresh the page.
    Click on the Download button again to launch the ADA.
    If the download does not start, verify your network connection and try again.
    If your network connection works normally and you still get an  error message after a few attempts, delete the contents of the Local  Store folder (see path below).
    Launch the ADA and accept the license agreement.
    Close the ADA and follow steps 2 and 3 again.
    If the issue is still unresolved check to make sure all anti-virus and firewall software is temporarily disabled.
    Close the ADA and follow steps 2 and 3 again.
    Solution 2
    The trial software is downloaded in compressed files that you extract so that the installer can run. Insufficient disk space on the destination drive can cause extraction errors.
    Check your hard drive to make sure that there is sufficient space for the download and extraction.
    If necessary, remove some programs and files to create enough available hard disk space for the download and extraction.
    Quit Adobe Download Assistant and then restart it. The extraction process starts automatically.
    Solution 3
    Check to see which version of Internet Explorer you are using by choosing Help > About Internet Explorer.
    If you are using Internet Explorer 6, upgrade to Internet Explorer  8.  Or, use a different browser, such as Mozilla Firefox or Google  Chrome.
    If the issue is still unresolved go to the Adobe Download Asisstant  preferences location ( see below) and delete the Local Store folder..
    Go back to the Adobe.com download page and refresh the page.
    Click on the Download button to launch the ADA.
    The ADA will launch and you will need to accept the the license again and sign in to start the download.
    Note: You can resolve most errors by clicking the Reset Product Download button .  The download either resumes from the point where the error occurred, or  restarts from the beginning. If the error persists, try deleting the  Adobe Download Assistant preferences file. Then, restart the download  from Adobe.com.
    Adobe Download Assistant preferences location:
    Windows XP: C:\Documents and Settings\<user>\Application Data\com.adobe.downloadassistant.AdobeDownloadAssistant\Local Store
    Windows 7 and Vista:  C:\Users\<login>\AppData\Roaming\com.adobe.downloadassistant.AdobeDownloadAssistant\Local Store              
    Mac OS: /Users/<login>/Library/Preferences/com.adobe.downloadassistant.AdobeDownloadAssistant,  and  /Users/<login>/Library/Caches/com.adobe.downloadassistant.AdobeDownloadAssistant
    Solution 4
    Error  106 occurs if you have previously initiated the download and then  initiated a second download of a different trial product before the  first download finishes.
    Error 105 occurs if you have initiated a duplicate download of a trial product which is already downloading in the ADA queue.
    Solution 5
    The  message, "Sorry, an error occurred," occurs when you use the Adobe  Download Assistant in an account with insufficient administrative  privileges. Either create an account with Administrator privileges or  log in to an existing account with administrative privileges. Then, try  the download again.

  • Download Assistant for Mac keeps failing with Error 109

    I used to download Adobe products just fine before the "Assistant" requirement.  I have the latest Adobe Air, and the latest Assistant.  It keeps giving error 109, and I have followed the troubleshooting document to remove the preference file, and cache folder.  My network connection is fine, as I am able to download other SW from other sites just fine.
    The only thing that may be left is that we use a proxy server, and maybe this download assistant is using a CDN to distribute the download?  We whitelist all the IT companies like Adobe, Microsoft, Apple, etc, so that Updates can be applied without authenticating with the proxy, so maybe this utility is using a different URL other than Adobe.com?
    I'll have to do some packet sniffing on my end to see exactly what's happening, but it's a bit frustrating that this tool is supposed to make downloading easier, but I have now spent almost an hour on this, and now more time will be spent.
    Maybe offering the user an "old fashioned" download through your browser link for times like this?

    Hi, Thanks for replying.  I ended up using 'WireShark' to 'sniff' my traffic, and was able to extract the direct link of the product:
    http://trials3.adobe.com/AdobeProducts/DSST/CS6/osx10/DesignWebPremium_CS6_LS16.dmg
    Unfortunately, that hangs as well.  I've tried Chrome, Firefox, and Safari on the Mac.  It must be something our proxy doesn't like, because I'm seeing the requests, it's just I never "get anything back". 
    I've got another network I can try that's for our visitor's to use, which is just a basic DSL connection, with a wide open firewall.  That should take our proxy out of the equation, but everything else w do with Adobe works fine with the proxy.  We have 12 seats of CS5, and just upgraded to CS6 (hence the download requirement) and I've never had a problem.
    (I also did follow that troubleshooting link before I posted this issue)

  • Any edits in Acrobat 9.5 cause error (109)

    Good Afternoon,
    I'm not sure what has changed recently, but a large part of my firm has started experiencing error (109) whenever they attempt to save after editing a pdf document. Most of them are on 9.5.5, a few are on 9.5.3.
    My first advisement was to print the document to PDF and save that to their desktop in order to maintain their changes so they could then reupload to Sharepoint or bring the file into a binder in Engagement (accounting software), assuming some sort of interaction with the network was causing the error. However, that didn't make the error (109) go away. Even files that were printed to pdf and saved on the desktop cannot be edited and resaved on the desktop without that error reoccuring.
    If it was one or two users, I'd suspect a rogue program of some sort was causing incompatibility issues, but it's getting into the low 30s now and I'm hoping to get this solved.
    Thanks

    Excellent suggestions Lori. We're unable to use Pro to troubleshoot at the moment, but we were able to see that all the files are generated by the same program under the description tab (GoSystems). I'm currently running through some test with my users to figure out how these documents are being saved.
    We've narrowed the behavior to any deletion produces the Error (109) upon saving. This could be pages or even edits added during the same session. If any item is deleted, then saving the document will produce the error. Strangely enough, opening the document, doing save-as before any work is done, then overwriting the document with itself removes this behavior and the file behaves appropriately.
    I'll let you know if any other problems crop up in Acrobat related to this issue, but for now it appears to be another companies template/print behavior + user issue.
    Thank you.

Maybe you are looking for

  • Kodo Connector in WebSphere 4.0.2

    Hello, WebSphere 4.0.2 supports JCA. Could I install the Kodo Connector in WebSphere? Are there any tests and/or documents? Andreas

  • Error in Print Preview - Billing ( Not able to get print preview)

    Dear All, I am facing problem in print preview. I create new billing type and assign default output type and output determination procedure. I also assign output type in procedure. Also maintain condition record for the same. In billing document GO T

  • Import Movie clips between iPhoto libraries.

    I need to import iPhoto movie clips from one iPhoto library to another.  I was successful to share the library and import the photos but the movie clips taken with my iPhone do not show up to import.  Please help.

  • Sap ABAP report cann't call excel which is installed actually.

    Hi experts:     When I try to run a sap abap report to show data by calling Excel, a message popped up saying that "Excel has not been installed", however It has been installed on my computer and this error doesn't happen to my collegues,  would you

  • Displaying error automatically selects row in grid

    Hi, I have a mask that has table, textfield and button. When I click button, i save textfield value into database, and if there is an error, i display message in message box. Here come the problem; if message box is displayed, first row in table is a