ORA-39126 when exporting with expdp

Hi there,
I'm getting a crash on 11g 11.1.0.7 when exporting a schema using expdp:
expdp
Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Estimate in progress using BLOCKS method...
Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
Total estimation using BLOCKS method: 3.096 GB
ORA-39126: Worker unexpected fatal error in KUPW$WORKER.UNLOAD_METADATA [TABLE_DATA:"NSNPL"."SYS_EXPORT_SCHEMA_02"]
ORA-22813: operand value exceeds system limits
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.KUPW$WORKER", line 7839
----- PL/SQL Call Stack -----
  object      line  object
  handle    number  name
0x14d81a160     18237  package body SYS.KUPW$WORKER
0x14d81a160      7866  package body SYS.KUPW$WORKER
0x14d81a160      2744  package body SYS.KUPW$WORKER
0x14d81a160      8504  package body SYS.KUPW$WORKER
0x14d81a160      1545  package body SYS.KUPW$WORKER
0x14d81db88         2  anonymous block
ORA-39126: Worker unexpected fatal error in KUPW$WORKER.UNLOAD_METADATA []
ORA-22813: operand value exceeds system limits
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
ORA-06512: at "SYS.KUPW$WORKER", line 7834
----- PL/SQL Call Stack -----
  object      line  object
  handle    number  name
0x14d81a160     18237  package body SYS.KUPW$WORKER
0x14d81a160      7866  package body SYS.KUPW$WORKER
0x14d81a160      2744  package body SYS.KUPW$WORKER
0x14d81a160      8504  package body SYS.KUPW$WORKER
0x14d81a160      1545  package body SYS.KUPW$WORKER
0x14d81db88         2  anonymous block
Job "NSNPL"."SYS_EXPORT_SCHEMA_03" stopped due to fatal error at 00:57:23
This look awfully similar to bug 6991626 (cf ID 737618.1), however the database has already been successfully patched (and in fact even repatched) for this bug:
$ORACLE_HOME/OPatch/opatch lsinventory
Invoking OPatch 11.1.0.6.2
Oracle Interim Patch Installer version 11.1.0.6.2
Copyright (c) 2007, Oracle Corporation.  All rights reserved.
Oracle Home       : /opt/oracle/db11g
Central Inventory : /opt/oracle/inventory
   from           : /etc/oraInst.loc
OPatch version    : 11.1.0.6.2
OUI version       : 11.1.0.7.0
OUI location      : /opt/oracle/db11g/oui
Log file location : /opt/oracle/db11g/cfgtoollogs/opatch/opatch2010-06-02_08-23-53AM.log
Lsinventory Output file location : /opt/oracle/db11g/cfgtoollogs/opatch/lsinv/lsinventory2010-06-02_08-23-53AM.txt
Installed Top-level Products (2):
Oracle Database 11g                                                  11.1.0.6.0
Oracle Database 11g Patch Set 1                                      11.1.0.7.0
There are 2 products installed in this Oracle Home.
Interim patches (6) :
Patch  6991626      : applied on Tue Jun 01 22:35:32 WET 2010
   Created on 14 Oct 2008, 23:25:07 hrs PST8PDT
   Bugs fixed:
     6991626
[...]Does anyone have an idea on what might be the culprit here?
Thanks for your help,
Chris

Hi Prathmesh,
in fact I saw this very thread before and I made sure that both solutions were applied. Moreover as I said patch 6991626 had already been applied earlier, precisley to fix this problem, and I've had been able to successfully export other albeit somewhat smaller schemas (500M instead of 3GB) in the last few months. This is why I was so puzzled to see that exact bug raise its ugly head again. As far as I can tell I didn't do any modification to the DB since that last patch in nov. 2009. In fact the DB has been running pretty much untouched since then.
I even tried yestereday to reinstalled the patch again; opatch does the operation gracefully, first rolling back the patch then reapplying it again, with only a warning about the patch being already present. However the pb does not get fixed any better.
Thanks a lot for your help,
Chris

