How to Create Index Partitions to Ranged Partitioned Table
Starting with Oracle 8, Oracle allows for tables to be divided into different storage areas called partitions. Each …
Starting with Oracle 8, Oracle allows for tables to be divided into different storage areas called partitions. Each …
Starting 12c, Oracle has introduced a new feature for online movement of partitions. In this post we will discuss this …
Methods to relink all binaries Oracle 11gR2 has two methods of relinking all product binaries in a home. 1. Traditional …
The Problem The host ran out of disk space and ASM and the RDBMS were unable to create audit files. The environment was …
This script contains a PL/SQL block to find VARCHAR2 values that cannot be converted to a number. It can be used to help …
The SQL Server Operating System (SQLOS) is a separate application layer at the lowest level of the SQL Server Database …
The compound trigger is a new trigger that has been introduced in 11gR1. The compound trigger makes it easier to program …
What is Smart Scan? The data search and retrieval processing can be offloaded to the Exadata Storage Servers. This …
The Problem Trying to export schema/tables from higher Database version 12.2.0.1.0 and import to version 12.1.0.1.0, …
The format for an index hint is: select /*+ index(TABLE_NAME INDEX_NAME) */ col1... There are a number of rules that …
We cannot have different retention policies for different backups. The retention policy is always the same for all …