In today’s article we will learn how to use the Estimate_only parameter for Dump File Size Estimation. [crayon-673ef912d048b333119745/]
Read More »Create PostgreSQL Database
There are multiple methods and parameters when creating a database. I will talk about them in this article. There are 4 methods to create the …
Read More »Interactive Command Line
While the Export or Import process is in progress, we can switch to the interactive command line mode with Ctrl+C from the keyboard. We can …
Read More »ORA-39358
I got this error while importing dump file: ORA-39358: Export dump file version 12.2.0.1.0 not compatible with target version 11.2.0.4.0 . SOLUTION: First we check …
Read More »Database Administrator Job Description
Database Administrator (DBA) is the person or persons responsible for the control, maintenance, coordination and operation of the database management system. It is primarily responsible …
Read More »Connect To Postgresql Windows Command Line
In today’s article, I will explain how to connect to postgresql with the Windows command line. Before connecting with the Windows command line, we need …
Read More »Data Pump Jobs Kill
In today’s article, I will tell you how to Kill Data Pump Jobs in 3 steps. 1. First, Data Pump Jobs are listed. [crayon-673ef912d0dd0511405032/] 2. …
Read More »ORA-39095: Dump File Space Has Been Exhausted: Unable To Allocate
The following error is received when running the datapump with the file size parameter. ERROR : [crayon-673ef912d0f4c274566237/] SOLUTION : FILE SIZE parameter limits the size …
Read More »Install Dbeaver
In today’s article, I will explain how to install dbeaver and connect to the database. Dbeaever offers a free version of enteprise for students. If …
Read More »DataPump Commands
In today’s article, we will be learning DataPump Commands. 1. İmport: [crayon-673ef912d122a315293640/] 2. Export: [crayon-673ef912d122e852760550/] 3. Dump file size estimation: [crayon-673ef912d122f439052733/] 4. Remap schema: [crayon-673ef912d1231342396036/] …
Read More »