SlideShare a Scribd company logo
1 of 50
Other Patching Topics Patching Topics
Objectives ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Module Overview ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
AutoPatch Modes ,[object Object],[object Object],[object Object],[object Object]
AutoPatch Test Mode ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
AutoPatch Test Mode ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Using AutoPatch in Test Mode ,[object Object],Performing second half of mirrored copies... No mirrored copies were executed in this patch Running SQL scripts or EXEC commands... Updating the Patch History file... Did not update Patch History file (empty patch) AutoPatch is complete. Messages stating that no actions were performed: Command to run AutoPatch in Test Mode:
AutoPatch Pre-Install Mode ,[object Object],[object Object],[object Object],[object Object],[object Object]
AutoPatch Pre-Install Mode ,[object Object],[object Object],[object Object],[object Object],[object Object]
AutoPatch Pre-Install Mode ,[object Object],[object Object],[object Object],[object Object],[object Object]
Using AutoPatch in Pre-Install Mode ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
AutoPatch Non-Interactive Mode ,[object Object],[object Object],[object Object]
AutoPatch Non-Interactive Mode  Creating a Defaults File ,[object Object],[object Object],[object Object],[object Object]
Using AutoPatch in Non-Interactive Mode Command to run AutoPatch in non-interactive mode: $ adpatch defaultsfile=$APPL_TOP/admin/testdb1/def.txt logfile=c123456.log patchtop=$APPL_TOP/patch/123456 workers=3 interactive=no
Restarting a Non-Interactive Session ,[object Object],[object Object],[object Object],[object Object],[object Object],Command to restart AutoPatch in non-interactive mode: $ adpatch defaultsfile=$APPL_TOP/admin/testdb1/def.txt logfile=cpy123456.log patchtop=$APPL_TOP/patch/123456 workers=3 interactive=no restart=yes
AutoPatch Options ,[object Object],[object Object],[object Object],[object Object]
AutoPatch Command Line Arguments - apply Tells AutoPatch whether to run in test mode. Purpose Example Default Values apply y, meaning that AutoPatch does not run in test mode. n, meaning that AutoPatch does run in test mode. adpatch apply=n y
AutoPatch Command Line Arguments - driver Tells AutoPatch the name of the patch driver file. This is usually used in non-interactive mode. It is only valid when the AutoPatch patchtop option is also used.  Purpose Example Default Values driver A driver file name, or comma-separated list of patch driver file names. adpatch patchtop=/d01/apps/patches/2344175 driver=u2344175.drv None, meaning that AutoPatch prompts for the patch driver file name.
AutoPatch Command Line Arguments - patchtop Tells AutoPatch the top-level directory for the current patch. This is normally used in non-interactive mode. Purpose Example Default Values patchtop A fully-qualified directory name. adpatch patchtop=/d01/apps/patches/2344175 None, meaning that AutoPatch prompts for the patch directory.
AutoPatch Command Line Arguments - preinstall Tells AutoPatch whether to run in pre-install mode. Pre-install mode is used to update AD utilities before an upgrade, and to apply family consolidated upgrade patches. Purpose Example Default Values preinstall y, meaning that AutoPatch runs in pre-install mode. n, meaning that AutoPatch does not run in pre-install mode. adpatch preinstall=y n
AutoPatch Command Line Arguments - uploadph Tells AutoPatch to upload patch history information from the patch information files to the database, and then exit. Purpose Example Default Values uploadph y, meaning that AutoPatch uploads patch history information; n, meaning that AutoPatch does not upload patch history information. adpatch uploadph=y None.
AutoPatch Command Line Arguments - options Pass generic options to AutoPatch. See the following slides for more information on available options. Purpose Example Default Values options A comma-separated list of options. adpatch options=autoconfig None, meaning that no generic options are passed.
AutoPatch Options - autoconfig Tells AutoPatch to run AutoConfig automatically. Purpose Comments Default options=noautoconfig autoconfig Use options=noautoconfig if you are applying a number of patches in sequence and want to run AutoConfig once, after applying the last patch of the sequence. A more common strategy is to merge the patches first using AD Merge Patch.
AutoPatch Options - checkfile Tells AutoPatch to either skip running SQL and EXEC commands if they are recorded as already run and to record them as having run after running them. Use nocheckfile to turn off the checkfile feature. Purpose Comments Default options=nocheckfile checkfile Using checkfile provides significant performance benefits.
AutoPatch Options - compiledb Tells AutoPatch to automatically compile invalid objects in the database after running actions normally found in the database driver. Purpose Comments Default options=nocompiledb compiledb for standard patches; nocompiledb for standard patch translations, documentation patches, and documentation patch translations. In cases where multiple non-merged patches are applied in a maintenance window, you can use nocompiledb to save time. However, merging multiple patches and applying a single merged patch is usually a better strategy.
AutoPatch Options - compilejsp Tells AutoPatch whether to automatically compile out-of-date JSP files. Purpose Comments Default options=nocompilejsp compilejsp for standard patches; nocompilejsp for standard patch translations, documentation patches, and documentation patch translations. JSP files are only compiled if the patch contains copy actions for at least one JSP file.
AutoPatch Options - copyportion Tells AutoPatch whether to run commands normally found in the copy portion of the driver. Purpose Comments Default options=nocopyportion copyportion Use nocopyportion to tell AutoPatch not to perform copy actions of the driver.
AutoPatch Options - databaseportion Tells AutoPatch whether to run commands normally found in the database portion of the driver. Purpose Comments Default options=nodatabaseportion databaseportion Use nodatabaseportion to tell AutoPatch not to perform database actions of the driver.
AutoPatch Options - generateportion Tells AutoPatch whether to run commands normally found in the generate portion of the driver.  Purpose Comments Default options=nogenerateportion generateportion Use nogenerateportion to tell AutoPatch not to perform generate actions of the driver.
AutoPatch Options - hotpatch Tells AutoPatch to apply a patch regardless of whether the Oracle Applications system is in Maintenance Mode. Purpose Comments Default options=hotpatch nohotpatch AutoPatch aborts the patching session if Maintenance Mode is disabled and the options=hotpatch command is not used.
AutoPatch Options - integrity Tells AutoPatch whether to perform patch integrity checking, which verifies that the version of each file referenced in a copy action matches the version present in the patch. Purpose Comments Default options=integrity nointegrity As the integrity of Oracle Applications patches is checked before they are released, the default of nointegrity is safe and avoids some AutoPatch overhead.
AutoPatch Options - parallel Tells AutoPatch whether to run actions that update the database (such as) and actions that generate files (such as genform) in parallel. Use noparallel to tell AutoPatch to run actions serially. Purpose Comments Default options=noparallel parallel Oracle does not recommend using the noparallel option. Oracle Applications patches are tested on systems using parallel processing.
AutoPatch Options - phtofile Tells AutoPatch whether to upload patch history information to the database after applying the patch, or to write it to the patch information files in the file system. Purpose Comments Default options=phtofile nophtofile Using phtofile allows you to defer uploading of patch history information to the database until after the system downtime. Use adpatch uploadph=y to upload patch history information from the patch information files to the database during uptime.
AutoPatch Options - validate Tells AutoPatch whether to connect to all registered Oracle Applications schemas at the start of the patch. Purpose Comments Default options=validate novalidate Useful for finding problems with incorrectly-registered Oracle Applications schemas or schemas with invalid passwords.
Java Release Infrastructure (JRI) ,[object Object],[object Object],[object Object]
Java File Patching ,[object Object],[object Object],[object Object],[object Object]
Adding Translations and New Products ,[object Object],[object Object],[object Object]
Using Test and Production Systems Oracle  Applications Test Database Oracle  Applications Test  File System Oracle  Applications Production Database Oracle Applications Production  File System AutoPatch 1. Apply to Test 2. Apply to  Production
AD Merge Patch ,[object Object],[object Object],[object Object]
Merging Patches Umerged.drv Source   Destination U<Patch2>.drv U<Patch1>.drv
Merging Patches ,[object Object],[object Object]
Merging Unzipped ARUs ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Source and Destination Directories 2345671 destination <TOP> source 2345672 2345673 2345674
Running AD Merge Patch ,[object Object],[object Object],[object Object],$ admrgpch <source directory>    <destination directory> C:gt; admrgpch <source directory>    <destination directory>
Using the Manifest File ,[object Object],[object Object],[object Object],$ admrgpch -s <source directory>   -d <destination directory>    -merge_name <name> -manifest <filename> C:gt; admrgpch -s <source directory>   -d <destination directory>   -merge_name <name> -manifest <filename>
AD Merge Patch ,[object Object],[object Object],[object Object],[object Object]
Naming the Merged Patch ,[object Object],[object Object],[object Object],$ admrgpch -s <source directory>   -d <destination directory>    -merge_name <name>  C:gt; admrgpch -s <source directory>   -d <destination directory>   -merge_name <name>
Module Summary ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Module Discussion ,[object Object],[object Object],[object Object]
Module Practice ,[object Object],[object Object]

