Is it possible to create two schemas in outsystems database? In on-premise
Hi Deepak,
As documented this is only possible in OutSystems 11 Onpremise installations:
https://success.outsystems.com/support/enterprise_customers/maintenance_and_operations/multiple_database_catalogs_and_schemas/
Regards,
Daniel
1. Can these two schemas will be separately deployed
2. Regarding CI and CD how does it works (Without script execution)
All that is documented regarding multiple schema's is found in the URL that I shared.
The following point mentioned in the document,
Finish the solution staging
In Service Center, publish the solution;
The Platform Server first checks that all tables (of the moved modules) are created in their destination Catalogs. Then it displays a āUse Matching Tablesā option that is to be selected, and continue with the publishing process;
All Consumer modules should be republished. Republish them or build a solution and publish it in a single step;
Bring modules online using the āBring Onlineā button on the detail screen of each application they belong to;
The solution is now staged and all moved modules using their new Catalogs.
Does this point mean that the deployment will be in CI CD mode?
Not sure what you mean with CI CD mode
Hello Deepak,
To create a new database schema, go to Service Center, and in 'Database Schemas' select 'Configure new schema'. Fill in the information for the new schema and download the configuration script. Then, execute the script (as a DBA) in the Oracle database to create the new schema effectively.
it is helpful for you.
Thanks
In OutSystems, the database schema is typically managed by the platform, and it doesn't natively support the creation of multiple schemas within the same environment for a single OutSystems application. However, there are ways to interact with multiple schemas if needed, especially in an on-premise setup where you have more control over the database configuration.
Ways to Work with Multiple Schemas
Use External Databases:
Direct Database Access:
Advanced Queries: