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
-
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
Copyright © TIBCO Software Inc. All Rights Reserved.