More Related Content

What's hot

R12 d49656 gc10-apps dba 11
R12 d49656 gc10-apps dba 11R12 d49656 gc10-apps dba 11
R12 d49656 gc10-apps dba 11zeesniper
 
R12 d49656 gc10-apps dba 10
R12 d49656 gc10-apps dba 10R12 d49656 gc10-apps dba 10
R12 d49656 gc10-apps dba 10zeesniper
 
R12 d49656 gc10-apps dba 16
R12 d49656 gc10-apps dba 16R12 d49656 gc10-apps dba 16
R12 d49656 gc10-apps dba 16zeesniper
 
R12 d49656 gc10-apps dba 09
R12 d49656 gc10-apps dba 09R12 d49656 gc10-apps dba 09
R12 d49656 gc10-apps dba 09zeesniper
 
R12 d49656 gc10-apps dba 01
R12 d49656 gc10-apps dba 01R12 d49656 gc10-apps dba 01
R12 d49656 gc10-apps dba 01zeesniper
 
R12 d49656 gc10-apps dba 02
R12 d49656 gc10-apps dba 02R12 d49656 gc10-apps dba 02
R12 d49656 gc10-apps dba 02zeesniper
 
R12 d49656 gc10-apps dba 03
R12 d49656 gc10-apps dba 03R12 d49656 gc10-apps dba 03
R12 d49656 gc10-apps dba 03zeesniper
 
R12 d49656 gc10-apps dba 12
R12 d49656 gc10-apps dba 12R12 d49656 gc10-apps dba 12
R12 d49656 gc10-apps dba 12zeesniper
 
R12 d49656 gc10-apps dba 14
R12 d49656 gc10-apps dba 14R12 d49656 gc10-apps dba 14
R12 d49656 gc10-apps dba 14zeesniper
 
Watch Re-runs on your SQL Server with RML Utilities
Watch Re-runs on your SQL Server with RML UtilitiesWatch Re-runs on your SQL Server with RML Utilities
Watch Re-runs on your SQL Server with RML Utilitiesdpcobb
 
R12 d49656 gc10-apps dba 06
R12 d49656 gc10-apps dba 06R12 d49656 gc10-apps dba 06
R12 d49656 gc10-apps dba 06zeesniper
 
Performance Instrumentation for PL/SQL: When, Why, How
Performance Instrumentation for PL/SQL: When, Why, HowPerformance Instrumentation for PL/SQL: When, Why, How
Performance Instrumentation for PL/SQL: When, Why, HowKaren Morton
 
Oracle data pump
Oracle data pumpOracle data pump
Oracle data pumpmarcxav72
 
R12 d49656 gc10-apps dba 00
R12 d49656 gc10-apps dba 00R12 d49656 gc10-apps dba 00
R12 d49656 gc10-apps dba 00zeesniper
 
