Error: When connecting to rman, “PLS-00201: identifier ‘DBMS_BACKUP_RESTORE.SET_CHARSET’ must be declared” error and connection could not be established. Reason: Problematic DBMS_BACKUP_RESTORE package or invalid sys …
Read More »dbtut
How To Create Partition On SQL Server
Partition is the process of dividing tables and indexes into parts. For example, I have a table with a size of 1 TB. And …
Read More »SQL Server System Databases
In this article I will explain some information about SQL Server System databases. System databases are created automatically when you install SQL Server. The …
Read More »The DBSNMP user is locked after a certain period of time
Error : The DBSNMP user is locked after a certain period of time. Reason: An application (possibly an application in EM) is trying to login …
Read More »How To Create a Trigger On PostgreSQL
With using triggers in PostgreSQL, you can trigger another event before an event occurs (BEFORE TRIGGER). Or you can trigger another event after it …
Read More »RMAN-08132: WARNING: cannot update recovery area reclaimable file list
Error: During RMAN backup, you can see the following errors. ORA-00245: control file backup operation failed RMAN-08132: WARNING: can not update recovery area reclaimable file …
Read More »RMAN Commands Hanging
Error: When connecting to RMAN, it generates output when any command is given, but the command is not completed and is waiting. Reason: Disruption in …
Read More »How To Change The Disk Of Database Files On SQL Server(Detach Attach & Backup Restore Methods)
In some cases, there may not be enough space on the disks where the database files are located. For this reason, you may need …
Read More »ORA-27054: NFS file system where the file is created or resides is not
Error: When we try to create a file in NFS mounted directory we get an error like this and we can not create the file …
Read More »How To Create a Database On SQL Server
General Concepts: First of all, the database has two files by default. These are data file with mdf extension (called Primary Data File) and transaction …
Read More »