2014年10月21日 星期二

【Oracle 筆記: Clone Oracle EBS 】檢查 Source / Target System 是否已經安裝壓縮 / 解壓縮等工具

在 clone 一個 Oracle EBS 生產作業環境中,初步會檢驗 Source / Target System 是否
檢查 Source / Target System 是否已經安裝壓縮 / 解壓縮等下列工具:

例如: 檢查 Source / Target System:


[root@erp sysconfig]# which zip
/usr/bin/zip
[root@erp sysconfig]# which unzip
/usr/bin/unzip
[root@erp sysconfig]# which make
/usr/bin/make
[root@erp sysconfig]# which ld
/usr/bin/ld
[root@erp sysconfig]# which ar
/usr/bin/ar
[root@erp sysconfig]# which perl
/usr/bin/perl
Zip 版本要求 2.3 以上或更高,Unzip 版本要求 5.52 以上或更高,而 Perl 版本要求 5.x 以上。版本資訊可依下列方式查詢: 1. 檢查 zip 版本

[root@erp sysconfig]# zip -v

Copyright (C) 1990-2005 Info-ZIP
Type 'zip "-L"' for software license.
This is Zip 2.31 (March 8th 2005), by Info-ZIP.
Currently maintained by Onno van der Linden. Please send bug reports to
the authors using http://www.info-zip.org/zip-bug.html; see README for details.

Latest sources and executables are at ftp://ftp.info-zip.org/pub/infozip, as of
above date; see http://www.info-zip.org for other sites.

Compiled with gcc 4.1.1 20070105 (Red Hat 4.1.1-52) for Unix (Linux ELF) on Jun  7 2007.

Zip special compilation options:
        USE_EF_UT_TIME
        [encryption, version 2.9 of 22 April 2000]
Encryption notice:
        The encryption code of this program is not copyrighted and is
        put in the public domain.  It was originally written in Europe
        and, to the best of our knowledge, can be freely distributed
        in both source and object forms from any country, including
        the USA under License Exception TSU of the U.S. Export
        Administration Regulations (section 740.13(e)) of 6 June 2002.

Zip environment options:
             ZIP:  [none]
          ZIPOPT:  [none]
2. 檢查 unzip 版本

[root@erp sysconfig]# unzip -v

UnZip 5.52 of 28 February 2005, by Info-ZIP.  Maintained by C. Spieler.  Send
bug reports using http://www.info-zip.org/zip-bug.html; see README for details.

Latest sources and executables are at ftp://ftp.info-zip.org/pub/infozip/ ;
see ftp://ftp.info-zip.org/pub/infozip/UnZip.html for other sites.

Compiled with gcc 4.1.1 20070105 (Red Hat 4.1.1-52) for Unix (Linux ELF) on Jun  6 2007.

UnZip special compilation options:
        COPYRIGHT_CLEAN (PKZIP 0.9x unreducing method not supported)
        SET_DIR_ATTRIB
        TIMESTAMP
        USE_EF_UT_TIME
        USE_UNSHRINK (PKZIP/Zip 1.x unshrinking method supported)
        USE_DEFLATE64 (PKZIP 4.x Deflate64(tm) supported)
        VMS_TEXT_CONV
        [decryption, version 2.9 of 05 May 2000]

UnZip and ZipInfo environment options:
           UNZIP:  [none]
        UNZIPOPT:  [none]
         ZIPINFO:  [none]
      ZIPINFOOPT:  [none]
3. 檢查 Perl 版本

[root@erp sysconfig]# perl -v

This is perl, v5.8.8 built for x86_64-linux-thread-multi

Copyright 1987-2006, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.

Cloning Oracle Applications Release 12 with Rapid Clone (Doc ID 406982.1)
檢查後,發現無此工具,或是版本過時,則可到下列網站下載更新:

zip / unzip : http://www.info-zip.org/
perl : http://www.perl.org/get.html
參考 1. Cloning Oracle Applications Release 12 with Rapid Clone (Doc ID 406982.1)

沒有留言:

張貼留言

prettyPrint();