Table of Contents1 Introduction2 Step 1: Create a New Schema2.1 Connect to SQL*Plus2.2 Run Schema Creation Script2.3 Exit SQL*Plus2.4 Example…
DevOps Blog – Latest DevOps Articles and Tutorials
Jenkins how to start service Postfix mail server
In this tutorial, I using Jenkins how to start/stop/ status service Postfix mail server. Jenkins the essential for DevOps Roles.…
Bash for loop range
In this tutorial, How do I use bash for loop range step N? The seq method is simple. Bash script…
Vagrant create multiple VMs loop
In this tutorial, How do I use Vagrant create multiple VMs loop? Multiple Vagrant Virtual Machine on Vagrantfile. How to…
Vagrant Ansible example 01
In this tutorial. You can Build infrastructure with Vagrant Ansible for testing. How to set up a local server using Vagrant…
How to Oracle create tablespace: A Comprehensive Guide
Table of Contents1 Introduction2 Creating a Permanent Tablespace2.1 SQL Command2.2 Explanation2.3 Datafile Details3 Creating a Temporary Tablespace3.1 SQL Command3.2 Explanation3.3…
Mastering Date Manipulation in Oracle Database: Oracle change sysdate Tips and Tricks
Table of Contents1 In this tutorial2 Oracle change sysdate Tips and Tricks2.1 Oracle change SYSDATE.2.2 Oracle Reset SYSDATE2.3 Checking the…
Jenkins tutorial
Table of Contents0.1 What does Jenkins mean?0.2 The simple WORKFLOW of how Jenkins works.1 Jenkins tutorial1.1 Install Jenkins1.2 Jenkins git…
A Beginner’s Guide to Git Clone Repository
Table of Contents1 Introduction2 Steps to Clone a Git Repository2.1 1. Install Git2.2 2. Clone the Repository2.3 3. Switch Branches2.4…
Export and Import in Oracle
Table of Contents1 Introduction2 Export and Import in Oracle2.1 Syntax for IMPDP command2.2 Create a DBA Directory in Oracle2.3 Export…