Simulating orders
By using anonymous block and simple flow control statements, we can easily generate random orders to simulate the application.
- Adds the items in the shopping cart using add_item_to_shopping_cart procedure.
- Creates the orders using create_order procedure.
- Prints the orders using print_order procedure.
- Calls the DBMS_OUTPUT.GET_TEXT procedure to print details of an order.