ORA-19510: failed to set size with ORA-27059: could not reduce file size

Hi,
I have RMAN backup implemented and getting below error.
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on c1 channel at 01/12/2014 04:28:37
ORA-19510: failed to set size of 12839996 blocks for file "/home/oracle/DBBACKUP/Oracle10g1/Full_Backup/DB_Backup_201401128366598241" (blocksize=16384)
ORA-27059: could not reduce file size
Linux Error: 28: no space left on device
Additional information: 2
I have checked with following scenarios:
1. taking backup by setting the MAXSETSIZE parameter value greater than the maximum size of tablespace.
2. taking compressed incremental backup with maxsetsize as unlimited.
3. taking compressed incremental backup with maxpiecesize value as 20G/40G/80G/120G and maxsetsize as unlimited.
Following is the RMAN backup script:
RMAN> run
2>  {
3>  allocate channel c1 device type disk maxpiecesize 120G
4>  format '/home/oracle/DBBACKUP/Oracle10g1/Full_Backup/DB_Backup_%Y%M%D%t%p';
5>  backup incremental level 0 as compressed backupset database plus archivelog delete input;
6>  crosscheck backup of database;
7>  crosscheck backup of controlfile;
8>  crosscheck archivelog all;
9>  delete noprompt expired backup of database;
10>  delete noprompt expired backup of controlfile;
11>  delete noprompt obsolete recovery window of 15 days;
12>  release channel c1;
13>  }
14> exit;
Oracle database version is 10.2.0.1.
The database is on Linux system and we are taking the RMAN backup on mounted Windows NTFS disk.
The remaining space on NTFS system 1.7TB and the total database size 850GB. Used size by database is 500GB.
Regards,
Yogesh.

Hi,
First get the backup piece size its trying to allocate for file "/home/oracle/DBBACKUP/Oracle10g1/Full_Backup/DB_Backup_201401128366598241"
= 12839996*16384
= 210370494464/1024/1024/1024
=195.9GB
Its trying to allocate ~196GB for the file.
1. Make sure the RMAN backup piece won’t exceed the O/S permitted filesize limit.
2. But we can restrict the RMAN backup piece using the MAXPIECESIZE option.
You restricted it to 120GB but actual requirement to allocate backup piece file is ~196GB.
I think you need to change the MAXPIECESIZE and give it a try.
Please update if it succeeded or failed.
Thanks & Regards,
Gayu

