Skip to Main Content

SQLcl: MCP Server & SQL Prompt

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

sqlcl projects multiple schema's

Erik TripMay 7 2026 — edited May 7 2026

We are in the starting phase of implementing sqlcl projects in our environment.
We are struggling with the following situation:
Our applications use two schema's. Base schema is schema A (parsing schema for the older apex applications) the other schema is B (parsing schema for the newer applications). Schema A contains all tables (and a lot of plsql objects), schema B does not have any tables but only views on schema A (and a lot of plsql objects).
Our stories can consist of objects of both schema's
What is good practice in this case?
Two projects?
One extra schema, that has all needed privileges on the objects of schema's A and B?

Any advice appreciated

Regards Erik

Comments
Post Details
Added on May 7 2026
4 comments
102 views