We can monitor the status of an export/import operation running in the background by attaching it with the ATTACH parameter. For this, we first need …
Read More »
We can monitor the status of an export/import operation running in the background by attaching it with the ATTACH parameter. For this, we first need …
Read More »In today’s article, How Can I See Invalid Object in Oracle Database? I will be answering the question. We can see with the help of …
Read More »In today’s article, I will talk about PostgreSQL Data types to give general information and to meet our basic needs. In database operations, there are …
Read More »This error can occur if the Oracle open_cursors parameter is too low or there is a coding issue where sql statements are not closed. [crayon-684c7840d1cc4759635138/] …
Read More »In today’s article we will learn PostgreSQL Local Database Settings (LC_COLLATE, LC_CTYPE). First, What is Encoding? Let’s start with this. Encoding: Encoding is the character …
Read More »With the SQLFILE parameter, it provides us with the sql statements that import operations run. [crayon-684c7840d2047991322087/] Afterwards, you can see which commands are available by …
Read More »When i tried to connect to database, I got the ORA-00020: maximum number of processes (%s) exceeded error. Even from sysdba I was not able …
Read More »When creating new projects and new databases, we can use the template0 database instead of writing one by one. Example: [crayon-684c7840d236f303209912/] We can create it …
Read More »In today’s article we will learn how to use the Estimate_only parameter for Dump File Size Estimation. [crayon-684c7840d253e130636690/]
Read More »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 »