From 3542b1c489d8d315461ad482027927b13d012d3a Mon Sep 17 00:00:00 2001 From: Dan M <47741043+dmarts@users.noreply.github.com> Date: Wed, 2 Aug 2023 10:54:53 +0100 Subject: [PATCH] Fix README.md markdown Markdown syntax was missing a few spaces so headings weren't rendering correctly --- oracle/sampledb/v1/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/oracle/sampledb/v1/README.md b/oracle/sampledb/v1/README.md index 4cda2d6..ce81620 100644 --- a/oracle/sampledb/v1/README.md +++ b/oracle/sampledb/v1/README.md @@ -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) @@ -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