ORDS ORA-06550 & PLS-00302
We're trying to setup ORDS to run PL/SQL packages in the same way as our existing OHS/DADS/pl_sql web server.
ORDS appears to call packages using schema.package.procedure(params).
We have an old third party app we're trying to migrate from DADS to ORDS.
Under DADS it uses two users - one being the schema owner and the other being a limited access user that calls procs owned by the first user.
When the schema owner "user1" account executes any of its own packages in ORDS using user1.package.procedure(params) it fails. These work fine when run as the other user.