The Container Life-Cycle managent for ECC will required splitting the running of envSetup.sh into two parts. First part will just run Step 1 creation of ECC user and ECC schema in EBS database. So technically you don't even need two docker images to do this. You can just quickly set up your ECC environment following … Continue reading Dockerize your Enterprise Command Center
Category: EBS
EBS RAC One Node on Oracle Database Appliance
I will be creating Oracle Home on Oracle Database Appliance bare metal infrastructure. Soruce Database Tier – run adpreclone.pl dbTier Soruce Application Tier – run adpreclone.pl appsTier Database Migration to Oracle Database Appliance (Single >>> RAC OneNode) create oracle_home using odacli odacli create-database -n ADT -cl OLTP -s odb16 -dh dce00acd-ea37-4949-8e60-d49b767dfceb -y RACONE -r ACFS … Continue reading EBS RAC One Node on Oracle Database Appliance