Data pump-export-examples
Data pump-export-examplesData pump-export-examples
Data pump-export-examplesraima sen
 
Deep Dive: More Oracle Data Pump Performance Tips and Tricks
Deep Dive: More Oracle Data Pump Performance Tips and TricksDeep Dive: More Oracle Data Pump Performance Tips and Tricks
Deep Dive: More Oracle Data Pump Performance Tips and TricksGuatemala User Group
 
Analysis of commits and pull requests in Travis CI, Buddy and AppVeyor using ...
Analysis of commits and pull requests in Travis CI, Buddy and AppVeyor using ...Analysis of commits and pull requests in Travis CI, Buddy and AppVeyor using ...
Analysis of commits and pull requests in Travis CI, Buddy and AppVeyor using ...Andrey Karpov
 
Mid term &amp; final- preparation- student-review(Oracle)
Mid term &amp; final- preparation- student-review(Oracle)Mid term &amp; final- preparation- student-review(Oracle)
Mid term &amp; final- preparation- student-review(Oracle)than sare
 

What's hot (20)

R12 d49656 gc10-apps dba 11
R12 d49656 gc10-apps dba 11R12 d49656 gc10-apps dba 11
R12 d49656 gc10-apps dba 11
 
R12 d49656 gc10-apps dba 10
R12 d49656 gc10-apps dba 10R12 d49656 gc10-apps dba 10
R12 d49656 gc10-apps dba 10
 
R12 d49656 gc10-apps dba 16
R12 d49656 gc10-apps dba 16R12 d49656 gc10-apps dba 16
R12 d49656 gc10-apps dba 16
 
R12 d49656 gc10-apps dba 09
R12 d49656 gc10-apps dba 09R12 d49656 gc10-apps dba 09
R12 d49656 gc10-apps dba 09
 
R12 d49656 gc10-apps dba 01
R12 d49656 gc10-apps dba 01R12 d49656 gc10-apps dba 01
R12 d49656 gc10-apps dba 01
 
R12 d49656 gc10-apps dba 02
R12 d49656 gc10-apps dba 02R12 d49656 gc10-apps dba 02
R12 d49656 gc10-apps dba 02
 
R12 d49656 gc10-apps dba 03
R12 d49656 gc10-apps dba 03R12 d49656 gc10-apps dba 03
R12 d49656 gc10-apps dba 03
 
R12 d49656 gc10-apps dba 12
R12 d49656 gc10-apps dba 12R12 d49656 gc10-apps dba 12
R12 d49656 gc10-apps dba 12
 
R12 d49656 gc10-apps dba 14
R12 d49656 gc10-apps dba 14R12 d49656 gc10-apps dba 14
R12 d49656 gc10-apps dba 14
 
Watch Re-runs on your SQL Server with RML Utilities
Watch Re-runs on your SQL Server with RML UtilitiesWatch Re-runs on your SQL Server with RML Utilities
Watch Re-runs on your SQL Server with RML Utilities
 
R12 d49656 gc10-apps dba 06
R12 d49656 gc10-apps dba 06R12 d49656 gc10-apps dba 06
R12 d49656 gc10-apps dba 06
 
Performance Instrumentation for PL/SQL: When, Why, How
Performance Instrumentation for PL/SQL: When, Why, HowPerformance Instrumentation for PL/SQL: When, Why, How
Performance Instrumentation for PL/SQL: When, Why, How
 
Oracle data pump
Oracle data pumpOracle data pump
Oracle data pump
 
R12 d49656 gc10-apps dba 00
R12 d49656 gc10-apps dba 00R12 d49656 gc10-apps dba 00
R12 d49656 gc10-apps dba 00
 
Plsql
PlsqlPlsql
Plsql
 
Data pump-export-examples
Data pump-export-examplesData pump-export-examples
Data pump-export-examples
 
Database upgradation
Database upgradationDatabase upgradation
Database upgradation
 
Deep Dive: More Oracle Data Pump Performance Tips and Tricks
Deep Dive: More Oracle Data Pump Performance Tips and TricksDeep Dive: More Oracle Data Pump Performance Tips and Tricks
Deep Dive: More Oracle Data Pump Performance Tips and Tricks
 
Analysis of commits and pull requests in Travis CI, Buddy and AppVeyor using ...
Analysis of commits and pull requests in Travis CI, Buddy and AppVeyor using ...Analysis of commits and pull requests in Travis CI, Buddy and AppVeyor using ...
Analysis of commits and pull requests in Travis CI, Buddy and AppVeyor using ...
 
Mid term &amp; final- preparation- student-review(Oracle)
Mid term &amp; final- preparation- student-review(Oracle)Mid term &amp; final- preparation- student-review(Oracle)
Mid term &amp; final- preparation- student-review(Oracle)
 

Viewers also liked

R12 d49656 gc10-apps dba 08
R12 d49656 gc10-apps dba 08R12 d49656 gc10-apps dba 08
R12 d49656 gc10-apps dba 08zeesniper
 
Oracle App's DBA Training Noida Delhi NCR
Oracle App's DBA Training Noida Delhi NCROracle App's DBA Training Noida Delhi NCR
Oracle App's DBA Training Noida Delhi NCRShri Prakash Pandey
 
R12 d49656 gc10-apps dba 17
R12 d49656 gc10-apps dba 17R12 d49656 gc10-apps dba 17
R12 d49656 gc10-apps dba 17zeesniper
 
R12 d49656 gc10-apps dba 25
R12 d49656 gc10-apps dba 25R12 d49656 gc10-apps dba 25
R12 d49656 gc10-apps dba 25zeesniper
 
R12 d49656 gc10-apps dba 13
R12 d49656 gc10-apps dba 13R12 d49656 gc10-apps dba 13
R12 d49656 gc10-apps dba 13zeesniper
 
R12 d49656 gc10-apps dba 04
R12 d49656 gc10-apps dba 04R12 d49656 gc10-apps dba 04
R12 d49656 gc10-apps dba 04zeesniper
 
