Once you have successfully prepared the environment for the deployment, you can configure the databases.
Create the following databases that are used in WSO2 Open Banking Key Manager
(WSO2_OB_KM)
and WSO2 Open Banking API Manager(WSO2_OB_APIM):
- openbank_am_configdb
openbank_apimgt_statsdb
openbank_apimgtdb
openbank_consentdb
openbank_govdb
openbank_iskm_configdb
openbank_mbstoredb
openbank_userdb
Update the INPUTS field size in
AM_APPLICATION_REGISTRATION
table in the sql file according to your database. The sql scripts are available in the<WSO2_OB_KM_HOME>/dbscripts/apimgt
directory.(mysql5.7.sql, mssql.sql, oracle.sql)
For UK specification:
For Berlin specification:
INPUTS CLOB,
To create the database schema, execute the following scripts against the given database:
For more information on configuring databases, see Working with Databases.