The configuration files on the compute node and the cell node can be corrupted by manual changes. “/opt/oracle.cellos/cell.conf” configuration file should not be modified unless …
Read More »dbtut
Could not obtain information about Windows NT group/user
You should receive this error when you use “Execute as ower” in your script or in your jobs. I received this error when I want …
Read More »ORA-00600: internal error code, arguments: [kzsviver:4]
This error is received if unwanted characters are used in the password when changing the user password. In the following example, the “:” character is …
Read More »What is Natively Compiled Stored Procedure in SQL Server
The Natively Compiled Stored Procedure is a new type of stored procedure offered by SQL Server 2014 with In Memory OLTP. Available in Memory Optimized …
Read More »Solution of the “ORA-07445 [kxibFindIndex()+4]” error received in databases in the Exadata environment
In parallel delete operations in the Exadata environment, “ORA-07445 [kxibFindIndex()+4]” error can be received depending on some bugs. ERROR MESSAGE The error message is as …
Read More »In Memory OLTP in SQL Server 2014, SQL Server 2016 and SQL Server 2017
In this article, we will explain what is In Memory OLTP and how to use this feature in SQL Server 2014 and what is limitations. …
Read More »ORA-28040: No matching authentication protocol error in Oracle 12.2
During the connection to Oracle 12.2 databases, this error is occurring due to the older client version of the client and the connection cannot be …
Read More »How To Move a Data File From an ASM Disk Group to Another Disk Group
If a data file in the ASM disk group does not belong to the system tablespace, it is possible to move it to a different …
Read More »What is Distributed Partitioned View in SQL Server
In this article, we’ll examine the Distributed Partitioned Views, which we can combine data from tables on multiple instances with UNION ALL. If you combine …
Read More »What is Partitioned View in SQL Server
As you know, partition is the division of large tables into small tables. For more information about Partition, please read the article “How To Create …
Read More »