[MDEV-16479] Oracle Comp.: Sql-Error when referencing database/schema in "select package-function from dual" Created: 2018-06-13 Updated: 2023-04-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Stored routines |
| Affects Version/s: | 10.3.7 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Mebo | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 2 |
| Labels: | Compatibility, oracle, pl/sql | ||
| Environment: |
Mac/Windows/DBeaver 5.0.5 |
||
| Description |
|
We use to have util packages in a separate schema on oracle which could be called from any other schema. Shouldn't this also work analog here? |
| Comments |
| Comment by Elena Stepanova [ 2018-07-02 ] |
|
It's not about DUAL, simple select lic.mytools.gettest(123) produces the same error. I don't think that three-level name specification is supported at all, assigning to bar to clarify whether it should be. |
| Comment by Alexander Barkov [ 2018-07-03 ] |
|
Elena is right, three-level name specification is not supported yet. |