Running the Create Tables Scripts as the TIBCO BusinessEvents User

Next you log on as the TIBCO BusinessEvents user, BE_USER by default, and run a script to create non-project-specific tables.

    Procedure
  1. Still in the command window in BE_HOME/bin, type the following command for Oracle.
    sqlplus BE_USER/BE_USER@SID @create_tables_oracle.sql

    Type exit to exit and commit.

    If you are using SQL Server, use this instead:

    osql -S Your-Server –d Your-DB -U BE_USER -P BE_USER -n -i @create_tables_sqlserver.sql
Result

You see various harmless error messages the first time you run the script, and various messages saying Table created and Index created.