Similar Messages

  • ORA-19510 failed to set size of 12288 blocks for file "/sisdev01/dbs/log01b.dbf

    My company's harddisk has corrupted and files under /sisdev01/dbs/ cannot list and don't have any backup, then I have to create a new database again after changing the disk and recovering the data. I plan to reuse the /sisdev01/dbs/ as following.
    I fail in creating database by using the following script:
    CREATE DATABASE SISDEV01
         LOGFILE GROUP 1 '/sisdev01/dbs/log01a.dbf' SIZE 10M
         ,     GROUP 1 '/sisdev01/dbs/log01b.dbf' SIZE 10M
         ,     GROUP 2 '/sisdev01/dbs/log02a.dbf' SIZE 10M
         ,     GROUP 2 '/sisdev01/dbs/log02b.dbf' SIZE 10M
         NOARCHIVELOG
         CHARACTER SET ZHT16BIG5
         NATIONAL CHARACTER SET ZHT16BIG5
         DATAFILE '/sisdev01/dbs/system01.dbf'      
              SIZE 210M AUTOEXTEND OFF
         , '/sisdev01/dbs/rbs01.dbf'
    SIZE 105M AUTOEXTEND OFF
         , '/sisdev01/dbs/temp01.dbf'
    SIZE 105M AUTOEXTEND OFF
         , '/sisdev01/dbs/users01.dbf'
    SIZE 1050M AUTOEXTEND OFF
         , '/sisdev01/dbs/ts_index_ivr01.dbf'
    SIZE 105M AUTOEXTEND OFF
         , '/sisdev01/dbs/ts_ivr01.dbf'
    SIZE 21M AUTOEXTEND OFF
         , '/sisdev01/dbs/ts_ems01.dbf'
    SIZE 21M AUTOEXTEND OFF
         , '/sisdev01/dbs/ts_index_ems01.dbf'
    SIZE 21M AUTOEXTEND OFF
    but I receive error message:
    CREATE DATABASE SISDEV01
    ORA-01501: CREATE DATABASE failed
    ORA-19510: failed to set size of 12288 blocks for file "/sisdev01/dbs/log01b.dbf
    " (blocksize=512)
    ORA-27059: skgfrsz: could not reduce file size
    IBM AIX RISC System/6000 Error: 28: No space left on device
    Additional information: 1
    ORA-19502: write error on file "/sisdev01/dbs/log01b.dbf", blockno 8193 (blocksi
    ze=512)
    ORA-27063: skgfospo: number of bytes read/written is incorrect
    IBM AIX RISC System/6000 Error: 28: No space left on device
    Additional information: -1
    Additional information: 524288
    Here is the content of my parameter file:
    db_file_multiblock_read_count = 8 # SMALL
    # db_file_multiblock_read_count = 16 # MEDIUM
    # db_file_multiblock_read_count = 32 # LARGE
    # db_block_buffers = 60 # SMALL
    db_block_buffers = 550 # MEDIUM
    # db_block_buffers = 3200 # LARGE
    # shared_pool_size = 3500000 # SMALL
    shared_pool_size = 5000000 # MEDIUM
    # shared_pool_size = 9000000 # LARGE
    log_checkpoint_interval = 10000
    processes = 400 # SMALL
    # processes = 100 # MEDIUM
    # processes = 200 # LARGE
    dml_locks = 100 # SMALL
    # dml_locks = 200 # MEDIUM
    # dml_locks = 500 # LARGE
    # log_buffer = 8192 # SMALL
    log_buffer = 32768 # MEDIUM
    # log_buffer = 163840 # LARGE
    # audit_trail = true # if you want auditing
    # timed_statistics = true # if you want timed statistics
    max_dump_file_size = 10240 # limit trace file size to 5 Meg each
    # Uncommenting the line below will cause automatic archiving if archiving has
    # been enabled using ALTER DATABASE ARCHIVELOG.
    log_archive_start = false
    log_archive_dest = /u01/sisdev01_arch
    log_archive_format = arch%s.dbf
    # If using private rollback segments, place lines of the following
    # form in each of your instance-specific init.ora files:
    rollback_segments = (r01, r02)
    # If using public rollback segments, define how many
    # rollback segments each instance will pick up, using the formula
    # # of rollback segments = transactions / transactions_per_rollback_segment
    # In this example each instance will grab 40/10 = 4:
    transactions = 40
    transactions_per_rollback_segment = 10
    # Global Naming -- enforce that a dblink has same name as the db it connects to
    global_names = TRUE
    # Edit and uncomment the following line to provide the suffix that will be
    # appended to the db_name parameter (separated with a dot) and stored as the
    # global database name when a database is created. If your site uses
    # Internet Domain names for e-mail, then the part of your e-mail address after
    # the '@' is a good candidate for this parameter value.
    # db_domain = us.acme.com # global database name is db_name.db_domain
    # define two control files by default
    # control_files = (/sisuat02/dbs/ctl01.ora,/sisuat02/dbs/ctl02.ora)
    control_files = (/sisdev01/dbs/ctl01.ora,/sisdev01/dbs/ctl02.ora)
    DB_NAME=sisdev01
    DB_BLOCK_SIZE=8192
    # DB_BLOCK_LRU_LATCHES=4
    DB_FILES=500
    DB_DOMAIN=shk.sony.com.hk
    background_dump_dest = /u01/dba/sisdev01/log
    user_dump_dest = /u01/dba/sisdev01/log
    NLS_LANGUAGE="traditional chinese"
    NLS_TERRITORY="hong kong"
    NLS_CURRENCY="HK$ "
    NLS_DATE_FORMAT="DD/MM/YYYY"
    NLS_NUMERIC_CHARACTERS=".,"
    utl_file_dir = *
    compatible = 8.1.5
    remote_os_authent = TRUE
    sort_area_size = 65536
    sort_area_retained_size = 65536
    It always fail during creation of logfile log01b.dbf.
    I have tried to send same size logfiles to the directory but it fails too when inserting the second logfile log01b.dbf too.
    NETOUT: 10054452 Error writing file: Error 0
    Can anyone kindly help me?

    This may be a blindingly obvious question but do you have sufficient disk space on /sisdev01/dbs/ partition?

  • Save As Does NOT Reduce File Size

    I have tried everything to reduce the file size of my Adobe Acrobat Pro X Form with Save As (Reduce File Size, As Optimized, etc...).  Unfortunately, the file size does not reduce.  I send to a friend who has Acrobat 9 and he is able to reduce the file from 45mb to 182kb...what gives?  He sent my original file to his co-worker who has Acrobat Pro X and he has the same issue that I do.  This appears to be a version issue. Any help would be appreciated as I have about 150 of these that I need to get down to a reasonable file size.

    Actually, I found something else. It's very curious.
    The form fields themselves are OK, and there is only one tiny copy of CopperPlate Light.
    There is a place in a PDF where there is supposed to be a copy of each font used a form field. This lists (presumably) every font you own and then some - over 500 fonts, all embedded. This is clearly not what you wanted and not what the software should do.
    It would be interesting to know the life cycle of this form (by which I mean how it was born and what happened along the way). It was made with Acrobat 10 from Word, but that (presumably) didn't do the bad thing. Can you remember what happened to the file in the mean time? Was it only EVER edited in Acrobat X, or were any other utilities used on it - even if they didn't seem to be related to form fields at all? Do you have any old copies before it grew in size?

  • Output Compression Increasing, not Reducing File Size

    Hi guys
    I have Pr CC2014 on a Win7 PC, with a Nvidia Quadro FX3800 and I'm having nothing but problems lately. Apart from CUDA doesn't open properly, my exports are getting worse and worse. The quality is much degraded from the preview in edit. Now compression seems to be working in reverse. Today a simple 9 minute interview (a mixture of hdv and hdtv clips, with just a couple of dip to black transitions and a short aep import, output to h.264, with a YouTube 720/ 25fpsHD preset), ended with a file size of 1.7gb, which is two or three times as big as all the material in the sequence! Up until CC2014, it was around 200/ 300mb! I even tried exporting to MPEG 2. Although a lower file size, it is still double what I have been getting previously and the YouTube quality isn't good enough.
    My sequence settings are:
    HDV 25 FPS,
    Frame size, 1440x1080,
    Pixel aspect, HD Anamorphic 1080 (1.333),
    Fields, upper first,
    Codec MPEG I-Frame
    Composite in liner color
    My output preset is h.264 but keeps defaulting to match source high bit r ate,
    profile, high,
    Level 4.1
    VBR, 1 pass
    Multiplexer settings are MP4, standard
    I probably can't see the wood from the trees, but any help would be much appreciated.
    Graham

    Thanks. I haven't tried AME, but I'll run it through as a test and see what happens.

  • How do you reduce file size of a PDF if Save As doesnt work?

    I have been trying to reduce the size of a PDF, using the Save As > Optimized PDF method.
    I have also tried Save As > Reduced Size PDF.
    This is on a file made up of 20 pages of full page Jpegs. (These were generated by the script in Photoshop that generates Jpeg files from Layer Comps within the document.)
    If I use Reduced Size PDF, I get a greatly reduced file size but the image quality suffers greatly. (Lots of artifacts and blurryness)
    There are no options to choose the level of compression I want.
    If I use Optimized PDF method, I cant seem to reduce the file size no matter what I set the Jpeg compression to.
    Is there some way to cut the size of the file down but not lose so much image quality?
    Any suggestions?

    Part of the problem here is that the files that are produced when I run the script to output files from layer comps are very big.
    If I "save for web" for each layer comp, I wind up with way smaller Jpegs. Thus a much smaller PDF.
    So the question is: Can you make the script, Layer Comps to Files, create smaller more optimized Jpegs? (Like you get when you save for web)

  • Reduce file size of Movie Clip

    My swf file is 1.3 MB. It contains a dozen 72dpi images with
    alpha tweening. It is taking awhile to load. Is there a process to
    follow of a free software to reduce the file size?

    The proper way to reduce file size is keep your images
    external and load
    them on demand.
    Dave -
    www.offroadfire.com
    Head Developer
    http://www.blurredistinction.com
    Adobe Community Expert
    http://www.adobe.com/communities/experts/

  • Making a interactive PDF from indesign, but it's too big. Tried to reduce file size in Acrobat, but

    Making a interactive PDF from indesign, but it's too big. Tried to reduce file size in Acrobat, but it does not reduce file size.

    Use the Optimize PDF command in Acrobat, it gives you more control. I think it's under the Advanced menu in Acrobat 9 Pro and File > Save As > Optimized PDF in Acrobat X Pro.
    You might try playing around with different settings. You can also click the Audit Space button at the upper right to see if its from images or other things causing the file size problem.
    Unfortunately, InDesign doesn't write interactivity in a very optimized way. You get better results with buttons, for example, creating them in Acrobat Pro and using the Duplicate command to duplicate them across multiple pages.

  • Why is "Reduce File Size" in the "File" menu always disabled?

    I have a rather large presentation file, about 100Mbyte, and Keynote has become almost impossible to use, because it has become so slow.
    Have to wait about 5 seconds for each letter to appear on screen after typing! Almost impossible to use Keynote under these conditions.
    So I tried to use "Reduce File Size" to reduce the presentation file size by compressing the images, but "Reduce File Size" is always disabled!
    Anybody else having such problems?
    Gerhard

    OK, sounds like memory will be fine, so let's look at some other stuff...
    Is it only one particularly keynote presentation that slows up for you, or does keynote behave in the same way even if you start from scratch and create a new presentation?
    If it's just the one presentation then there's probably some content (possibly video) within it that KN takes exception to. Sometimes a single problematic slide or piece of content can slow down the whole app.
    Is the problematic presentation one that was imported from Powerpoint? If so, import it again and look carefully at the import error/warning logs.
    Before you start keynote, start up activity monitor - which will give you an indication of what programs are using all the CPU/memory/disk bandwidth etc. You'll then have an idea of whether it is KN maxing out on CPU or whether anything else is dragging the system down.
    Another thing you could try would be to log in to a different user account on your machine (create one if necessary) and then try opening the presentation from within this different account. If this works for you then it suggests a problem with the keynote plist file in your original user account.
    I don't know if it'd be acceptable to you, but if you could post a link to your problematic presentation then I could download it and try it out on my normally reliable Keynote on one of my computers. (Make sure that you've ticked the box to embed all media in the presentation)
    Hope some of this is helpful,
    Mike.

  • Reduce File Size/Optimize ruins JPG quality

    I create a lot of PDF maps with aerial imagery background.  These files are often large in file size and I usually run the Reduce File Size to reduce size by 80-90%.  I also include my company's logo (JPG) on these maps.  However, after running the Reduce File Size, the JPG looks blotchy and watercolored, and the crisp quality has been completely lost.  The aerial image, however, does not lose any quality.  I've gone through the Optimize PDF tools and it appears the only thing I can do is to not downsample the JPG, but then my file size is only reduced maybe 25%.  Is there a way to designate what images in the PDF you want to be resampled?

    Assuming your logo is colored, no. Optimize runs globally on all images, so the only way to limit it's effect is if the image you want to omit is grayscale or mono, and the images to compress are all color.
    The logical solution is not to add the logo beforehand. Optimize your PDF with just the map in, then add your logo as a new layer, and (optionally) flatten it.

  • Colorsync Utility: PDF Compression vs. Reduce File Size filters

    What's the difference between these two? I used Automator to make two applications, which I think I screwed up, because they're not reducing file sizes now. 1 would make 100+ pngs into a pdf and use "reduce file size," I think. 300 MB would become 80 MB, e.g. I would then use a not-so-great PDF application called PDFStudio9 (because I lost my Acrobat DVD and couldn't get a replacement) to OCR that reduced-size pdf. At which point I would run the other application, which I think compressed the OCR'd pdf. Which would be about 40 MB at the end. But I'm not sure if that's the order of compression I used.
    So what's the difference between the two types of filters, and when would I want to use each for ultimately creating a non-titanic-sized pdf?

    Cathy,
    You have posted your question in a forum dedicated to the Final Cut Studio application Color. It is a very specialized program to grade (adjust) the color in video/film images. We know nothing regarding PDFs.
    Have you tried posting this on an Adobe support site?
    Good luck,
    x

  • Is my HD Dead? Reformat Disk Utility Error: secure disk erase failed with the error could not open disk.

    Hi,
    Fed up with seeing the spinning beach ball I decided to reformat my MacBook Pro...
    After backing up everything on an external hard drive I put in the OSX install DVD, restarted the machine and held down 'C'.
    I followed the install prcedure, clicking next a few times etc...
    I then went into Utilities > Disk Utility. I chose 7-Pass to erase the Macintosh HD and set it off erasing.
    I checked the process an hour in and message on screen read:
    Secure disk erase failed with the error:
    could not open disk
    The internal hard drive no longer exists in the disk utility so I cant retry erasing it.
    The only thing that appears in disk utility is the OSX install DVD.
    I can't even shut down the mac as everything under the apple tab is greyed out!
    I'm guessing this means my hard drive is broken right?
    If anyone has any other ideas of what to try I'd really appreciate that.
    How do I turn the machine off?
    If my hard drive is gone then should I consider getting an SSD drive?
    Any recommendations for such a drive would be great.
    Hope you can help!

    Did you partition the drive?
    Extended Hard Drive Preparation
    1. Open Disk Utility in your Utilities folder. If you need to reformat your startup volume, then you must boot from your OS X Installer Disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger or Leopard.)
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Note the SMART status of the drive in DU's status area. If it does not say "Verified" then the drive is failing or has failed and will need replacing. SMART info will not be reported on external drives. Otherwise, click on the Partition tab in the DU main window.
    3. Click on the Options button, set the partition scheme to GUID (only required for Intel Macs) then click on the OK button. Set the number of partitions from the dropdown menu (use 1 partition unless you wish to make more.) Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the volume(s) mount on the Desktop.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process can take up to several hours depending upon the drive size.
    Steps 4-6 are optional but should be used on a drive that has never been formatted before, if the format type is not Mac OS Extended, if the partition scheme has been changed, or if a different operating system (not OS X) has been installed on the drive.

  • ORA-01078: failure in processing system parameters LRM-00109: could not open parameter file '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/initORA11G.ora'

    I have installed an Oracle 11gR2 on Oracle Linux Server 6.6 (Virtualbox). I have the users grid and oracle11g. Add groups and install grid infrastructure first as a grid user and install database as oracle user as in documentation successfully.
    I have following users and groups as
    [grid@orcl11g ~]$ id grid
       uid=501(grid) gid=502(oinstall) groups=502(oinstall),492(vboxsf),501(grid),503(dba),505(asmdba),506(asmadmin),507(asmoper)
    [grid@orcl11g ~]$ id oracle11g
       uid=500(oracle11g) gid=502(oinstall) groups=502(oinstall),500(oracle11g),492(vboxsf),503(dba),504(oper),505(asmdba)
    .bash_profile edited  for oracle11g user as
    "export TMP=/tmp
    export ORACLE_HOSTNAME=orcl11g
    export ORACLE_UNQNAME=ora11g
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1
    export ORACLE_SID=ora11g
    export PATH=$PATH:$ORACLE_HOME/bin
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib;
    export CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib;
    .bash_profile edited  for grid user as
    "export TMP=/tmp
    export ORACLE_HOSTNAME=orcl11g
    export ORACLE_UNQNAME=+ASM
    export ORACLE_BASE=/u01/app/grid
    export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/grid
    export GRID_HOME=$ORACLE_BASE/product/11.2.0/grid
    export ORACLE_SID=+ASM
    export PATH=$PATH:$ORACLE_HOME/bin
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib;
    export CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib;
    When I log on as grid user. I check the followings:
    [grid@orcl11g ~]$ crsctl check has
    CRS-4638: Oracle High Availability Services is online
    [grid@orcl11g ~]$ srvctl status database -d ora11g
    Database is running.
    [grid@orcl11g ~]$ sqlplus sys as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Dec 25 19:17:37 2014
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Automatic Storage Management option
    SQL> select status from v$instance;
    STATUS
    STARTED
    Till here everything seems to be OK!!!!
    When I log as  oracle user. I check the followings:
    [oracle11g@orcl11g ~]$ sqlplus sys as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Dec 25 19:21:46 2014
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter password:
    Connected to an idle instance.
    SQL> select status from v$instance;
    select status from v$instance
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    SQL> startup
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/initORA11G.ora'
    Also when I log on as a grid user again and use following commands to shutdown and start database again the STATUS of instance is again STARTED not OPEN.
    [grid@orcl11g ~]$ srvctl stop database -d ora11g -o normal
    [grid@orcl11g ~]$ srvctl start database -d ora11g
    And also when I edit /etc/oratab file. I change N to Y for +ASM. But when restart system it seems not changed value is N again.
        +ASM:/u01/app/grid/product/11.2.0/grid:N   # line added by Agent
         ora11g:/u01/app/oracle/product/11.2.0/dbhome_1:Y
    NOW QUESTIONS!!!!!
    1. Why I can't change the status of database to OPEN as grid user?
    2. The status is always STARTED when querying v$instance. İs it status of +ASM or database?
    3. When checking database as grid user it seems to be Database runnning...  If running why it is not in OPEN state? What is running means here?
    4. When I log on as oracle user and query v$instance, then error shown above occured. And also when startup  the database then another error occured as in above. WHY?
    5. When I edit /etc/oratab file manually why second row saved but the first one is changed after restart the system?
    6. Normally, which user have to start, stop or manage database? I think that oracle user is necessary for managing database and the grid user is only for managing ASM and Oracle Restart.
    PLEASE HELP ME TO SOLVE THIS CHAOTİC SİTUATİON!!!
    Thanks,
    DBA_84

    I have installed an Oracle 11gR2 on Oracle Linux Server 6.6 (Virtualbox)
    Pl identify exact version of 11gR2 to 4 decimal places. As noted in your other thread - Failed to start oracle-ohasd, error: Inappropriate ioctl for device ohasd failed to start at roothas.pl - you will need a minimum version of 11.2.0.3 for Linux 6.x - using a lower version may result in unexpected issues or problems.

  • ORA-29541: class ORDSYS.oracle/ord/media/img/PropsAdapter could not be reso

    When running the demo for the product_media (pm) schema I get:<br><br>
    ERROR at line 1:
    ORA-29541: class ORDSYS.oracle/ord/media/img/PropsAdapter could not be resolved
    ORA-06512: at "ORDSYS.ORDIMG_PKG", line 814
    ORA-06512: at "ORDSYS.ORDIMAGE", line 89
    ORA-06512: at "ORDSYS.ORDIMG_PKG", line 901
    ORA-06512: at "ORDSYS.ORDIMAGE", line 572
    ORA-06512: at line 22I ran this code directly from the docs(section 2.1.4):<br><br>
    DECLARE
      img ORDImage;
      aud ORDAudio;
      vid ORDVideo;
      ctx RAW(64) := NULL;
    BEGIN
      -- Insert a new row into the pm.online_media table
      DELETE FROM pm.online_media WHERE product_id = 3003;
      INSERT INTO pm.online_media
             (product_id,
              product_photo,
              product_audio,
              product_video)
      VALUES (3003,
              ORDImage.init('FILE', 'MEDIA_DIR', 'laptop.jpg'),
              ORDAudio.init('FILE', 'MEDIA_DIR', 'laptop.mpa'),
              ORDVideo.init('FILE', 'MEDIA_DIR', 'laptop.rm'))
      RETURNING product_photo, product_audio, product_video
      INTO img, aud, vid;
      -- Bring the media into the database and populate the attributes 
      img.import(ctx);
      -- ORDImage.import also calls ORDImage.setProperties;
      aud.import(ctx);
      aud.setProperties(ctx);
      vid.import(ctx);
      vid.setProperties(ctx);
      -- update the table with the properties we have extracted
      UPDATE pm.online_media
      SET    product_photo = img,
             product_audio = aud,
             product_video = vid
      WHERE  product_id = 3003;
      COMMIT;
    END;
    /I did narrow it down to the Annotator.jar I believe, but I am not sure. I have uninstalled the ord schema and the JVM and then resinstalled...anyone have a clue?
    chet

    while running ord\im\admin\imchk.sql:
    ...snipped
    com.sun.media.jai.* Java package                   VALID
    com.sun.media.jai.mlib.* Java package              VALID
    com.sun.medialib.mlib.* Java package               VALID
    javax.media.jai.* Java package                     VALID
    oracle.ord.media.* Java package                    INVALID
    262 rows selected.
    interMedia installation is invalid
    PL/SQL procedure successfully completed.when installing (ord\im\admin\iminst.sql):<br><br>
    ...snipped
    BEGIN dbms_java.loadjava('-synonym -schema ORDSYS -resolve -grant PUBLIC ord/jlib/ordimann.jar'); END;
    ERROR at line 1:
    ORA-29532: Java call terminated by uncaught Java exception:
    oracle.aurora.server.tools.loadjava.ToolsError: Error during loadjava: Failures
    occurred during processing. Check trace file for details
    ORA-06512: at "SYS.DBMS_JAVA", line 222
    ORA-06512: at line 1
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    BEGIN dbms_java.loadjava('-synonym -resolve -schema ORDSYS ord/jlib/jai_core.jar ord/jlib/mlibwrapper_jai.jar ord/jlib/jai_codec.jar ord/jlib/ordimimg.jar'); END;
    ERROR at line 1:
    ORA-29532: Java call terminated by uncaught Java exception:
    oracle.aurora.server.tools.loadjava.ToolsError: Error during loadjava: Failures
    occurred during processing. Check trace file for details
    ORA-06512: at "SYS.DBMS_JAVA", line 222
    ORA-06512: at line 1ordimimg.jar has the PropsAdapter class. The trace file just say that it (each class) can't be resolved, with no other error message. I followed the README in the ord\Annotator directory setting up environment variables as well...

  • How to set option in Scanning for Reduced File Size

    I am scanning from a Fujitsu 6230 scanner in Adobe Acrobat Standard 9.4.1. My scanning options are Color, 300DPI,Letter, High Quality, with Optimization options of Custom Settings of JPEG for Color/Grayscale. The scanned files are very large...1852KB per page. After using the Reduce File Size option and selecting Acrobat 8 and later, the file size is reduced to 187K. Is there a way to preset the Acrobat 8 or later setting....rather than having to do the two-step?
    Also, if I use Fujitsu's scanning interface I get far higher quality pdf's,  with small file sizes, and lower scanning resolution......but without the option to append to a pdf, an option I use frequently. Apparently their program for converting the scanned image to a pdf is more robust than Adobe's. Is there a way to use their image->pdf engine within Acrobat?

    Hi Boatseller,
    I will put this in simple way.
    Can we set properties in biztalk wcf_custom adaptor like 
    1. <security authenticationMode="UserNameOverTransport" 
    2. enableUnsecuredResponse="True" 
    or 
     includeTimestamp="false"
    3. <textMessageEncoding
    messageVersion="Soap11"/>
    <httpsTransport/>
    I am unable to find these properties in BizTalk wcf_custom adaptor properties. It will be great help if you could guide me in right direction . My problem is to receive response message into orchestration which is not having header. But the response is coming
    from web service. I saw that in fiddler.
    Also, If there is any steps to make these properties available in machine config, please share 
    Thanks in advance
    Vivek

  • Reduce file size with action wizard

    (German version below)
    Hey,
    I got two questions for action wizard in Acrobat XI Pro.
    I try to reduze file size of many PDFs using acion wizard. My tests worked fine but now I got some problems I try to explain now:
    1. I add a directory with many subdirectorys to my process list. Adobe now adds not only PDFs to my list, it also adds JPGs, DOCs etc. That means I have to delete every single file I not want to convert to PDF cause I only want to reduce file size of excisting PDFs. Is there any possibility to only add PDFs in my processing list?
    2. If a PDF is opend by any other user I get a information about it. This info I need to acknowledge every time it pops up cause my process interrups. Is there any possibility to ignore this info?
    I´m happy for any help i can get here. Thx.
    Regards
    (Sorry for bad english, it´s not my favorite language )
    Hallo Leute,
    ich benötige Hilfe beim Benutzen des Aktionsassistenten im Acrobat XI Pro.
    Ich versuche bei sehr vielen PDFs die Dateigröße zu verringern. Dazu habe ich mir eine Stapelverarbeitung per Aktionsassistent erstellt die bei meiner Testumgebung auch super funktioniert. Leider habe ich noch einige Probleme für die ich Hilfe benötige:
    1. Wenn ich einen Ordner mit sehr vielen Unterordnern und verschiedenen Inhalten einfüge möchte ich eigentlich nur die PDFs verarbeiten. Leider fügt Acrobat auch alle JPGs DOCs etc. hinzu. Ich muss also alle unerwünschten Dokumente herausfiltern, da auch keine sortierung vorhanden ist. Bei mehreren Tausend Dokumenten nicht leistbar. Gibt es hier eine Möglichkeit nur PDFs in die Stapelverabeitung aufzunehmen?
    2. Sollte die Verarbeitung mal laufen kommt es hin und wieder vor das die PDFs durch einen Benutzer geöffnet sind. Ich bekommen hier eine Meldung von Acrobat die ich erst bestätigen muss bevor es weiter geht. Da das Programm eigentlich über mehrer Tage/Wochen im Hintergrund laufen soll passt mir das gar nicht wenn ich alle Stunde überprüfen muss ob die Stapelverabeitung noch läuft.
    Ich hoffe es gibt jemanden der mir helfen kann. Ich bin über jede hilfreiche Antwort glücklich.
    Gruß

    For starters, let's refer to your original post: "this is indeed a serious problem and step back in functionality..."  This statement is a quite ridiculous assertion, unnecessarily dramatic, wholly inaccurate, and unhelpful.  Your statement "is this a joke" and "I know Acrobat tends to choke...etc..." is just pure gibberish and polemical.   It is quite easy to feed any application enough data to cause a performance failure, but one would really need to question one's motive and prudent use of one's time at this point - unless you are tasked with stress and load testing the software to determine minimum working requirements.  
    'Batch Processing' is, since Acrobat 9.x, dead and gone, Acrobat 11's approach is to aggregate many hitherto unavailable tools and commands and allow the user to create custom workflows.  More interactivity has been built into the process, which may or may not be desirable in each case depending on the workflow context and requirements.  But we have obviously moved away from the concept of processing a large number of files and towards a more targeted and effective processing of smaller sets of files.  The default Actions we deliver with Acrobat 11 reflect this intention.
    The feature "Batch Processing", which was an Acrobat feature from A5 (I believe) up to A9, previously had been hidden in Menu/Advanced/Document Processing/Batch Processing has been wholly replaced by a completely overhauled framework called Actions, now part of the Tools panel, and will be immediately accessible when Tools is called in the UI.
    Thus the obscured Batch Processing may have been a tool considered and used by an extremely small set of users to do exactly that, i.e., batch process a large number of files, but had been fairly inflexible, generally speaking, and buggy.  We were very well aware that if we were to overhaul the feature, add a considerably larger number of available tools and commands in Acrobat, provide wide possibilities for customization built towards specific workflows, and bring it to the forefront, we were going to sacrifice some of the aspects of batch processing a large number of files.  Not calling it "Batch Processing" anymore - because it isn't - may be an indication of this intention.
    Personally I have used and tested Batch Processing periodically during various Acrobat projects, but I don't remember encountering the "Reduce File Size" command - which is a subset of Save and file optimization -  to use within a batch sequence.  I may be wrong, and your screen shots would be welcome here.  In fact go ahead and construct a batch sequence that (1) uses 'Reduce File Size and (2) applies file type filters to it, and post it either here or to me privately.  I would be happy to be wrong.  But regardless, we are grateful for positive input that points out defects, allows us to improve the functionality of the product, providing the intended changes are reasonable, and that the communication of said issues remain respectful of this process and of the individuals we depend upon to implement these changes.  The tone of your response comes very close to rendering a proper consideration of this issue irrelevant.

Maybe you are looking for