The DBaaS Database Administrator role is created for Oracle Database Cloud Service.When the Database Cloud Service account is first set up, the service administrator is given this role. User accounts with this role must be added before anyone else can access and use Database Cloud Service. The identity domain administrator… Continue Reading Oracle DBaaS 1z0-160 part 4:-Creating Cloud service roles and users and assign new roles

Do not create additional installations of Oracle Database software.Each deployment comes with Oracle Database software already installed. Do not create additional Oracle databases. Do not change fundamental characteristics of the database, such as the DB name (SID). Use only cloud tooling to update the password of the SYS and SYSTEM… Continue Reading Oracle DBaaS 1z0-160 part 3:-Best Practise to be followed for cloud deployment

Docker hub is repository of images for Community Edition. 1.Checking docker images available in server [root@debasiseric3 ~]# docker images REPOSITORY TAG IMAGE ID CREATED SIZE 2.Let me try to pull a demo project [root@debasiseric3 ~]# docker pull hello-world Using default tag: latest latest: Pulling from library/hello-world 9bb5a5d4561a: Pull complete Digest:… Continue Reading DOCKER CONCEPT FOR DBA – PART 7 Pull docker image from repository

This document will explain docker UCP for Enterprise grade cluster management What is Docker UCP Docker Universal Control Plane (UCP) is the enterprise-grade cluster management solution from Docker. You install it on-premises or in your virtual private cloud, and it helps you manage your Docker swarm and applications through a… Continue Reading DOCKER CONCEPT FOR DBA – PART 6 Installation of docker UCP

Register for free subscriptions 1.Please type url to your favorite browser https://cloud.oracle.com/home 2.Click on green button 3.Please click on “Create a Free Account” 4.Please fill all details along with your credit card information   Note:-Please select among following region(Default Data Region).If you select EMEA or NA you will get more… Continue Reading Oracle DBaaS 1z0-160 part 2:-How to subscribe to Oracle cloud free

Oracle DBaaS cloud services overview A.Oracle DBaaS cloud services level A.1 The Oracle Database Cloud Service – Virtual Image —You have to install this software yourself, and you are responsible for all maintenance operations for this software. You have root privilege, so you can load and run software in the… Continue Reading Oracle DBaaS 1z0-160 part 1:-Oracle DBaaS cloud services overview

KBHS-00712: ORA-29024 received from local HTTP service during backup in RAC Oracle cloud The backup of Oracle RAC DBaaS may fail during manual as well automatic backup. If you manually invoke following command,The backup may not get successful. Login to opc. [opc@pocracdemo1 ~]$ raccli describe job 17 {   “requestStatus”… Continue Reading KBHS-00712: ORA-29024 received from local HTTP service during backup in RAC Oracle cloud

What is a docker swarm? A swarm consists of multiple Docker hosts which run in swarm mode and act as managers (to manage membership and delegation) and workers (which run swarm services). A given Docker host can be a manager, a worker, or perform both roles. When you create a service, you define… Continue Reading DOCKER CONCEPT FOR DBA– PART 5 Installation of Docker Swarm

Docker concept – part 4 Install demo docker and test [user@debasiseric1 ~]$ sudo su – [sudo] password for user: Last login: Mon Apr 9 12:20:36 UTC 2018 on pts/0 [root@debasiseric1 ~]# cd /etc/docker [root@debasiseric1 docker]# docker images REPOSITORY TAG IMAGE ID CREATED SIZE centos 6 70b5d81549ec 3 days ago 195MB… Continue Reading Docker concept for DBA- part 4 Install demo docker and test

DOCKER Use the Device Mapper storage driver Device Mapper is a kernel-based framework that underpins many advanced volume management technologies on Linux. Docker’s devicemapper storage driver leverages the thin provisioning and snapshot capabilities of this framework for image and container management. This article refers to the Device Mapper storage driver as devicemapper, and… Continue Reading DOCKER CONCEPT FOR DBA -PART 3 device mapper for Dcoker