Course
Name:Enterprise Resource Planning Systems
Course Number: IS695 (Call Number 18702)
Classroom: CBA 216
Instructor: Dr. Robert Chi
Office: CBA-424 (3rd floor)
Telephone:
(562 )985-4238
Email: rchi@csulb.edu
Fax:
(562) 985-4080
Office Hours: T 1:00pm -4:00pm
Lecture Student presentation
|
|
Introduction to ERP | ||
|
|
chapter2, ORACLE | Homework 1 assigned | |
|
|
chapter3, ORACLE | ||
|
|
Campus closed | ||
|
|
chapter4, | SAP | Homework
1 due
Homework 2 assigned |
|
|
Chapter5, HTML/JavaScript | SAP | |
|
|
Chapter6, Active Server Page (ASP) concept and application | WAP | Homework 2 due
Homework 3 assigned |
|
|
Coldfusion | ORACLE | |
|
|
Coldfusion | People Soft | Homework 3 due
Homework 4 assigne |
|
|
Coldfusion | SIEBEL | |
|
|
Spring Break | ||
|
|
Chapter7, ERP system presentation | Homework 4 due | |
|
|
Chapter8, ERP system presentation | ||
|
|
Chapter9, ERP system presentation | ||
|
|
Final project discussion | ||
|
|
Final Project Presentation | ||
|
|
Final Project Presentation |
Assignment 1 (group
homework)
Create a table in ORACLE database named "student" with fields of studentID, firstname, lastname, age, gender, and gpa.Assignment 3
Use coldfusion code to develop 5 functions
1. Add a new student
2. Delete a student
3. Search for a student by studentID
4. List all students
5. Update a student when studentID is providedUser name and password will be provided for both ORACLE server and Coldfusion server
Please try this ColdFusion Sample programs
Download f0.cfmf1.cfmf2.cfmf21.cfmf22.cfmf31.cfmf41.cfmf42.cfmColdFusion
Use
data migration function in Access to migrate database from Access to Oracle
database
1. In
Oracle, login Oracle account
2. create
table structure in Oracle
3. In Access,
create linked Oracle tables
4. Write SQL
in Access and execute this query (one table needs one query)
For example, migrate access_table1 to oracle_table1
"insert into oracle_table1 select * from access_table1;"
5. Ask instructor
to change ODBC pointer from Access database to Oracle database
Assignment 4
To be announced