In today’s article, we will be learning Who Uses Temp Tablespace in Oracle Database. We can find out using the following code block. [crayon-676769aaaff57333218479/]
Read More »Primary Key And Foreign Key In PostgreSQL
In this article, I will make examples by explaining primary key and foreign key on delete and on update. [crayon-676769aab0318239197021/] While creating the personnel table …
Read More »Oracle Data Pump Encryption
We use ENCRYPTION as Encryption parameter in Oracle Data Pump. We can use the ENCRYPTION parameter with the values ALL, DATA_ONLY, METADATA_ONLY and ENCRYPTED_COLUMNS_ONLY. [crayon-676769aab0510270888544/]
Read More »Blocking Session In Oracle
In today’s article we will be learning How to See Block Session in Oracle Database. We can see the Block Session with the help of …
Read More »Create Data Type In PostgreSQL
In today’s article, I will be explaining How to Create a PostgreSQL Data Type using the concept of Domain. It is very similar to the …
Read More »Data Pump Compression
Compression parameter in data pump is COMPRESSION. COMPRESSION parameter can be used with ALL, DATA_ONLY, METADATA_ONLY and NONE values. [crayon-676769aab0a0d374444466/]
Read More »Check Invalid Objects In Oracle
In today’s article we will learn How to See Invalid Object in Oracle Database. We can See Invalid Object using the following code block. [crayon-676769aab0b55858749864/]
Read More »PostgreSQL GENERATED ALWAYS And SERIAL
In today’s article, I will explain the difference between PostgreSQL GENERATED ALWAYS and SERIAL. The serial data type is one of the previously used data …
Read More »Data Pump Export Parallel
The number of parallels is usually determined by the number of CPUs. For example, below are 2 parallel data pump exports. [crayon-676769aab0e34486246515/] We can also …
Read More »How Can I See Running Job In Oracle Database
We can see Running Job in Oracle Database using below code block. [crayon-676769aab0fc1665670798/]
Read More »