Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Use the scripts given in the following locations to change the respective database and then restart the server.

    • To create tables for the registry and user manager database, run the below command:

      Code Block
      languagepowershell
      SQL> @$<PRODUCT_HOME>/dbscripts/oracle.sql
    • To create tables for the  identity databasesdatabase, run the below command:

      Code Block
      languagepowershell
      SQL> @$<PRODUCT_HOME>/dbscripts/identity/oracle.sql
    • To create tables for the  storage databasesdatabase, run the below command:

      Code Block
      languagepowershell
      SQL> @$<PRODUCT_HOME>/dbscripts/storage/oracle.sql
  2. Start the product as follows:
    $ ./${PRODUCT_HOME}/bin/wso2server.sh

...