In this article, we will list the steps needed to create a new VCN (Virtual Cloud Network) in Oracle Cloud Infrastructure - OCI.
Oraask Latest Articles
How to Print ref cursor Output in SQL Developer
How to Print ref cursor Output in SQL Developer
In this tutorial, we will explain how to display ref cursor output in Oracle using SQL Developer step by step. We will use ...
How to Generate DDL Scripts for All Tables in SQL Developer
How to Generate DDL Scripts for All Tables in SQL Developer
In this tutorial, we will list all the steps to generate a DDL script for all tables using SQL Developer.
How to Create a Compartment in OCI
How to Create a Compartment in OCI
When we start working on Oracle Cloud Infrastructure (OCI), we begin with a root compartment, which holds all the cloud resources underneath. However, ...
Import Data from CSV file into Oracle Database Table using (SQL*Loader)
Import Data from CSV file into Oracle Database Table using (SQL*Loader)
One of the most common tasks is loading data into a database, specifically the Oracle database in our case. There are many different ...
What is the meaning of i, g, and c in Oracle Database Version
What is the meaning of i, g, and c in Oracle Database Version
Starting from Oracle Database version 8, Oracle has introduced one character that came up with the version number of its databases, e.g., Oracle ...
Backup a Table in Oracle
Backup a Table in Oracle
Before changing or making a significant update on a database table in all databases and Oracle specifically, we have to take a backup ...
Oracle Case Statement
Oracle Case Statement
This tutorial will explain how to use Oracle Case Statement expression with basic syntax and many examples for better understanding. And don't forget ...
Check Tablespace Usage in Oracle
Check Tablespace Usage in Oracle
When it comes to databases in general and oracle specifically, we hear the term " tablespace " when trying to create a database ...
Run Oracle SQL Script From Command Line in Windows
Run Oracle SQL Script From Command Line in Windows
Sometimes we have a requirement to run a particular SQL script from windows command line "CMD" with or without parameters.