...
To create the database tables, connect to the database that you created earlier and run the following scripts in SQL*Plus:
To create tables in the registry and user manager database (
WSO2CARBON_DB
)the MB-specific database, use the below script:Code Block language powershell SQL> @$<MB_HOME>/dbscripts/oracle.sql
Restart the server.
Info You can create database tables automatically when starting the product for the first time by using the
-Dsetup
parameter as follows:For Windows:
<MB_HOME>/bin/wso2server.bat -Dsetup
For Linux:
<MB_HOME>/bin/wso2server.sh -Dsetup