Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
Up and Running with ALLBASE/SQL: HP 3000 and HP 9000 Computer Systems > Chapter 3 Setting Up a Database with ISQL

Adding a DBEFile to the SYSTEM DBEFileSet

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Index

Before proceeding to create tables, you should create a DBEFile and add it to the SYSTEM DBEFileSet to provide additional space for sort operations and for expansion of the DBEnvironment. Use the following statements:

   isql=> CREATE DBEFILE DBEFile1 Return

   > WITH PAGES=50, Return

   > NAME = 'DBEFILE1', TYPE = MIXED; Return

   isql=> ADD DBEFILE DBEFile1 Return

   > TO DBEFILESET SYSTEM; Return

   isql=> COMMIT WORK; Return

You can use this procedure with different DBEFile names any time you want to add space to the SYSTEM DBEFileSet.

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© Hewlett-Packard Development Company, L.P.