SlideShare una empresa de Scribd logo
1 de 30
REMINDER
Check in on the COLLABORATE
mobile app
What’s New in Oracle E-Business Suite
R12.2 for Database Administrators?
Prepared by:
Vasu Balla
Principal Consultant
The Pythian Group
Learn what’s new and different in
Oracle E-Business Suite R12.2
Session ID#: 14408
About Me
– Oracle Apps DBA with 11+
Years of Exp
– Oracle Apps ATG Customer
Advisory Board Member
– Oracle EBS Principal
Consultant at Pythian
– www.pythian.com/blog
– linked.in/in/vasuballa
– @vasuballa
About Pythian
■ Recognized Leader:
▪ Global industry-leader in remote database administration services and
consulting for Oracle, Oracle Applications, MySQL and Microsoft SQL Server
▪ Work with over 250 multinational companies such as Forbes.com, Fox Sports,
Nordion and Western Union to help manage their complex IT deployments
■ Expertise:
▪ Pythian’s data experts are the elite in their field. We have the highest
concentration of Oracle ACEs on staff—9 including 2 ACE Directors—and 2
Microsoft MVPs.
▪ Pythian holds 7 Specializations under Oracle Platinum Partner program,
including Oracle Exadata, Oracle GoldenGate & Oracle RAC
■ Global Reach & Scalability:
▪ Around the clock global remote support for DBA and consulting, systems
administration, special projects or emergency response
Agenda
■Architecture
■Installation Procedures
■Online Patching
■Database Schema Layout
■Cloning
Architecture
This is a subtitle or bulleted list
Dual File System
Source: Oracle
R12.1 vs R12.2
R12.1 | R12.2
------------------------------------------
opmn | opmn
|___ ohs | |___ ohs
|___ oacore |
|___ forms | Weblogic Admin Mgr
|___ oafm |
| Weblogic Node Mgr
CMs | |___ oacore
| |___ forms
Apps_Listener | |___ oafm
|
| CMs
|
| Apps_Listener
|
R12.1 File system Layout
Oracle Homes
/u01/E-BIZ/apps/tech_st/10.1.2
/u01/E-BIZ/apps/tech_st/10.1.3
Apps Code
/u01/E-BIZ/apps/apps_st/appl
/u01/E-BIZ/apps/apps_st/comn
Log/Config Files
/u01/E-BIZ/inst
R12.2 File system Layout
/u01/install/fsX/EBSapps/10.1.2
/u01/install/fsX/FMW_Home/oracle_common
/u01/install/fsX/FMW_Home/webtier
/u01/install/fsX/FMW_Home/Oracle_EBS-app1
/u01/install/fsX/FMW_Home/wlserver_10.3
/u01/install/fsX/EBSapps/appl
/u01/install/fsX/EBSapps/comn
/u01/install/fsX/inst
/u01/install/fs_ne
X = 1,2
R12.2 File system Layout
1. Two identical filesystems exist ( RUN &
PATCH )to support Online patching
feature
2. Single Non Editioned Filesystem that
holds AD executables, PATCH_TOP and CM
Log/Output files
3. Instance Top doesn’t hold Weblogic and
OHS config files
4. Cannot do Readonly shared appltop across
instances
Weblogic
1. Ships with both 64bit and 32bit Jrockit
Java Runtime
2. Forms Managed Server JVM, CMs & AD
utilities use 32bit jrockit
3. Rest all use 64bit jrockit
4. Known to use more memory than values set
by Xmx & Xms
Sample oacore JVM usage
$ which jrcmd
/u01/install/fs1/FMW_Home/jrockit32/bin/jrcmd
$ jrcmd 15637 print_memusage
15637:
Total mapped 2379480KB (reserved=1248288KB)
- Java heap 524288KB (reserved=0KB)
- GC tables 17548KB
- Thread stacks 27508KB (#threads=72)
- Compiled code 1048576KB (used=18784KB)
- Internal 1672KB
- OS 275448KB
- Other 267096KB
- Classblocks 11776KB (malloced=11744KB #31381)
- Java class data 204544KB (malloced=204440KB
#144252 in 31381 classes)
- Native memory tracking 1024KB (malloced=144KB #10)
Installation Procedures
This is a subtitle or bulleted list
Installation Procedures
■ Rapidwiz now shipped with RMAN backup
instead of datafiles
■ It can now install directly onto a existing
RAC cluster
■ Can also install onto to ASM
■ Cuts down build times of new instances
■ Default startCD installs JDK & JRE6
■ Download new startCD to get JDK & JRE7
{Online} Patching
This is a subtitle or bulleted list
Online Patching
■ Edition-Based-Redefinition (EBR) feature is
used by R12.2 to enable online patching
■ New edition called PATCH edition is created
during a patching cycle
■ Online users use the RUN Edition
■ Editioning Views enable new columns to be
added during a patching cycle
■ Cross-Edition Triggers enable data changed by
online users propagate to patch edition during a
patching cycle
Online Patching Overview
■ Prepare
▪ Synchronizes patch edition and run edition on the file system.
▪ Creates a new patch edition in the database.
■ Apply
▪ Executes patch drivers to update patch edition.
▪ Patches applied: can be one or many, including customizations.
■ Finalize
▪ Compiles invalid objects.
▪ Generates derived objects.
■ Cutover
▪ Configures patch edition file system to be the new run edition file system.
▪ Configures patch edition of database to be the new run edition.
▪ Restarts application tier services.
■ Cleanup
▪ Delete obsolete code and seed data to recover space.
Online Patching
■ Applied using the new utility called adop
■ Patches need to copied to PATCH_TOP before applying
( $NE_BASE/EBSapps/patch )
■ Adop can apply multiple patches in one go and has option to
merge them before apply
■ Can apply patches directly to RUN edition using hotpatch
option
■ Hotpatch option can be used to mimic old R12/11i kind of
patching style
adop phase=apply hotpatch=yes patches=xxx,yyy
■ Adop uses SID_patch service_name to connect to database
Online Patching contd.
■ Adop Connects to other nodes in multinodes setup via
ssh and applies the patch ( similar to RAC patchings)
■ Fs_clone option clones the PATCH fs from RUN fs.
■ Mandatory to Keep AD & TXK patchsets at same level
■ AD patches are online, don’t need downtime.
■ $APPL_TOP_NE/ad/custom/adop_sync.drv is used to
sync CUSTOM Code
Database Layout
This is a subtitle or bulleted list
Logical Layout
Editioning Views
Cross Edition Trigges
Editioned Storage
Cloning
This is a subtitle or bulleted list
Cloning in R12.2
■ For the most part did not change
■ FMW_Home cloning is handled by weblogic utilites
■ Adpreclone.pl creates a clone stage area of FMW_Home
under common top using weblogic utils
■ During clone, we don’t need to copy FMW_Home
■ adcfgClone builds FMW_Home using the stage area via
weblogic utilities
Misc
This is a subtitle or bulleted list
Misc
■ Apps Password change requires manual update to WLS
Datasource with new password
■ AFPASSWD utility can be used to change passwords without
DB accounts
■ SSO integration with OAM/OID is much simple as there is no
need of webgate and accessgate installs
■ 12.2.3 VirtualBox templates for single node and multinode
versions are available now
Please complete the session
evaluation
We appreciate your feedback and insight
You may complete the session evaluation either
on paper or online via the mobile app
Session ID# 14408
Thank You
balla@pythian.com
@vasuballa
www.slideshare.net/vasuballa
www.pythian.com/blog
Booth# 1535

Más contenido relacionado

La actualidad más candente

How to Create Expense Report in Oracle Fusion (002).pdf
How to Create Expense Report in Oracle Fusion (002).pdfHow to Create Expense Report in Oracle Fusion (002).pdf
How to Create Expense Report in Oracle Fusion (002).pdf
Sakunthala N V
 
Preparing for EBS R12.2-upgrade-full
Preparing for EBS R12.2-upgrade-fullPreparing for EBS R12.2-upgrade-full
Preparing for EBS R12.2-upgrade-full
Berry Clemens
 
Oracle Exadata Management with Oracle Enterprise Manager
Oracle Exadata Management with Oracle Enterprise ManagerOracle Exadata Management with Oracle Enterprise Manager
Oracle Exadata Management with Oracle Enterprise Manager
Enkitec
 
Oracle Applications R12 Architecture
Oracle Applications R12 ArchitectureOracle Applications R12 Architecture
Oracle Applications R12 Architecture
Viveka Solutions
 

La actualidad más candente (20)

Best Practices in Preparing for and Managing your EPM Infrastructure
Best Practices in Preparing for and Managing your EPM InfrastructureBest Practices in Preparing for and Managing your EPM Infrastructure
Best Practices in Preparing for and Managing your EPM Infrastructure
 
Automating Your Clone in E-Business Suite R12.2
Automating Your Clone in E-Business Suite R12.2Automating Your Clone in E-Business Suite R12.2
Automating Your Clone in E-Business Suite R12.2
 
How to Create Expense Report in Oracle Fusion (002).pdf
How to Create Expense Report in Oracle Fusion (002).pdfHow to Create Expense Report in Oracle Fusion (002).pdf
How to Create Expense Report in Oracle Fusion (002).pdf
 
Preparing for EBS R12.2-upgrade-full
Preparing for EBS R12.2-upgrade-fullPreparing for EBS R12.2-upgrade-full
Preparing for EBS R12.2-upgrade-full
 
Oracle Web ADI Implementation Steps
Oracle Web ADI Implementation StepsOracle Web ADI Implementation Steps
Oracle Web ADI Implementation Steps
 
Enterprise manager 13c
Enterprise manager 13cEnterprise manager 13c
Enterprise manager 13c
 
Oracle E-Business Suite 12.2 - The Upgrade to End All Upgrades
Oracle E-Business Suite 12.2 - The Upgrade to End All UpgradesOracle E-Business Suite 12.2 - The Upgrade to End All Upgrades
Oracle E-Business Suite 12.2 - The Upgrade to End All Upgrades
 
OOW16 - Oracle E-Business Suite Integration Best Practices [CON6709]
OOW16 - Oracle E-Business Suite Integration Best Practices [CON6709]OOW16 - Oracle E-Business Suite Integration Best Practices [CON6709]
OOW16 - Oracle E-Business Suite Integration Best Practices [CON6709]
 
static ABAP code analyzers
static ABAP code analyzersstatic ABAP code analyzers
static ABAP code analyzers
 
Oracle Ebiz R12.2 Features -- Ravi Sagaram
Oracle Ebiz R12.2 Features -- Ravi SagaramOracle Ebiz R12.2 Features -- Ravi Sagaram
Oracle Ebiz R12.2 Features -- Ravi Sagaram
 
Cloning Oracle EBS R12: A Step by Step Procedure
Cloning Oracle EBS R12: A Step by Step ProcedureCloning Oracle EBS R12: A Step by Step Procedure
Cloning Oracle EBS R12: A Step by Step Procedure
 
Oracle Applications R12 architecture
Oracle Applications R12 architectureOracle Applications R12 architecture
Oracle Applications R12 architecture
 
Oracle Exadata Management with Oracle Enterprise Manager
Oracle Exadata Management with Oracle Enterprise ManagerOracle Exadata Management with Oracle Enterprise Manager
Oracle Exadata Management with Oracle Enterprise Manager
 
Oracle Applications R12 Architecture
Oracle Applications R12 ArchitectureOracle Applications R12 Architecture
Oracle Applications R12 Architecture
 
iExpenses Introduction
iExpenses IntroductioniExpenses Introduction
iExpenses Introduction
 
Presentation oracle ebs r12
Presentation oracle ebs r12Presentation oracle ebs r12
Presentation oracle ebs r12
 
Use SAP Ariba Solutions as a Natural Extension of Your ERP Software
Use SAP Ariba Solutions as a Natural Extension of Your ERP SoftwareUse SAP Ariba Solutions as a Natural Extension of Your ERP Software
Use SAP Ariba Solutions as a Natural Extension of Your ERP Software
 
Oracle financials functional training on ap, ar & gl
Oracle financials functional training on ap, ar & glOracle financials functional training on ap, ar & gl
Oracle financials functional training on ap, ar & gl
 
(ZDM) Zero Downtime DB Migration to Oracle Cloud
(ZDM) Zero Downtime DB Migration to Oracle Cloud(ZDM) Zero Downtime DB Migration to Oracle Cloud
(ZDM) Zero Downtime DB Migration to Oracle Cloud
 
OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...
OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...
OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...
 

Destacado

Oracle ebs overview 1
Oracle ebs overview 1 Oracle ebs overview 1
Oracle ebs overview 1
Sovanlal Das
 
COLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPT
COLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPTCOLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPT
COLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPT
Preet Kamal Singh
 

Destacado (20)

E business suite r12.2 changes for database administrators
E business suite r12.2 changes for database administratorsE business suite r12.2 changes for database administrators
E business suite r12.2 changes for database administrators
 
R12.2.5 new features
R12.2.5 new featuresR12.2.5 new features
R12.2.5 new features
 
OOW15 - technical upgrade best practices for oracle e-business suite 12.2
OOW15 - technical upgrade best practices for oracle e-business suite 12.2OOW15 - technical upgrade best practices for oracle e-business suite 12.2
OOW15 - technical upgrade best practices for oracle e-business suite 12.2
 
10 tips for successful 12.2 upgrade
10 tips for successful 12.2 upgrade10 tips for successful 12.2 upgrade
10 tips for successful 12.2 upgrade
 
OOW15 - Advanced Architectures for Oracle E-Business Suite
OOW15 - Advanced Architectures for Oracle E-Business SuiteOOW15 - Advanced Architectures for Oracle E-Business Suite
OOW15 - Advanced Architectures for Oracle E-Business Suite
 
R12 New Features In Order Management
R12 New Features In Order ManagementR12 New Features In Order Management
R12 New Features In Order Management
 
OOW16 - Running your E-Business Suite on Oracle Cloud (IaaS + PaaS) - Why, Wh...
OOW16 - Running your E-Business Suite on Oracle Cloud (IaaS + PaaS) - Why, Wh...OOW16 - Running your E-Business Suite on Oracle Cloud (IaaS + PaaS) - Why, Wh...
OOW16 - Running your E-Business Suite on Oracle Cloud (IaaS + PaaS) - Why, Wh...
 
Basics of Oracle Purchasing
Basics of Oracle PurchasingBasics of Oracle Purchasing
Basics of Oracle Purchasing
 
Oracle ebs overview 1
Oracle ebs overview 1 Oracle ebs overview 1
Oracle ebs overview 1
 
Endeca extensions for Oracle eBusiness Suite
Endeca extensions for Oracle eBusiness SuiteEndeca extensions for Oracle eBusiness Suite
Endeca extensions for Oracle eBusiness Suite
 
COLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPT
COLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPTCOLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPT
COLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPT
 
Leverage your business with ebs extensions with endeca ppt
Leverage your business with ebs extensions with endeca pptLeverage your business with ebs extensions with endeca ppt
Leverage your business with ebs extensions with endeca ppt
 
Oracle endeca information discovery architecture
Oracle endeca information discovery architectureOracle endeca information discovery architecture
Oracle endeca information discovery architecture
 
R12 d49656 gc10-apps dba 14
R12 d49656 gc10-apps dba 14R12 d49656 gc10-apps dba 14
R12 d49656 gc10-apps dba 14
 
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 05
R12 d49656 gc10-apps dba 05R12 d49656 gc10-apps dba 05
R12 d49656 gc10-apps dba 05
 
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 22
R12 d49656 gc10-apps dba 22R12 d49656 gc10-apps dba 22
R12 d49656 gc10-apps dba 22
 
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 08
R12 d49656 gc10-apps dba 08R12 d49656 gc10-apps dba 08
R12 d49656 gc10-apps dba 08
 

Similar a What’s New in Oracle E-Business Suite R12.2 for Database Administrators?

6048618 cloning-procedure-of-r12-single-tier
6048618 cloning-procedure-of-r12-single-tier6048618 cloning-procedure-of-r12-single-tier
6048618 cloning-procedure-of-r12-single-tier
balaji29
 
Mahesh_Resume
Mahesh_ResumeMahesh_Resume
Mahesh_Resume
Mahesh B
 
Stored-Procedures-Presentation
Stored-Procedures-PresentationStored-Procedures-Presentation
Stored-Procedures-Presentation
Chuck Walker
 
Oracle DBA Trainer
Oracle DBA TrainerOracle DBA Trainer
Oracle DBA Trainer
P S Rani
 
Oracle ebs r12_architecture
Oracle ebs r12_architectureOracle ebs r12_architecture
Oracle ebs r12_architecture
prasanna432
 

Similar a What’s New in Oracle E-Business Suite R12.2 for Database Administrators? (20)

E business suite r12.2 changes for database administrators
E business suite r12.2 changes for database administratorsE business suite r12.2 changes for database administrators
E business suite r12.2 changes for database administrators
 
Online patching ebs122_aioug_appsdba_nov2017
Online patching ebs122_aioug_appsdba_nov2017Online patching ebs122_aioug_appsdba_nov2017
Online patching ebs122_aioug_appsdba_nov2017
 
Staged Patching Approach in Oracle E-Business Suite
Staged Patching Approach in Oracle E-Business SuiteStaged Patching Approach in Oracle E-Business Suite
Staged Patching Approach in Oracle E-Business Suite
 
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...
 
SAP Basis Overview
SAP Basis OverviewSAP Basis Overview
SAP Basis Overview
 
Aioug2017 deploying-ebs-on-prem-and-on-oracle-cloud v2
Aioug2017 deploying-ebs-on-prem-and-on-oracle-cloud v2Aioug2017 deploying-ebs-on-prem-and-on-oracle-cloud v2
Aioug2017 deploying-ebs-on-prem-and-on-oracle-cloud v2
 
R12 d49656 gc10-apps dba 01
R12 d49656 gc10-apps dba 01R12 d49656 gc10-apps dba 01
R12 d49656 gc10-apps dba 01
 
6048618 cloning-procedure-of-r12-single-tier
6048618 cloning-procedure-of-r12-single-tier6048618 cloning-procedure-of-r12-single-tier
6048618 cloning-procedure-of-r12-single-tier
 
Tips_Tricks_for_Oracle_E-Business Suite_Database_Upgrade.pdf
Tips_Tricks_for_Oracle_E-Business Suite_Database_Upgrade.pdfTips_Tricks_for_Oracle_E-Business Suite_Database_Upgrade.pdf
Tips_Tricks_for_Oracle_E-Business Suite_Database_Upgrade.pdf
 
Collaborate 2014 OAUG - EBS 11i Upgrade to R12 - Compare versions 12.2 vs 12.1
Collaborate 2014 OAUG - EBS 11i Upgrade to R12 - Compare versions 12.2 vs 12.1Collaborate 2014 OAUG - EBS 11i Upgrade to R12 - Compare versions 12.2 vs 12.1
Collaborate 2014 OAUG - EBS 11i Upgrade to R12 - Compare versions 12.2 vs 12.1
 
App dba hints
App dba hintsApp dba hints
App dba hints
 
Ae backup
Ae backupAe backup
Ae backup
 
Mahesh_Resume
Mahesh_ResumeMahesh_Resume
Mahesh_Resume
 
Stored-Procedures-Presentation
Stored-Procedures-PresentationStored-Procedures-Presentation
Stored-Procedures-Presentation
 
Ebs upgrade-to-12.2 technical-upgrade_best_practices
Ebs upgrade-to-12.2 technical-upgrade_best_practicesEbs upgrade-to-12.2 technical-upgrade_best_practices
Ebs upgrade-to-12.2 technical-upgrade_best_practices
 
Ebs upgrade-to-12.2 technical-upgrade_best_practices(aioug-aug2015)
Ebs upgrade-to-12.2 technical-upgrade_best_practices(aioug-aug2015)Ebs upgrade-to-12.2 technical-upgrade_best_practices(aioug-aug2015)
Ebs upgrade-to-12.2 technical-upgrade_best_practices(aioug-aug2015)
 
Oracle Unified Directory. Lessons learnt. Is it ready for a move from OID? (O...
Oracle Unified Directory. Lessons learnt. Is it ready for a move from OID? (O...Oracle Unified Directory. Lessons learnt. Is it ready for a move from OID? (O...
Oracle Unified Directory. Lessons learnt. Is it ready for a move from OID? (O...
 
Sap basis administrator user guide
Sap basis administrator   user guideSap basis administrator   user guide
Sap basis administrator user guide
 
Oracle DBA Trainer
Oracle DBA TrainerOracle DBA Trainer
Oracle DBA Trainer
 
Oracle ebs r12_architecture
Oracle ebs r12_architectureOracle ebs r12_architecture
Oracle ebs r12_architecture
 

Más de vasuballa

Más de vasuballa (20)

Oracle E-Business Suite on Kubernetes Cluster
Oracle E-Business Suite on Kubernetes ClusterOracle E-Business Suite on Kubernetes Cluster
Oracle E-Business Suite on Kubernetes Cluster
 
Using oracle cloud to speed up e business suite 12.2 upgrade
Using oracle cloud to speed up e business suite 12.2 upgradeUsing oracle cloud to speed up e business suite 12.2 upgrade
Using oracle cloud to speed up e business suite 12.2 upgrade
 
Securing oracle e-business suite 12.1 and 12.2 technology infrastructure
Securing oracle e-business suite 12.1 and 12.2 technology infrastructureSecuring oracle e-business suite 12.1 and 12.2 technology infrastructure
Securing oracle e-business suite 12.1 and 12.2 technology infrastructure
 
Oracle EBS database upgrade to 12c
Oracle EBS database upgrade to 12cOracle EBS database upgrade to 12c
Oracle EBS database upgrade to 12c
 
EBS on Oracle Cloud
EBS on Oracle CloudEBS on Oracle Cloud
EBS on Oracle Cloud
 
OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]
OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]
OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]
 
OOW16 - Oracle E-Business Suite: What’s New in Release 12.2 Beyond Online Pat...
OOW16 - Oracle E-Business Suite: What’s New in Release 12.2 Beyond Online Pat...OOW16 - Oracle E-Business Suite: What’s New in Release 12.2 Beyond Online Pat...
OOW16 - Oracle E-Business Suite: What’s New in Release 12.2 Beyond Online Pat...
 
OOW16 - Oracle E-Business Suite 12 Upgrade Experience for a 14 TB Oracle E-Bu...
OOW16 - Oracle E-Business Suite 12 Upgrade Experience for a 14 TB Oracle E-Bu...OOW16 - Oracle E-Business Suite 12 Upgrade Experience for a 14 TB Oracle E-Bu...
OOW16 - Oracle E-Business Suite 12 Upgrade Experience for a 14 TB Oracle E-Bu...
 
OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]
OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]
OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]
 
OOW16 - Testing Oracle E-Business Suite Best Practices [CON6713]
OOW16 - Testing Oracle E-Business Suite Best Practices [CON6713]OOW16 - Testing Oracle E-Business Suite Best Practices [CON6713]
OOW16 - Testing Oracle E-Business Suite Best Practices [CON6713]
 
OOW16 - Personalizing Oracle E-Business Suite: The Next Generation [CON6716]
OOW16 - Personalizing Oracle E-Business Suite: The Next Generation [CON6716]OOW16 - Personalizing Oracle E-Business Suite: The Next Generation [CON6716]
OOW16 - Personalizing Oracle E-Business Suite: The Next Generation [CON6716]
 
OOW16 - Build, Deploy, and Manage Smartphone Applications for Oracle E-Busine...
OOW16 - Build, Deploy, and Manage Smartphone Applications for Oracle E-Busine...OOW16 - Build, Deploy, and Manage Smartphone Applications for Oracle E-Busine...
OOW16 - Build, Deploy, and Manage Smartphone Applications for Oracle E-Busine...
 
OOW16 - Simplified and Touch-Friendly User Interface in Oracle E-Business Sui...
OOW16 - Simplified and Touch-Friendly User Interface in Oracle E-Business Sui...OOW16 - Simplified and Touch-Friendly User Interface in Oracle E-Business Sui...
OOW16 - Simplified and Touch-Friendly User Interface in Oracle E-Business Sui...
 
OOW16 - Faster and Better: Oracle E-Business Suite Desktop Integration Enhanc...
OOW16 - Faster and Better: Oracle E-Business Suite Desktop Integration Enhanc...OOW16 - Faster and Better: Oracle E-Business Suite Desktop Integration Enhanc...
OOW16 - Faster and Better: Oracle E-Business Suite Desktop Integration Enhanc...
 
OOW16 - Oracle E-Business Suite in Oracle Cloud: Technical Insight [CON6723]
OOW16 - Oracle E-Business Suite in Oracle Cloud: Technical Insight [CON6723]OOW16 - Oracle E-Business Suite in Oracle Cloud: Technical Insight [CON6723]
OOW16 - Oracle E-Business Suite in Oracle Cloud: Technical Insight [CON6723]
 
OOW16 - Leverage Oracle Integration Cloud Service for Oracle E-Business Suite...
OOW16 - Leverage Oracle Integration Cloud Service for Oracle E-Business Suite...OOW16 - Leverage Oracle Integration Cloud Service for Oracle E-Business Suite...
OOW16 - Leverage Oracle Integration Cloud Service for Oracle E-Business Suite...
 
OOW16 - Maintenance Strategies for Oracle E-Business Suite [CON6725]
OOW16 - Maintenance Strategies for Oracle E-Business Suite [CON6725]OOW16 - Maintenance Strategies for Oracle E-Business Suite [CON6725]
OOW16 - Maintenance Strategies for Oracle E-Business Suite [CON6725]
 
OOW16 - Oracle E-Business Suite: Technology Certification Primer and Roadmap ...
OOW16 - Oracle E-Business Suite: Technology Certification Primer and Roadmap ...OOW16 - Oracle E-Business Suite: Technology Certification Primer and Roadmap ...
OOW16 - Oracle E-Business Suite: Technology Certification Primer and Roadmap ...
 
OOW16 - Oracle E-Business Suite Information Discovery: Your Journey to the Cl...
OOW16 - Oracle E-Business Suite Information Discovery: Your Journey to the Cl...OOW16 - Oracle E-Business Suite Information Discovery: Your Journey to the Cl...
OOW16 - Oracle E-Business Suite Information Discovery: Your Journey to the Cl...
 
OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...
OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...
OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...
 

Último

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 

Último (20)

Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 

What’s New in Oracle E-Business Suite R12.2 for Database Administrators?

  • 1. REMINDER Check in on the COLLABORATE mobile app What’s New in Oracle E-Business Suite R12.2 for Database Administrators? Prepared by: Vasu Balla Principal Consultant The Pythian Group Learn what’s new and different in Oracle E-Business Suite R12.2 Session ID#: 14408
  • 2. About Me – Oracle Apps DBA with 11+ Years of Exp – Oracle Apps ATG Customer Advisory Board Member – Oracle EBS Principal Consultant at Pythian – www.pythian.com/blog – linked.in/in/vasuballa – @vasuballa
  • 3. About Pythian ■ Recognized Leader: ▪ Global industry-leader in remote database administration services and consulting for Oracle, Oracle Applications, MySQL and Microsoft SQL Server ▪ Work with over 250 multinational companies such as Forbes.com, Fox Sports, Nordion and Western Union to help manage their complex IT deployments ■ Expertise: ▪ Pythian’s data experts are the elite in their field. We have the highest concentration of Oracle ACEs on staff—9 including 2 ACE Directors—and 2 Microsoft MVPs. ▪ Pythian holds 7 Specializations under Oracle Platinum Partner program, including Oracle Exadata, Oracle GoldenGate & Oracle RAC ■ Global Reach & Scalability: ▪ Around the clock global remote support for DBA and consulting, systems administration, special projects or emergency response
  • 5. Architecture This is a subtitle or bulleted list
  • 7. R12.1 vs R12.2 R12.1 | R12.2 ------------------------------------------ opmn | opmn |___ ohs | |___ ohs |___ oacore | |___ forms | Weblogic Admin Mgr |___ oafm | | Weblogic Node Mgr CMs | |___ oacore | |___ forms Apps_Listener | |___ oafm | | CMs | | Apps_Listener |
  • 8. R12.1 File system Layout Oracle Homes /u01/E-BIZ/apps/tech_st/10.1.2 /u01/E-BIZ/apps/tech_st/10.1.3 Apps Code /u01/E-BIZ/apps/apps_st/appl /u01/E-BIZ/apps/apps_st/comn Log/Config Files /u01/E-BIZ/inst
  • 9. R12.2 File system Layout /u01/install/fsX/EBSapps/10.1.2 /u01/install/fsX/FMW_Home/oracle_common /u01/install/fsX/FMW_Home/webtier /u01/install/fsX/FMW_Home/Oracle_EBS-app1 /u01/install/fsX/FMW_Home/wlserver_10.3 /u01/install/fsX/EBSapps/appl /u01/install/fsX/EBSapps/comn /u01/install/fsX/inst /u01/install/fs_ne X = 1,2
  • 10. R12.2 File system Layout 1. Two identical filesystems exist ( RUN & PATCH )to support Online patching feature 2. Single Non Editioned Filesystem that holds AD executables, PATCH_TOP and CM Log/Output files 3. Instance Top doesn’t hold Weblogic and OHS config files 4. Cannot do Readonly shared appltop across instances
  • 11. Weblogic 1. Ships with both 64bit and 32bit Jrockit Java Runtime 2. Forms Managed Server JVM, CMs & AD utilities use 32bit jrockit 3. Rest all use 64bit jrockit 4. Known to use more memory than values set by Xmx & Xms
  • 12. Sample oacore JVM usage $ which jrcmd /u01/install/fs1/FMW_Home/jrockit32/bin/jrcmd $ jrcmd 15637 print_memusage 15637: Total mapped 2379480KB (reserved=1248288KB) - Java heap 524288KB (reserved=0KB) - GC tables 17548KB - Thread stacks 27508KB (#threads=72) - Compiled code 1048576KB (used=18784KB) - Internal 1672KB - OS 275448KB - Other 267096KB - Classblocks 11776KB (malloced=11744KB #31381) - Java class data 204544KB (malloced=204440KB #144252 in 31381 classes) - Native memory tracking 1024KB (malloced=144KB #10)
  • 13. Installation Procedures This is a subtitle or bulleted list
  • 14. Installation Procedures ■ Rapidwiz now shipped with RMAN backup instead of datafiles ■ It can now install directly onto a existing RAC cluster ■ Can also install onto to ASM ■ Cuts down build times of new instances ■ Default startCD installs JDK & JRE6 ■ Download new startCD to get JDK & JRE7
  • 15. {Online} Patching This is a subtitle or bulleted list
  • 16. Online Patching ■ Edition-Based-Redefinition (EBR) feature is used by R12.2 to enable online patching ■ New edition called PATCH edition is created during a patching cycle ■ Online users use the RUN Edition ■ Editioning Views enable new columns to be added during a patching cycle ■ Cross-Edition Triggers enable data changed by online users propagate to patch edition during a patching cycle
  • 17. Online Patching Overview ■ Prepare ▪ Synchronizes patch edition and run edition on the file system. ▪ Creates a new patch edition in the database. ■ Apply ▪ Executes patch drivers to update patch edition. ▪ Patches applied: can be one or many, including customizations. ■ Finalize ▪ Compiles invalid objects. ▪ Generates derived objects. ■ Cutover ▪ Configures patch edition file system to be the new run edition file system. ▪ Configures patch edition of database to be the new run edition. ▪ Restarts application tier services. ■ Cleanup ▪ Delete obsolete code and seed data to recover space.
  • 18. Online Patching ■ Applied using the new utility called adop ■ Patches need to copied to PATCH_TOP before applying ( $NE_BASE/EBSapps/patch ) ■ Adop can apply multiple patches in one go and has option to merge them before apply ■ Can apply patches directly to RUN edition using hotpatch option ■ Hotpatch option can be used to mimic old R12/11i kind of patching style adop phase=apply hotpatch=yes patches=xxx,yyy ■ Adop uses SID_patch service_name to connect to database
  • 19. Online Patching contd. ■ Adop Connects to other nodes in multinodes setup via ssh and applies the patch ( similar to RAC patchings) ■ Fs_clone option clones the PATCH fs from RUN fs. ■ Mandatory to Keep AD & TXK patchsets at same level ■ AD patches are online, don’t need downtime. ■ $APPL_TOP_NE/ad/custom/adop_sync.drv is used to sync CUSTOM Code
  • 20. Database Layout This is a subtitle or bulleted list
  • 25. Cloning This is a subtitle or bulleted list
  • 26. Cloning in R12.2 ■ For the most part did not change ■ FMW_Home cloning is handled by weblogic utilites ■ Adpreclone.pl creates a clone stage area of FMW_Home under common top using weblogic utils ■ During clone, we don’t need to copy FMW_Home ■ adcfgClone builds FMW_Home using the stage area via weblogic utilities
  • 27. Misc This is a subtitle or bulleted list
  • 28. Misc ■ Apps Password change requires manual update to WLS Datasource with new password ■ AFPASSWD utility can be used to change passwords without DB accounts ■ SSO integration with OAM/OID is much simple as there is no need of webgate and accessgate installs ■ 12.2.3 VirtualBox templates for single node and multinode versions are available now
  • 29. Please complete the session evaluation We appreciate your feedback and insight You may complete the session evaluation either on paper or online via the mobile app Session ID# 14408