Versions Compared

Key

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

...

  1. You can create the database tables manually by logging in to the created database and running the following scripts in SQL*Plus:
    • 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, use the below script:

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

      Code Block
      languagepowershell
      SQL> @$<PRODUCT_HOME>/dbscripts/storage/oracle.sql
  2. Start the Carbon instance as follows:

    $ ./$<PRODUCT_HOME>/bin/wso2server.sh

...