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: | Manjot Singh (Inactive) | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | Compatibility | ||
| Description |
|
This example from Oracle tutorials throws errors:
The DBMS_OUTPUT line throws "ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 4" https://www.techonthenet.com/oracle/procedures.php We should provide equivalents for the most used DBMS packages. |
| Comments |
| Comment by Manjot Singh (Inactive) [ 2019-05-29 ] |
|
We can provide this package by default by creating analogous functions: https://www.fromdual.com/select-hello-world-fromdual-with-mariadb-pl-sql |
| Comment by Alexander Barkov [ 2019-09-10 ] |
|
This probably will need "SET PATH" to be implemented first. |