API Portal 10.7 | webMethods API Portal for Administrators | Configuring API Portal | High Availability setup in API Portal | Setting up API Portal HA setup with External Database (Oracle) | Creating Database Schema for Tenants
 
Creating Database Schema for Tenants
By default, each API Portal installation has at least two tenants namely default and master. So, you must create schemas for these tenants; and additional schemas for each additional tenant you want to use.
1. To create database schema for the tenants default and master, run the following commands in a command line.
*cip_create_schema_for_tenant.bat CIP_MASTER
*cip_create_schema_for_tenant.bat CIP_DEFAULT
In the above command, replace the cip_create_schema_for_tenant.bat files to cip_create_schema_for_tenant.sh files, if you are using Linux OS.
Note:
You can use DbVisualizer to ensure that the schemas are created.