This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.
Configuring Databases for UK
Once you have successfully prepared the environment for the deployment, you can configure the databases.
Create the following databases
:
- openbank_am_configdb
openbank_apimgt_statsdb
openbank_apimgtdb
openbank_openbankingdb
openbank_govdb
openbank_iskm_configdb
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_IAM_HOME>/dbscripts/apimgt
directory.(mysql.sql mssql.sql, oracle.sql)
Update the
VALUE
field size inSP_METADATA
table in the sql file according to your database. The sql scripts are available in the<WSO2_OB_IAM_HOME>/dbscripts/apimgt
directory.(mysql.sql mssql.sql, oracle.sql)
- To create the database schema, execute the following scripts against the given database: