OUTBOUND_DBLINK_PROTOCOLS specifies the network protocols allowed for communicating for outbound/outgoing database links in the database. It is introduced in Oracle 12.2 release. Possible values ...
oracle 12c
MAX_STRING_SIZE parameter in oracle 12c
This parameter was introduced in Oracle 12c. MAX_STRING_SIZE controls the maximum size of string size in Oracle database. Either we can set it to STANDARD or.EXTENDED The default value is STANDARD MAX...
Row limiting clause in oracle 12c
Row limiting clause clause allows sql queries to limit the number of rows returned and to specify a starting row for the return set. 1. Fetch first N rows: SQL> select * from test2 fetch first 5 ...
IN-MEMORY in oracle 12c
Introduction: Oracle in-memory concept has been introduced in oracle 12c. This feature enables tables, partitions, materialized views be stored in memory using column format, which delivers fast SQL p...
Datapump New features in Oracle 12.2
A lot of enhancements has been done in Oracle 12.2 Release. In this article We will explain the new features of datapump utility in oracle 12.2 Release. 1.Parfile content written t...
Unified audit trail in Oracle 12c
OVERVIEW: With oracle 12c, unified auditing has been introduced. It consolidates all audit trails into a single audit trail table. It will capture audit records from below sour...
Restore missing datafile in standby database oracle 12c
In oracle 12c, if datafile is missing is standby database, then it can be restored easily from primary database using RESTORE DATAFILE FROM SERVICE command. This is one of the new feature ...
Prereq check failed – The database must be in upgrade mode
From 12c onwards, after applying patch, as part of post patching activity, we need to run datapatch utility. If you have applied javam patch in the ORACLE_HOME, then while running datapatch you w...
How to open the PDBS automatically when CDB restarts
In oracle 12c , when we startup the CDB, the PDBS will be in MOUNTED stage. We need to open them manually using alter pluggable PDB open. To make the PDBS open automatically, we ...
How to apply JVM patch in oracle 12c database
Below are the steps for applying JVM patch in oracle 12c database. Steps 1 : Download the respective patch from oracle support and unzip it in the server. unzip 215...