Details
-
New Feature
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
Add a subset of the system package SYS.DBMS_SQL:
- Functions DBMS_SQL.OPEN_CURSOR - overloaded
- Procedure DBMS_SQL.CLOSE_CURSOR
https://docs.oracle.com/cd/B28359_01/appdev.111/b28419/d_sql.htm#i996963
"The DBMS_SQL package provides an interface to use dynamic SQL to parse any data manipulation language (DML) or data definition language (DDL) statement using PL/SQL. For example, you can enter a DROP TABLE statement from within a stored procedure by using the PARSE procedure supplied with the DBMS_SQL package."
We can provide a package on install that calls our parsing functions.
Attachments
Issue Links
- blocks
-
MDEV-34323 Oracle compatibility project 3
-
- Open
-
- is blocked by
-
MDEV-34391 SET PATH statement
-
- Needs Feedback
-
Activity
Field | Original Value | New Value |
---|---|---|
Labels | Compatibility |
Workflow | MariaDB v3 [ 97163 ] | MariaDB v4 [ 141311 ] |
Description |
https://docs.oracle.com/cd/B28359_01/appdev.111/b28419/d_sql.htm#i996963
"The DBMS_SQL package provides an interface to use dynamic SQL to parse any data manipulation language (DML) or data definition language (DDL) statement using PL/SQL. For example, you can enter a DROP TABLE statement from within a stored procedure by using the PARSE procedure supplied with the DBMS_SQL package." We can provide a package on install that calls our parsing functions. |
Add a subset of the system package SYS.DBMS_SQL:
- Functions DBMS_SQL.OPEN_CURSOR - overloaded - Procedure DBMS_SQL.CLOSE_CURSOR https://docs.oracle.com/cd/B28359_01/appdev.111/b28419/d_sql.htm#i996963 "The DBMS_SQL package provides an interface to use dynamic SQL to parse any data manipulation language (DML) or data definition language (DDL) statement using PL/SQL. For example, you can enter a DROP TABLE statement from within a stored procedure by using the PARSE procedure supplied with the DBMS_SQL package." We can provide a package on install that calls our parsing functions. |
Summary | sql_mode="oracle" should provide dbms_sql | System package SYS.DBMS_SQL |
Link | This issue blocks MDEV-34323 [ MDEV-34323 ] |
Link | This issue blocks MENT-2086 [ MENT-2086 ] |
Link | This issue is blocked by MDEV-34391 [ MDEV-34391 ] |
Parent | MDEV-19162 [ 74215 ] | |
Issue Type | Technical task [ 7 ] | New Feature [ 2 ] |
Labels | Compatibility | Compatibility Oracle |
Priority | Major [ 3 ] | Minor [ 4 ] |