In Azure, you can create a virtual machine to manage SQL Server databases. In this article, I will explain how to create this virtual machine …
Read More »“ORA-7452: resource plan ”” does not exist” occurred during upgrade from 11.2 to 12.2
You may see this error in the database alert log file during upgrade from 11.2 to 12.2. [crayon-67693e7d14e99292420207/] The reason for this error is that …
Read More »What is Stretch Database in SQL Server
What is Stretch Database? If you want to archive your old data to Azure, all you need is StretchDatabase. You can then query as you …
Read More »[INS-06006] Passwordless SSH connectivity not set up between the following node(s)
When running Database Configuration Assistant (dbca) on Exadata compute nodes, you will receive this error if all nodes cannot connect to each other without password …
Read More »What is PolyBase and How To Install PolyBase in SQL Server
What is PolyBase? This article contains information about PolyBase in sql server. Use cases, installation steps,configuring polybase cluster. With PolyBase; We can bridge between SQL …
Read More »How To Enable and Disable Unified Auditing Feature in Oracle
Enable Unified Auditing Relink is required to enable the new audit mechanism announced with Oracle database 12c (12.1). You can do this as follows. First, …
Read More »SQL Server Tempdb Configuration During Installation
Tempdb is a very important system database for heavily used systems. If it is not configured correctly, it can cause serious performance problems in the …
Read More »“gc buffer busy acquire” Wait Event in AUD$ insert operations
Because the segment space management of the tablespace of the AUD$ and FGA_LOG$ tables is not automatic, a “gc buffer busy acquire” wait event can …
Read More »Parallel Insert Select in SQL Server
With SQL Server 2016, we are now able to use parallelism in the query using INSERT INTO… SELECT with WITH (TABLOCK). In order for the …
Read More »How To Move AUD$ and FGA_LOG$ to a Different Tablespace
The AUD$ and FGA_LOG$ tables used for audit recordings are in the SYSTEM tablespace by default. SYSTEM tablespace is a tablespace with manual segment space …
Read More »