Skip to main content

admrgpch -- One way/Highway to apply multiple patches

This utility is availabble under under AD_TOP/bin

There are 2 ways to you can use this utility. Just copy all the patches that you need to merge
as single patch. Make sure that they all belong to the same version. Open the driver file and
check the version in the header.

compatible release 11.5.0
compatible platform GENERIC
characterset us7ascii
extension recordpatch 4219646 US
extension patch_type software base
compatible feature checkfile

NLS lang and release should be the same for all the patches which will be merged as one. Place
all the zip files under one directory and unzip all the patches in the same directory. This
becomes your source and create a directory at the same level where you have the source
directory. Following are the usage details.

usage: admrgpch -help
admrgpch
admrgpch -s -d [-verbose ] [-merge_name ] [-manifest ] [-logfile ]where * -help Print help message. * -verbose Can be one of: { 0(SILENT), 1(QUIET), 2(VERBOSE) or 3(LOUD) } Default - 1(QUIET). * -merge_name The name of the merged patch (max 24 characters). Default - "merged". * -s Path of source directory where all patches to be merged have been unzipped. * -d Path of destination directory where the merged patch will be created. * -manifest Full pathname of a file containing the list of patch zip files to be merged. * -logfile Admrgpch log file name. Default:"/admrgpch.log".

Comments

Popular posts from this blog

Basics of RDBMS

Data Small set of information becomes data, this set of information helps make decision. Data is always some useful information. Database Place where you store the data. Database represents some aspect of the real world called "miniworld". A database is designed, built and populated with data for a specific purpose. It has intended group of users and some preconceived applications in which these users are interested. In other words, a database has some source from which data is derived, some degree of interaction with events in the real world and an audience that is actively interested in the contents of the database. Database can also be defined as collection of one or more tables. Ex: Mobile, human brain etc DBMS (Database Management System ) Is a program that stores retrieves and modifies data in the database on request. Study of different techniques of design, development and maintenance of the database Types of DBMS These types are based upon their m...

SQL Interview Questions

1. CLICK HERE FOR QUESTIONS ON BASIC SELECT     2. CLICK HERE FOR QUESTIONS ON BASIC SELECT WITH CONDITION   3.  CLICK HERE FOR QUESTIONS FROM QSPIDERS   4. CLICK HERE FOR QUESTIONS ON FUNCTIONS   5. CLICK HERE FOR QUESTIONS ON SUBQUERIES 6. CLICK HERE FOR MORE QUESTIONS ON SQL       CLICK HERE FOR ANSWERS   Some more Online Questions.   On WIZIQ.COM  -- 66 Questions and its answers Found by Neha Abhay Kumar   On SCRIBD.COM   -- 235 Questions and its answers