Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions oracle/sampledb/v1/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Amazon DMS Sample Database for Oracle: version 1.0
# Amazon DMS Sample Database for Oracle: version 1.0

Scripts in this repository can be used to generate an Oracle database suitable for testing and exercising
the AWS Database Migration Service (DMS) and the AWS Schema Conversion Tool (SCT)
Expand Down Expand Up @@ -74,11 +74,11 @@ SQL> exec ticketManagement.generateTransferActivity(0.1,1000);

This will generate 1000 "transfer" transactions each delayed by 0.1 seconds. Tickets are transfered as a group 80% of the time 20% of the time singlets are transfered. A record of each transaction is recorded in ticket_purchase_hist.

##Entity Relationsip Diagram of the System
## Entity Relationsip Diagram of the System
![alt tag](/images/sampledb.jpg)

##Object Descriptions
###PACKAGES
## Object Descriptions
### PACKAGES
* **TICKETMANAGEMENT:** Details above under "generating transactions"

### PROCEDURES
Expand Down