Download presentation
Presentation is loading. Please wait.
Published byDiana Green Modified over 9 years ago
1
All Powder Board and Ski Oracle 9i Workbook Chapter 1 Jerry Post Copyright © 2003
2
Inventory Snowboards ManufacturerMfg IDSizeDescriptionGraphicsList Price QOH Freestyle Pipe Standard Extreme Skis ManufacturerMfg IDSizeDescriptionGraphicsList Price QOH Slalom Cross country-skate Cross country-trad. Telemark Jumping Freestyle Downhill/race
3
Boots and Bindings Boot-Binding Compatibility Manuf.Mfg. IDBoard/SkiBinding/StyleColorPriceCost SizeQOH 34 35 36 …
4
Sales CustomerSale Date First NameLast NameSalesperson PhoneE-MailDepartment AddressShipping AddressCity, State ZIP Male/FemaleSki/Board Age/Date of BirthStyleSkill Level ItemDescriptionNew/UsedSizeQuantityPriceSubtotal Item Total Tax Total Due Method of Payment
5
Rentals CustomerRental Date First NameLast NameExpected Return PhoneE-Mail AddressShipping AddressCity, State ZIP Male/FemaleSki/Board Age/Date of BirthStyleSkill Level ItemDescriptionSizeFeeReturn DateConditionCharges Item Total Tax Total DueAdded Charges Method of PaymentSignature
6
Project Structure Project Title: Sales System for Boards and Skis Customer: All Powder Board and Ski Shop Primary Contact: Katy Goals: Project Description: Primary Forms: Primary Reports: Lead Developer: Estimated Development Time: Estimated Development Cost: Date Prepared:
7
Project Plan Define the project and obtain approval. 1.Analyze the user needs and identify all forms and reports. 2.System Design a.Determine the tables and relationships needed. b.Create the tables and load basic data. c.Create queries needed for forms and reports. d.Build forms and reports. e.Create transaction elements. f.Define security and access controls. 3.Additional Features a.Create data warehouse to analyze data as needed. b.Handle distributed database elements as needed. 4.System Implementation a.Convert and load data. b.Train users. c.Load testing. 5.System review
8
Feasibility Assumptions Annual discount rate0.03 Project life/years5 Costs Present ValueSubtotal One-time DBMS Software Hardware Development Data entry Training
9
Feasibility-2 Ongoing Personnel Upgrades/annual Supplies Support Maintenance Benefits Cost Savings Better inventory control Fewer clerks Strategic Increased sales Other? Net Present Value
10
DBMS Update Oracle academic initiative http://oai.oracle.com Oracle technology network http://otn.oracle.com Oracle documentation—requires OTN http://otn.oracle.com/documentation/content.html
11
Enterprise Manager
12
Practice: Create a table
13
Table Constraints and SQL CREATE TABLE "POWDER"."CUSTOMER" ( "CUSTOMERID" NUMBER(10) NOT NULL, "LASTNAME" VARCHAR2(25), "FIRSTNAME" VARCHAR2(25), "PHONE" VARCHAR2(20), "ADDRESS" VARCHAR2(50), "CITY" VARCHAR2(35), "STATE" VARCHAR2(20), "ZIPCODE" VARCHAR2(20), CONSTRAINT "PK_CUSTOMER" PRIMARY KEY("CUSTOMERID") )
14
Practice: Add Data
15
Practice Design a Simple Form Tools: Data block wizard Layout wizard Save the form on the server and Program/Compile module
16
Practice: Create a Simple Form Warning: On the server, You must either run full 9iAS Or manually: Start OC4J Instance
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.