...
Database tables can be created manually by logging in to the created database and running the following scripts in SQL*Plus:
Code Block |
---|
SQL> @${CARBONPRODUCT_HOME}/dbscripts/oracle.sql |
...
Start WSO2 BRS.
Code Block |
---|
$ ./${CARBONPRODUCT_HOME}/bin/wso2server.sh |
Using Start-up Parameters
...
- For Linux Users
Code Block |
---|
$ ./${CARBONPRODUCT_HOME}/bin/wso2server.sh -Dsetup |
...