The relational schema of the "Student" database is as follows:
| Student | ( ID, LName, FName, Address ) |
| Enroll | ( ID, CRN, Year, Grade ) |
| Section | ( CRN, Year, DeptCode, CourseNo, SNo, BCode, RoomNo ) |
| Course | ( DeptCode, CourseNo, CourseName ) |
| Dept | ( DeptCode, DeptName ) |
| Building | ( BCode, Building ) |
The following are the text files used to create the "Student" database.
\\caesar\apps\oracle~2\sqlldr userid=username/passwd@csci275 control=controlfile.ctl
If that does not work, try:
\\caesar\apps\oracle~2\sqlldr userid=username/passwd@iras.ad.stfx.ca:1521/CSCI275 control=controlfile.ctl
Notes: