SlideShare a Scribd company logo
© 2013 CA. All rights reserved. 
© 2013 CA. All rights reserved. 
CA 7 11.3 to 12.0 Database Conversion Database Preparation Conversion Validation Reversion 
October 2014
Overview
3 
3 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. 
R12 Database Conversion 
 Datasets that will be converted 
– SASJOB, SASDS, and SASIDS 
– ARF 
– VRM 
– Status Queues – ACT, RDY, REQ, PRE, PST, PRN 
– Trailer Queue 
 Conversion process documented in Installation Guide 
– Chapter 8 Database Conversion 
– Appendix F Conversion Utilities 
– Appendix H Reversion
4 
4 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. 
Database Conversion Process 
 Prepare to convert r11.3 data 
 Convert r11.3 data into Datacom table format 
 Import converted data into Datacom database 
 Validate that Datacom database is functionally equivalent to 
original r11.3 data
5 
5 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. 
Introduction to Validation 
 Validation function added after beta 
 Original data and reverted data are compared 
 Validation is unsuccessful if any functional differences are 
found between original r11.3 and converted r12 data 
 CA7ONL started with logical database that has not been 
successfully validated 
CAL2I900E WARNING! Use of this data may have unpredictable 
results and/or outages. Reply CANCEL to end.
Database Preparation
7 
7 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. 
Preparation 
DBVR 
R11.3 
Backup 
DBVR 
report 
SASSBK00 
Apply 
corrections 
to 
VSAM 
database 
R11.3 Backup Files 
SASSBK00 ARF VRM DMPQ 
Preconversion 
Utility 
SASSBK00 / IDCAMS / DMPQ 
Preconversion 
report 
Apply 
corrections 
to 
VSAM 
database and 
queues 
Using r11.3 facilities Using r12 facilities
8 
8 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. 
Database Preparation 
 Preparation jobs 
– AL2DCB10 (XREF command and DBVR) 
– AL2DCB20 (Preconversion) 
 Apply corrections and re-run jobs until no issues are 
reported 
 Should be executed in advance of actual conversion 
 Should also be executed during production conversion 
window
9 
9 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. 
Database Preparation 
If DBVR or Preconversion issues are not resolved 
– Some will be reported again by conversion and/or import 
– Some will not show up again until validation fails 
Conversion jobs may execute successfully but validation will fail 
because issues weren’t addressed up front 
– The later an issue is addressed, the harder it is to decipher 
– One unaddressed issue may become multiple issues later in the 
process
10 
10 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. 
Database Preparation 
Preconversion Data Validation Utility 
 Why didn’t preconversion issues cause problems in r11.3? 
– Database design 
 Enforces validity of data in some columns 
 Enforces relationships between some tables 
– Some actually did cause problems or unexpected behavior in r11.3
11 
11 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. 
Preconversion Data Validation Utility 
What is Validated? 
 Dates/times 
Some columns are defined as date/time format for SQL. Datacom 
requires they contain valid data. 
 Referential Constraints 
Some tables require an entry in another table. 
Ex 1: Job associated with VRM resource must exist in the JOB table 
Ex 2: Dataset name occurrence must exist in the DATASET table 
 Duplicate RCT resource name / SCHID combinations 
/nnnn was erroneously included as part of key pre-r12
12 
12 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. 
Preconversion Data Validation Utility 
What is Validated? 
 Undefined DSNBRS (requirements, DDs) 
Database design requires DSNBRS be associated with a DSN 
 IDS / Dataset/Network member out-of-sync 
– IDS entries for undefined DSNBRs 
– AUTO. entries for undefined DSNBRS 
– Duplicate IDS entries for a DSNBR 
– Conflicts between IDS and Dataset/Network member 
 Job directory / member out of sync conditions 
One indicates XP or agent job and the other doesn’t
Conversion Process
14 
14 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. 
Conversion Process 
R11.3 Backup Datasets 
SASSBK00 ARF VRM DMPQ 
Conversion 
(CAL2DCV1) 
Export / Import 
(CAL2DBEI) 
CA Datacom/AD 
R12.0 Database 
DBID 
770 
Export 
File
15 
15 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. 
Conversion Process 
 Conversion (AL2DCC10) 
– Converts r11.3 backup files into Datacom table format 
– PARM=‘logical_db_name’ 
– Output is the export file 
 Import (AL2DCC50) 
– Loads data from export file into Datacom tables 
– PARM=‘logical_db_name’ 
– Output is CA Datacom/AD DBID 770
16 
16 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. 
Conversion Process 
Issues 
 Conversion will report on some, but not all, previously 
reported but unaddressed issues 
 Import may find other issues not reported previously 
 Conversion process must be restarted from the beginning 
after issues are addressed in r11.3 system 
 If issues are not addressed, validation will fail
17 
17 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. 
Conversion Process 
Space Estimator 
 Uses the export file to estimate the amount of space needed 
for the database 
 Executed between conversion and import 
 If multiple instances will share a MUF, all the export files 
should be concatenated as input 
 Output is DD cards for database areas 
 Execute allocation job using generated DD cards
Validation
19 
19 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. 
Validation 
R11.3 Backup Files 
SASSBK00 ARF VRM DMPQ 
Format / Sort 
Reversion 
R12 
Database 
Original 
Compare 
File 
Reverted Files 
SASSBK00 ARF VRM DMPQ 
Reverted 
Compare 
File 
Compare 
Format/ Sort
20 
20 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. 
Conversion Validation 
 Reverted files are compared with original r11.3 files 
 Standard compare utility cannot be used 
– Schedule / Network numbers are reassigned during reversion 
– Order of elements within legacy records or members may not be same 
– ‘Unused’ bits may be on in original data 
 ‘Smart’ compare takes into account ‘expected’ differences 
 Functional differences are reported 
 If no functional differences are found, database is updated to 
indicate successful validation
21 
21 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. 
Conversion Validation 
 Validation status is checked at CA7ONL start-up 
– New (not from conversion) database 
– Database successfully validated 
– Unvalidated database accepted 
– Otherwise, WTOR is issued 
CAL2I900E WARNING! Use of this data may have unpredictable results and/or 
outages. Reply CANCEL to end.
22 
22 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. 
Why Does Validation Fail? 
 Customer did not address issues reported earlier in 
conversion process 
 ‘Unused’ bits that we didn’t realize could be masked or 
ignored 
 Conversion or reversion code error 
 Unexpected r11.3 data
23 
23 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. 
Validation Failure 
 Hopefully, customer will contact support when validation fails 
prior to the WTOR being issued during CA7ONL start-up 
 Support 
– Verify that DBVR, Preconversion, Conversion, and Import jobs all 
completed with no issues reported 
– If no unresolved issues 
 Development will need to determine why validation failed 
 R11.3 back-up data will usually be needed to diagnose
24 
24 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. 
Validation Failure 
Possible Outcomes 
 Provide fix for coding error in conversion or reversion 
 Enhance validation to mask or ignore the ‘issue’ 
 Explain why the difference is seen and provide options 
– Accept unvalidated data 
or 
– Go back to r11.3 to correct the problem and restart conversion process 
 In the case where problem can be addressed in r11.3, we may 
enhance preconversion to find the issue in advance
25 
25 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. 
Validation Failure 
ACCEPT Unvalidated Data 
 It’s possible to continue with a database that did not 
successfully validate 
 Development may advise customer that it is o.k. to continue 
by accepting unvalidated data 
 We don’t document how to continue because we don’t want 
customers to continue without contacting support 
 If unvalidated data is accepted, the database is updated and 
WTOR will not be issued at next restart
26 
26 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. 
Last Thoughts on Conversion Process 
 Preparation is key to a successful conversion 
 Address issues when they are first reported 
 Window needed for conversion will likely be several hours 
 We feel good about the conversion process 
– Extensive testing with data from 5 customers 
– Extensive effort to avoid validation failures 
 Early in the release cycle 
– Validation failures probably won’t be the exception 
– Development should advise about validation failures
Reversion
28 
28 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. 
Reversion 
 Database reversion is only part of reverting back to 11.3 
– Location of CA 7 r11.3 environment (files, inputs, procs) 
– Backup/recovery 
– User exits 
– Automation
29 
29 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. 
Reversion 
 Expanded IDS (SCHID, JCLID, UID) cannot be reverted 
– We suggest delaying use of expanded IDS 
– Expanded ID Usage report prior to reversion 
– Manually adjust expanded IDS prior to reversion 
– Messages will be issued for elements that are dropped due 
to expanded IDS 
 Schedule and network DSNBRs are reassigned 
 Jobs with long job names will be reverted using short 
name only
30 
30 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. 
Reversion 
 Reversion output is the CA 7 r11.3 backup files 
– UCC7JLIB – the SASSBK00 backup file 
– UCC7ARF – an IDCAMS repro file 
– UCC7VRM – an IDCAMS repro file 
– UCC7DMPQ – The CA 7 sequential queue data 
 Reload files using SASSBK00 and IDCAMS 
 Restart CA 7 r11.3 with a MOVQ operation
31 © 2013 CA. All rights reserved. 
31 © 2013 CA. All rights reserved. 
Principal Consultant Pre-Sales 
Bill.Sherwin@ca.com 
@CA7WA_Expert 
slideshare.net/CAinc 
linkedin.com/company/ca-technologies 
ca.com 
Bill Sherwin

More Related Content

What's hot

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_PPTPreet Kamal Singh
 
EBS 12.1 and 12.2 strategy-roadmap-given
EBS 12.1 and 12.2 strategy-roadmap-givenEBS 12.1 and 12.2 strategy-roadmap-given
EBS 12.1 and 12.2 strategy-roadmap-given
Berry Clemens
 
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
Ravi Madabhushanam
 
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-fullBerry Clemens
 
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
Srinivasa Pavan Marti
 
EBS-technical_upgrade_best_practices 12.1 or 12.2
EBS-technical_upgrade_best_practices 12.1 or 12.2EBS-technical_upgrade_best_practices 12.1 or 12.2
EBS-technical_upgrade_best_practices 12.1 or 12.2
Berry Clemens
 
What’s New in Oracle E-Business Suite R12.2 for Database Administrators?
What’s New in Oracle E-Business Suite R12.2 for Database Administrators?What’s New in Oracle E-Business Suite R12.2 for Database Administrators?
What’s New in Oracle E-Business Suite R12.2 for Database Administrators?
vasuballa
 
Oracle EBS Production Support - Recommendations
Oracle EBS Production Support - RecommendationsOracle EBS Production Support - Recommendations
Oracle EBS Production Support - Recommendations
Vigilant Technologies
 
CA Workload Automation Product Roadmap - CA Workload Automation Technology Su...
CA Workload Automation Product Roadmap - CA Workload Automation Technology Su...CA Workload Automation Product Roadmap - CA Workload Automation Technology Su...
CA Workload Automation Product Roadmap - CA Workload Automation Technology Su...
Extra Technology
 
CA Workload Automation for IBM i
CA Workload Automation for IBM iCA Workload Automation for IBM i
CA Workload Automation for IBM iADC Austin Tech
 
Oracle EBS R12.2 - Deployment and System Administration
Oracle EBS R12.2 - Deployment and System AdministrationOracle EBS R12.2 - Deployment and System Administration
Oracle EBS R12.2 - Deployment and System Administration
Mozammel Hoque
 
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
vasuballa
 
OOW15 - Customer Success Stories: Upgrading to Oracle E-Business Suite 12.2
OOW15 - Customer Success Stories: Upgrading to Oracle E-Business Suite 12.2 OOW15 - Customer Success Stories: Upgrading to Oracle E-Business Suite 12.2
OOW15 - Customer Success Stories: Upgrading to Oracle E-Business Suite 12.2
vasuballa
 
How to Deliver a Successful Oracle E-Business Suite Upgrade
How to Deliver a Successful Oracle E-Business Suite UpgradeHow to Deliver a Successful Oracle E-Business Suite Upgrade
How to Deliver a Successful Oracle E-Business Suite Upgrade
Capgemini
 
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
vasuballa
 
What's new for Spatial in SAP HANA SPS 11
What's new for Spatial in SAP HANA SPS 11What's new for Spatial in SAP HANA SPS 11
What's new for Spatial in SAP HANA SPS 11
SAP Technology
 
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
OAUGNJ
 
Oracle Exalytics - Tips and Experiences from the Field (Enkitec E4 Conference...
Oracle Exalytics - Tips and Experiences from the Field (Enkitec E4 Conference...Oracle Exalytics - Tips and Experiences from the Field (Enkitec E4 Conference...
Oracle Exalytics - Tips and Experiences from the Field (Enkitec E4 Conference...
Mark Rittman
 
OOW15 - Planning Your Upgrade to Oracle E-Business Suite 12.2
OOW15 - Planning Your Upgrade to Oracle E-Business Suite 12.2OOW15 - Planning Your Upgrade to Oracle E-Business Suite 12.2
OOW15 - Planning Your Upgrade to Oracle E-Business Suite 12.2
vasuballa
 
Resume_HasnathFathema_AppsDBA_PSG
Resume_HasnathFathema_AppsDBA_PSGResume_HasnathFathema_AppsDBA_PSG
Resume_HasnathFathema_AppsDBA_PSGHasnath Fathema
 

What's hot (20)

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
 
EBS 12.1 and 12.2 strategy-roadmap-given
EBS 12.1 and 12.2 strategy-roadmap-givenEBS 12.1 and 12.2 strategy-roadmap-given
EBS 12.1 and 12.2 strategy-roadmap-given
 
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
 
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
 
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
 
EBS-technical_upgrade_best_practices 12.1 or 12.2
EBS-technical_upgrade_best_practices 12.1 or 12.2EBS-technical_upgrade_best_practices 12.1 or 12.2
EBS-technical_upgrade_best_practices 12.1 or 12.2
 
What’s New in Oracle E-Business Suite R12.2 for Database Administrators?
What’s New in Oracle E-Business Suite R12.2 for Database Administrators?What’s New in Oracle E-Business Suite R12.2 for Database Administrators?
What’s New in Oracle E-Business Suite R12.2 for Database Administrators?
 
Oracle EBS Production Support - Recommendations
Oracle EBS Production Support - RecommendationsOracle EBS Production Support - Recommendations
Oracle EBS Production Support - Recommendations
 
CA Workload Automation Product Roadmap - CA Workload Automation Technology Su...
CA Workload Automation Product Roadmap - CA Workload Automation Technology Su...CA Workload Automation Product Roadmap - CA Workload Automation Technology Su...
CA Workload Automation Product Roadmap - CA Workload Automation Technology Su...
 
CA Workload Automation for IBM i
CA Workload Automation for IBM iCA Workload Automation for IBM i
CA Workload Automation for IBM i
 
Oracle EBS R12.2 - Deployment and System Administration
Oracle EBS R12.2 - Deployment and System AdministrationOracle EBS R12.2 - Deployment and System Administration
Oracle EBS R12.2 - Deployment and System Administration
 
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
 
OOW15 - Customer Success Stories: Upgrading to Oracle E-Business Suite 12.2
OOW15 - Customer Success Stories: Upgrading to Oracle E-Business Suite 12.2 OOW15 - Customer Success Stories: Upgrading to Oracle E-Business Suite 12.2
OOW15 - Customer Success Stories: Upgrading to Oracle E-Business Suite 12.2
 
How to Deliver a Successful Oracle E-Business Suite Upgrade
How to Deliver a Successful Oracle E-Business Suite UpgradeHow to Deliver a Successful Oracle E-Business Suite Upgrade
How to Deliver a Successful Oracle E-Business Suite Upgrade
 
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
 
What's new for Spatial in SAP HANA SPS 11
What's new for Spatial in SAP HANA SPS 11What's new for Spatial in SAP HANA SPS 11
What's new for Spatial in SAP HANA SPS 11
 
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
 
Oracle Exalytics - Tips and Experiences from the Field (Enkitec E4 Conference...
Oracle Exalytics - Tips and Experiences from the Field (Enkitec E4 Conference...Oracle Exalytics - Tips and Experiences from the Field (Enkitec E4 Conference...
Oracle Exalytics - Tips and Experiences from the Field (Enkitec E4 Conference...
 
OOW15 - Planning Your Upgrade to Oracle E-Business Suite 12.2
OOW15 - Planning Your Upgrade to Oracle E-Business Suite 12.2OOW15 - Planning Your Upgrade to Oracle E-Business Suite 12.2
OOW15 - Planning Your Upgrade to Oracle E-Business Suite 12.2
 
Resume_HasnathFathema_AppsDBA_PSG
Resume_HasnathFathema_AppsDBA_PSGResume_HasnathFathema_AppsDBA_PSG
Resume_HasnathFathema_AppsDBA_PSG
 

Viewers also liked

Deepstep Rocks the Country Club - Atlanta Country and Western Bars
Deepstep Rocks the Country Club - Atlanta Country and Western BarsDeepstep Rocks the Country Club - Atlanta Country and Western Bars
Deepstep Rocks the Country Club - Atlanta Country and Western Bars
obsequiousgrump69
 
Viijaesitys
ViijaesitysViijaesitys
Viijaesitys
Markku Korhonen
 
Nota presidente pastacci commissione federalismo 12 marzo 2015
Nota presidente pastacci commissione federalismo 12 marzo 2015Nota presidente pastacci commissione federalismo 12 marzo 2015
Nota presidente pastacci commissione federalismo 12 marzo 2015
Alessandro Pastacci
 
RentUrWay.co
RentUrWay.coRentUrWay.co
RentUrWay.co
RentUrWay
 
public speaking skills
public speaking skillspublic speaking skills
public speaking skillsAsido Saragih
 
Distributors
DistributorsDistributors
Distributors
emilya101
 
Wegwijs in zedelgem_2013-2014
Wegwijs in zedelgem_2013-2014Wegwijs in zedelgem_2013-2014
Wegwijs in zedelgem_2013-2014
Jan Duchau Zakelijke Dienstverlening
 
Viijaesitys
ViijaesitysViijaesitys
Viijaesitys
Markku Korhonen
 
Suomen kipu ry
Suomen kipu rySuomen kipu ry
Suomen kipu ry
Suomen Kipu ry
 
Wegwijs in zedelgem_2015-infogids
Wegwijs in zedelgem_2015-infogidsWegwijs in zedelgem_2015-infogids
Wegwijs in zedelgem_2015-infogids
Jan Duchau Zakelijke Dienstverlening
 
Preliminary task
Preliminary taskPreliminary task
Preliminary task
ambermaygardner
 
Term paper in Comm. Theories
Term paper in Comm. TheoriesTerm paper in Comm. Theories
Term paper in Comm. Theories
Joyce Ann Gonzales
 
Rengin hoca ödev künye
Rengin hoca ödev künyeRengin hoca ödev künye
Rengin hoca ödev künyeHatice Kesgeç
 
e catalog
e cataloge catalog
e catalog
krposi
 
педагогіка презентація курсу
педагогіка презентація курсупедагогіка презентація курсу
педагогіка презентація курсу
seredairyna
 

Viewers also liked (16)

Deepstep Rocks the Country Club - Atlanta Country and Western Bars
Deepstep Rocks the Country Club - Atlanta Country and Western BarsDeepstep Rocks the Country Club - Atlanta Country and Western Bars
Deepstep Rocks the Country Club - Atlanta Country and Western Bars
 
Viijaesitys
ViijaesitysViijaesitys
Viijaesitys
 
Nota presidente pastacci commissione federalismo 12 marzo 2015
Nota presidente pastacci commissione federalismo 12 marzo 2015Nota presidente pastacci commissione federalismo 12 marzo 2015
Nota presidente pastacci commissione federalismo 12 marzo 2015
 
RentUrWay.co
RentUrWay.coRentUrWay.co
RentUrWay.co
 
public speaking skills
public speaking skillspublic speaking skills
public speaking skills
 
Distributors
DistributorsDistributors
Distributors
 
Wegwijs in zedelgem_2013-2014
Wegwijs in zedelgem_2013-2014Wegwijs in zedelgem_2013-2014
Wegwijs in zedelgem_2013-2014
 
Viijaesitys
ViijaesitysViijaesitys
Viijaesitys
 
y
yy
y
 
Suomen kipu ry
Suomen kipu rySuomen kipu ry
Suomen kipu ry
 
Wegwijs in zedelgem_2015-infogids
Wegwijs in zedelgem_2015-infogidsWegwijs in zedelgem_2015-infogids
Wegwijs in zedelgem_2015-infogids
 
Preliminary task
Preliminary taskPreliminary task
Preliminary task
 
Term paper in Comm. Theories
Term paper in Comm. TheoriesTerm paper in Comm. Theories
Term paper in Comm. Theories
 
Rengin hoca ödev künye
Rengin hoca ödev künyeRengin hoca ödev künye
Rengin hoca ödev künye
 
e catalog
e cataloge catalog
e catalog
 
педагогіка презентація курсу
педагогіка презентація курсупедагогіка презентація курсу
педагогіка презентація курсу
 

Similar to WA CA 7 Edition r12 Database Conversion - CA Workload Automation Technology Summit (WATS) 2014

Best Practice for Supercharging CA Workload Automation dSeries (DE) for Optim...
Best Practice for Supercharging CA Workload Automation dSeries (DE) for Optim...Best Practice for Supercharging CA Workload Automation dSeries (DE) for Optim...
Best Practice for Supercharging CA Workload Automation dSeries (DE) for Optim...
CA Technologies
 
Oracle database 12c new features
Oracle database 12c new featuresOracle database 12c new features
Oracle database 12c new features
Jakkrapat S.
 
Maximize Availability With Oracle Database 12c
Maximize Availability With Oracle Database 12cMaximize Availability With Oracle Database 12c
Maximize Availability With Oracle Database 12c
Digicomp Academy Suisse Romande SA
 
Database Upgrades Automation using Enterprise Manager 12c
Database Upgrades Automation using Enterprise Manager 12cDatabase Upgrades Automation using Enterprise Manager 12c
Database Upgrades Automation using Enterprise Manager 12c
Hari Srinivasan
 
Maximum Availability Architecture - Best Practices for Oracle Database 19c
Maximum Availability Architecture - Best Practices for Oracle Database 19cMaximum Availability Architecture - Best Practices for Oracle Database 19c
Maximum Availability Architecture - Best Practices for Oracle Database 19c
Glen Hawkins
 
Wp sap data_migration
Wp sap data_migrationWp sap data_migration
Wp sap data_migration
Biswajit Kar
 
Pre-Con Ed: Upgrading to CA Service Management
Pre-Con Ed: Upgrading to CA Service ManagementPre-Con Ed: Upgrading to CA Service Management
Pre-Con Ed: Upgrading to CA Service Management
CA Technologies
 
Benefits of Upgrading to CA Workload Automation CA 7® Edition r12
Benefits of Upgrading to CA Workload Automation CA 7® Edition r12Benefits of Upgrading to CA Workload Automation CA 7® Edition r12
Benefits of Upgrading to CA Workload Automation CA 7® Edition r12
CA Technologies
 
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
NomanKhalid56
 
Working Procedure SAP BW Testing
Working Procedure SAP BW TestingWorking Procedure SAP BW Testing
Working Procedure SAP BW TestingGavaskar Selvarajan
 
Oracle WebLogic Server 12c: Seamless Oracle Database Integration (with NEC, O...
Oracle WebLogic Server 12c: Seamless Oracle Database Integration (with NEC, O...Oracle WebLogic Server 12c: Seamless Oracle Database Integration (with NEC, O...
Oracle WebLogic Server 12c: Seamless Oracle Database Integration (with NEC, O...
jeckels
 
Extreme Availability using Oracle 12c Features: Your very last system shutdown?
Extreme Availability using Oracle 12c Features: Your very last system shutdown?Extreme Availability using Oracle 12c Features: Your very last system shutdown?
Extreme Availability using Oracle 12c Features: Your very last system shutdown?
Toronto-Oracle-Users-Group
 
dgintro (1).ppt
dgintro (1).pptdgintro (1).ppt
dgintro (1).ppt
Ans Sembiring
 
Oracle presentations RAC dataguard active database
Oracle presentations RAC dataguard active databaseOracle presentations RAC dataguard active database
Oracle presentations RAC dataguard active database
mabessisindu
 
Migration to Oracle 12c Made Easy Using Replication Technology
Migration to Oracle 12c Made Easy Using Replication TechnologyMigration to Oracle 12c Made Easy Using Replication Technology
Migration to Oracle 12c Made Easy Using Replication Technology
Donna Guazzaloca-Zehl
 
Oracle Drivers configuration for High Availability, is it a developer's job?
Oracle Drivers configuration for High Availability, is it a developer's job?Oracle Drivers configuration for High Availability, is it a developer's job?
Oracle Drivers configuration for High Availability, is it a developer's job?
Ludovico Caldara
 
Large Data Management Strategies
Large Data Management StrategiesLarge Data Management Strategies
Large Data Management Strategies
Salesforce Developers
 
Sap overview
Sap overviewSap overview
Sap overview
learnit training
 
Lecture 18
Lecture 18Lecture 18
Lecture 18
Shani729
 

Similar to WA CA 7 Edition r12 Database Conversion - CA Workload Automation Technology Summit (WATS) 2014 (20)

Best Practice for Supercharging CA Workload Automation dSeries (DE) for Optim...
Best Practice for Supercharging CA Workload Automation dSeries (DE) for Optim...Best Practice for Supercharging CA Workload Automation dSeries (DE) for Optim...
Best Practice for Supercharging CA Workload Automation dSeries (DE) for Optim...
 
Checklist_AC.pdf
Checklist_AC.pdfChecklist_AC.pdf
Checklist_AC.pdf
 
Oracle database 12c new features
Oracle database 12c new featuresOracle database 12c new features
Oracle database 12c new features
 
Maximize Availability With Oracle Database 12c
Maximize Availability With Oracle Database 12cMaximize Availability With Oracle Database 12c
Maximize Availability With Oracle Database 12c
 
Database Upgrades Automation using Enterprise Manager 12c
Database Upgrades Automation using Enterprise Manager 12cDatabase Upgrades Automation using Enterprise Manager 12c
Database Upgrades Automation using Enterprise Manager 12c
 
Maximum Availability Architecture - Best Practices for Oracle Database 19c
Maximum Availability Architecture - Best Practices for Oracle Database 19cMaximum Availability Architecture - Best Practices for Oracle Database 19c
Maximum Availability Architecture - Best Practices for Oracle Database 19c
 
Wp sap data_migration
Wp sap data_migrationWp sap data_migration
Wp sap data_migration
 
Pre-Con Ed: Upgrading to CA Service Management
Pre-Con Ed: Upgrading to CA Service ManagementPre-Con Ed: Upgrading to CA Service Management
Pre-Con Ed: Upgrading to CA Service Management
 
Benefits of Upgrading to CA Workload Automation CA 7® Edition r12
Benefits of Upgrading to CA Workload Automation CA 7® Edition r12Benefits of Upgrading to CA Workload Automation CA 7® Edition r12
Benefits of Upgrading to CA Workload Automation CA 7® Edition r12
 
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
 
Working Procedure SAP BW Testing
Working Procedure SAP BW TestingWorking Procedure SAP BW Testing
Working Procedure SAP BW Testing
 
Oracle WebLogic Server 12c: Seamless Oracle Database Integration (with NEC, O...
Oracle WebLogic Server 12c: Seamless Oracle Database Integration (with NEC, O...Oracle WebLogic Server 12c: Seamless Oracle Database Integration (with NEC, O...
Oracle WebLogic Server 12c: Seamless Oracle Database Integration (with NEC, O...
 
Extreme Availability using Oracle 12c Features: Your very last system shutdown?
Extreme Availability using Oracle 12c Features: Your very last system shutdown?Extreme Availability using Oracle 12c Features: Your very last system shutdown?
Extreme Availability using Oracle 12c Features: Your very last system shutdown?
 
dgintro (1).ppt
dgintro (1).pptdgintro (1).ppt
dgintro (1).ppt
 
Oracle presentations RAC dataguard active database
Oracle presentations RAC dataguard active databaseOracle presentations RAC dataguard active database
Oracle presentations RAC dataguard active database
 
Migration to Oracle 12c Made Easy Using Replication Technology
Migration to Oracle 12c Made Easy Using Replication TechnologyMigration to Oracle 12c Made Easy Using Replication Technology
Migration to Oracle 12c Made Easy Using Replication Technology
 
Oracle Drivers configuration for High Availability, is it a developer's job?
Oracle Drivers configuration for High Availability, is it a developer's job?Oracle Drivers configuration for High Availability, is it a developer's job?
Oracle Drivers configuration for High Availability, is it a developer's job?
 
Large Data Management Strategies
Large Data Management StrategiesLarge Data Management Strategies
Large Data Management Strategies
 
Sap overview
Sap overviewSap overview
Sap overview
 
Lecture 18
Lecture 18Lecture 18
Lecture 18
 

More from Extra Technology

CA External WAAE Roadmap - UK User Group - CA Workload Automation Technology ...
CA External WAAE Roadmap - UK User Group - CA Workload Automation Technology ...CA External WAAE Roadmap - UK User Group - CA Workload Automation Technology ...
CA External WAAE Roadmap - UK User Group - CA Workload Automation Technology ...
Extra Technology
 
The New Features and Enhancements in CA Workload Control Center (WCC) r11.4 S...
The New Features and Enhancements in CA Workload Control Center (WCC) r11.4 S...The New Features and Enhancements in CA Workload Control Center (WCC) r11.4 S...
The New Features and Enhancements in CA Workload Control Center (WCC) r11.4 S...
Extra Technology
 
Running Database Jobs with CA 7 and the CA Workload Automation Agent for Data...
Running Database Jobs with CA 7 and the CA Workload Automation Agent for Data...Running Database Jobs with CA 7 and the CA Workload Automation Agent for Data...
Running Database Jobs with CA 7 and the CA Workload Automation Agent for Data...
Extra Technology
 
iDash for CA7 and AutoSys - CA Workload Automation Technology Summit (WATS) 2015
iDash for CA7 and AutoSys - CA Workload Automation Technology Summit (WATS) 2015iDash for CA7 and AutoSys - CA Workload Automation Technology Summit (WATS) 2015
iDash for CA7 and AutoSys - CA Workload Automation Technology Summit (WATS) 2015
Extra Technology
 
Creating Management Summaries Using CA 7 Reports - CA Workload Automation Tec...
Creating Management Summaries Using CA 7 Reports - CA Workload Automation Tec...Creating Management Summaries Using CA 7 Reports - CA Workload Automation Tec...
Creating Management Summaries Using CA 7 Reports - CA Workload Automation Tec...
Extra Technology
 
iDash Overview - CA Workload Automation Technology Summit (WATS) 2014
iDash Overview - CA Workload Automation Technology Summit (WATS) 2014iDash Overview - CA Workload Automation Technology Summit (WATS) 2014
iDash Overview - CA Workload Automation Technology Summit (WATS) 2014
Extra Technology
 
JMO to dSeries Transformation - CA Workload Automation Technology Summit (WAT...
JMO to dSeries Transformation - CA Workload Automation Technology Summit (WAT...JMO to dSeries Transformation - CA Workload Automation Technology Summit (WAT...
JMO to dSeries Transformation - CA Workload Automation Technology Summit (WAT...
Extra Technology
 
JMO to dSeries, A 10 Stage Conversion Process - CA Workload Automation Techno...
JMO to dSeries, A 10 Stage Conversion Process - CA Workload Automation Techno...JMO to dSeries, A 10 Stage Conversion Process - CA Workload Automation Techno...
JMO to dSeries, A 10 Stage Conversion Process - CA Workload Automation Techno...
Extra Technology
 

More from Extra Technology (8)

CA External WAAE Roadmap - UK User Group - CA Workload Automation Technology ...
CA External WAAE Roadmap - UK User Group - CA Workload Automation Technology ...CA External WAAE Roadmap - UK User Group - CA Workload Automation Technology ...
CA External WAAE Roadmap - UK User Group - CA Workload Automation Technology ...
 
The New Features and Enhancements in CA Workload Control Center (WCC) r11.4 S...
The New Features and Enhancements in CA Workload Control Center (WCC) r11.4 S...The New Features and Enhancements in CA Workload Control Center (WCC) r11.4 S...
The New Features and Enhancements in CA Workload Control Center (WCC) r11.4 S...
 
Running Database Jobs with CA 7 and the CA Workload Automation Agent for Data...
Running Database Jobs with CA 7 and the CA Workload Automation Agent for Data...Running Database Jobs with CA 7 and the CA Workload Automation Agent for Data...
Running Database Jobs with CA 7 and the CA Workload Automation Agent for Data...
 
iDash for CA7 and AutoSys - CA Workload Automation Technology Summit (WATS) 2015
iDash for CA7 and AutoSys - CA Workload Automation Technology Summit (WATS) 2015iDash for CA7 and AutoSys - CA Workload Automation Technology Summit (WATS) 2015
iDash for CA7 and AutoSys - CA Workload Automation Technology Summit (WATS) 2015
 
Creating Management Summaries Using CA 7 Reports - CA Workload Automation Tec...
Creating Management Summaries Using CA 7 Reports - CA Workload Automation Tec...Creating Management Summaries Using CA 7 Reports - CA Workload Automation Tec...
Creating Management Summaries Using CA 7 Reports - CA Workload Automation Tec...
 
iDash Overview - CA Workload Automation Technology Summit (WATS) 2014
iDash Overview - CA Workload Automation Technology Summit (WATS) 2014iDash Overview - CA Workload Automation Technology Summit (WATS) 2014
iDash Overview - CA Workload Automation Technology Summit (WATS) 2014
 
JMO to dSeries Transformation - CA Workload Automation Technology Summit (WAT...
JMO to dSeries Transformation - CA Workload Automation Technology Summit (WAT...JMO to dSeries Transformation - CA Workload Automation Technology Summit (WAT...
JMO to dSeries Transformation - CA Workload Automation Technology Summit (WAT...
 
JMO to dSeries, A 10 Stage Conversion Process - CA Workload Automation Techno...
JMO to dSeries, A 10 Stage Conversion Process - CA Workload Automation Techno...JMO to dSeries, A 10 Stage Conversion Process - CA Workload Automation Techno...
JMO to dSeries, A 10 Stage Conversion Process - CA Workload Automation Techno...
 

Recently uploaded

Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
SOFTTECHHUB
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
sonjaschweigert1
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
Pierluigi Pugliese
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
Adtran
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
DianaGray10
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Nexer Digital
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Aggregage
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 

Recently uploaded (20)

Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 

WA CA 7 Edition r12 Database Conversion - CA Workload Automation Technology Summit (WATS) 2014

  • 1. © 2013 CA. All rights reserved. © 2013 CA. All rights reserved. CA 7 11.3 to 12.0 Database Conversion Database Preparation Conversion Validation Reversion October 2014
  • 3. 3 3 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. R12 Database Conversion  Datasets that will be converted – SASJOB, SASDS, and SASIDS – ARF – VRM – Status Queues – ACT, RDY, REQ, PRE, PST, PRN – Trailer Queue  Conversion process documented in Installation Guide – Chapter 8 Database Conversion – Appendix F Conversion Utilities – Appendix H Reversion
  • 4. 4 4 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. Database Conversion Process  Prepare to convert r11.3 data  Convert r11.3 data into Datacom table format  Import converted data into Datacom database  Validate that Datacom database is functionally equivalent to original r11.3 data
  • 5. 5 5 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. Introduction to Validation  Validation function added after beta  Original data and reverted data are compared  Validation is unsuccessful if any functional differences are found between original r11.3 and converted r12 data  CA7ONL started with logical database that has not been successfully validated CAL2I900E WARNING! Use of this data may have unpredictable results and/or outages. Reply CANCEL to end.
  • 7. 7 7 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. Preparation DBVR R11.3 Backup DBVR report SASSBK00 Apply corrections to VSAM database R11.3 Backup Files SASSBK00 ARF VRM DMPQ Preconversion Utility SASSBK00 / IDCAMS / DMPQ Preconversion report Apply corrections to VSAM database and queues Using r11.3 facilities Using r12 facilities
  • 8. 8 8 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. Database Preparation  Preparation jobs – AL2DCB10 (XREF command and DBVR) – AL2DCB20 (Preconversion)  Apply corrections and re-run jobs until no issues are reported  Should be executed in advance of actual conversion  Should also be executed during production conversion window
  • 9. 9 9 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. Database Preparation If DBVR or Preconversion issues are not resolved – Some will be reported again by conversion and/or import – Some will not show up again until validation fails Conversion jobs may execute successfully but validation will fail because issues weren’t addressed up front – The later an issue is addressed, the harder it is to decipher – One unaddressed issue may become multiple issues later in the process
  • 10. 10 10 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. Database Preparation Preconversion Data Validation Utility  Why didn’t preconversion issues cause problems in r11.3? – Database design  Enforces validity of data in some columns  Enforces relationships between some tables – Some actually did cause problems or unexpected behavior in r11.3
  • 11. 11 11 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. Preconversion Data Validation Utility What is Validated?  Dates/times Some columns are defined as date/time format for SQL. Datacom requires they contain valid data.  Referential Constraints Some tables require an entry in another table. Ex 1: Job associated with VRM resource must exist in the JOB table Ex 2: Dataset name occurrence must exist in the DATASET table  Duplicate RCT resource name / SCHID combinations /nnnn was erroneously included as part of key pre-r12
  • 12. 12 12 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. Preconversion Data Validation Utility What is Validated?  Undefined DSNBRS (requirements, DDs) Database design requires DSNBRS be associated with a DSN  IDS / Dataset/Network member out-of-sync – IDS entries for undefined DSNBRs – AUTO. entries for undefined DSNBRS – Duplicate IDS entries for a DSNBR – Conflicts between IDS and Dataset/Network member  Job directory / member out of sync conditions One indicates XP or agent job and the other doesn’t
  • 14. 14 14 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. Conversion Process R11.3 Backup Datasets SASSBK00 ARF VRM DMPQ Conversion (CAL2DCV1) Export / Import (CAL2DBEI) CA Datacom/AD R12.0 Database DBID 770 Export File
  • 15. 15 15 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. Conversion Process  Conversion (AL2DCC10) – Converts r11.3 backup files into Datacom table format – PARM=‘logical_db_name’ – Output is the export file  Import (AL2DCC50) – Loads data from export file into Datacom tables – PARM=‘logical_db_name’ – Output is CA Datacom/AD DBID 770
  • 16. 16 16 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. Conversion Process Issues  Conversion will report on some, but not all, previously reported but unaddressed issues  Import may find other issues not reported previously  Conversion process must be restarted from the beginning after issues are addressed in r11.3 system  If issues are not addressed, validation will fail
  • 17. 17 17 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. Conversion Process Space Estimator  Uses the export file to estimate the amount of space needed for the database  Executed between conversion and import  If multiple instances will share a MUF, all the export files should be concatenated as input  Output is DD cards for database areas  Execute allocation job using generated DD cards
  • 19. 19 19 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. Validation R11.3 Backup Files SASSBK00 ARF VRM DMPQ Format / Sort Reversion R12 Database Original Compare File Reverted Files SASSBK00 ARF VRM DMPQ Reverted Compare File Compare Format/ Sort
  • 20. 20 20 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. Conversion Validation  Reverted files are compared with original r11.3 files  Standard compare utility cannot be used – Schedule / Network numbers are reassigned during reversion – Order of elements within legacy records or members may not be same – ‘Unused’ bits may be on in original data  ‘Smart’ compare takes into account ‘expected’ differences  Functional differences are reported  If no functional differences are found, database is updated to indicate successful validation
  • 21. 21 21 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. Conversion Validation  Validation status is checked at CA7ONL start-up – New (not from conversion) database – Database successfully validated – Unvalidated database accepted – Otherwise, WTOR is issued CAL2I900E WARNING! Use of this data may have unpredictable results and/or outages. Reply CANCEL to end.
  • 22. 22 22 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. Why Does Validation Fail?  Customer did not address issues reported earlier in conversion process  ‘Unused’ bits that we didn’t realize could be masked or ignored  Conversion or reversion code error  Unexpected r11.3 data
  • 23. 23 23 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. Validation Failure  Hopefully, customer will contact support when validation fails prior to the WTOR being issued during CA7ONL start-up  Support – Verify that DBVR, Preconversion, Conversion, and Import jobs all completed with no issues reported – If no unresolved issues  Development will need to determine why validation failed  R11.3 back-up data will usually be needed to diagnose
  • 24. 24 24 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. Validation Failure Possible Outcomes  Provide fix for coding error in conversion or reversion  Enhance validation to mask or ignore the ‘issue’  Explain why the difference is seen and provide options – Accept unvalidated data or – Go back to r11.3 to correct the problem and restart conversion process  In the case where problem can be addressed in r11.3, we may enhance preconversion to find the issue in advance
  • 25. 25 25 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. Validation Failure ACCEPT Unvalidated Data  It’s possible to continue with a database that did not successfully validate  Development may advise customer that it is o.k. to continue by accepting unvalidated data  We don’t document how to continue because we don’t want customers to continue without contacting support  If unvalidated data is accepted, the database is updated and WTOR will not be issued at next restart
  • 26. 26 26 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. Last Thoughts on Conversion Process  Preparation is key to a successful conversion  Address issues when they are first reported  Window needed for conversion will likely be several hours  We feel good about the conversion process – Extensive testing with data from 5 customers – Extensive effort to avoid validation failures  Early in the release cycle – Validation failures probably won’t be the exception – Development should advise about validation failures
  • 28. 28 28 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. Reversion  Database reversion is only part of reverting back to 11.3 – Location of CA 7 r11.3 environment (files, inputs, procs) – Backup/recovery – User exits – Automation
  • 29. 29 29 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. Reversion  Expanded IDS (SCHID, JCLID, UID) cannot be reverted – We suggest delaying use of expanded IDS – Expanded ID Usage report prior to reversion – Manually adjust expanded IDS prior to reversion – Messages will be issued for elements that are dropped due to expanded IDS  Schedule and network DSNBRs are reassigned  Jobs with long job names will be reverted using short name only
  • 30. 30 30 © 2013 CA. All rights reserved. CA confidential and proprietary information. No unauthorized use, copying or distribution. Reversion  Reversion output is the CA 7 r11.3 backup files – UCC7JLIB – the SASSBK00 backup file – UCC7ARF – an IDCAMS repro file – UCC7VRM – an IDCAMS repro file – UCC7DMPQ – The CA 7 sequential queue data  Reload files using SASSBK00 and IDCAMS  Restart CA 7 r11.3 with a MOVQ operation
  • 31. 31 © 2013 CA. All rights reserved. 31 © 2013 CA. All rights reserved. Principal Consultant Pre-Sales Bill.Sherwin@ca.com @CA7WA_Expert slideshare.net/CAinc linkedin.com/company/ca-technologies ca.com Bill Sherwin