Multiple schema use in one workspace
Hi,
I have Apex application where I use 4 different schemas, with same privileges (select any table, insert any table, update any table, delete any table, create synonym,create any view, create view, unlimited tablespace) and roles (connect, resource).
These 4 schemas are assigned to my workspace, and they are visible in SQL Workshop and Object Browser, but when I want to create a new Form page on a table, I can choose between only two of four schemas.
What I need to make to get other schemas visible in Form wizard?