This preface contains:
The following are changes in Oracle Database Object-Relational Developer's Guide for Oracle Database 12c Release 1 (12.1.0.2).
This release contains a new privilege READ, which is an alternative to the SELECT privilege. In addition to querying objects, the SELECT object privilege allows users to lock rows of a table with the LOCK TABLE and SELECT ... FOR UPDATE statements. The READ object privilege only allows users to query objects.
See Oracle Database Security Guide for information about the READ and SELECT object privileges.
The following are changes in Oracle Database Object-Relational Developer's Guide for Oracle Database 12c Release 1 (12.1).
The following features are new in this release:
XML Replication and Logical Standby Support
Object replication, including type evolution and inheritance, is now supported, using XML for propagation.
Objects are now supported data types for logical standbys.
Support for Large VARCHAR and 128K Identifier
32k VARCHAR inside objects are now supported.
Enhanced ANYDATA Support in ALTER TABLE
The ALTER TABLE statement has been enhanced to allow an ANYDATA column to store ADTs with XMLTYPEs and LOB attributes. ANYDATA column can also store standalone XMLTYPEs.