Oracle Database 12c introduces behavior changes for your database in addition to new features. Changes in behavior include deprecated and desupported initialization parameters, options, syntax, and the deprecation and desupport of features and components. This chapter does not describe new features introduced in Oracle Database 12c, nor does it describe changes in earlier releases of Oracle Database.
This chapter describes behavior changes where features have been deprecated or desupported in this release. By deprecate, we mean that the feature is no longer being enhanced but is still supported for the full life of the 12.1 release. By desupported, we mean that Oracle will no longer fix bugs related to that feature and may remove the code altogether. Where indicated, a deprecated feature may be desupported in a future major release. For more information about support considerations, refer to My Oracle Support at http://support.oracle.com.
This chapter contains the following topics:
Oracle Database Changes
Oracle Business Intelligence and Data Warehousing Changes
Oracle Database Security Changes
Oracle Globalization Support Changes
Oracle Multimedia Changes
Oracle Net Services Changes
Oracle XML Database Changes
Oracle Text Changes
See Also:
Oracle Database New Features Guide for a complete list of all new features introduced in this release
Oracle Database Reference for a list of new initialization parameters, new static data dictionary views, and new dynamic performance views
Oracle Database Installation Guide for your operating system
Appendix A, "Changes for Earlier Releases of Oracle Database"
Oracle Database 12c introduces changes that affect Oracle Database in general.
This section contains these topics:
Deprecation of Non-CDB Architecture
Deprecation of catupgrd.sql Script and Introduction of New catctl.pl Utility
Desupport of Oracle Enterprise Manager Database Control
Changes for Deinstallation and Cleanup of Oracle Base
Deprecated and Desupported Parameters
Deprecated Views
Deprecation of Oracle Streams
Deprecation of Advanced Replication
Deprecation of Single-Character SRVCTL CLI Options
Desupported Features on Microsoft Windows Platforms
Deprecation of Stored List of Administrative Users for Cluster Administration
Desupport for Raw Storage Devices
Deprecation of -checkpasswd for QOSCTL Quality of Service (QoS) Command
Change to VARCHAR2, NVARCHAR2, and RAW Datatypes
Deprecation of JPublisher
Changes for Oracle JDBC and SQLJ
Changes for Oracle Call Interface
Deprecation of Oracle Restart
Changed Default for resource_limit Parameter
The non-CDB architecture is deprecated in Oracle Database 12c, and may be desupported and unavailable in a release after Oracle Database 12c Release 2. Oracle recommends use of the CDB architecture.
Note:
There remain a small number of features that do not work with the CDB architecture (see README, section 2.2.1 "Features Restricted or Not Available for a Multitenant Container Database"). If you need these features, then continue to use the non-CDB architecture until your required feature works with the CDB architecture.Oracle Database 12c introduces the new Parallel Upgrade Utility, catctl.pl. This utility replaces the catupgrd.sql script that was used in earlier releases. Although you can still use thecatupgrd.sql script, it is deprecated starting with Oracle Database 12c and will be removed in future releases. Oracle recommends database upgrades be performed with the new Parallel Upgrade Utility, catctl.pl.
If you choose to run the catupgrd.sql script instead of running catctl.pl, doing so now requires an additional input parameter as follows:
SQL> catupgrd.sql PARALLEL=NO
If you run catupgrd.sql without the parameter, then Oracle displays the following error message:
NOTE The catupgrd.sql script is being deprecated in the 12.1 release of Oracle Database. Customers are encouraged to use catctl.pl as the replacement for catupgrd.sql when upgrading the database dictionary. cd $ORACLE_HOME/rdbms/admin $ORACLE_HOME/perl/bin/perl catctl.pl -n 4 catupgrd.sql Refer to the Oracle Database Upgrade Guide for more information. This database upgrade procedure must be called with the following argument when invoking from the SQL prompt: @catupgrd.sql PARALLEL=NO
See Also:
"About the Parallel Upgrade Utility for Oracle Database" for information about catctl.pl and how to run itStarting with Oracle Database 12c, Oracle Enterprise Manager Database Control is desupported and is no longer available. Oracle introduces Oracle Enterprise Manager Database Express (Oracle EM Express) as a replacement. Oracle EM Express is installed when you upgrade to Oracle Database 12c.
See Also:
Oracle Database Concepts for an overview of Oracle EM Express
Oracle Database 2 Day DBA for information about using Oracle EM Express
Oracle Database Concepts for an introduction to Oracle Enterprise Manager Cloud Control
The following topics discuss changes for deinstallation and cleanup of Oracle Base:
Change for Standalone Deinstallation Tool
Desupport of CLEANUP_ORACLE_BASE Property
Deprecation of -cleanupOBase
Starting with Oracle Database 12c, the deinstallation standalone utility is replaced with a deinstall option using Oracle Universal Installer (OUI). You can also run the deinstallation tool using therunInstaller command on Linux and UNIX (or setup.exe on Windows) with the -deinstall and -home options from the base directory of the installation media for Oracle Database, Oracle Database Client, or Oracle Grid Infrastructure.
See Also:
Oracle Database Installation Guide for your operating system for information about using OUI and runInstaller
Oracle Grid Infrastructure Installation Guide for your operating system
In Oracle Database 12c, the CLEANUP_ORACLE_BASE property is removed and does not support an Oracle base removal during silent or response file mode deinstalls.
The -cleanupOBase flag of the deinstallation tool is deprecated in this release.
See Also:
Oracle Database Installation Guide for your operating systemIn Oracle Database 12c, some database parameters are deprecated and desupported, or removed.
To obtain a current list of deprecated parameters, run the following query in SQL*Plus:
SQL> SELECT name from v$parameter WHERE isdeprecated = 'TRUE' ORDER BY name;
The query returns a list of the deprecated parameters as of the date and time that you run it. The following example shows the query results that appear:
active_instance_count background_dump_dest buffer_pool_keep buffer_pool_recycle commit_write cursor_space_for_time fast_start_io_target global_context_pool_size instance_groups lock_name_space log_archive_start max_enabled_roles parallel_automatic_tuning parallel_io_cap_enabled parallel_server parallel_server_instances plsql_v2_compatibility remote_os_authent resource_manager_cpu_allocation sec_case_sensitive_logon serial_reuse sql_trace standby_archive_dest user_dump_dest
The LOG_ARCHIVE_LOCAL_FIRST initialization parameter is removed and desupported in Oracle Database 12c.
The SEC_CASE_SENSITIVE_LOGON initialization parameter is deprecated in this release. See Oracle Database Reference for information about the SEC_CASE_SENSITIVE_LOGON initialization parameter.
The FILE_MAPPING initialization parameter is deprecated. It is still supported for backward compatibility. See Oracle Database Reference for information about the FILE_MAPPING initialization parameter.
The DELETE_CATALOG_ROLE role is deprecated in Oracle Database 12c. See Oracle Database Reference for information about this role and dictionary objects.
RDBMS_SERVER_DN is deprecated in release 12.1.0.2. LDAP_DIRECTORY_ACCESS should be used instead. See Oracle Database Reference for information about this parameter.
The following views are deprecated in Oracle Database 12c:
ALL_SCHEDULER_CREDENTIALS view. See Oracle Database Reference for more information.
DBA_NETWORK_ACL_PRIVILEGES view. See Oracle Database Reference for more information.
DBA_NETWORK_ACLS view. See Oracle Database Reference for more information.
DBA_SCHEDULER_CREDENTIALS view. See Oracle Database Reference for more information.
USER_NETWORK_ACL_PRIVILEGES view. See Oracle Database Reference for more information.
USER_SCHEDULER_CREDENTIALS view. See Oracle Database Reference for more information.
V$OBJECT_USAGE view. Use the USER_OBJECT_USAGE view instead. See Oracle Database Reference for more information.
See Also:
Oracle Database Administrator's Guide for information about specifying Scheduler job credentialsOracle Streams is deprecated in Oracle Database 12c and may be desupported and unavailable in a later Oracle Database release. Use Oracle GoldenGate to replace all replication features of Oracle Streams.
Note:
Oracle Database Advanced Queuing is independent of Oracle Streams and continues to be enhanced.See Also:
Oracle GoldenGate documentation for informationOracle Database Advanced Replication is deprecated in Oracle Database 12c. Use Oracle GoldenGate to replace all features of Advanced Replication, including multimaster replication, updatable materialized views, hierarchical materialized views, and deployment templates.
See Also:
Oracle GoldenGate documentation for informationThe Server Control Utility (SRVCTL) command line interface (CLI) supports long GNU-style options in addition to short CLI options used in earlier releases. Starting with Oracle Database 12c, single-character options are deprecated and may be desupported in a later release.
See Also:
Oracle Real Application Clusters Administration and Deployment Guide for information about SRVCTLIn Oracle Database 12c, some features have been deprecated or desupported for the Windows platform. The following topics discuss these changes:
Desupport of Oracle COM Automation on Windows
Desupport of Oracle Objects for OLE
Desupport of Oracle Counters for Windows Performance Monitor
Desupport of Oracle Cluster File System (OCFS) on Windows
Changes for Oracle Data Provider for .NET
Oracle Database 12c does not contain Oracle COM Automation. This was deprecated in Oracle Database 11g, which is the last database release that contains the database component Oracle COM Automation. Oracle recommends that you migrate your Oracle COM applications to current technology such as the .NET Framework.
See Also:
My Oracle Support Note 1175293.1 "Obsolescence Notice: Oracle COM Automation" on http://support.oracle.comOracle Database 12c does not contain Oracle Objects for OLE. This was deprecated in Oracle Database 11g. You can migrate your code to the OLE DB data access standard and ActiveX Data Objects (ADO), or you can migrate your applications to .NET (or Java or another application architecture) and use another driver.
See Also:
My Oracle Support Note 1175303.1 "Obsolescence Notice: Oracle Objects for OLE" on http://support.oracle.comOracle Database 12c does not contain Oracle Counters for Windows Performance Monitor. This was deprecated in Oracle Database 11g. The counters were not installed by default in earlier releases, and the counters only work on Windows. For monitoring, Oracle recommends that you use Oracle Enterprise Manager Cloud Control.
See Also:
My Oracle Support Note 1175297.1 "Obsolescence Notice: Oracle Counters for Windows Performance Monitor" on http://support.oracle.comThe following Oracle Data Provider for .NET application programming interfaces for Transaction Guard are deprecated in Oracle Database 12c (12.1.0.2), and may be desupported in a future release.
OracleLogicalTransactionStatus class
OracleConnection.LogicalTransactionId property
OracleConnection.GetLogicalTransactionStatus method
Starting with Oracle Database 12c, Oracle Cluster File System (OCFS) is desupported on Windows. Support and distribution of OCFS on Linux (OCFS and OCFS2) remains unaffected by this desupport notice.
Databases currently using OCFS on Windows to host either the Oracle cluster files (Oracle Cluster Registry and voting files) or database files or both need to have these files migrated off OCFS beforeupgrading to Oracle Database 12c.
See Also:
Oracle Automatic Storage Management Administrator's Guide for information about migrating a database to use Oracle Automatic Storage Management (Oracle ASM)
My Oracle Support Note 1392280.1 "Desupport of Oracle Cluster File System (OCFS) on Windows with Oracle Database 12" on http://support.oracle.com
"About Upgrading Oracle Database Release 10.2 or 11.1 and OCFS and RAW Devices"
If you are upgrading an Oracle Database release 10.2.0.5 or release 11.1.0.7 environment that stores Oracle Clusterware files on OCFS on Windows or RAW devices, then you cannot directly upgrade to Oracle Database 12c. You must first perform an interim upgrade to Oracle Database release 11.2 and migrate the Oracle Clusterware files to Oracle Automatic Storage Management (Oracle ASM). Then you can upgrade from release 11.2 to Oracle Database 12c.
See Also:
The Oracle Database Upgrade Guide for release 11.2 for procedures on upgrading from release 10.2.0.5 or 11.1.0.7; you may need to download this document from Oracle Technology Network at http://www.oracle.com/technetwork/
Oracle Database Installation Guide for your operating system for procedures on installing the Oracle Database software
Oracle Automatic Storage Management Administrator's Guide for information about migrating a database to use Oracle Automatic Storage Management (Oracle ASM)
The cluvfy comp cfs component verification command is removed from Oracle Database as Oracle Cluster File System (OCFS) is no longer supported.
See Also:
Oracle Clusterware Administration and Deployment Guide for more information about cluster administrationStarting with Oracle Database 12c, the method of cluster administration using a stored list of administrative users is being replaced with more comprehensive management of administrative user roles by configuring the access control list of the policy set.
See Also:
Oracle Clusterware Administration and Deployment Guide for more information about cluster administrationStarting with Oracle Database 12c, Oracle Database and related technologies, such as Oracle Clusterware, no longer support the direct use of raw (block) storage devices. This means that files must be moved to Oracle ASM or a supported shared file system (cluster file system or Network File System (NFS)) prior to upgrading to Oracle Clusterware 12c.
This also affects the OCR and voting files for Oracle Clusterware. You cannot store the OCR or voting files on raw devices. Oracle Clusterware files stored on raw devices must be moved to Oracle ASM, a cluster file system, or Network File System (NFS) before upgrading.
See Also:
"About Upgrading Oracle Database Release 10.2 or 11.1 and OCFS and RAW Devices"The syntax qosctl -checkpasswd username password has been deprecated. See Oracle Database Quality of Service Management User's Guide for information about QOSCTL syntax and commands.
Starting with Oracle Database 12c, the maximum size of the VARCHAR2, NVARCHAR2, and RAW datatypes has been increased to 32767 bytes when the COMPATIBLE initialization parameter is set to 12.0 and the MAX_STRING_SIZE initialization parameter is set to EXTENDED.
See Also:
Oracle Database SQL Language Reference for more information about MAX_STRING_SIZEOracle JPublisher is deprecated in Oracle Database 12c Release 1, as of October 2014, and all JPublisher features are desupported and unavailable in Oracle Database 12c Release 2. Oracle recommends that you use the alternatives listed here:
To continue to use Web service callouts, Oracle recommends that you use the OJVM Web Services Callout utility, which is a replacement for the Web Services Callout utility.
To create Java client applications for PL/SQL programs and SQL objects, Oracle recommends that developers use other JDK development tools that assist you to create java STRUCT classes, and other prestructured options.
See Also:
My Oracle Support Note 1937939.1 for more information about JPublisher deprecation and desupport:
https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=1937939.1
JDK Tools and Utilities on Oracle Technology Network:
http://docs.oracle.com/javase/8/docs/technotes/tools/
In Oracle Database 12c, some features are deprecated or desupported that affect JDBC, UCP, SQLJ, JPublisher, and Java in the Database (Oracle JVM). The JDBC Javadoc also contains a page for all the deprecated APIs.
The following features are deprecated or desupported in this release for Oracle JDBC and SQLJ:
Deprecation of SQLJ Inside the Server
Deprecated Oracle Update Batching
Deprecated EndToEndMetrics related APIs
Deprecated Stored Outlines
Deprecated Concrete Classes in oracle.sql Package
Desupported Implicit Connection Caching
SQLJ usage inside the database server is deprecated in this release. The capability of translating and running SQLJ applications inside the database will not be available in later releases. SQLJ can only be used as a client tool to translate the applications that can connect to Oracle Database and run as a client. SQLJ cannot be used inside stored procedures, functions, or triggers.
Oracle Update Batching is deprecated in Oracle Database 12c. Use Standard Update Batching instead.
The following APIs are deprecated and marked deprecated in the JDBC Javadoc:
OraclePreparedStatement.setExecuteBatch()
OraclePreparedStatement.getExecuteBatch()
OracleCallableStatement.setExecuteBatch()
See Also:
Oracle Database JDBC Developer's Guide for information on Oracle Update BatchingEndToEndMetrics -related APIs are deprecated in Oracle Database 12c. Use Universal Connection Pool instead.
The following APIs are deprecated and marked deprecated in the JDBC Javadoc:
getEndToEndMetrics
getEndToEndECIDSequenceNumber
setEndToEndMetrics
setApplicationContext
clearAllApplicationContext
See Also:
Oracle Database JDBC Developer's Guide and the JDBC Javadoc for information about Universal Connection PoolStored outlines are deprecated in Oracle Database 12c. Use plan baselines instead.
See Also:
Oracle Database SQLJ Developer's Guide for information about plan baselinesThe concrete classes in the oracle.sql package are deprecated in Oracle Database 12c. These are replaced with new interfaces in the oracle.jdbc package.
See Also:
Oracle Database JDBC Developer's Guide for information about the new interfaces for oracle.jdbcThe JDBC method defineColumnType is deprecated in this release.
The JDBC property CONNECTION_PROPERTY_STREAM_CHUNK_SIZE is deprecated in this release.
Implicit Connection Caching is desupported in Oracle Database 12c. Use Universal Connection Pool instead.
See Also:
Oracle Universal Connection Pool for JDBC Developer's Guide for informationThe following Oracle Call Interface (OCI) features are deprecated in Oracle Database 12c, and may be desupported in a future release:
OCI deployment parameters in sqlnet.ora are deprecated. These include the following parameters:
OCI client result cache parameters: OCI_RESULT_CACHE_MAX_SIZE, OCI_RESULT_CACHE_MAX_RSET_SIZE, and OCI_RESULT_CACHE_MAX_RSET_ROWS
Oracle Restart is deprecated in Oracle Database 12c. Oracle Restart is currently restricted to manage single-instance Oracle databases and Oracle ASM instances only, and is subject to desupport in future releases. Oracle continues to provide Oracle ASM as part of the Oracle Grid Infrastructure installation for Standalone and Cluster deployments.
See Also:
Oracle Database Installation Guide for your operating system
Oracle Database Administrator's Guide
The Oracle RESOURCE_LIMIT parameter determines whether resource limits are enforced in database profiles. In this release, the RESOURCE_LIMIT parameter is set to TRUE by default. If Oracle resource limits are disabled, any defined profile limits will be ignored. This does not apply to password resources.
To check the resource_limit setting from SQL*Plus:
SQL> select value from v$parameter where name = 'resource_limit';
Oracle Database 12c provides changes to business intelligence and data warehousing applications and features.
This section includes these topics:
Oracle Warehouse Builder (OWB) Not Installed with Oracle Database
Desupport of Change Data Capture
Changes to Upgrading Oracle Data Mining Models
Desupport of OLAP Catalog (AMD)
Starting with Oracle Database 12c, Oracle Warehouse Builder (OWB) is not installed as part of the software for Oracle Database. An installer for Oracle Warehouse Builder is available on Oracle Technology Network. OWB components that may exist from earlier releases are not upgraded as part of the Oracle Database upgrade process.
See Also:
"Requirement for Upgrading Databases that Use Oracle Warehouse Builder (OWB)"Oracle Change Data Capture is not included in Oracle Database 12c and has been replaced with Oracle GoldenGate.
See Also:
Oracle GoldenGate documentation for informationThe following Oracle Data Mining features are desupported in Oracle Database 12c:
The Oracle Data Mining Java API is no longer available. The programmatic interfaces to Oracle Data Mining 12c consist of two PL/SQL packages, DBMS_DATA_MINING andDBMS_DATA_MINING_TRANSFORM, and a family of SQL language functions for scoring data.
See Also:
Oracle Data Mining User's Guide for information about the Data Mining PL/SQL packagesThe Adaptive Bayes Network (ABN) algorithm is no longer available. The Decision Tree algorithm replaces ABN in Oracle Data Mining 12c.
See Also:
Oracle Data Mining Concepts for information about the Decision Tree algorithmStarting with Oracle Database 12c, Oracle is desupporting the Data Mining Java API and the Adaptive Bayes Network (ABN) algorithm. Therefore, models created by the Oracle Data Mining Java API cannot be upgraded from Oracle Database release 11g to Oracle Database 12c. All other models and metadata are upgraded automatically during the upgrade from release 11g to Oracle Database 12c. ABN models can be upgraded, but you cannot use them in an Oracle Database 12c database. You must drop ABN models either before the upgrade or afterward. You can replace ABN models by building new classification models in the Oracle Database 12c database.
See Also:
Oracle Data Mining User's Guide for information about the Data Mining API and data mining modelsStarting with Oracle Database 12c, the Common Warehouse Metamodel (CWM) standard is desupported for the OLAP catalog (AMD). This support was deprecated in Oracle Database 11g Release 2 (11.2). If your existing database has CWM metadata in the OLAP catalog and you upgrade to Oracle Database 12c, then the upgraded database has the AMD component. If the database you upgrade does not have the AMD component, then the upgraded Oracle Database 12c database also does not have the AMD component because new installations for Oracle Database 12c do not include AMD. If your database has the AMD component and you want to remove it, then run the ORACLE_HOME/olap/admin/catnoamd.sql script before or after upgrading.
Note:
If the OLAP catalog exists in the database you are upgrading, you may see AMD OLAP Catalog OPTION OFF and invalid CWM OLAP objects. You can safely ignore the invalid OLAP objects as they are not needed.See Also:
Oracle OLAP Java API Developer's Guide for information about Java API metadata
Oracle OLAP User's Guide for more information on the OLAP option of Oracle Database and online analytic processing
Oracle Database 12c includes changes to security features in Oracle Database Vault and Oracle Data Guard and other areas. This section contains these topics:
Changes to Security Auditing Features
Deprecations for Oracle Label Security
Deprecation of IGNORECASE and SEC_CASE_SENSITIVE_LOGON
Deprecation of SQLNET.ALLOWED_LOGON_VERSION Parameter
AUDIT_ADMIN and AUDIT_VIEWER Roles Note
Deprecation of Windows NTS Authentication Using the NTLM Protocol
Deprecation of Public Key Infrastructure for Transparent Data Encryption
Desupported Cipher Suites for Secure Sockets Layer (SSL)
Desupport of Database Rules Manager (RUL) and Expression Filter (EXF)
Changes for Oracle Data Guard Broker
Changes for Oracle Database Vault
Changes for Oracle Database Semantic Technologies
The auditing functionality has been redesigned in Oracle Database 12c. When you create a new database with Oracle Database 12c, the full set of auditing enhancement features are automatically available. If you upgrade from an earlier release, then you are given the option of using some of the new audit features and the audit functionality from the release from which you upgraded. Oracle strongly recommends that you migrate to the full set of the latest audit features.
See Also:
Oracle Database Security Guide for information about new auditing features and changes for security
"Migrate Your Upgraded Oracle Databases to Use Unified Auditing"
The following Oracle Label Security features are deprecated in Oracle Database 12c, and may be desupported in a future release:
LEAST_UBOUND. Use OLS_GREATEST_LBOUND instead. See Oracle Label Security Administrator's Guide for information about finding greatest lower bound with GREATEST_LBOUND.
LUBD. Use OLS_GLBD instead. See Oracle Label Security Administrator's Guide for information about OLS_GLBD.
DOMINATES. See Oracle Label Security Administrator's Guide for information about the OLS_DOMINATES standalone function.
DOM. See Oracle Label Security Administrator's Guide for information about OLS_STRICTLY_DOMINATES standalone function.
STRICTLY_DOMINATES. See Oracle Label Security Administrator's Guide for information about OLS_STRICTLY_DOMINATES standalone function.
S_DOM. See Oracle Label Security Administrator's Guide for information about OLS_STRICTLY_DOMINATES standalone function.
DOMINATED_BY. See Oracle Label Security Administrator's Guide for information about OLS_DOMINATED_BY standalone function.
DOM_BY. See Oracle Label Security Administrator's Guide for information about OLS_DOMINATED_BY standalone function.
STRICTLY_DOMINATED_BY. See Oracle Label Security Administrator's Guide for information about OLS_STRICTLY_DOMINATED_BY standalone function.
S_DOM_BY. See Oracle Label Security Administrator's Guide for information about OLS_STRICTLY_DOMINATED_BY standalone function.
In Oracle Database 12c, the following procedures from the DBMS_NETWORK_ACL_ADMIN PL/SQL package are deprecated:
CREATE_ACL
ADD_PRIVILEGE
DELETE_PRIVILEGE
ASSIGN_ACL
UNASSIGN_ACL
DROP_ACL
ASSIGN_WALLET_ACL
UNASSIGN_WALLET_ACL
CHECK_PRIVILEGE
CHECK_PRIVILEGE_ACLID
See Also:
Oracle Database Security Guide for inormation about managing fine-grained access in PL/SQL Packages and TypesThe IGNORECASE argument of ORAPWD and the SEC_CASE_SENSITIVE_LOGON system parameter are deprecated in Oracle Database 12c. By default, passwords in Oracle Database 12c are case sensitive.
See Also:
Oracle Database Security Guide for more information about configuring authentication and password protectionThe SQLNET.ALLOWED_LOGON_VERSION parameter is deprecated in Oracle Database 12c. This parameter has been replaced with two new Oracle Net Services parameters:
SQLNET.ALLOWED_LOGON_VERSION_SERVER (See Oracle Database Net Services Reference for information)
SQLNET.ALLOWED_LOGON_VERSION_CLIENT (See Oracle Database Net Services Reference for information)
See Also:
Oracle Database Security Guide for information about this deprecation
"Upgrading a System that Did Not Have SQLNET.ALLOWED_LOGON_VERSION Parameter Setting"
"Check for the SQLNET.ALLOWED_LOGON_VERSION Parameter Behavior"
If you are upgrading a system that did not have a SQLNET.ALLOWED_LOGON_VERSION parameter setting (that is, it was using the default 8), then you might need to set the value of theSQLNET.ALLOWED_LOGON_VERSION_SERVER to 8 in the upgraded Oracle Database 12c server to maintain compatibility with clients on earlier releases. Otherwise, if no setting forSQLNET.ALLOWED_LOGON_VERSION_SERVER (or the deprecated SQLNET.ALLOWED_LOGON_VERSION) parameter is made in the upgraded Oracle Database 12c server, then the new default value becomes 11 in the new Oracle Database 12c.
The effect of the new default value of 11 for SQLNET.ALLOWED_LOGON_VERSION_SERVER in Oracle Database 12c is that clients using Oracle Database release 10g and later can connect to the Oracle Database 12c server. Clients using releases earlier than Oracle Database release 11.2.0.3 that have not applied critical patch update CPUOct2012 or later patches must use the 10g password version.
Using a setting of 12 is most secure. However, this setting only permits Oracle Database 12c clients to connect.
See Also:
Oracle Database Readme for the topic "Protection Against Password-Guessing Attacks" and Oracle Database Net Services Reference for information about SQLNET.ALLOWED_LOGON_VERSION_SERVERIn Oracle Database 12c, two roles may exist in your database that affect upgrading: AUDIT_ADMIN and AUDIT_VIEWER.
The Pre-Upgrade Information Tool and DBUA perform a pre-upgrade check to make sure such users or roles do not exist in the database. Oracle recommends that you do not use these names in your databases. If these users or roles exist, then you should rename or drop them as appropriate before upgrading to Oracle Database 12c.
See Also:
Oracle Database Security Guide for information on configuring privilege and role authorization for database securityWindows users can no longer authenticate using the NTS adaptor on Windows clients and servers that require the NT Lan Manager (NTLM) protocol. Because of security vulnerabilities, NTLM is deprecated as of Oracle Database 12c. Windows users can still use Kerberos. NTLM is still used for local user authentication, and in cases in which the database service runs as a local user.
A new client side sqlnet.ora boolean parameter NO_NTLM (defaulting to false) allows you to control when NTLM is used in NTS authentication. When you set NO_NTLM to true, this parameter value prevents NTLM from being used in Windows NTS authentication.
See Also:
Oracle Database Platform Guide for Microsoft Windows for information on changes that affect the Windows platform in this releasePublic Key Infrastructure (PKI) is deprecated for Transparent Data Encryption (TDE) in Oracle Database 12c. To configure TDE, use the ADMINISTER KEY MANAGEMENT SQL statement. Other implementations of PKI are not affected.
See Also:
Oracle Database Advanced Security Administrator's Guide for information about configuring TDEOracle Advanced Security has desupported the following cipher suites in Oracle Database 12c:
SSL_DH_anon_WITH_DES_CBC_SHA
SSL_RSA_EXPORT_WITH_DES40_CBC_SHA
SSL_RSA_EXPORT_WITH_RC4_40_MD5
SSL_RSA_WITH_DES_CBC_SHA
See Also:
Oracle Database Security Guide for information about the supported SSL cipher suitesStarting with Oracle Database 12c, the Expression Filter (EXF) and Database Rules Manager (RUL) features are desupported. If you are using Rules Manager, Oracle recommends that you consider migrating to Oracle Business Rules, a component of Oracle Fusion Middleware. The Continuous Query Notification feature of Oracle Database replaces Expression Filter.
This script is executed by the upgrade process. If you want to remove these components before upgrading, then you can run the catnoexf.sql script before the upgrade. The catnoexf.sql script is located under ORACLE_HOME/rdbms/admin/.
See Also:
Support note 1244535.1 Rules Manager and Expression Filter Features of Oracle Database on My Oracle Support at http://support.oracle.com/As part of Oracle Data Guard Broker's support for Separation of Duty features, the following broker properties are deprecated in Oracle Database 12c with no replacements:
LsbyASkipCfgPr
LsbyASkipErrorCfgPr
LsbyASkipTxnCfgPr
LsbyDSkipCfgPr
LsbyDSkipErrorCfgPr
LsbyDSkipTxnCfgPr
LsbySkipTable
LsbySkipTxnTable
The XML_CLOBS option of the Oracle Data Pump Export DATA_OPTIONS parameter is deprecated.
See Also:
Oracle Database Utilities for information about the Export DATA_OPTIONS parameterStarting with Oracle Database 12c, the Database Vault Configuration Assistant (DVCA) and Database Vault Administrator (DVA) are being deprecated. Use Oracle Enterprise Manager Cloud Control for Oracle Database Vault configuration and administration.
Additional Oracle Database Vault features are being deprecated in this release as follows:
Deprecated Default Rule Sets
Deprecated Default Realms
Deprecated API
The following rule sets have been deprecated for this release:
Allow Oracle Data Pump Operation rule set
Allow Scheduler Job rule set
See Also:
Oracle Database Vault Administrator's Guide for information on default rule setsThe Oracle Data Dictionary realm and Oracle Enterprise Manager realm are deprecated in this release. The objects formerly protected by the Oracle Data Dictionary realm have been migrated to new realms.
See Also:
Oracle Database Vault Administrator's Guide for information about new realms and default realmsThe DVSYS.DBMS_MACADM.SYNC_RULES procedure has been deprecated because its functionality has been built into the rule creation functionality.
See Also:
Oracle Database Vault Administrator's Guide for information on rule creationThe following features are deprecated for Oracle Database Semantic Technologies in Oracle Database 12c:
VPD Support in Oracle Database Semantic Technologies
Version-Enabled Models Support In Oracle Database Semantic Technologies
Transition existing Semantic Technologies applications that depend on Virtual Private Database (VPD) to use Oracle Label Security (OLS) instead.
See Also:
Oracle Database Semantic Technologies Developer's Guide for information about fine-grained access control for RDF dataThe specific alternative to using Workspace Manager with semantic data depends on the purpose of the application. For information about use cases and recommended alternatives, see My Oracle Support Note 1468273.1.
See Also:
Oracle Database Semantic Technologies Developer's Guide for information about Workspace Manager support for RDF dataOracle Database 12c provides changes to how Oracle supports globalization.
This section contains the following topic:
Desupport of CSSCAN and CSALTER
With the introduction of Oracle Database Migration Assistant for Unicode (DMU), Oracle is proceeding with the desupport of the legacy database tools, CSSCAN and CSALTER. DMU provides a complete end-to-end Unicode migration solution for database administrators. Starting with Oracle Database 12c, DMU is included with Oracle Database, and the CSSCAN and CSALTER tools are no longer included nor supported.
See Also:
Support note "CSSCAN and CSALTER To Be Desupported After DB 11.2" (Doc ID 1418321.1) on My Oracle Support at http://support.oracle.com/
Oracle Database Migration Assistant for Unicode Guide for information about the database character set migration process
In Oracle Database 12c, ORDImage support for DICOM is deprecated.
See Also:
Oracle Multimedia Reference for information about ORDImageIn this release, Oracle Net Services has deprecated or no longer supports some features, parameters, and commands. This section contains the following topics:
Desupport of Oracle Net Connection Pooling
Desupport of Oracle Names
Desupport of Oracle Net Listener Password
Desupport of SQLNET.KERBEROS5_CONF_MIT Parameter for Oracle Net Services
Desupport of Oracle Names Control Utility for Oracle Net Services
Deprecated NT LAN Manager (NTLM) Protocol for Oracle Net Services
In Oracle Database 12c, Oracle Net connection pooling is no longer supported. Oracle Net connection pooling was deprecated in Oracle Database 11g. This includes the DISPATCHERS attributesTICKS, SESSIONS, and CONNECTIONS.
See Also:
Support note 1469466.1 about Oracle Net Connection Pooling on My Oracle Support at http://support.oracle.com/Oracle Names has not been supported as a naming method since Oracle Database 11g. You must migrate to directory naming.
See Also:
Oracle Database Net Services Administrator's Guide for additional information about migrating to directory namingIn Oracle Database 12c, the Oracle Net Listener password feature is no longer supported. This does not cause a loss of security because authentication is enforced through local operating system authentication.
See Also:
Oracle Database Net Services Reference for more information about Oracle Net Listener securityThe SQLNET.KERBEROS5_CONF_MIT networking parameter is no longer needed (nor supported) in sqlnet.ora. This parameter is set to FALSE by default, which has no affect on the Kerberos configuration. Formerly when set to TRUE, this parameter specified that the configuration file should be parsed in a format as specified by MIT Kerberos 5. Starting with Oracle Database 12c, only this format of Kerberos configuration is supported. Thus, there is no longer a need for this parameter.
See Also:
Oracle Database Net Services Reference for information on Kerberos parameters for the sqlnet.ora fileThe Oracle Names Control Utility is desupported and has not been available starting with Oracle Database 10g. This includes all the related control utility commands. Oracle Database clients cannot use a Names Server to resolve connect strings. Migrate your applications to Oracle Internet Directory with LDAP directory naming.
See Also:
Oracle Database Net Services Reference for information about configuring the directory naming methodThe NT LAN Manager (NTLM) protocol for domain authentication is deprecated in the Oracle Windows adapter. Only Kerberos authentication is used for the NTS adapter.
Tip:
Oracle Database Net Services Reference for information on Kerberos parameters for the sqlnet.ora fileIn addition to being installed with the Oracle Database software, Oracle XML Database has changed features in Oracle Database 12c.
Oracle XML DB is Mandatory and Cannot Be Uninstalled
Deprecated Features for Oracle XML Database
Desupport of CTXXPATH in Oracle Text and Oracle XML DB
Starting with Oracle Database 12c, Oracle XML DB is a mandatory component of Oracle Database. You cannot uninstall Oracle XML DB, and there is no option to exclude it when you create an Oracle database. Oracle XML DB is automatically installed or upgraded when you upgrade an existing database to Oracle Database 12c.
See Also:
Oracle XML DB Developer's GuideThe following features are deprecated in this release, and may be desupported in a future release. See Oracle XML DB Developer's Guide for a complete list and more information.
CLOB storage of XMLType, also known as unstructured storage, is deprecated. Use binary XML storage of XMLType instead.
If you need to preserve insignificant whitespace then store two copies of your original XML document: one as an XMLType instance for database use and XML processing, the other as a CLOBinstance to provide document fidelity.
Creation of an XMLIndex index over an XML fragment stored as a CLOB instance embedded in object-relational XMLType data is deprecated. If you need to index the data in such a fragment then store the document using binary XML storage, not object-relational storage.
The following PL/SQL subprograms in package DBMS_XMLSCHEMA are deprecated:
generateSchema
generateSchemas
There are no replacements for these constructs and there is no workaround for this change.
PL/SQL package DBMS_XDB_CONFIG is new. All Oracle XML DB configuration functions, procedures, and constants have been moved from package DBMS_XDB to DBMS_XDB_CONFIG. They aredeprecated for package DBMS_XDB. Oracle recommends that you use them in package DBMS_XDB_CONFIG instead.
These are the subprograms that are deprecated in package DBMS_XDB:
ADDHTTPEXPIREMAPPING
ADDMIMEMAPPING
ADDSCHEMALOCMAPPING
ADDSERVLET
ADDSERVLETMAPPING
ADDSERVLETSECROLE
ADDXMLEXTENSION
CFG_GET
CFG_REFRESH
CFG_UPDATE
DELETEHTTPEXPIREMAPPING
DELETEMIMEMAPPING
DELETESCHEMALOCMAPPING
DELETESERVLET
DELETESERVLETMAPPING
DELETESERVLETSECROLE
DELETEXMLEXTENSION
GETFTPPORT
GETHTTPPORT
GETLISTENERENDPOINT
SETFTPPORT
SETHTTPPORT
SETLISTENERENDPOINT
SETLISTENERLOCALACCESS
These are the constants that are deprecated in package DBMS_XDB:
XDB_ENDPOINT_HTTP
XDB_ENDPOINT_HTTP2
XDB_PROTOCOL_TCP
XDB_PROTOCOL_TCPS
See Also:
Oracle Database PL/SQL Packages and Types Reference , Chapter "DBMS_XDB_CONFIG"All Oracle SQL functions for updating XML data are deprecated. Oracle recommends that you use XQuery Update instead. These are the deprecated XML updating functions:
updateXML
insertChildXML
insertChildXMLbefore
insertChildXMLafter
insertXMLbefore
insertXMLafter
appendChildXML
deleteXML
See Also:
Oracle XML DB Developer's Guide for the appendix that describes Oracle SQL functions for updating XML data that are deprecated and recommendations for replacementsOracle SQL function sys_xmlgen is deprecated. Oracle recommends that you use the SQL/XML generation functions instead.
See Also:
Oracle XML DB Developer's Guide for information about SQL functions that you can use to construct XML dataThe following Oracle XQuery functions are deprecated. Use the corresponding standard XQuery functions instead, that is, the functions with the same names but with namespace prefix fn.
ora:matches – use fn:matches instead
ora:replace – use fn:replace instead
The following Oracle constructs that provide support for XML translations are deprecated.
PL/SQL package DBMS_XMLTRANSLATIONS
Oracle XPath function ora:translate
XML Schema annotations xdb:maxOccurs, xdb:srclang, and xdb:translate
There are no replacements for these constructs and there is no workaround for this change.
See Also:
Oracle XML DB Developer's Guide for more informationThe following XML Schema annotations are deprecated:
xdb:defaultTableSchema
xdb:maintainOrder
xdb:mapUnboundedStringToLob
xdb:maxOccurs
xdb:SQLCollSchema
xdb:SQLSchema
xdb:srclang
xdb:storeVarrayAsTable
xdb:translate
There are no replacements for these constructs, and there is no workaround for this change.
The value xml_clobs for export parameter data_options is deprecated starting with Oracle Database 12c.
See Also:
Oracle XML DB Developer's Guide for information about exporting and importing XMLType TablesOracle Database 12c introduces changes for Oracle Text.
Desupport of CTXXPATH in Oracle Text and Oracle XML DB
Desupport of ALTER INDEX OPTIMIZE for Text Indexes
Desupport of SYNC [MEMORY memsize] for Text Indexes
CTXSYS.CTXXPATH index is desupported as of Oracle Database 12c. This does not affect CTXCAT. Use XMLIndex indexes instead.
See Also:
Oracle XML DB Developer's Guide for more information about XMLIndexThe ALTER INDEX OPTIMIZE [token index_token | fast | full [maxtime (time | unlimited)] operation is not supported for Oracle Database 12c. To optimize your index, useCTX_DDL.OPTIMIZE_INDEX.
See Also:
Oracle Text Reference for information about OPTIMIZE_INDEXThe SYNC [MEMORY memsize] operation is not supported for Oracle Database 12c. To synchronize your index, use CTX_DDL.SYNC_INDEX.
See Also:
Oracle Text Reference for information about SYNC_INDEXAbout Me
...............................................................................................................................
● 本文来自于Oracle官方文档
● 小麦苗云盘地址:http://blog.itpub.net/26736162/viewspace-1624453/
● QQ群:230161599 微信群:私聊
● 联系我请加QQ好友(642808185),注明添加缘由
● 版权所有,欢迎分享本文,转载请保留出处
...............................................................................................................................
手机长按下图识别二维码或微信客户端扫描下边的二维码来关注小麦苗的微信公众号:xiaomaimiaolhr,免费学习最实用的数据库技术。
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/26736162/viewspace-2130977/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/26736162/viewspace-2130977/