1.down load the file
2. unzip the file to the location you want it to be.
3. include java_home/bin into path variable
4. run oewizard to install soe schema for order entry test
5. check table record change for order entry test
select count(*) from CUSTOMERS ;
select count(*) from LOGON ;
select count(*) from ORDERS ;
select count(*) from ORDER_ITEMS ;
6. below table can be truncate and will be loaded when testing.
truncate table logon;
truncate table order_ITEMS;
reference:
http://www.dominicgiles.com/installation.html
No comments:
Post a Comment