R12 d49656 gc10-apps dba 21
R12 d49656 gc10-apps dba 21R12 d49656 gc10-apps dba 21
R12 d49656 gc10-apps dba 21zeesniper
 
R12 d49656 gc10-apps dba 20
R12 d49656 gc10-apps dba 20R12 d49656 gc10-apps dba 20
R12 d49656 gc10-apps dba 20zeesniper
 
OOW15 - Online Patching with Oracle E-Business Suite 12.2
OOW15 - Online Patching with Oracle E-Business Suite 12.2OOW15 - Online Patching with Oracle E-Business Suite 12.2
OOW15 - Online Patching with Oracle E-Business Suite 12.2vasuballa
 
Developer & Fusion Middleware 2 _ Scott Robertson _ SOA, Portals and Enterpri...
Developer & Fusion Middleware 2 _ Scott Robertson _ SOA, Portals and Enterpri...Developer & Fusion Middleware 2 _ Scott Robertson _ SOA, Portals and Enterpri...
Developer & Fusion Middleware 2 _ Scott Robertson _ SOA, Portals and Enterpri...InSync2011
 
R12 d49656 gc10-apps dba 07
R12 d49656 gc10-apps dba 07R12 d49656 gc10-apps dba 07
R12 d49656 gc10-apps dba 07zeesniper
 

Viewers also liked (11)

R12 d49656 gc10-apps dba 08
R12 d49656 gc10-apps dba 08R12 d49656 gc10-apps dba 08
R12 d49656 gc10-apps dba 08
 
Oracle App's DBA Training Noida Delhi NCR
Oracle App's DBA Training Noida Delhi NCROracle App's DBA Training Noida Delhi NCR
Oracle App's DBA Training Noida Delhi NCR
 
R12 d49656 gc10-apps dba 17
R12 d49656 gc10-apps dba 17R12 d49656 gc10-apps dba 17
R12 d49656 gc10-apps dba 17
 
R12 d49656 gc10-apps dba 25
R12 d49656 gc10-apps dba 25R12 d49656 gc10-apps dba 25
R12 d49656 gc10-apps dba 25
 
R12 d49656 gc10-apps dba 13
R12 d49656 gc10-apps dba 13R12 d49656 gc10-apps dba 13
R12 d49656 gc10-apps dba 13
 
R12 d49656 gc10-apps dba 04
R12 d49656 gc10-apps dba 04R12 d49656 gc10-apps dba 04
R12 d49656 gc10-apps dba 04
 
R12 d49656 gc10-apps dba 21
R12 d49656 gc10-apps dba 21R12 d49656 gc10-apps dba 21
R12 d49656 gc10-apps dba 21
 
R12 d49656 gc10-apps dba 20
R12 d49656 gc10-apps dba 20R12 d49656 gc10-apps dba 20
R12 d49656 gc10-apps dba 20
 
OOW15 - Online Patching with Oracle E-Business Suite 12.2
OOW15 - Online Patching with Oracle E-Business Suite 12.2OOW15 - Online Patching with Oracle E-Business Suite 12.2
OOW15 - Online Patching with Oracle E-Business Suite 12.2
 
Developer & Fusion Middleware 2 _ Scott Robertson _ SOA, Portals and Enterpri...
Developer & Fusion Middleware 2 _ Scott Robertson _ SOA, Portals and Enterpri...Developer & Fusion Middleware 2 _ Scott Robertson _ SOA, Portals and Enterpri...
Developer & Fusion Middleware 2 _ Scott Robertson _ SOA, Portals and Enterpri...
 
R12 d49656 gc10-apps dba 07
R12 d49656 gc10-apps dba 07R12 d49656 gc10-apps dba 07
R12 d49656 gc10-apps dba 07
 

Similar to R12 d49656 gc10-apps dba 24

Automated Unit Testing
Automated Unit TestingAutomated Unit Testing
Automated Unit TestingMike Lively
 
Oracle Release 12 E-Business Suite Patching Best Practices
Oracle Release 12 E-Business Suite Patching Best PracticesOracle Release 12 E-Business Suite Patching Best Practices
Oracle Release 12 E-Business Suite Patching Best PracticesScott Jenner
 
Simple tools to fight bigger quality battle
Simple tools to fight bigger quality battleSimple tools to fight bigger quality battle
Simple tools to fight bigger quality battleAnand Ramdeo
 
Adop and maintenance task presentation 151015
Adop and maintenance task presentation 151015Adop and maintenance task presentation 151015
Adop and maintenance task presentation 151015andreas kuncoro
 
NoCOUG Presentation on Oracle RAT
NoCOUG Presentation on Oracle RATNoCOUG Presentation on Oracle RAT
NoCOUG Presentation on Oracle RATHenryBowers
 
Fighting Fear-Driven-Development With PHPUnit
Fighting Fear-Driven-Development With PHPUnitFighting Fear-Driven-Development With PHPUnit
Fighting Fear-Driven-Development With PHPUnitJames Fuller
 
Performance Load Cache
Performance Load CachePerformance Load Cache
Performance Load CacheAltan Khendup
 
StreamSets DataOps Platform Fundamentals.pptx
StreamSets DataOps Platform Fundamentals.pptxStreamSets DataOps Platform Fundamentals.pptx
StreamSets DataOps Platform Fundamentals.pptxssuser4c04eb
 
Running and Developing Tests with the Apache::Test Framework
Running and Developing Tests with the Apache::Test FrameworkRunning and Developing Tests with the Apache::Test Framework
Running and Developing Tests with the Apache::Test Frameworkwebhostingguy
 
Basic commands for powershell : Configuring Windows PowerShell and working wi...
Basic commands for powershell : Configuring Windows PowerShell and working wi...Basic commands for powershell : Configuring Windows PowerShell and working wi...
Basic commands for powershell : Configuring Windows PowerShell and working wi...Hitesh Mohapatra
 
