OCI Cloud Instance with Jenkins

In this post, we can add OCI compute instance with Jenkins. As a prerequisite, we already configured OCI plugins and add the credentails in Jenkins. On the Jenkins Server console, click Manage Jenkins, and Configure System. Scroll Down to the end of page under Cloud section. Use the credentials which we created in previous post. […]

Read More

Add OCI Credentials in Jenkins

Oracle Cloud Infrastructure Credentials are required to connect to your Oracle Cloud Infrastructure.  On the Jenkins Server console, click Manage Jenkins, and Configure System. Scroll Down to the end of page under Cloud section, click Add a new cloud and select Oracle Cloud Infrastructure Compute. In Name provide any name & Credentials, click Add and select Jenkins In Add […]

Read More

Jenkins Plugin for Oracle Cloud Infrastructure

Oracle Cloud Infrastructure Compute Plugin allows users to access and manage cloud resources on the Oracle Cloud Infrastructure (OCI) from Jenkins. A Jenkins master instance with Oracle Cloud Infrastructure Compute Plugin can spin up OCI Instances (slaves or agents) on demand within OCI, and remove the Instances and free its resources automatically once the Job […]

Read More

Jenkins Installation on Oracle Linux

Jenkins is a free and open source automation server. Jenkins helps to automate the non-human part of the software development process, with continuous integration and facilitating technical aspects of continuous delivery. Let’s begin with installation of jenkins on Linux based server. Login to server and install the java or update the java if it’s already […]

Read More

Oracle Database Administration 2019 Certified Professional (1Z0-083)

Hi Readers Finally, I’ve successfully passed 1Z0-083, Oracle Database Administration 2019 Certified Professional. It was almost more than 3 months that I’ve been preparing for this. The Exam contains 85 questions related to Oracle Database 18c & 19c. To earn this certification you need to get 57% marks. Even with low passing score, it is most […]

Read More

Installing Oracle Database 19c with GitHub Repos

In this post, we can use GitHub repository to fetch the repos and then be installing the Oracle Database 19c.  GitHub must be installed for this feature prerequisite. In your VM or Bare Metal, check the status and version of GitHub if it is installed. [root@ORA006 ~]# git version bash: git: command not found As GitHub is not […]

Read More

Oracle Cloud Platform Systems Management 2018 Associate (1Z0-930)

Hi Readers Finally, I’ve successfully passed 1Z0-930, Oracle Cloud Platform Systems Management 2018 Associate. It was almost more than 3 months that I’ve been preparing for this. The Exam contains 70 questions related to Oracle Management Cloud. To earn this certification you need to get 70% marks. This was the result of the journey: Oracle Cloud […]

Read More

Upgrade Oracle DBA 11g or 12c to 12c R2 (1Z0-074)

Hi Readers Finally, I’ve successfully passed 1Z0-074, Upgrade Oracle DBA 11g or 12c to 12c R2. It was almost more than 3 months that I’ve been preparing for this. The Exam contains 75 questions related to Oracle Database 12cR2 New Features. To earn this certification you need to get 63% marks. This was the result of […]

Read More

Creating and Configuring an Oracle Database for RPM Based

In the last post, we installed Oracle 19c Database Software by running RPM Package. Now, we are going to create and configure a Database with default Setting.Log in as root and run the below command to configure an Oracle Database instance. [root@oracle19c dbhome_1]# /etc/init.d/oracledb_ORCLCDB-19c configure Configuring Oracle Database ORCLCDB. [FATAL] [DBT-06103] The port (1,521) is […]

Read More

ORACLE 19C RPM BASED SOFTWARE INSTALLATION

Oracle 19c can be installed on Oracle Linux using an RPM. This article describes the RPM installation of Oracle Database 19c 64-bit on Oracle Linux 7 (OL7) 64-bit.  The naming convention for RPM packages is name–version–release.architecture.rpm. Installing Oracle Database RPM Manually Login as Root and Download and install the Oracle Preinstallation RPM [root@oracle19c sw]# curl -o […]

Read More