Chapter 10B – Managing Databases with Oracle Database
Page 10B-4
• Oracle Database is strict about permissions—log in as SYS [connect as SYSDBA]
when using the Oracle Database Enterprise Manager 12c Release 2 Database
Express or (if using Oracle Database Express Edition) Oracle Database XE 11.2, but
log in as the appropriate user for the database tablespace you are using.
• Students will get much more out of this material if they install Oracle Database, and
they can do this on their own (preferably by installing Oracle Database XE). But if
you haven’t worked with Oracle Database before, plan extra time to install it. Read
the discussion in the chapter carefully, and be sure to install the loopback adapter if
the computer uses DHCP to obtain an IP number, assuming you are installing Oracle
Database 12c Release 2. You may need outside expertise as well. Once you get
Oracle Database up and running in either version, the Oracle Database Enterprise
Manager 12c Release 2 Database Express and SQL Developer are easy to use and
dependable.
• Remember to create tablespaces, users, and roles for each database. For example,
for Marcia’s Dry Cleaning (MDC), create an MDCCH10B tablespace (with datafile),
and a MDC_CH10B_USER user with appropriate roles, rights, and permissions to
that tablespace—the specific names needed are in the Project Questions. If using
Oracle Database XE (highly recommended!), this is all handled nearly automatically
when a “workspace” is created.
• Full *.sql files to support all the in-text VRG database examples, end of chapter
Review Questions, Exercises, Case Questions, and the Project Questions for the
Marcia’s Dry Cleaning (MDC), Queen Anne Curiosity Shop (QACS), and Morgan
• The end of chapter Exercises, MDC Case Questions, QACS Project Questions, and
MI Project Questions for Oracle Database in this chapter and those for SQL Server
2017 (Online Chapter 10A) and MySQL 5.7 (Online Chapter 10C) are the same, to
the extent allowed by minor differences in the systems. You can demonstrate how
the languages of these three products are essentially the same by showing the
solution to the same questions for each product.