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-66ff6f163caa0143961457/] 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-66ff6f163cc35862466314/] 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-66ff6f163cf08530268298/] 2. Export: [crayon-66ff6f163cf0b695985707/] 3. Dump file size estimation: [crayon-66ff6f163cf0d043285454/] 4. Remap schema: [crayon-66ff6f163cf0e244096207/] …
Read More »ORA-01950: No Privileges On Tablespace
While creating a table got ORA-01950: no privileges on tablespace ‘USERS’. [crayon-66ff6f163d0f7034645631/] SOLUTION : This error comes, when the user the user doesn’t have tablespace quota. 1.Check …
Read More »SQL Server Security
In this article, I will explain how to use and perform SQL Server security testing. Data is very important to everyone, but how safe is …
Read More »How To Connect Postgresql With Pgadmin
In this article, I will explain how to connect to the postgresql database via pgadmin. First of all, in order to connect to postgresql, you …
Read More »Create Database Directory
We can create a new “Database Directory” without using existing database directories in the database. [crayon-66ff6f163d2f2407677467/] We can view the directories that exist in the …
Read More »ORA-32774
The reason we got this error is because the large file tablespace can contain only one data file. ERROR : ORA-32774: More Than One File …
Read More »