Some basic datatypes and functions in oracle compatibility mode do not work
(MDEV-19162)
|
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Technical task | Priority: | Major |
| Reporter: | Faisal Saeed (Inactive) | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | Compatibility | ||
| Description |
|
PL/SQL Tables are commonly used in Oracle Stored procedures where these objects are passed as parameters to other procedures and also used for Bulk select with a limit clause for faster access to big data cursors. https://docs.oracle.com/cd/A57673_01/DOC/server/doc/PLS23/ch4.htm |