[MDEV-19804] sql_mode=ORACLE: call procedure in packages Created: 2019-06-19 Updated: 2022-04-04 Resolved: 2022-03-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | PL/SQL |
| Affects Version/s: | 10.4.6 |
| Fix Version/s: | 10.9.0, 10.3.35, 10.4.25, 10.5.16, 10.6.8, 10.7.4, 10.8.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Wolfgang Draxler | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Compatibility | ||
| Environment: |
Windows |
||
| Issue Links: |
|
||||||||
| Description |
|
In the ORACLE-Mode there is a problem to call function and procedure in packages. Generate the samples
Following run correct:
But when you call it with
then came the error: create is this problem when you are in an other Schema
There I get the same error. I "quick and dirty" solution is:
|