Details
-
Technical task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Add a subset of the system package SYS.DBMS_OUTPUT:
- Procedure DBMS_OUTPUT.PUT_LINE
- Procedure DBMS_OUTPUT.GET_LINES
- Procedure DBMS_OUTPUT.ENABLE
This example from Oracle tutorials throws errors:
CREATE OR REPLACE PROCEDURE procPrintHelloWorld |
IS
|
BEGIN
|
DBMS_OUTPUT.PUT_LINE('Hello World!'); |
END; |
/
|
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.
Attachments
Issue Links
- blocks
-
MDEV-34323 Oracle compatibility project 3
- Open
-
MDEV-34569 Oracle compatibility project 4
- Open
- is blocked by
-
MDEV-34391 SET PATH statement
- In Review