You can create tables in IBM DB2, Microsoft SQL Server, or Oracle. In this lesson, you create tables in the Oracle database under the user rulepoint. You can make changes as and when the implementation progresses.
Run the
ddl <database>_cust_acc.sql
script available in the following directory:
for example, for Oracle, run
ddl oracle_cust_acc.sql
from
<
RULEPOINT_HOME
>/samples/Banking/db/Oracle
Open command prompt, navigate to
<
RULEPOINT_HOME
>/samples/Banking/db/<
database
>
, and log in to the database as RulePoint user.
Open the
ddl
file, and update the email IDs with the email IDs of your organisation.
The ddls contain the sample email ID.
To see the email response in the banking use cases, edit the email IDs in the script, and then run the following script: