Sales Tracking Database Setup Script

All these scripts and test data are available at www.quepublishing.com. Put 0789726718 in the search field.

 rem rem Sales Tracking Application Oracle9i Initial Database Setup rem Oracle9i Development By Example rem by Dan Hotka rem Que Publications May 2001 rem All Rights Reserved rem spool INSTALL_sales_tracking_database.log DROP TABLESPACE st_data01 INCLUDING CONTENTS CASCADE CONSTRAINTS; DROP TABLESPACE st_data02 INCLUDING CONTENTS CASCADE CONSTRAINTS; DROP TABLESPACE st_index01 INCLUDING CONTENTS CASCADE CONSTRAINTS; DROP TABLESPACE st_refdata01 INCLUDING CONTENTS CASCADE CONSTRAINTS; DROP TABLESPACE st_iot_overflow01 INCLUDING CONTENTS CASCADE CONSTRAINTS; DROP TABLESPACE st_lob01 INCLUDING CONTENTS ...

Get Oracle9i™ Development by Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.