oracle-samples / db-sample-schemas

Oracle Database Sample Schemas
https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=COMSC
MIT License
718 stars 519 forks source link

Must use SQLcl to install sales_history schema #16

Closed RogerFord closed 1 year ago

RogerFord commented 1 year ago

README file suggests SQLcl or SQLPlus can be used to load schemas. However the sales_history schema relies on the LOAD command which is only available in SQLcl. If you use SQLPlus, the install appears to work, but the final verification step shows that several of the tables are empty.

gvenzl commented 1 year ago

The README of the sales_history schema states the requirement for SQLcl.

I do not see a reference where the README suggests that it can be installed via SQL*PLus, could you please clarify?

gvenzl commented 1 year ago

Closing due to no response.