PL/SQL packages to manage tables in two schemas.
Now I have two copies of the same PL/SQL packages in the two schemas.
Can I store the PL/SQL packages in a third schema to call them from the other two schemas?
Can I use synonyms to the tables owned in one of the two schemas to compile packages in the third schema?