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 |
|
FOR ALL / BULK COLLECT is commonly used by the PL/SQL developers for quickly processing a large amount of data for SELECT, UPDATES, INSERTS, DELETE, etc. Oracle Doc: https://docs.oracle.com/database/121/LNPLS/forall_statement.htm#LNPLS01321 |