Running the Table Creation Script

Now you can run the table creation script.

    Procedure
  1. Open a command window in BE_HOME/bin and type the following command.
    sqlplus BE_USER/BE_USER @fdstore.sql
    Note: For SQL Server:
    osql -S Your-Server –d Your-DB -U BE_USER -P BE_USER -n -i @create_tables_oracle.sql
Result

Congratulations! You are ready to start the FraudDetectionStore application.