HP3000-L Archives

August 1996, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Stan Sieler <[log in to unmask]>
Reply To:
Stan Sieler <[log in to unmask]>
Date:
Sun, 25 Aug 1996 12:15:38 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (41 lines)
Neil asks:
 
> Well, we've hit the (previous) limits of TurboImage!
...
> and then I use dbmgr to increase the dataset from 100000 to 13 million,
> and get the error.
>
> How do I build one of the new Jumbo datasets? I've scanned the CD-ROM,
> and I can't find it.
 
First, you must be on MPE/iX 5.0 or later.
 
Second, you need the version of TurboIMAGE that supports Jumbo
datasets.  Unfortunately, I can't remember the version number, but here's
one way you can determine if you have it.  Do the following, and see if
DBSCHEMA reports an error on the "$CONTROL JUMBO" line:
 
   :run dbschema.pub.sys
   $control jumbo
   :eod
 
If no error from "$CONTROL JUMBO", then you are on the jumbo-capable
IMAGE.  If you got an error like:
   ***** ERROR *****  IMPROPER COMMAND PARAMETER
then you aren't.
 
BTW, ADAGER has the ability to automatically convert a non-jumbo dataset
into a jumbo dataset when you increase the capacity to the point where
the dataset would be larger than 4GB.
 
If you don't have ADAGER, one (slow) way to create a jumbo dataset is
DBUNLOAD, run DBSCHEMA with larger capacity *and* $CONTROL JUMBO, and
DBLOAD.
 
BTW, I'm not familiar enough with the other database tools to know if they
can create jumbo datasets yet.
 
--
Stan Sieler                                          [log in to unmask]
                                     http://www.allegro.com/sieler.html

ATOM RSS1 RSS2