Invalid Zip archive error

I've downloaded Oracle 92010NT_Disk2.zip, when I try to unzip, it gives me an invalid archive error.

Generally, this happens because the FTP connection was dropped mid-way through downloading. Download the file again and it will probably work.
Note that the download page indicates the size of the files. You want to make sure that the files you download are the same size as the web site indicates they ought to be.
Justin

Similar Messages

  • Invalid Zip file error after downloading Solaris 8

    Every time i download the solaris 8 binaries i keep getting the error "Cannot open file - It does not appear to be a valid archive" when trying to unzip the files using winzip 8. Also the files take very long to download as they are 300MB approx... but after all this time it says the files are only a few MB's in size! Can anyone shed some light as to what is happening here???
    Thanks

    I was getting a similar, if not the same, problem when I used IE 5.5 to download the file. It used to start extracting then stop about 75% of the way through and dump some error about the archive being corrupt and not being able to open it. After installing Netscape and disabling the download manager application, I was able to download and extrac the zip files with winzip 8 and also winrar without any problems.

  • Windows fails to open Samba ZIP archives with names over 8 characters

    I have an XServe running OS X Leopard in Advanced mode. It is running Samba in order to provide file sharing services to Windows clients within our network.
    I have Vista running in VMWare Fusion, accessing a file-share on the Leopard server via Samba. I have stored a .exe file and a .zip file on the share. When I try to access these files, I am able to successfully access the .exe but not the .zip.
    The error I receive (upon attempting to open the ZIP archive) is:
    "Windows cannot open the folder.
    The Compressed (zipped) Folder 'Z:\1234abcde.zip' is invalid."
    Sometimes copying the file to the local desktop succeeds (allowing me to open the file from there) and sometimes it fails with a message about an "invalid file handle".
    If I shorten the name of the zip archive to only eight characters (plus .zip) everything works. The executable, which also has a long name, never presents any problems (I am able to double-click and run it, as well as copy it).
    I have no problem accessing these files locally on the server or from a Mac OS X Leopard client (via Samba or AFP).
    Any ideas?
    Thanks,
    Erik

    Hi !
            Open the setup page of the router
    Click on wireless tab
    Changed the SSID,channel
    Save setting
    U will a sub tab Advance wireless setting
    Change the beakon interval to 50
    Change the RTS  threshold to 2304
    Change the Fragementation threshold to 2304
    save setting !
                         It will connect automatically !
    Network Security Administrator (EC Council)
    linksysfirmwares.googlepages.com/

  • ZipOutputStream creates invalid zip

    I am using ZipOutputStream, and it is creating invalid zip files. The problem is, it is inserting extra bytes into the data, always between the LOC entry and the data for the file. The extra bytes cause the affected file to be unrecoverable.
    These extra bytes are also not accounted for in the 'written' count, so the end-of-archive directory has offsets that don't point at valid LOC entries. Sometimes unzip can recover from this, and sometimes not. The result is, only a subset of files in the zip can be unzipped.
    I am able to remove the extra bytes using 'dd', and then the file unzips correctly.
    I've stepped through the code in the debugger, and can't find any reason why they should be present. I suspect the Deflater's JNI native code. (It occurs in deflated files, I am not using 'store'.) It occurs regardless of compression level.
    This may or may not be relevant, but the bytes always seem to be a repeating pattern of 0x0a090909.
    This problem occurs in Java 1.5.0_07, 1.5.0_14, and 1.6.0_03.

    Here is an example error message coming from 'unzip' for one of these files:
    Archive:  export.zip
    warning [export.zip]:  2 extra bytes at beginning or within zipfile
      (attempting to process anyway)
    file #1:  bad zipfile offset (local header sig):  2
      (attempting to re-compensate)...
      inflating: Test Results for test4/4._Test_Results_for_00Kris/4.3._Test_Results_for_Routing_Robot_1237/4.3.1._Component_Description/contents.txt 
      error:  invalid compressed data to inflate
    file #20:  bad zipfile offset (local header sig):  4633
      (attempting to re-compensate)And, here is a hexdump of an affected part of the file. The extra bytes follow "contents.txt". This trashes the file data, and pushes the LOC for the next file 4 bytes later than the directory thinks it should be.
    And, incidentally, this occurs consistently for the same files every time.
    000010f0  59 b3 4f 7d 00 00 00 ec  00 00 00 50 4b 03 04 14  |Y�O}...�...PK...|
    00001100  00 08 00 08 00 da 2e 8b  37 00 00 00 00 00 00 00  |.....�..7.......|
    00001110  00 00 00 00 00 86 00 02  00 2e 2f 54 65 73 74 20  |........../Test |
    00001120  52 65 73 75 6c 74 73 20  66 6f 72 20 74 65 73 74  |Results for test|
    00001130  34 2f 34 2e 5f 54 65 73  74 5f 52 65 73 75 6c 74  |4/4._Test_Result|
    00001140  73 5f 66 6f 72 5f 30 30  4b 72 69 73 2f 34 2e 33  |s_for_00Kris/4.3|
    00001150  2e 5f 54 65 73 74 5f 52  65 73 75 6c 74 73 5f 66  |._Test_Results_f|
    00001160  6f 72 5f 52 6f 75 74 69  6e 67 5f 52 6f 62 6f 74  |or_Routing_Robot|
    00001170  5f 31 32 33 37 2f 34 2e  33 2e 31 2e 5f 43 6f 6d  |_1237/4.3.1._Com|
    00001180  70 6f 6e 65 6e 74 5f 44  65 73 63 72 69 70 74 69  |ponent_Descripti|
    00001190  6f 6e 2f 63 6f 6e 74 65  6e 74 73 2e 74 78 74 00  |on/contents.txt.|
    000011a0  00 0a 0a 3d cb 31 0e c2  30 0c 46 e1 dd a7 f8 25  |...=�1.�0.F����%|
    000011b0  16 3a 24 12 90 0b 54 b0  b0 f5 0a 51 62 a8 d5 e2  |.:$...T���.Qb���|
    000011c0  44 89 55 ae 4f 61 60 7b  c3 f7 82 bf f8 93 c7 b5  |D.U�Oa`{��.��.��|
    000011d0  bc 6a 51 56 c3 8d 7b 6a  52 4d 8a e2 78 a8 6b 54  |�jQV�.{jRM.�x�kT|
    000011e0  67 dc 2d b8 b3 0b 5f 3b  10 8d 48 7f fe 28 0d 9d  |g�-��._;..H.�(..|
    000011f0  35 8b 3e b1 c5 55 32 ee  13 6a 4c 0b 5b c7 5b 6c  |5.>��U2�.jL.[�[l|
    00001200  de ad 5a 93 8d f3 af f6  87 88 3e 50 4b 07 08 7f  |��Z..���..>PK...|
    00001210  b1 bc fc 68 00 00 00 76  00 00 00 50 4b 03 04 14  |���h...v...PK...|

  • Unable to unarchive ZIP file Error - 1

    Every time I try to archive a ZIP file, i get the message "Unable to archive (Error - 1)" How can I fix this?

    I have to agree, the most likely scenario is a bad file. As I mentioned earlier, I don't think there are any Mac utilities for attempting a repair. "Repair" is somewhat vague. If a file is bad it is missing data, and likely this data is critical to the running of the file. If you could repair this file (say, on a PC) you still might end up with a corrupt movie file which might refuse to play. Even if the movie plays it might end early or something.
    Could this possibly be part of a multi-part archive set? The file extension is totally wrong for that but the "05" suggest more than one of something.
    I have also read there are some obscure utilities that do flavors of zip that can't be opened on Macs.

  • How to recover a zip archive?

    Dear all,
    I'm trying to open a zip archive I created but I've got the message "Error 1-Operation not permitted".
    I don't know if it is corrupted or something else. It's an archive with 3 or 4 mov and wmv files on it.
    Could you suggest me any name of software that can recover it? Or some trick to force the opening of it? I've tried system's Archive Utility, Stuffit...
    Thanks in advance.
    Ken

    Ken Ponzio wrote:
    Arigato Kenichi.
    But unfortunately I have only mac os sys in my studio! No windows...
    I'already saw there are some windoze zip recover sw but I've not found a mac soft...
    thanks anyway
    ken
    Can you email or FTP it to a Windows user you know? You could also use iDisk or MobilMe to do the same. The Windows user could extract/repair the archive and return it to you.

  • After Migration to Server 2012 R2 One Zip Archive (7.08 mb) Downloads Empty

    I recently migrated from Server 2008 R2 to 2012 R2. I offer a number of web application as zip archives and Dreamweaver Extension installer packages .mxp. I have one zip archive that's empty when downloaded with size 0. Out of all the files served
    the issue only exists with this one file. All the other files regardless of .zip or .mxp work correctly. I think it may be a size related issue. The .zip file that is empty is 7.08 mb and the others are much smaller. I've tried deleting the existing file
    and uploading a new one with and without a file name change and still get same results. Here's the code.
    I'm thinking I may need to allow the larger file download. Does anyone know how to fix this?
    Response.Buffer=true
    On Error Resume Next
    'Create a stream object
    Dim mxp_downloadStream
    Set mxp_downloadStream = Server.CreateObject("ADODB.Stream")
    mxp_downloadStream.Type = 1
    mxp_downloadStream.Open
    mxp_downloadStream.LoadFromFile Server.Mappath("../downloads/dwmx_extensions/" & (rs_mxp.Fields.Item("MXP_DL_Path").Value) & "")
    If Err.number = 0 Then
    Response.Clear
    Response.ContentType = "application/octet-stream"
    Response.AddHeader "Content-Disposition", "attachment; filename=" & (rs_mxp.Fields.Item("MXP_DL_Path").Value) & ""
    Response.AddHeader "Content-Transfer-Encoding","binary"
    Response.BinaryWrite mxp_downloadStream.Read
    mxp_downloadStream.Close
    Set mxp_downloadStream = Nothing
    Response.End()
    End If

    YOu are asking a quesiton about ASP on a web server.  YOu need to post in the web server forum for this.  Thisis not a web scripting forum.
    Try here: http://forums.iis.net/
    ¯\_(ツ)_/¯

  • [ZIP Archive] Append files to an existing archive

    Hi to all,
    I have an existing file that contains a ZIP archive. I want to add some files to this archive. I have seen in another thread that it's mandatory to read all the structures and construct a new zip file in order to add other files?
    Is it true?
    In this thread, someone proposes a method that performs this job
    <quote>
          * Loads a zip file for appending files
          * @param file The old zip archive     
          * @param newFile The new zip archive
          * NOTE: This method will write a new file and data to an archive, to
                 * write an existing file, we must first read the data frm the file,
          * then you could call this method.
         public ZipOutputStream loadZipFile(File file, File newFile)
           ZipOutputStream zipOutput = null;
           ZipFile zipFile = null;
           Enumeration zippedFiles = null;
           ZipEntry currEntry = null;
           ZipEntry entry = null;
           try {     
              zipFile = new ZipFile( file.getAbsolutePath() );
              //get an enumeration of all existing entries
              zippedFiles = zipFile.entries();
              //create your output zip file
              zipOutput = new ZipOutputStream(new FileOutputStream (newFile));
              //Get all the data out of the previously zipped files and write it to a new ZipEntry to go into a new file archive
              while (zippedFiles.hasMoreElements())
                   //Retrieve entry of existing files
                   currEntry = (ZipEntry)zippedFiles.nextElement();
                   //Read data from existing file
                   BufferedReader reader = new BufferedReader( new InputStreamReader( zipFile.getInputStream( currEntry ) ) );
                   String currentLine = null;
                   StringBuffer buffer = new StringBuffer();
                   while( (currentLine = reader.readLine() ) != null )
                        buffer.append( currentLine);
                   //Commit the data
                   zipOutput.putNextEntry(new ZipEntry(currEntry.getName()) ) ;
                   zipOutput.write (buffer.toString().getBytes() );
                   zipOutput.flush();
                   zipOutput.closeEntry();
              //Close the old zip file
              zipFile.close();
              return zipOutput;
            catch (Exception e)
                 Logger.error("LoadZipFile", e);
                 System.out.println("Fatal error: "+e);     
            return null;
    }</quote>
    It runs fine but all the file contained in the archive are on a singlie line.
    E.g. I have a text file in the original archive. When adding another stuff in the archive and by using this method, my orignal text file has its content on only one line.
    Could someone help with this bug?
    Kind regards,
    St�phane

    yes it is true. You can only create a new archive with the added file(s) inside, there is nothing to happen an existing file to an existing zip file.
    Good luck

  • Flash IDE, Haxe & OpenFL - Invalid Data Swf Error #2136

    We've recently run into a show stopping issue and can't seem to find any one else on the net who has the same problem (although there have been similar ones).
    We're currently developing a game using Haxe and OpenFL. We use FlashDevelop to code the game and the official FlashIDE (CS6) to create UI/menus which is then hooked up via code in FlashDevelop. A few weeks ago the FlashIDE crashed while the FLA was being worked on. Nothing appeared to be wrong as the file opened normally, however, after building our game in FlashDevelop we received the following message "Invalid Data Swf Error #2136". Since then we've done a handful of things that will seem to fix it temporarily, but as of now, none of those solutions work. At this point we think its some sort of flash limit or an issue with OpenFL, Haxe, and FlashIDE (or some combination of).
    I'd like to note that we've noticed some weird behavior - if we removed any clip the error disappears and if we add it back, the error returns.
    Here's what we've tried:
    recreating movie clips that were created after the crash
    converting the FLA into a archive and repairing it with WinRAR
    splitting the FLA into two files
    copying the library into a new FLA file
    Any ideas on how to fix this would be greatly appreciated!

    If you found a specific clip that caused it to build or fail I'd say it's a possibility. However you mentioned in the OP that you took 'any' clip out and it works but put it back and it breaks. This really seems like a limit. Limits should be openly documented however.
    Perhaps you should take a large bitmap and a complex vector and drop them in 2 different symbols. Then duplicate these symbols until you have more symbols than you currently have. Internally they will all point to the same graphics so it won't be a heavy file. Try exporting that with OpenFL and see if it's a library reference limit.
    I'm sure you get what I'm getting at. If limits arent documented, you may need to stress test the libraries, languages and frameworks yourself using simple self made tests.

  • Zip archive problem

    Hi everyone,
    Is there a way to repair a corrupt zip archive? I have a rather large file, a 2GB movie I want to unzip, but I get an error message with every program I've tried (stuffit, archive, jimzip, zipeg, the unarchiver). When I tried to unzip directly from the terminal, I got the following message:
    bad CRC f23db85c (should be 77b37ff6)
    It only expands the first 75MB of the file. Any ideas or suggestions?
    Thanks!

    Hi Davidludwig;
    To the best of my knowledge no. I do not believe there is sufficient redundancy in the data after it has been compressed to effect a recovery of data. The CRC is created as the data is compressed into the zip file and then later used to check for corruption. If corruption has occurred as in your case, there is no way to recover it.
    I think this is one of the reasons zip files are used for communications and not archives. With communications, if the CRC fails you sent it again. With archive on the other hand, the original is gone by the time the CRC fails hence you lost the archive.
    Allan

  • Jpub invalid column name error

    I try to create a Wrapper for a PL/SQL Package in a Oracle8i database with jpublisher.
    I created Packages and Object Types with the SQl script Rational.sql. \oracle\ora81\sqlj\demo\jpub\Rational.sql
    jpub failed to produce any sqlj or java files, but produces a "invalid column name" error. This happened with all packages I have tested. Object Types are wrapped without problems.
    jpub -sql=RationalP -user=scott/tiger -url=jdbc:oracle:oci8:@xx
    SCOTT.RATIONALP
    ORA-00904: invalid column name
    JPub: Java Object Type Publisher, version 8.1.7.0.0 Production
    Thanks for Help, Konrad

    The database that your are running against is 8.1.6 or earlier.
    You are seeing an issue where JPublisher is not backwards compatible. It looks up system tables to determine the signatures of SQL types and of PL/SQL packages. A change happened with the 8.1.7 release in the representation for packages, but JPublisher did not keep backward compatibility. You can do one of the following:
    (1) Use the JPublisher version that came with your database. (Use the runtime.zip/translator.zip libraries under [Oracle Home]/sqlj/lib.)
    (2) Use the JPublisher from Oracle 9.0.1 or later. It also provides backward compatibility to 8i databases.
    Let us know if you have any further questions.

  • Zip archive

    Hallo,
    in a Order I have many files and I want some file to put in a zip archive who it is to do. can sombody post a samplecod ???
    thanks

    Compressing Files is extremely easy in Java.
    import java.util.zip.ZipOutputStream;
    import java.util.zip.ZipEntry;
    import java.io.File;
    import java.io.FileOutputStream;
    import java.io.FileInputStream;
    import java.io.BufferedInputStream;
    import java.io.BufferedOutputStream;
    import java.io.IOException;
    * Compresses Files Together
    * @author Jegadisan
    * @version $Revision$ $Date$
    public final class Compressor {
       * The Zip Output Stream to which the Compressed Files will be
       * written to
       * @since 1.1
      private ZipOutputStream _zOS;
       * Creates a Compressor for the Output File Specified
       * @param outputFile The Output File to which the files to be compressed are to be added
       * @throws IOException If any IO Errors are encountered
       * @since 1.1
      public Compressor(File outputFile) throws IOException {
        _zOS = new ZipOutputStream(new FileOutputStream(outputFile));
       * Adds a File to the Compressed File
       * @param f The File to be added
       * @since 1.1
      public void addFile(String entryName, File f) throws IOException {
        _zOS.putNewEntry(new ZipEntry(entryName));
        BufferedInputStream bIS = new BufferedInputStream(new FileInputStream(f));
        bOS = new BufferedOutputStream(_zOS);
        byte[] buffer = new byte[2048];
        int bytesRead = 0;
        while ((bytesRead = bIS.read(buffer,0,buffer.length) != -1) {
          bOS.write(buffer, 0, bytesRead);
        bOS.flush();
        bIS.close();
        _zOS.closeEntry();
       * Closes the Compressed File.
       * @throws IOException If any IO errors are encountered
       * @since 1.1
      public void close() throws IOException {
        _zOS.close();
    }Of course ,the code is not complete. This compressor is only capable of adding Files to the compressed File. Directories can't be added. Test the code before you use it. It should work, but I dun have a compiler on this Machine, and I am too lazy to download one

  • Zip archives won't open on E90

    I have tried various zip archives, and without exception they do not open, with an error saying the file is corrupt. Both supplied zip program and Handy Zip do this.
    Nokia support recommended restarting the phone, which I did, but no difference. Everything else works, as far as I can see, and the firmware is up-to-date. I don't think it is worth taking it to a service point, as this would waste time, and I am sure the phone is fine.
    I transferred the archives from Mac OS X (v10.4.11) using bluetooth. All other files transfer properly.
    Any ideas?
    I can't get iSync to work either, but can transfer files using the bluetooth file manager on the Mac.

    I found a fix, using one of two utilities (one free, one 3.99) from the App Store. 
    The Unarchiver:
    http://itunes.apple.com/app/the-unarchiver/id425424353?mt=12&ls=1
    Tha Archive Browser:
    http://itunes.apple.com/us/app/the-archive-browser/id510232205?mt=12

  • Portege 660CDT "Invalid System Disk Error"!!!

    I just purchased a Used 660CDT and placed a new hard drive in it. Now I can not load an OS Due to This Error "Invalid System Disk". I have tried to Boot from my XP Cd but just the same. I have attempted to boot from a Norton Disk and nothing as well.. I have no clue what is wrong..
    I have made sure that the Bios is set to start with the Drive first and not the HDD.
    I would like to use this system someday, but right now I dont see it happening.
    If anyone can help I would thank you greatly.
    Thank you
    Robert
    Houston, Texas

    Hi Robert
    As far as I know this oldie can handle just with 1,3 GB HDD. How much capacity has a new HDD?
    Unfortunately it is not easy to say what the problem is because who knows what you do exactly and which OS you want to use. Just for info. This old Portege is delivered with W95 and you should try to use the same OS.
    "Invalid System Disk error means that the Windows Setup was unable to copy the system files to the hard disk.
    By the way, check Toshiba download page under http://eu.computers.toshiba-europe.com/cgi-bin/ToshibaCSG/download_drivers_bios.jsp?service=EU and under archive you will find lot useful stuff for this old notebook.
    Good luck!

  • Archiving Error. from Primary & Standby Server. pls help.

    Hi all.
    Im currently getting error messages from both of my Primary and Standby Database. can anyone help me identify what error message would it be?
    Primary Database:
    Tue Apr 21 09:40:13 2009
    Creating archive destination LOG_ARCHIVE_DEST_2: 'Standby'
    ARC0: FAL archive, error 20 creating remote archivelog file 'Standby'
    Tue Apr 21 09:40:14 2009
    Errors in file /export/oradata/log/bdump/arc0_20901.trc:
    ORA-00020: maximum number of processes () exceeded
    ARC0: FAL archive failed, see trace file.
    ARCH: FAL archive failed. Archiver continuing
    Tue Apr 21 09:40:14 2009
    ORACLE Instance - Archival Error. Archiver continuing.
    ARCH: Connecting to console port...
    Tue Apr 21 09:40:14 2009
    ORA-16055: FAL request rejected
    ARCH: Connecting to console port...
    Tue Apr 21 09:40:14 2009
    Errors in file /export/oradata/log/bdump/arc0_20901.trc:
    ORA-16055: FAL request rejected
    Tue Apr 21 09:40:40 2009
    Thread 1 advanced to log sequence 41971
    Current log# 1 seq# 41971 mem# 0: /export/oradata/logfile/redoMIBS01a.log
    Current log# 1 seq# 41971 mem# 1: /export/oradata/logfile/redoMIBS01b.log
    Tue Apr 21 09:40:40 2009
    ARC1: Evaluating archive log 4 thread 1 sequence 41970
    ARC1: Beginning to archive log 4 thread 1 sequence 41970
    Creating archive destination LOG_ARCHIVE_DEST_1: '/export/oradata/MIBS/archive/log00010001S0000041970.ARC'
    ARC1: Completed archiving log 4 thread 1 sequence 41970
    Tue Apr 21 09:41:40 2009
    Errors in file /export/oradata/log/bdump/arc0_20901.trc:
    ORA-00020: maximum number of processes () exceeded
    Standby Database:
    Tue Apr 21 09:36:10 2009
    RFS: Possible network disconnect with primary database
    Closing latent archivelog for thread 1 sequence 41687
    EOF located at block 40958 low SCN 0:123821645 next SCN 0:123821645
    Latent archivelog '/opt/app/oracle/product/9.2.0/dbs/archlog00010001S0000041687.ARC'
    If you wish to failover to this standby database, you should use the
    following command to manually register the archivelog for recovery:
    ALTER DATABASE REGISTER LOGFILE '/opt/app/oracle/product/9.2.0/dbs/archlog00010001S0000041687.ARC';
    Tue Apr 21 09:36:10 2009
    Errors in file /export/oradata/log/udump/mibs_rfs_3802.trc:
    ORA-00367: checksum error in log file header
    ORA-00311: cannot read header from archived log
    ORA-00334: archived log: '/opt/app/oracle/product/9.2.0/dbs/archlog00010001S0000041687.ARC'
    ORA-27091: skgfqio: unable to queue I/O
    ORA-27072: skgfdisp: I/O error
    SVR4 Error: 22: Invalid argument
    Additional information: 1
    Tue Apr 21 09:36:19 2009
    RFS: Possible network disconnect with primary database
    Closing latent archivelog for thread 1 sequence 41688
    EOF located at block 2677 low SCN 0:123821835 next SCN 0:123821835
    Latent archivelog '/opt/app/oracle/product/9.2.0/dbs/archlog00010001S0000041688.ARC'
    If you wish to failover to this standby database, you should use the
    following command to manually register the archivelog for recovery:
    ALTER DATABASE REGISTER LOGFILE '/opt/app/oracle/product/9.2.0/dbs/archlog00010001S0000041688.ARC';
    Tue Apr 21 09:36:19 2009
    Errors in file /export/oradata/MIBS/log/udump/mibs_rfs_3807.trc:
    ORA-00367: checksum error in log file header
    ORA-00311: cannot read header from archived log
    ORA-00334: archived log: '/opt/app/oracle/product/9.2.0/dbs/archlog00010001S0000041688.ARC'
    ORA-27091: skgfqio: unable to queue I/O
    ORA-27072: skgfdisp: I/O error
    SVR4 Error: 2: No such file or directory
    Additional information: 1
    Really2 needing anyone's help at this point.

    Hi..
    Errors in file /export/oradata/log/bdump/arc0_20901.trc:ORA-00020: maximum number of processes () exceeded>
    What is the value of the parameter PROCESSES.You need to increase the value which would require bouncing the database.Increaing the Processes parameter requires increase in session parameter too.
    Sessions = (1.1 * PROCESSES) + 5
    [http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams169.htm]
    [http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams191.htm]
    HTH
    Anand

Maybe you are looking for