Follow the instructions below to set up the Oracle database.
...
Info |
---|
When using the if it is necessary to set this property permanently, then it should be defined inside the |
Create Database Tables
Database tables can be created either manually by running scripts or automatically by using start-up parameters.
Using Scripts
Warning |
---|
Important: As there is an issue in the |
Then, the database tables can be created manually by logging in to the created database and running the following scripts in SQL*Plus:
Code Block |
---|
SQL> @${CARBON_HOME}/dbscripts/oracle.sql |
Start the Carbon instance.
Code Block |
---|
$ ./${CARBON_HOME}/bin/wso2server.sh |
Using start-up Parameters
...