Oracle8i Migration Release 3 (8.1.7) Part Number A86632-01 |
|
This appendix lists the new internal datatypes and SQL functions added in version 8. This appendix covers the following topics:
Oracle8i SQL Reference for a complete list and descriptions of Oracle internal datatypes and SQL functions.
See Also:
The internal datatypes listed in this section are new in version 8. Each may be used as a function name in a SELECT list, but only if it is qualified with a schema (schema.function) as in the following example:
select scott.true() ...
In version 8, if a schema qualification is missing, then these words generate an error, while, in version 7, their unqualified use did not generate an error.
The following internal datatypes were added in release 8.0:
The following internal datatype was added in release 8.1:
The SQL functions listed in this section are new in version 8.
The following SQL functions were added in release 8.0:
The following single-row functions were added in release 8.0:
The following object reference functions were added in release 8.0:
The following functions were added in release 8.1:
The following character function was added in release 8.1:
The following conversion function was added in release 8.1:
The following aggregate function was added in release 8.1:
The following single-row functions were added in release 8.1:
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|