6 years ago

Oracle Database 18c: Top Features

Oracle Database 18c was already launched in February 2018, and true to the companyโ€™s cloud-first strategy, it is also available on engineered systems and the cloud. If you still have not heard of what it can do, here are the features that you should know about.

Availability related features of Oracle Database 18c

  1. You can now do block change tracking files for RMAN backups in Oracle Data Guard.
  2. Multiple-instance redo apply now allows for block change tracking backups, allowing you to do incremental backups for your large databases when master & slave are Real Application Clusters.
  3. There are now two new logging modes for standby that makes loading data faster. The Standby Nologging for Data Availability will wait until all standbys have applied data before committing a loading operation. The other is Standby Nologging for Load Performance, which will not transmit data when there is a bottleneck in your network when data is loading.
  4. You can now create shadow tablespaces for data protection. It is similar to MySQLโ€™s double write feature.
  5. If you do backup from non-container database, it is going to be available when you migrate to CDB.
  6. Oracle Database 18c can treat shards and catalogs as a portable database.
  7. The new Oracle Database 18c allows you to specify mapping of data to different shards using user-defined sharding method.
  8. You can now use MULTISHARD_QUERY_DATA_CONSISTENCY to set data consistency when making queries on multiple shards.
  9. You can manually terminate run-away queries without disrupting the session.

 

Features related to big data and data warehousing

  1. Three functions were introduced in 18c: APPROX_SUM, APPROX_COUNT, and APPROX_RANK to help you do more with approximate query processing.
  2. Big Data SQL and in-memory columnar now support LOB objects.

 

Performance-related features

  1. Automatic in-memory flushes out IM columns that are not accessed frequently in the event that there is insufficient memory.
  2. External tables can now use Database In-Memory features.
  3. You can now set a memoptimize pool size in the system global area, which can then be utilized for fast searches.

 

RAC and Grid related features

  1. You can now clone portable databases with automatic storage management.
  2. You can now convert your disk groups to flex disk groups without needing restricted mount.

 

General features of Oracle Database 18c that you should know of

  1. You now have two additional parameters that you can use when creating portable databases in Active Data Guard: STANDBY_PDB_SOURCE_FILE_DIRECTORY and STANDBY_PDB_SOURCE_FILE_DBLINK.
  2. The PDB Lockdown Profile has been enhanced with three default profiles: SAAS, PUBLIC_DBAAS, and PRIVATE_DBAAS.
  3. The new Oracle Database 18c now has better PDB refresh with new support for switchover.
  4. The PDB Snapshot Carousel will have eight copies. These copies are backed up within 24 hours.
  5. Changed the password file path to ORACLE_BASE instead of ORACLE_HOME.
  6. You can make Oracle Home read-only with dbca or roohctl โ€“enable. To confirm if it is read-only, you can run the orabasehome command.
  7. You can now merge partitions and subpartitions while still online.
  8. You can now run the SQL Performance Analyzer in parallel, so that you do not waste time doing tests.
  9. You can now use Microsoft Active Directory services with Oracle Database, without needing to interact with Oracle Enterprise User Security.
  10. You also have new initialization parameters, such as
  • ADG_ACCOUNT_INFO_TRACKING,
  • FORWARD_LISTENER,
  • INMEMORY_AUTOMATIC_LEVEL,
  • INMEMORY_OPTIMIZED_ARITHMETIC,
  • MEMOPTIMIZE_POOL_SIZE,
  • MULTISHARD_QUERY_DATA_CONSISTENCY,
  • OPTIMIZER_IGNORE_HINTS,
  • OPTIMIZER_IGNORE_PARALLEL_HINTS,
  • PARALLEL_MIN_DEGREE,
  • PRIVATE_TEMP_TABLE_PREFIX,
  • STANDBY_PDB_SOURCE_FILE_DBLINK,
  • STANDBY_PDB_SOURCE_FILE_DIRECTORY,
  • TDE_CONFIGURATION,
  • UNIFIED_AUDIT_SYSTEMLOG, and
  1. SLEEP replaces DBMS_LOCK.SLEEP.

Photo courtesy of Wikimedia Commons.

Scroll to Top