Developing Drizzle Replication Plugins
Developing Drizzle Replication PluginsDeveloping Drizzle Replication Plugins
Developing Drizzle Replication PluginsPadraig O'Sullivan
 
Unit testing for WordPress
Unit testing for WordPressUnit testing for WordPress
Unit testing for WordPressHarshad Mane
 
Getting started with PHPUnit
Getting started with PHPUnitGetting started with PHPUnit
Getting started with PHPUnitKhyati Gala
 
How To Install Openbravo ERP 2.50 MP43 in Ubuntu
How To Install Openbravo ERP 2.50 MP43 in UbuntuHow To Install Openbravo ERP 2.50 MP43 in Ubuntu
How To Install Openbravo ERP 2.50 MP43 in UbuntuWirabumi Software
 

Similar to R12 d49656 gc10-apps dba 24 (20)

Adpatch options
Adpatch optionsAdpatch options
Adpatch options
 
Adpatch options
Adpatch optionsAdpatch options
Adpatch options
 
Pacthing
PacthingPacthing
Pacthing
 
Oracle applications 11i dba faq
Oracle applications 11i dba faqOracle applications 11i dba faq
Oracle applications 11i dba faq
 
Automated Unit Testing
Automated Unit TestingAutomated Unit Testing
Automated Unit Testing
 
Oracle Release 12 E-Business Suite Patching Best Practices
Oracle Release 12 E-Business Suite Patching Best PracticesOracle Release 12 E-Business Suite Patching Best Practices
Oracle Release 12 E-Business Suite Patching Best Practices
 
Simple tools to fight bigger quality battle
Simple tools to fight bigger quality battleSimple tools to fight bigger quality battle
Simple tools to fight bigger quality battle
 
AtoM's Command Line Tasks - An Introduction
AtoM's Command Line Tasks - An IntroductionAtoM's Command Line Tasks - An Introduction
AtoM's Command Line Tasks - An Introduction
 
Adop and maintenance task presentation 151015
Adop and maintenance task presentation 151015Adop and maintenance task presentation 151015
Adop and maintenance task presentation 151015
 
11i Logs
11i Logs11i Logs
11i Logs
 
NoCOUG Presentation on Oracle RAT
NoCOUG Presentation on Oracle RATNoCOUG Presentation on Oracle RAT
NoCOUG Presentation on Oracle RAT
 
Fighting Fear-Driven-Development With PHPUnit
Fighting Fear-Driven-Development With PHPUnitFighting Fear-Driven-Development With PHPUnit
Fighting Fear-Driven-Development With PHPUnit
 
Performance Load Cache
Performance Load CachePerformance Load Cache
Performance Load Cache
 
StreamSets DataOps Platform Fundamentals.pptx
StreamSets DataOps Platform Fundamentals.pptxStreamSets DataOps Platform Fundamentals.pptx
StreamSets DataOps Platform Fundamentals.pptx
 
Running and Developing Tests with the Apache::Test Framework
Running and Developing Tests with the Apache::Test FrameworkRunning and Developing Tests with the Apache::Test Framework
Running and Developing Tests with the Apache::Test Framework
 
Basic commands for powershell : Configuring Windows PowerShell and working wi...
Basic commands for powershell : Configuring Windows PowerShell and working wi...Basic commands for powershell : Configuring Windows PowerShell and working wi...
Basic commands for powershell : Configuring Windows PowerShell and working wi...
 
Developing Drizzle Replication Plugins
Developing Drizzle Replication PluginsDeveloping Drizzle Replication Plugins
Developing Drizzle Replication Plugins
 
Unit testing for WordPress
Unit testing for WordPressUnit testing for WordPress
Unit testing for WordPress
 
Getting started with PHPUnit
Getting started with PHPUnitGetting started with PHPUnit
Getting started with PHPUnit
 
How To Install Openbravo ERP 2.50 MP43 in Ubuntu
How To Install Openbravo ERP 2.50 MP43 in UbuntuHow To Install Openbravo ERP 2.50 MP43 in Ubuntu
How To Install Openbravo ERP 2.50 MP43 in Ubuntu
 

Recently uploaded

Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxShobhayan Kirtania
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 

Recently uploaded (20)

Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 

