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 »
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 »We can create a new “Database Directory” without using existing database directories in the database. [crayon-687692511dd4b874993965/] We can view the directories that exist in the …
Read More »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 »In this article, I will explain what the PSP (Parameter Sensitive Plan Optimization) feature is. I would like to point out that this feature will …
Read More »In today’s article, I will be explaining where we can download Pgadmin and How to Install it. Multiple tools are used to connect to PostgreSQL. …
Read More »In this article, I will talk about how to recover accidentally drop, truncate or deleted table in Production database by using flashback in standby database. …
Read More »In today’s article, we will be learning about Oracle Data Pump Architecture. It has 4 important components. -expdp (export data pump) -impdp (import data pump) …
Read More »In today’s article, we will talk about ORA 12638 credential retrieval failed tips. For the solution, we need to make the following change in sqlnet.ora …
Read More »Contained Databases is a database isolated from other databases and the instance of SQL Server hosting the database. SQL Server helps the user isolate the …
Read More »In this article, we will be learning the necessary configurations to connect to Postgresql from external. First, I will talk about two files. postgresql.conf and …
Read More »