Download link for Oracle Database 10g Documentation seems to be broken.

Hi,
I am trying to download the documentation for Oracle Database 10g but the zip archive seems to be corrupt. The md5 checksum for the file I have downloaded is:
$> md5 Downloads/B19306_01.zip
MD5 (Downloads/B19306_01.zip) = 75551f2bb5cfeecedcd08e2e6ac71bf7
and the unzip output is:
$> unzip Downloads/B19306_01.zip
Archive: Downloads/B19306_01.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of Downloads/B19306_01.zip or
Downloads/B19306_01.zip.zip, and cannot find Downloads/B19306_01.zip.ZIP, period.
Also, the file size of my downloaded file is 443.4 MB but the size mentioned on the download page is 445.8 MB
I have twice tried to download the file but both times I get the same corrupt zip error. Can any one confirm the status of the file.
Oracle Database 10g Documentation Download page:
http://www.oracle.com/technetwork/database/database10g/documentation/database10gr2-087366.html

it worked for me
1239489356         461527463  63%                            20200 files
bcm@bcm-laptop:~/Downloads/V10_docs$ ls
B19306_01.zip
bcm@bcm-laptop:~/Downloads/V10_docs$ ls -l
total 454056
-rw-r--r-- 1 bcm dba 464948533 2011-01-08 16:46 B19306_01.zip

