The staging-area blobspace is the same as any other blobspace. The name of the staging-area blobspace must be the same as the name that you provided on the STAGEBLOB parameter. After you create the staging-area blobspace, you must restart the database server.
On UNIX, you create the staging-area blobspace by using the onspaces utility.
cd pathname
touch stageblob
chmod 660 stageblob
onspaces -c -b stageblob -g 4 -p pathname/stageblob -o
0 -s 10000
onmode -l
ontape -a
ontape -s -L 0
onmode -yuk
oninit
On Windows, you can use either the onspaces command-line utility to create the staging-area blobspace.
copy NUL c:\ifmxdata\dbservername\stageblob
onspaces -c -b stageblob -g 4 -p
c:\ifmxdata\dbservername\stageblob -o 0 -s 10000
onmode -l
ontape -a
ontape -s -L 0
onmode -yuk