rspec/rules/S4421/plsql/rule.adoc
2022-10-05 09:28:40 +02:00

30 lines
1010 B
Plaintext

Deprecated language features have been retained temporarily for backward compatibility but will eventually be removed from the language. Deprecation announces a grace period to allow a smooth transition from the old features to the new ones. In that period, no use of the deprecated features should be added to the code, and all existing usages should be gradually removed.
The following features are deprecated in Oracle 12:
[frame=all]
[cols="^1,^1"]
|===
|Deprecated |Replacement
|DBMS_DDL.ALTER_COMPILE|Native Dynamic SQL
|ALL_SCHEDULER_CREDENTIALS |ALL_CREDENTIALS
|DBA_NETWORK_ACL_PRIVILEGES |DBA_HOST_ACES
|DBA_NETWORK_ACLS|DBA_HOST_ACLS
|DBA_SCHEDULER_CREDENTIALS|DBA_CREDENTIALS
|USER_NETWORK_ACL_PRIVILEGES |USER_HOST_ACES
|USER_SCHEDULER_CREDENTIALS |DBA_HOST_ACES
|V$OBJECT_USAGE |USER_OBJECT_USAGE
|===
ifdef::env-github,rspecator-view[]
'''
== Implementation Specification
(visible only on this page)
include::message.adoc[]
include::highlighting.adoc[]
endif::env-github,rspecator-view[]