Similar Messages

  • OIM 9.1.0 install connector for "Oracle Database 10g"

    Hello,
    Is anybody here who succeeded to install the connector for Oracle Database 10g into OIM 9.1.0?
    If yes please give me a hint
    Have a nice day!

    Thanks guys for the quick responses.
    But I have tried both the options for putting the jar in Third Party and also by uploading using the OOTB utility UploadJar.sh.
    But it is giving the same error.
    I have tired rebouncing the server and also Purge cached, but no success.
    Just to mention again, I have tried with all the last 3 postgres JDBC4 driver available on the site (u mentioned).
    So, any other clue?
    Thanks in advance.

  • Pl   Provide Rc. of SUN BIDW for Oracle database 10g .. datasize 10TB

    Hi,
    We need a Sun BIDW Reference Configurations for Oracle database 10g with raw datasize of more than 10TB.
    Kindly help me providing any reference guide relevant to this.
    Regards,
    Debasis

    Hi Debasis,
    Try posting this in the following forum:
    General Database Discussions
    Thanks, Mark

  • DOWNLOADED FILES for Oracle DB 10g Rel. 2 for HP-UX PA-RISC NOT VALID

    I have repeatedly downloaded several files offered for download from:
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201hpsoft.html
    These files include: the main Oracle Database 10g CD 10201_database_zip, the Oracle Database 10g Companion CD Release (10.2.1.0), 10201_companion.zip, and the Oracle Clusterware CD Release 2 (10.2.0.2.0) 10201_clusterware.zip.
    The only one of these files that unzips successfully after downloading is the Clusterware cd zip. The Database and Companion zip files generate an error message "Cannot open file: it does not appear to be a valid archive."

    That can't be a general problem, I downloaded the software and all zip-files are valid. Clusterware is the smallest part, maybe the other downloads are incomplete. The download page shows filesizes and checksums , compare these with your results.
    Werner

  • Download Advance Chapter: Oracle Database 10g Linux Administration

    A new "betabook" chapter of Wim Coekaerts' and Ed Whalen's "Oracle Database 10g Linux Administration" -- this one focusing on installation -- is available for download from OTN. Plus, you can discuss your thoughts and with the authors themselves. Check it out!
    http://otn.oracle.com/books/betabooks/index.html

    Please don't cross post on many forums,
    check where can i download a vmware image of redhat and oracle preinstalled?

  • Oracle Critical Patch Update for Oracle Database 10g Release 10.2.0.3.0

    Hi,
    The [ Oracle Critical Patch Update for April 2012 was released on April 17th, 2012|http://www.oracle.com/technetwork/topics/security/cpuapr2012-366314.html] , wherein it was stated that below list versions will get affected.
    Oracle Database 10g Release 2, versions 10.2.0.3, 10.2.0.4, 10.2.0.5
    Currently I am using
    BANNER
    Oracle Database 10g Release 10.2.0.3.0 - 64bit Production
    Can anyone tell me, difference between
    Oracle Database 10g Release 2, versions 10.2.0.3 with Oracle Database 10g Release 10.2.0.3.0
    I am much concerned whether to apply patch for 10.2.0.3.0, wherein the affected version is Oracle Database 10g Release 2, versions 10.2.0.3
    Thanks,
    Sam

    user12983673 wrote:
    Can anyone tell me, difference between
    Oracle Database 10g Release 2, versions 10.2.0.3 with Oracle Database 10g Release 10.2.0.3.0There is no difference -- you use version 10.2.0.3 which is affected by last CPU.

  • Chosing processors for Oracle database 10g 64 bits

    Hi,
    I have a customer that is planning to buy Oracle 10g 64 bits on a server Windows 2003.
    My customer is interested in a processor that handles a lot of data in and out in a very effective way and the processor should be able to perform a great number of calculations in the database.
    Are there some processors that are better than others for Oracle 10g 64 bits?
    For example: Is Itanium better than Xenon? Or is Xenon better that AMD?
    Any suggestions will be appreciated.
    Thanks in advance.

    It's a very long article!
    I'm not sure of its relevance, I'm afraid... not enough time to read it!
    Kevin Closson's blog has a lot of good stuff about NUMA. Software can be optimised to run on NUMA processors. Oracle is. The parameter means you switch off those optimisations. It means Oracle works fine, but less well than it is theoretically capable of, because you are making it believe it's running on a non-NUMA processor.
    From memory, the specific NUMA optimisation that caused the issue is that the buffer cache is divided up internally so that each processor can handle different bits of it, distributing cache management chores amongst all the available cores. Excellent in theory. Unfortunately, the bug meant that a query that runs on one processor core got its data cached in that processor's "bit" of the buffer cache... and if you re-ran the query and happened to end up on a different core, the new core behaved as though no data had been cached, and fetched it all again from hard disk. Performance WITH the NUMA "optimisation" was accordingly abysmal because you effectively had little or no buffer cache. The workaround is to disable the NUMA optimisation and pretend you've only got one core: Oracle then has a monolithic buffer cache -which introduces performance issues of its own, of course, but at least your data gets cached properly!
    The bug is allegedly fixed in 10.2.0.3, but we spent over a 16 months getting it sorted, and by that time, we'd given up and gotten the Intel boxes, so I've no idea whether it was really fixed or not... and, of course, you might not be able to patch to that level anyway for internal politics or other reasons.

  • DTrace probes for oracle database 10g in solaris 10

    Hi guys,since a mounth i`ve learnt about solaris DTrace and its D scripts and tried to look for probes for administrating oracle database but til now,nothing!so my question,does there DTrace probes for oracle application ?i really need it now,that`s my project:tracing oracle with DTrace in solaris 10 SPARC!anyone can help me pleaaase!!!

    Hey!!of course that's a great site but U know,i've already visit it and it doesn't talk about probes for oracle!!howeiver i thought about another option,how do u think about exploiting oracle instance...i mean,do u think it's possible to monitoring oracle processes (LWGR,PMON,DBWR,SMON,...) with DTrace by using providers?like fbt or io,i don't know much!!remember,the aim is monitoring oracle database performance !!
    regards!

  • Where i can get the download link for oracle 10g standard edition linux 32 bit ?

    Thanks all.. :-)

    You cannot - see previous discussions about this topic on these forums.
    https://community.oracle.com/community/developer/search.jspa?peopleEnabled=true&userID=&containerType=&container=&q=10g+…
    If you have paid for an extended support contract, pl open an SR with Support for the media
    HTH
    Srini

  • Download link for Developer Suite 10g 10.1.2 for Windows not working

    I cannot download Oracle Developer Suite 10g 10.1.2 for Windows. The link redirects to the Application Server download page following the license agreement.

    I downloaded it a few minutes ago and it opens ok.
    But the file size is 671 825 075 instead of the (626,122,752 bytes) written on the DS 10g for Windows page.

  • Download link for oracle 11.1.0.6

    All,
    Os : Linux 64 bit
    I'm trying download 11.1.0.6 from http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html . This is directly routing to 11.2.0.2.
    Can you please provide exact link ?
    Thanks.

    Links to just about all the 11gR1 releases have gone away. If you do get 11.1.0.6 be sure to get and apply .7 patch set too, that one does still show in the MOS Patches and Updates tab, under "Latest Patchsets".
    You may need to do an SR, the 11gR1s have also disappeared from the MOS edelivery pages too-

  • Download Link for Oracle WebLogic Server setup for 64Bit 2008R2 Server

    I need One Information. Can we get Oracle WebLogic Server setup for 64Bit 2008R2 Server. If Yes Please provide me the Dowload Link.
    Thanks
    Vishwa

    Got link ... downloading Setup .. trying for my Luck

  • Export for oracle database 10g for one month

    Dear friends,
    I want to create new instance for development so i want only limited days of data in new instance say one month.
    Can any one please do tell me how to take the export of only one month or limited days from the production database ? as my production database size too big.
    please do help me...
    Thanks

    Dear friends,
    I want to create new instance for development so i
    want only limited days of data in new instance say
    one month.
    Can any one please do tell me how to take the export
    of only one month or limited days from the production
    database ? as my production database size too big.Check out the query or sample syntax for data pump export.

  • Need Oracle Database 10g For Mac OS 10.4 PowerPC

    Hi, I am looking for Oracle Database 10g for Mac OS 10.4 PowerPC. I need to run this software on a PowerBook G4. I would appreciate any download links or tips that can help.

    I am using Virtual PC 7 running Windows 2000, but the emulator runs painfully slow. Things would run a lot smoothly if I had the PowerPC version of Oracle Database. I heard it exist.

  • "Personal Edition" & "Oracle Database 10g for Linux"

    Is there a personal edition for "Oracle Database 10g for Linux" ?

    The enterprise edition download CD will give you the option of installing the personal edition as one of the install options.

Maybe you are looking for