R12 d49656 gc10-apps dba 24

  • 1. Other Patching Topics Patching Topics
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14. Using AutoPatch in Non-Interactive Mode Command to run AutoPatch in non-interactive mode: $ adpatch defaultsfile=$APPL_TOP/admin/testdb1/def.txt logfile=c123456.log patchtop=$APPL_TOP/patch/123456 workers=3 interactive=no
  • 15.
  • 16.
  • 17. AutoPatch Command Line Arguments - apply Tells AutoPatch whether to run in test mode. Purpose Example Default Values apply y, meaning that AutoPatch does not run in test mode. n, meaning that AutoPatch does run in test mode. adpatch apply=n y
  • 18. AutoPatch Command Line Arguments - driver Tells AutoPatch the name of the patch driver file. This is usually used in non-interactive mode. It is only valid when the AutoPatch patchtop option is also used. Purpose Example Default Values driver A driver file name, or comma-separated list of patch driver file names. adpatch patchtop=/d01/apps/patches/2344175 driver=u2344175.drv None, meaning that AutoPatch prompts for the patch driver file name.
  • 19. AutoPatch Command Line Arguments - patchtop Tells AutoPatch the top-level directory for the current patch. This is normally used in non-interactive mode. Purpose Example Default Values patchtop A fully-qualified directory name. adpatch patchtop=/d01/apps/patches/2344175 None, meaning that AutoPatch prompts for the patch directory.
  • 20. AutoPatch Command Line Arguments - preinstall Tells AutoPatch whether to run in pre-install mode. Pre-install mode is used to update AD utilities before an upgrade, and to apply family consolidated upgrade patches. Purpose Example Default Values preinstall y, meaning that AutoPatch runs in pre-install mode. n, meaning that AutoPatch does not run in pre-install mode. adpatch preinstall=y n
  • 21. AutoPatch Command Line Arguments - uploadph Tells AutoPatch to upload patch history information from the patch information files to the database, and then exit. Purpose Example Default Values uploadph y, meaning that AutoPatch uploads patch history information; n, meaning that AutoPatch does not upload patch history information. adpatch uploadph=y None.
  • 22. AutoPatch Command Line Arguments - options Pass generic options to AutoPatch. See the following slides for more information on available options. Purpose Example Default Values options A comma-separated list of options. adpatch options=autoconfig None, meaning that no generic options are passed.
  • 23. AutoPatch Options - autoconfig Tells AutoPatch to run AutoConfig automatically. Purpose Comments Default options=noautoconfig autoconfig Use options=noautoconfig if you are applying a number of patches in sequence and want to run AutoConfig once, after applying the last patch of the sequence. A more common strategy is to merge the patches first using AD Merge Patch.
  • 24. AutoPatch Options - checkfile Tells AutoPatch to either skip running SQL and EXEC commands if they are recorded as already run and to record them as having run after running them. Use nocheckfile to turn off the checkfile feature. Purpose Comments Default options=nocheckfile checkfile Using checkfile provides significant performance benefits.
  • 25. AutoPatch Options - compiledb Tells AutoPatch to automatically compile invalid objects in the database after running actions normally found in the database driver. Purpose Comments Default options=nocompiledb compiledb for standard patches; nocompiledb for standard patch translations, documentation patches, and documentation patch translations. In cases where multiple non-merged patches are applied in a maintenance window, you can use nocompiledb to save time. However, merging multiple patches and applying a single merged patch is usually a better strategy.
  • 26. AutoPatch Options - compilejsp Tells AutoPatch whether to automatically compile out-of-date JSP files. Purpose Comments Default options=nocompilejsp compilejsp for standard patches; nocompilejsp for standard patch translations, documentation patches, and documentation patch translations. JSP files are only compiled if the patch contains copy actions for at least one JSP file.
  • 27. AutoPatch Options - copyportion Tells AutoPatch whether to run commands normally found in the copy portion of the driver. Purpose Comments Default options=nocopyportion copyportion Use nocopyportion to tell AutoPatch not to perform copy actions of the driver.
  • 28. AutoPatch Options - databaseportion Tells AutoPatch whether to run commands normally found in the database portion of the driver. Purpose Comments Default options=nodatabaseportion databaseportion Use nodatabaseportion to tell AutoPatch not to perform database actions of the driver.
  • 29. AutoPatch Options - generateportion Tells AutoPatch whether to run commands normally found in the generate portion of the driver. Purpose Comments Default options=nogenerateportion generateportion Use nogenerateportion to tell AutoPatch not to perform generate actions of the driver.
  • 30. AutoPatch Options - hotpatch Tells AutoPatch to apply a patch regardless of whether the Oracle Applications system is in Maintenance Mode. Purpose Comments Default options=hotpatch nohotpatch AutoPatch aborts the patching session if Maintenance Mode is disabled and the options=hotpatch command is not used.
  • 31. AutoPatch Options - integrity Tells AutoPatch whether to perform patch integrity checking, which verifies that the version of each file referenced in a copy action matches the version present in the patch. Purpose Comments Default options=integrity nointegrity As the integrity of Oracle Applications patches is checked before they are released, the default of nointegrity is safe and avoids some AutoPatch overhead.
  • 32. AutoPatch Options - parallel Tells AutoPatch whether to run actions that update the database (such as) and actions that generate files (such as genform) in parallel. Use noparallel to tell AutoPatch to run actions serially. Purpose Comments Default options=noparallel parallel Oracle does not recommend using the noparallel option. Oracle Applications patches are tested on systems using parallel processing.
  • 33. AutoPatch Options - phtofile Tells AutoPatch whether to upload patch history information to the database after applying the patch, or to write it to the patch information files in the file system. Purpose Comments Default options=phtofile nophtofile Using phtofile allows you to defer uploading of patch history information to the database until after the system downtime. Use adpatch uploadph=y to upload patch history information from the patch information files to the database during uptime.
  • 34. AutoPatch Options - validate Tells AutoPatch whether to connect to all registered Oracle Applications schemas at the start of the patch. Purpose Comments Default options=validate novalidate Useful for finding problems with incorrectly-registered Oracle Applications schemas or schemas with invalid passwords.
  • 35.
  • 36.
  • 37.
  • 38. Using Test and Production Systems Oracle Applications Test Database Oracle Applications Test File System Oracle Applications Production Database Oracle Applications Production File System AutoPatch 1. Apply to Test 2. Apply to Production
  • 39.
  • 40. Merging Patches Umerged.drv Source Destination U<Patch2>.drv U<Patch1>.drv
  • 41.
  • 42.
  • 43. Source and Destination Directories 2345671 destination <TOP> source 2345672 2345673 2345674
  • 44.
  • 45.
  • 46.
  • 47.
  • 48.
  • 49.
  • 50.

