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 »Replacing a Damaged Flash Disk(fmod) on Exadata
In case of a damage of the flash modules(fmod) on flash cards on Exadata cellnodes, the flash cache will not function normally and there will …
Read More »“Arithmetic overflow error converting expression to data type int.” Error When Using SUM Function
You can receive this error when you want to get a total result by using the SUM function. In order to avoid this error, you …
Read More »Replacing a Damaged Hard Disk on Exadata
You can perform the hard disk replacement on Exadata cellnodes by performing the following checks and steps. Hard Disks on the cell node are automatically …
Read More »What is Remote Diagnostic Agent (RDA)
The Remote Diagnostic Agent (RDA) is a tool provided by Oracle that collects data about your database environment and reports it as a web page. …
Read More »PostgreSQL AWR
In PostgreSQL, you may need to review more than one thing to analyze database or whole cluster when you encounter a problem. For example, a …
Read More »Optimizing MySQL queries where clause contains function by using Generated Columns
Description: As we know, we can’t create a function-based index on MySQL, not like PostgreSQL (https://www.postgresql.org/docs/current/indexes-expressional.html). Usually, we should avoid using functions in the where …
Read More »