Similar Messages

  • Long estimate times when exporting with EXPDP

    Hello Everyone,
    I have a few questions about using EXPDP. I'm running Oracle Database 10g Enterprise Edition Release 10.2.0.1.0.
    I'm trying to understand whether or not the export times I'm seeing are reasonable. First, I am performing a SCHEMA export, excluding users, grants, roles, statistics, and several tables. When using block estimation, the following operations take 10 minutes to complete for a single schema:
    6/7/2010 12:39:39 PM: Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    6/7/2010 12:49:12 PM: Total estimation using BLOCKS method: 512 KB
    6/7/2010 12:49:13 PM: Processing object type SCHEMA_EXPORT/TABLESPACE_QUOTA
    6/7/2010 12:49:14 PM: Processing object type SCHEMA_EXPORT/TABLE/TABLE
    10 minutes seems completely unreasonable for 6 tables composing so little data. The 10 minute times appears to be constant regardless of the data size. For example, another schema (with about 30 tables) produces the following output:
    6/7/2010 12:10:52 PM: Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    6/7/2010 12:20:33 PM: Total estimation using BLOCKS method: 16.08 GB
    6/7/2010 12:20:35 PM: Processing object type SCHEMA_EXPORT/TABLE/TABLE
    6/7/2010 12:20:36 PM: Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
    Also in about 10 minutes! I wouldn't expect these times to be so close for about 100000x more data! Why does the estimate take so much time? I would expect the block estimate to be a simple calculation over data the DB server is already keeping around.
    When using estimate=statistics, the behavior is even stranger. In this case, the "Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA" operations all take ~17 minutes (regardless of the volume of data in the schema), and the actual export lines in the output (". . exported "test_schema"."table_a" 5.056 MB 5782 rows") complete very quickly (< 2 secs).
    Is this kind of behavior expected?
    To collect these times, I wrote a small application that kicks off expdp and reads the output along with a timestamp one line at a time. If the tool is buffering it's output, that might explain some of this, though for the block estimate, I see the following output during the table exports, which seems reasonable:
    6/7/2010 12:20:47 PM: . . exported "test_schema"."table_a" 2.332 MB 915 rows
    6/7/2010 12:22:58 PM: . . exported "test_schema"."table_b" 954.8 MB 32348 rows
    6/7/2010 12:23:59 PM: . . exported "test_schema"."table_c" 975.6 MB 60573 rows
    6/7/2010 12:24:38 PM: . . exported "test_schema"."table_d" 553.8 MB 973 rows
    6/7/2010 12:24:56 PM: . . exported "test_schema"."table_e" 159.6 MB 2562 rows

    The command:
    expdp 'schema/********@server' estimate=blocks directory=DATA_PUMP_DIR dumpfile=8be7d007-e6c1-4e10-8164-db27d9fce103.dmp logfile=8be7d007-e6c1-4e10-8164-db27d9fce103.log SCHEMAS='schema' EXCLUDE=SCHEMA_EXPORT/USER,SCHEMA_EXPORT/SYSTEM_GRANT,SCHEMA_EXPORT/ROLE_GRANT,SCHEMA_EXPORT/DEFAULT_ROLE,SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA,SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS,SCHEMA_EXPORT/TABLE/COMMENT,SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
    The new output:
    6/7/2010 4:22:19 PM: Estimate in progress using BLOCKS method...
    6/7/2010 4:22:19 PM: Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    6/7/2010 4:29:48 PM: . estimated "schema"."table1" 11.89 GB
    6/7/2010 4:29:48 PM: . estimated "schema"."table2" 1.298 GB
    6/7/2010 4:29:48 PM: . estimated "schema"."table3" 1.041 GB
    Judging by the output, I'm guessing that expdp is buffering the output and my tool is reading it all at once, such that each "estimated" line has nearly the same time. Is there a better way to to timing information from the estimation?
    Thanks for the help!

  • My new iMac with FCPX crashes when rendering complex templates and crashes when exporting with Motion 5

    My new iMac with FCPX crashes when rendering complex templates and crashes when exporting with Motion 5
    Using Motion 5.0.6 and Final Cut Pro X 10.0.7 on New iMac (December 2012)  Mountain Lion,
    Intel Core i7 quad-core a 3,4GHz, Turbo Boost fino a 3,9GHz
    32GB di SDRAM DDR3 a 1600MHz - 4 x 8GB
    Fusion Drive da 3TB
    NVIDIA GeForce GTX 680MX 2GB GDDR5
    During the rendering of complex FCPX mac crashes and I have to force a restart.
    I also happens when I try to export movies with Motion 5.
    Does anyone have the same problem with my new iMac?

    Problems such as yours are sometimes caused by files that should belong to you but are locked or have wrong permissions. This procedure will check for such files. It makes no changes and therefore will not, in itself, solve your problem.
    First, empty the Trash.
    Launch the 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.
    Triple-click anywhere in the line below to select it, then drag or copy it — do not type — into the Terminal window:
    find . $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 -o -acl \) 2> /dev/null | wc -l
    Press return. The command may take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear.
    The output of this command, on a line directly below what you entered, will be a number such as "35." Please post it in a reply.

  • Computer freezes when exporting with Adobe Media Encoder

    Hi, whenever I start to export via media Encoder, my computer kind of freezes...I am not able to edit or even use any other applictions when exporting with Adobe media encoder. This did not happen with the older version CC7. Any hints please? Very frustrating.

    I think the same problem:
    Part of audio missing in mp4 AAC rendered files from Watched Folders
    Probably with cached files. Try this: Adobe Media Encoder 2014.2 Part of audio missing in mp4 AAC rendered files - cache problem? - Video Production Stack Exc…

  • Footage pixelated when exported with compressor

    I've film HD video and edited with FCP, the aspec ratio on the sequence is 720x480 anamorphic, and it looks great, when I export it with QuicK Time it looks great but DVD Studio Prp doesn't support the settings. when I export it with Compressor, DVD Studio Pro imports it fine, but it is very, very pixelated.
    What would be the best option to use when exporting with Compressor.
    What I want is that the WideScreen image shrinks when viewing it on a Standard TV, I've done it with iDVD but when watching it on a standard tv is cuts the two sides of the image.
    Thank you for your help.

    If editing HD material you would be best off editing in the HD timeline, size and Codec (not sure if you did that and then down rezzed?) SD DVDs used compressed video, so anything that compresses things more prior to the compression to an SD m2v (video used on DVDs) can lead to more of a quality hit.
    Anyway what you would do is export the movie as self-contained movie, reference movie or directly to Compressor to a 16:9 m2v preset (including one you made yourself) and use that in DVD SP
    Take a look [at this thread|http://discussions.apple.com/thread.jspa?messageID=11040698&#11040698] and [this thread|http://discussions.apple.com/message.jspa?messageID=11287710#11287710]
    I outline the procedures a bit more and also include links to some movies and other information

  • ORA-39126 when attempting expdp with network_link

    I'm trying to use expdp to get a dump of a db on another box so I can duplicate it on my dev machine.
    I created a network link using :
    create public database link preprodlink connect to "TESTUSER" identified by "testpass" using '(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=my.machine.eu)(PORT=1521)))(CONNECT_DATA=(SID=PREPRODSID)))';
    I have verified that this seems ok by doing :
    select * from dual@preprodlink;
    which runs successfully.
    I then created a local user to match the schema with :
    create user TESTUSER identified by testpass;
    grant all privileges to TESTUSER;
    I then attempt to do the actual export using
    expdp TESTUSER/testpass directory=oratmp network_link=preprodlink dumpfile=TESTUSER.dmp schemas=TESTUSER exclude=statistics
    But I get error ORA-39126 and PLS-00201.
    I can't figure out what the problem is.
    Full export log is below :
    Export: Release 11.2.0.2.0 - Production on Wed Sep 12 04:08:58 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    Connected to: Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production
    Starting "TESTUSER"."SYS_EXPORT_SCHEMA_02": TESTUSER/******** directory=oratmp network_link=preprodlink dumpfile=TESTUSER.dmp schemas=TESTUSER exclude=statistics
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    ORA-39126: Worker unexpected fatal error in KUPW$WORKER.CONFIGURE_METADATA_UNLOAD [ESTIMATE_PHASE]
    ORA-06550: line 1, column 13:
    PLS-00201: identifier 'DBMS_METADATA.NETWORK_OPEN@PREPRODLINK' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 8358
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    4B5C9DC0 19208 package body SYS.KUPW$WORKER
    4B5C9DC0 8385 package body SYS.KUPW$WORKER
    4B5C9DC0 6628 package body SYS.KUPW$WORKER
    4B5C9DC0 12605 package body SYS.KUPW$WORKER
    4B5C9DC0 2546 package body SYS.KUPW$WORKER
    4B5C9DC0 9054 package body SYS.KUPW$WORKER
    4B5C9DC0 1688 package body SYS.KUPW$WORKER
    5113DAC8 2 anonymous block
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    ORA-39126: Worker unexpected fatal error in KUPW$WORKER.CONFIGURE_METADATA_UNLOAD [ESTIMATE_PHASE]
    ORA-06550: line 1, column 13:
    PLS-00201: identifier 'DBMS_METADATA.NETWORK_OPEN@PREPRODLINK' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 8358
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    4B5C9DC0 19208 package body SYS.KUPW$WORKER
    4B5C9DC0 8385 package body SYS.KUPW$WORKER
    4B5C9DC0 6628 package body SYS.KUPW$WORKER
    4B5C9DC0 12605 package body SYS.KUPW$WORKER
    4B5C9DC0 2546 package body SYS.KUPW$WORKER
    4B5C9DC0 9054 package body SYS.KUPW$WORKER
    4B5C9DC0 1688 package body SYS.KUPW$WORKER
    5113DAC8 2 anonymous block
    Job "TESTUSER"."SYS_EXPORT_SCHEMA_02" stopped due to fatal error at 04:09:13

    Oh well,
    SQL> desc dbms_metadata
    FUNCTION ADD_TRANSFORM RETURNS NUMBER
    ....Other than that, the point was what Dean says; check remote db (invalid packages, etc.). Involve remote db's dba. Is it possible to run export db locally on the remote db?
    For invalid objects, try something like
    select object_name, object_type from dba_objects where status != 'VALID';
    edit:
    forum ate not equal
    Edited by: orafad on Sep 13, 2012 3:49 PM
    Edited by: orafad on Sep 13, 2012 7:38 PM

  • Getting an ORA-39126 when importing

    When i am doing
    Connected to: Oracle Database 10g Release 10.2.0.3.0 - Production
    Master table "SYSTEM"."SYS_IMPORT_SCHEMA_02" successfully loaded/unloaded
    Starting "SYSTEM"."SYS_IMPORT_SCHEMA_02":  system/********@o10g directory=my_imp_dir CONTENT=ALL TABLE_EXISTS_ACTION=REPLACE dumpfile=*****.dmp logfile=my_log_dir:imp.log schemas=e5_database REMAP_TABLESPACE=******:ERGO_USR REMAP_TABLESPACE=*****:ERGO_INDX
    Processing object type DATABASE_EXPORT/SCHEMA/USER
    i get the following error.
    +ORA-39126: Worker unexpected fatal error in KUPW$WORKER.PUT_DDL [FUNCTION:"E5_DA+
    TABASE"."GET_DB_VERSION"]
    ORA-44001: invalid schema
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 6266
    ----- PL/SQL Call Stack -----
    object      line  object
    handle    number  name
    +22BD2830 14916 package body SYS.KUPW$WORKER+
    +22BD2830 6293 package body SYS.KUPW$WORKER+
    +22BD2830 12689 package body SYS.KUPW$WORKER+
    +22BD2830 11969 package body SYS.KUPW$WORKER+
    +22BD2830 3278 package body SYS.KUPW$WORKER+
    +22BD2830 6882 package body SYS.KUPW$WORKER+
    +22BD2830 1259 package body SYS.KUPW$WORKER+
    +229C03C4 2 anonymous block+
    Job "SYSTEM"."SYS_IMPORT_SCHEMA_02" stopped due to fatal error at 15:00:52
    how can i fix this?
    is it possible that the export was done on a different version and that causes the problems ?

    Welcome to the forums !
    You may be running into a bug mentioned in MOS Doc 742343.1 (Ora-39126: Worker Unexpected Fatal Error In Kupw$Worker.Put_ddl and ORA-44001)
    HTH
    Srini

  • How do I stop Illustrator automatically adding numbers to file name when exporting with artboard?

    I need to export with artboard. Illustrator automatically adds a number to my original file name. It won't even let me replace the old file. It is extremely annoying and makes flow with other programs really hard because they can't auto update, since the file name  changes. When you have multiple files, you can't be manually renaming all the time. Anyone knows how to fix this? Thanks.

    This has been discussed a few times, and here is a summary of the usual solutions.
    http://forums.adobe.com/message/2989508#2989508
    What is it EXACTLY you are trying to do. Are you trying to export a single page from filename.ai  and make it filename.psd, (without any number afterwards). In that case you could delete the extra artboards prior to export, and then you won't have to checked use artbaords as there is only one page. Otherwise I would plan ahead so your end result will be filename-01.jpg,  filename-02.jpg, and then everytime you use export artbaords those names will replace.
    I am happy with the function as is, and would prefer to have a serial number automatically after the name when checking use artboards. But sounds liek you and others desire more options and thte ability to turn off adding to the filename.

  • Strong red tint when exporting with prores

    Hello There,
    I'm using 5D Footage that i converted to AppleProRes (HQ) with the compressor and edited it in FCP plus did some grading in Color. Everything looks fine when I export with H.264.
    However, I need to export the material with ProRes again because it will be used in Adobe After Effects, so i want to keep a high qualitiy. Now, when i'm exporting from FCP with the prores422(HQ) codec all the midtones have an extremely red tint and the contrast and the saturation is much higher than how i see it in Colors and FCP. Is this some kind of error or is there something i'm doing wrong here?
    THX for ur help!

    Prores LT is more than good enough for your 5D footage. You will not get any more quality than is already there by going to ProRes HQ. You will get considerably larger files that might not play back smoothly on your computer.
    Humor us and tell us what happens when you run this workflow on a short ProRes LT clip.

  • What Rendering intent is used when exporting with a different color space?

    Hi,
    I would be ever so grateful if any one can tell me what rendering intent is used by LR4 when exporting using a custom colour space as there is not an option as there is with the print module.
    Thanks.
    Message title was edited by: Brett N

    Jeff Schewe wrote:
    Bob_Peters wrote:
    The rendering intent in the Export dialog is Perceptual.
    Actually, an RGB color space to RGB colorspace is always only Relative Colorimetric...and adding Perceptual would only work with certain V4 ICC color spaces (you can find perceptual V4 color spaces for sRGB and ProPhoto I think but I'm not sure they would work in Lightroom anyway).
    When using an RGB print output profile you can select either Perceptual or Relative and have the intents actually applied.
    True.
    The case of interest to me is when I have to print a lot of files using a third-party profile and maintain the original filename so it appears on the back.  That is why I made the request more than a year ago.
    The problem with the Print module is that it clobbers the filename but does allow 2 choices for the rendering intent.  Having to deal with weird filenames creates a mess when matching, say, 50 prints with custom notecards.

  • Error when exporting with Quicktime

    I'm having some problems exporting with Quicktime from iMove '08. Here are my settings:
    (The highlighted portion says 20,000 kbits/sec)
    I have exported using these settings before, but for some reason, it gives me error code -2002 when it finishes exporting now, and tells me that it can't export. Anyone know what error code -2002 is? I can't find it here or on Google. Exporting straight to m4v worked just fine.

    I'm exporting at those dimensions because that's just where I had it set (lol). I didn't even realize it was HD until just now, but like I said, I put the lowest possible data rate (32 kbits/sec) and the smallest dimensions possible (160x120) and it still didn't work.
    However, I had completely missed the fact that the audio wasn't being exported. I reset the audio settings and tried again on the smallest setting, and that worked. Thanks for your help!

  • Problem with interlacing when exporting with Media Encoder CS 5.5

    It seems that when exporting a Video with interlacing in Premiere 5.5 with Media Encoder 5.5, the exported video is still interlaced although it is rendered with progressive settings. When rendering with the same settings through Premiere 5.5 without Media Encoder 5.5 (Button "Export") it is correct and progressive.
    I tried this with H264 and MPEG2. Anyone experiencing this problem too?
    Thanx!

    Were the field interpretted correctly in the first place?  Even if you think they are, try reversing them.  I've just been through hell doing something similar with a mishmash of client material from around the world.
    In some instances I switched field order (In the File>Modify) although it didn't seem logical.  In others, I used AE CS5.5 to added the Reduce Interlace Flicker filter.

  • Final cut pro problem when exporting with quicktime movie

    Hello!
    I must have som help beacuse my musicmovie must be finsihed untill today. I have a movie their i had used filters like colour correction and interlace. When i export with USING QUICKTIME CONVERSION and have
    keyfram 10
    bitrate 6000
    faster encode
    size 1920x1080 HD 16:9
    its not a problem the movie works fine all the way.
    But when i export with QUICKTIME MOVIE it dosent work. Some clips are frozen and some are beeing misscoloured. None of them have interlace. Its the same clips that dosent work everytime i had export with QM. I have tried to replace these clips but the same thing is happening. I dont understand why i cant use quicktime movie but it works with quicktime conversion.
    If you have an e-mail i can send you just the part where this happening.
    Please help me!
    Thanks Gabriel

    I am also expriencing the same error. Tried every solution listed so far:
    1. Switch off background rendering. Trash render files. Don't render. Export.
    2. copying the project within Final Cut Pro into another project
    3. remove the following folder: Library > Application Support > ProApps > MIO > RADPlugins > XDCAMFormat.RADPlug
    Nothing worked. I try to export to Vimeo, YouTube, and master. All error right at 9%
    What's going on?

  • Non-functioning booksmarks when exporting with Acrobat X

    Using InDesign CS5, I export my book documents to PDF Print and include bookmarks and hyperlinks. This has been working just fine using Acrobat Standard, and the person reading the document can navigate through the pages using either the document's Table of Contents or the Adobe bookmarks panel. I recently upgraded to Acrobat Pro X, and now this function no longer works properly. When you click on any Table of Contents bookmark, they all take you to the first page of the document. In addition, the bookmarks in the Adobe bookmark panel do not work at all. When I look at the bookmark properties, they all point to p0.  It is possible to manually reset the properties of the Adobe panel bookmarks, but not the TOC, but this is time consuming and doesn't solve the problem. Besides removing Acrobat Pro X from my computer, has anyone found another solution for this problem?

    I believe this is a known bug when exporting Books from CS5, and that it is not restricted to Acrobat X.
    The only workaround I know is to combine the files into one document.

  • ORA-00904 when exporting job queues

    Hi!
    I have a 8.1.6.3.7 database (although you only see 8.1.6.3.0) when you log in) which I'm trying to export.
    Everything is fine until the time comes to export job queues. I then get the following error messages:
    EXP-00008: ORACLE error 904 encountered
    ORA-00904: invalid column name
    EXP-00000: Export terminated unsuccessfully
    Now, I've just spent my morning looking through the discussion forums to see if anyone else had this error, but no luck.
    What I've done:
    - Rerun catexp: no change
    - ensured that I'm running the same version of the RDBMS and export (v8.1.6.3(.7) and 8.1.6.3.0): ok?
    Any ideas anyone?
    Thanks,
    Kevin

    Hi Prathmesh,
    in fact I saw this very thread before and I made sure that both solutions were applied. Moreover as I said patch 6991626 had already been applied earlier, precisley to fix this problem, and I've had been able to successfully export other albeit somewhat smaller schemas (500M instead of 3GB) in the last few months. This is why I was so puzzled to see that exact bug raise its ugly head again. As far as I can tell I didn't do any modification to the DB since that last patch in nov. 2009. In fact the DB has been running pretty much untouched since then.
    I even tried yestereday to reinstalled the patch again; opatch does the operation gracefully, first rolling back the patch then reapplying it again, with only a warning about the patch being already present. However the pb does not get fixed any better.
    Thanks a lot for your help,
    Chris

Maybe you are looking for

  • What does the "other" section consist of? What does it do?

    It is taking up way too much space on my iphone. It takes up 2.45 GB! Its driving me insane! PLease tell me what it does and how I can reduce the "other " section to at least 1GB. I've tried deleting history, other apps, phone calls, and etc. It help

  • Why does one of my MacBooks show up as an IP address on Airport Utility

    Hi-- This seems tangentially related to a previous query --- or at least it came up as a result of a previous query, but I thought I'd offer the query in a new discussion topic:  In setting up my Airport Extreme (coupled with Express) network, my pri

  • [Solved]Compiling audit with staticlibs options

    Hi everyone, I wanted e4rat to boost my boot time on my laptop, but recent updates requires me to recompile audit with static libs: Index» Newbie Corner» [Solved] e4rat-preload cannot work I made a copy of the audit PKGBUILD from the repositories and

  • Back with a new question

    Ok I am a guitar player and new at this computer stuff, but my question is should I just plug my Alesis drum machine in as a instrument, or is there an easier way with the drums that are already built in to garageband, so far all I can figure out is

  • Acquisition nom du rapport TestStand depuis CVI

    Bonjour à tous, Je dispose d'une séquence exécutée par TestStand 2014. Cette séquence utilise une dll faite avec LabWindows/CVI pour créer un rapport personalisé à partir du rapport TestStand. Cette dll doit donc faire l'acquisition du nom du rapport