How to extract .cpio.gz files

when i try to extract on linux it is throwing the below error
gunzip: 10201_database_linux_x86_64.cpio.gz: not in gzip format

hello here it is
Directions to extract the files
     1. Run "gunzip <filename>" on all the files. Eg. ship_9204_linux_disk1.cpio.gz
     2. Extract the cpio archives with the command "cpio -idmv < <filename>" Eg. cpio -idmv < ship_9204_linux_disk1.cpio
means
# gunzip <your_file_name>.cpio.gz
# cpio -idmv < your_archive.cpio
means make it first cpio then -idmv
HTH
these is from
http://www.oracle.com/technology/software/products/oracle9i/htdocs/linuxsoft.html
i think from here you have downloaded the archive....
thanks and regards
VD
Edited by: vikrant dixit on Jul 23, 2009 12:29 AM
Edited by: vikrant dixit on Jul 23, 2009 12:30 AM

Similar Messages

  • How to extract the cobol files into owb

    Hi
    How to extract the cobol files in owb,I am using OWB9.2.
    Ex:I am having 2 records DCEC4000100 9159000050C those values are 5 bytes 'RAVI and 6 bytes '15000'.
    Using contorl file i am trying to load these into Oracle,But i am not able into insert these records into Oracle.
    Can any tell me how to handle this kind of situation?
    Regards,
    Rupak

    Good morning Ashok,
    Your data is in a SQL*Loader supported datatype, so basically it should not be a problem.
    Have you checked the Database Utilities guide (for Oracle9i for instance: http://www.lc.leidenuniv.nl/awcourse/oracle/server.920/a96652/toc.htm) on how to handle this?
    I'll also repeat my previous question, have you ever been able to load data into the database using SQL*Loader (either using ASCII values or any other datatype)?
    For the OWB part, have you read "Importing Data Definitions" (typically chapter 4)? More specifically, "Specifying Field Properties" in "About Flat File Sources and Targets"?
    In "SQL*Loader Properties" it says the following:
    Type Describes the data type of the field for the SQL*Loader. You can use the Flat
    File Sample Wizard to import the following data types: CHAR, DATE, DECIMAL
    EXTERNAL, FLOAT EXTERNAL, INTEGER EXTERNAL, ZONED , AND ZONED
    EXTERNAL. For complete information on SQL*Loader field and data types, refer to
    Oracle9i Utilities. Currently, only portable datatypes are supported.
    If you check the database utitlities guide (chapter 6 Field List Reference) and look for "SQL*Loader Datatypes", you'll find (packed) decimal under the Nonportable Datatypes. This implies that OWB does not support it.
    This does not mean you can't use SQL*Loader, you'll only have to define everything separate from OWB and call it separately as well.
    Good luck, Patrick

  • How to extract a PAR File

    Hi All,
    In the procedure of changing the Portal Logon / Logoff page ,we need to extract Par file ,modify the extracted files and then put them back,can somebody tell me how to extract a PAR file ,wt is the procedure of tat.
    Regards,
    Saumya

    Hi Saumya,
    First you need to retrieve the logon PAR file from the portal file system.The file is found in your EP instance,which is located at ..
    /usr/sap/<instance>/j2ee/j2ee_00/cluster/services/servlet_jsp/work/jspTemp/irj/root/WEB-INF/deployement/pcd
    -The file that you need is called sap.portal.runtime.logon.par.bak.
    copy this file to your local directory and rename the PAR file(for eg. my.new.logon.par).It is necessary to remove the .bak extension.
    -Next you can open the PAR file and modify the appropriate files.
    -put modified files back into PAR file
    -copy the new par file back into the deployement directory
    and restart the portal to see ur changes.
    Also look at the following threads for more info -
    <a href="https://www.sdn.sap.com/irj/sdn/message?messageID=2758339">https://www.sdn.sap.com/irj/sdn/message?messageID=2758339</a>
    <a href="https://www.sdn.sap.com/irj/sdn/message?messageID=2225096">https://www.sdn.sap.com/irj/sdn/message?messageID=2225096</a>
    Regards,
    Abhishek
    (Reward Points if useful)
    Message was edited by:
            Abhishek Mehra

  • How to extract a tpz file contents ?

    Hi to all,
    does anybody know how to extract a tpz file without using XI ? I mean, I want to see the contents of the tpz file to get some code.
    Thanks in advance.

    hi
    The TPZ file contains 2 files. First is a matadata file and other is the TPT file so is there any method to view TPT or TPZ file.
    There is no tool available that I know but has some1 done any development in this field.
    quote
    regards
    krishna

  • How to extract a WAR file..

    Hi,
    How to extract a WAR file.. please help me..
    thanks in advance

    Hi,
    It's simple. If u use tomcat server it put in webapps directory and start server u can see unzip war file. OR
    If u have eclipse editor than u go to project explor and click right than select Export file-->War-->select War file where u put it and click next ---> finish.
    try it

  • How to extract CPIO file to install Oracle in LINUX REDHAT9

    I DOWNLOADED THE ORACLE 9I SOFTWARE FROM ORACLE SITE FOR
    LINUX REDHAT9. NOW I DONT KNOW HOW TO EXTRACT THE FILE WITH CPIO.
    CAN ANY BODY HELP ME.
    THANKS.

    extract the cpio file with the following command:
    cpio -idmv < filename.cpio
    hope this will help you
    SUMIT

  • How to extract the downloaded files for AS 10.1.2.0.2 Solaris?

    Hi,
    When I try to extract the downloaded files from OTN, the following error occurs?
    # cpio -idcmv < as_sun_sparc_101202_disk1.cpio
    cpio: Can't read input: end of file encountered prior to expected end of archi.
    Regards,
    Kitae

    It brings the same error message.
    Are these files fine?Probably your files are broken because of interrupted or incomplete download.

  • How to extract the excel file using web dynapro

    Hi Expert,
       I want to know how to generate an excel file to extract the internal  data. Please give me your help.
      Thanks in advance.

    I think you you can use File download UI element. Refer following link for more info:
    [FileDownload|http://help.sap.com/saphelp_tm60/helpdata/en/09/a5884121a41c09e10000000a155106/content.htm]
    Regards,
    Saket

  • Seeburger AS2 Adapter - How to extract copy of file sent out ?

    Hi Experts,
    The scenario is SAP R/3 sends idoc to PI.  PI converts this into a flat file and sends to Trading Partner through Seeburger AS2 adapter.
    We can trace the message content in XML format within PI using SXMB_MONI or RWB.   How to extract a copy of the Flat file converted by AS2 adapter and sent to Trading Partner ?
    Thanks very much for you help !
    Thanks,
    Rukmani

    >>Was hoping for a method that does not need additional coding.
    None of the two methods I suggest require coding. First method just require adding 1 line in module config in your communication channel. Second method requires one addition config in receiver determination and agreements.
    >>is there a way to get the converted message content from SeeBurger Workbench even for successful messages ?
    No. If you have purchased Message Tracking, then you could configure that for your scenarios to view payloads. However, this method will definitely need some coding.
    Regards,
    Prateek Raj Srivastava

  • How to extract ZIP/JAR files?

    Hello,
    How can I extract zip/jar files ?
    Eric

    If you are talking java, you can use the java.util.zip classes.
    ZipFile, ZipEntry, ZipInputStream, ZipOutputStream
    You can find lots of examples through google:
    http://www.google.com/search?hl=en&q=java+zip+code+example&meta=Cheers,
    evnafets

  • How to Extract .CAR/SAR file in windows?

    HI guys,
    I have always worked in unix level so I know how to extract in unix but this is my first time extracting .car/sar file in windows. I have downloaded files and SAPCAR utility. How Do I extract now?
    Thanks,

    Its the same process , sapcar -xvf  <.car file>
    eg: if you download sapcar.exe to C directory ,
    start --> Run --> cmd  to open command prompt
    cd C:\
    C:\>SAPCAR.exe -xvf  <filename.SAR>
    Thanks
    Prince Jose

  • How to extract extension of  file like (jpeg from c:\prashant.jpeg)

    hi
    please tel me that howa to extract file type  from path of file
    like  c:\prashant.jpeg
    thanks

    use this code....
    PARAMETERS: infile LIKE rlgrap-filename OBLIGATORY.
    DATA: txt1 TYPE char200,
          txt2 TYPE char4.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR infile.
      PERFORM file_browse.
    START-OF-SELECTION.
      SPLIT infile AT '.' INTO txt1 txt2.
      WRITE: txt2.
    *&      Form  FILE_BROWSE
    *       text
    *  -->  p1        text
    *  <--  p2        text
    FORM file_browse .
      CALL FUNCTION 'F4_FILENAME'
         EXPORTING
           program_name        = syst-cprog
           dynpro_number       = syst-dynnr
    *   FIELD_NAME          = ' '
         IMPORTING
           file_name           = infile.
    ENDFORM.                    " FILE_BROWSE

  • How to extract my music file from my ipod???

    I have had this Ipod for about 3 years and I am ready to buy a new one. But I have all my music in this Ipod. Does someone know how to extract this music so that I can feed my new Ipod?

    You can't directly transfer music from iPod-to-iPod.
    You can transfer your current iPod's music to your computer, then transfer that to your iPod.
    There are a few different methods of transferring music from your iPod to your computer (on a Windows).
    Method 1 - Manually transfer your iPod songs to iTunes using MacMuse's post. See it here -> iPod songs to computer (MacMuse post)
    Method 2 - Add your iPod's folder into the iTunes library (via iTunes). Read this post here -> Using iTunes settings to transfer iPod songs to iTunes
    Method 3 - Use a third-party program to get the transferring done. For a Windows computer, CopyPod should work good. Also, you can try out YamiPod
    After this, you can connect your new iPod, and transfer the songs from the iTunes library to your new iPod.
    I hope that info helps you.
    -Kylene
    If any post helps or solves your problem, please click the "Solved" or "Helpful" buttons on top of that post. Thank you for helping the boards!

  • How to extract the .ecp files?

    We need to extract some *.ecp files. Please help tell whether a double click would be enough?
    We did not get the files yet, just prepare the procedure. Thanks!

    Hi,
    You can open *.ecp files using any of the compression tools like Winzip or Winrar.
    Best Regards
    Sivakumar

  • How to extract cpio file ?

    Hi all,
    We are trying to install application server and download file is .cpio file. How do we extract this file. I have tried the following command and its just hanging.
    cpio -i (Filename)
    cpio -idmv (file_name)
    cpio -idcmv (filename)
    cpio -Hhpodc -idmv (file_name)
    none of above commands are working.
    Please advise.
    Thanks a bunch in advance.

    Actually I tried the command cpio -idmv <file_name>I somehow doubt you tried that exact string. Perhaps you tried
    cpio -idmv somefile.cpio
    In which case it would appear to hang, but in reality it would be waiting for input from standard in. The other posters correctly stated you should use
    cpio -idmv < somefile.cpio
    which means "run the cpio command with options idmv and take input from the somefile.cpio in place of default standard input device."
    Note that in Linux and Unix shells, the triangle brackets have meaning.

Maybe you are looking for