Editor's Notes

  1. ILT Schedule: Timing Topic 45 minutes Lecture 60 minutes Practice 105 minutes Total
  2. &lt;Course name&gt; &lt;Lesson number&gt; -
  3. &lt;Course name&gt; &lt;Lesson number&gt; - Overview In this module, we focus on the modes of AutoPatch, as well as AutoPatch command line options. We also learn about the AD Merge Patch utility and how you can merge multiple patches into a single merged patch.
  4. &lt;Course name&gt; &lt;Lesson number&gt; - AutoPatch Modes In addition to the normal (patch application) mode, AutoPatch can be run in the following modes: Test mode Pre-install mode Non-interactive mode
  5. &lt;Course name&gt; &lt;Lesson number&gt; - AutoPatch Test Mode With test mode, you can see the effects applying a patch will have on your system before applying the patch. In test mode, AutoPatch does not apply the patch. Instead, it lists each file it would have copied, relinked, executed, or generated and shows the actions it would have performed had it applied the patch.
  6. &lt;Course name&gt; &lt;Lesson number&gt; - AutoPatch Test Mode Applying a patch in test mode works like applying a patch interactively, except that AutoPatch does not: Copy any files from the patch directory to the installation area. Archive any object modules into the product libraries. Relink any executables. Generate any forms, reports, PL/SQL libraries, or menu files. Run any sql or exec commands (commands that change the database). Record patch history. Update the release version in the database.
  7. &lt;Course name&gt; &lt;Lesson number&gt; - Running AutoPatch in Test Mode To run AutoPatch in test mode, use the apply=no command as shown in the slide.
  8. &lt;Course name&gt; &lt;Lesson number&gt; - AutoPatch Pre-Install Mode In some situations, such as upgrading Oracle Applications to R12, you may need to patch upgrade related files before performing the upgrade. See the Upgrading Oracle Applications book, Oracle Applications Release Notes and the patch readme file for instructions on when to use pre-install mode. AutoPatch in pre-install mode asks all normal start-up questions except those relating to the database. Run AutoPatch in pre-install mode only if the patch explicitly requires it.
  9. &lt;Course name&gt; &lt;Lesson number&gt; - AutoPatch Pre-Install Mode Because AutoPatch does not read product driver files in pre-install mode, it copies all product files in the patch to the APPL_TOP directory, even if they should not exist on this node. For example, it will copy forms files to an APPL_TOP that only implements the admin server. Additionally, if a file in the patch should be in APPL_TOP and in another directory (such as in $OA_HTML), AutoPatch will only copy the file to APPL_TOP in pre-install mode.
  10. &lt;Course name&gt; &lt;Lesson number&gt; -
  11. &lt;Course name&gt; &lt;Lesson number&gt; - Using AutoPatch in Pre-Install Mode To run AutoPatch in pre-install mode, use the preinstall=y command shown at the top of the slide.
  12. &lt;Course name&gt; &lt;Lesson number&gt; - AutoPatch Non-Interactive Mode Non-interactive patching is a way to avoid some of the prompts and automate the patching process. First create a defaults file by running AutoPatch interactively with the specific command line option. Alternatively, you can copy $APPL_TOP/admin/adalldefaults.txt to $APPL_TOP/admin/&lt;SID&gt;/&lt;new_file&gt;.txt and edit it as needed. Then run AutoPatch non-interactively, providing the name of the defaults file you created plus other command line options. After AutoPatch completes, perform any post-AutoPatch steps listed in the patch readme file.
  13. &lt;Course name&gt; &lt;Lesson number&gt; - AutoPatch Non-interactive Mode - Creating a Defaults File To create an AutoPatch defaults file: Specify defaultsfile=&lt;Defaults File Name&gt; on the AutoPatch command line. The defaults file must be located under APPL_TOP/admin/&lt;SID&gt;. For example: $ adpatch defaultsfile=$APPL_TOP/admin/testdb1/defs.txt Run AutoPatch up to the point where it asks for the directory where your Oracle Applications patch has been unloaded. Then enter abort at this prompt. Verify that your defaults file was created. Once you have an AutoPatch defaults file for your current system, you can run AutoPatch non-interactively.
  14. &lt;Course name&gt; &lt;Lesson number&gt; - Using AutoPatch in Non-Interactive Mode To apply a standard patch to your APPL_TOP and database non-interactively, use the AutoPatch command in the slide, where the defaults file is $APPL_TOP/admin/testdb1/def.txt, the patch top is $APPL_TOP/patch/123456, the number of parallel workers is 3, and the mode is non-interactive. A standard patch consists of a single unified driver. A unified driver has the following naming convention: u&lt;patchnum&gt;.drv
  15. &lt;Course name&gt; &lt;Lesson number&gt; - Restarting a Non-Interactive Session If AutoPatch encounters an error during a non-interactive patch session, you can not restart AutoPatch by executing the original AutoPatch command. To restart a non-interactive AutoPatch session, use the same command line options you originally used, but add the “restart=yes” command-line option that you see at the bottom of the command in the slide. It is important that you do not omit any of the original command-line arguments, as this omission may change AutoPatch&apos;s behavior and cause unpredictable results.
  16. &lt;Course name&gt; &lt;Lesson number&gt; - AutoPatch Options In addition to the command line options covered in the AD Utilities section of this course, the options in the following slides can be used by AutoPatch.
  17. &lt;Course name&gt; &lt;Lesson number&gt; -
  18. &lt;Course name&gt; &lt;Lesson number&gt; - AutoPatch Command Line Arguments - driver Note: The driver option is generally used for non-standard patches, however, it can be used with standard patches to bypass the driver prompt when running AutoPatch in normal mode.
  19. &lt;Course name&gt; &lt;Lesson number&gt; -
  20. &lt;Course name&gt; &lt;Lesson number&gt; -
  21. &lt;Course name&gt; &lt;Lesson number&gt; -
  22. &lt;Course name&gt; &lt;Lesson number&gt; - AutoPatch Command Line Arguments - options The options= argument is used to pass generic options to AutoPatch in the form of a comma-separated list. For example, options=nocopyportion,nogenerateportion (do not add a space after the comma). Valid options are on the following slides.
  23. &lt;Course name&gt; &lt;Lesson number&gt; -
  24. &lt;Course name&gt; &lt;Lesson number&gt; - AutoPatch Options - checkfile Note: The use of options=nocheckfile is not recommended. You should use this option only when requested to do so by Oracle Support.
  25. &lt;Course name&gt; &lt;Lesson number&gt; -
  26. &lt;Course name&gt; &lt;Lesson number&gt; - AutoPatch Options - compilejsp In cases where multiple non-merged patches are applied in a maintenance window, you can use nocompilejsp to save time. However, merging multiple patches and applying a single merged patch is usually a better strategy.
  27. &lt;Course name&gt; &lt;Lesson number&gt; -
  28. &lt;Course name&gt; &lt;Lesson number&gt; -
  29. &lt;Course name&gt; &lt;Lesson number&gt; -
  30. &lt;Course name&gt; &lt;Lesson number&gt; -
  31. &lt;Course name&gt; &lt;Lesson number&gt; -
  32. &lt;Course name&gt; &lt;Lesson number&gt; -
  33. &lt;Course name&gt; &lt;Lesson number&gt; -
  34. &lt;Course name&gt; &lt;Lesson number&gt; -
  35. &lt;Course name&gt; &lt;Lesson number&gt; - Java Release Infrastructure (JRI) Much of the functionality of JRI is invisible to the user. The only direct interaction you may have with JRI is during the Java patching process when AutoPatch calls the jcopy program to patch the Java archive (JAR) patch files located on the Oracle Applications file system and during the maintaining process when AD Administration is used to regenerate JAR files.
  36. &lt;Course name&gt; &lt;Lesson number&gt; - Java File Patching The process used automatically by AutoPatch to apply a Java patch is: Patch changed Java classes. Regenerate Java archive, or JAR files: The generation portion of the Java patch process regenerates the JAR files under both the $APPL_TOP and $JAVA_TOP. The JAR files in the $APPL_TOP are located in &lt;PROD&gt;_TOP/java/jar and the JAR files under the $JAVA_TOP are located in $JAVA_TOP/oracle/apps/&lt;prod&gt;/jar. JAR files can be regenerated as a maintenance task at any time with the regenerate product JAR file option of AD Administration. Sign JAR files: The final step of the Java patching process is the signing of all JAR files with the customer’s digital signature. This is an inherent part of the Java patching process, and no user intervention is required.
  37. &lt;Course name&gt; &lt;Lesson number&gt; - Adding Translations and New Products The following are delivered as patches: Translations of existing patches to languages other than American English. Products not included in the base release (off-cycle products): A “new products patch” associated with a maintenance pack is applied using AutoPatch. An individual “new products patch” is delivered as a single patch. Applying this patch involves running AD Splicer followed by AutoPatch. The respective patch readme file contains detailed information on applying a translation or new product patch. Note: AutoPatch is translation-aware. When applying a base patch, AutoPatch notifies you if a translated patch also needs to be applied.
  38. &lt;Course name&gt; &lt;Lesson number&gt; - Using Test and Production Systems It is important to use a test system to check patches before applying them to your production system. The test database and the production database should always be kept separate. The production database must use a different file system than any other database, including a separate ORACLE_HOME. After you are sure that the patch works correctly and the original issue has been resolved in the test system, apply the patch to your production file system and production database.
  39. &lt;Course name&gt; &lt;Lesson number&gt; - AD Merge Patch By applying merged patches, you can save a substantial amount of time in the maintenance of your Oracle Applications system. Each time AutoPatch runs, it prompts you for a series of answers and based on your input attempts to connect to your Oracle Applications system. This initial phase may take several minutes. If you repeat this phase dozens of times, the time required for the initial phases for the series of patches can add up. In addition, merging patches eliminates duplicate link, generate and database tasks.
  40. &lt;Course name&gt; &lt;Lesson number&gt; - Merging Patches Merging multiple patches into one patch not only saves time but makes patching easier. AD Merge Patch is an executable that reads the driver files for each patch in the source directory and merges them together to create a single set of driver files in the destination directory. AD Merge Patch identifies the latest version of a patch if there are different versions in the source patches. The merged patch driver file is named umerged.drv by default. Use the -merge_name parameter to specify a name other than “merged.”
  41. &lt;Course name&gt; &lt;Lesson number&gt; -
  42. &lt;Course name&gt; &lt;Lesson number&gt; - Merging Unzipped ARUs Use the -manifest option to use a manifest file that contains the name and location of the patch zip files. AD Merge Patch references this file, and unzips the patches listed. It copies the unzipped files into the source directory and includes them, along with any other files in the source directory, in the merged patch.
  43. &lt;Course name&gt; &lt;Lesson number&gt; - Source and Destination Directories When merging patches, the source and the destination directories cannot be child or parent directories of each other. We recommend that you run AD Merge Patch from the parent directory of the source directory, and that the destination directory also be located in the same parent directory. For example, if you run AD Merge Patch from a directory named &lt;TOP&gt;, both the source and destination directories should be subdirectories of &lt;TOP&gt;. The source directory must have all patches to be merged as immediate child directories. The patch directories cannot be in a lower directory under the source directory. For example, if four patches are to be merged, they must be in a directory structure similar to the one in the slide. If you are using a manifest file, place all zipped ARUs in the source directory.
  44. &lt;Course name&gt; &lt;Lesson number&gt; - Running AD Merge Patch The AD Merge Patch utility has two required arguments: The source directory where the patches to merge have been unloaded. The destination directory where the unified patch will be created. AD Merge Patch creates the merged patch driver files and copies the actual files needed by the merged patches into the destination directory. Always check the AD Merge Patch log file for errors after merging patches. The default log file name is admrgpch.log and is located in the directory in which AD Merge Patch was run.
  45. &lt;Course name&gt; &lt;Lesson number&gt; -
  46. &lt;Course name&gt; &lt;Lesson number&gt; - AD Merge Patch AD Merge Patch is capable of merging generic patches with patches of a specific platform, however, it cannot merge patches of two different platforms.
  47. &lt;Course name&gt; &lt;Lesson number&gt; - Naming the Merged Patch To specify the name of the merged patch, use the command shown on the slide. For example the following command would merge the patches located in the /d01/ patches/source directory and place them in the /d01/ patches/destination directory. $ admrgpch -s /d01/patches/source -d /d01/patches/destination -merge_name NLS99
  48. &lt;Course name&gt; &lt;Lesson number&gt; -
  49. &lt;Course name&gt; &lt;Lesson number&gt; -
  50. &lt;Course name&gt; &lt;Lesson number&gt; - Refer to Practice - Running AutoPatch Non-Interactively [ LAB421BY ] Refer to Practice - Merging Patches [ LAB421CY ]