Hi Stefan,
You create at non-logged temp dbspaces with the -t option using onspaces like:
onspaces -c -d tempdbs01 -t -p $INFORMIXLINKS/tempdbs01 -o 0 -s 8372208
onspaces -c -d tempdbs02 -t -p $INFORMIXLINKS/tempdbs02 -o 0 -s 8372208
onspaces -c -d tempdbs03 -t -p $INFORMIXLINKS/tempdbs03 -o 0 -s 8372208
You create logged temp dbspace
without the -t option using onspaces like:
onspaces -c -d tempdbs04 -p $INFORMIXLINKS/tempdbs04 -o 0 -s 8372208
Both have to be added to the onconfig file after they are created to be effective like this:
onmode -wf DBSPACETEMP=tempdbs01:tempdbs02:tempdbs03:tempdbs04
Thank you for watching our tutorial.
Regards - Lester
------------------------------
Lester Knutsen
lester@advancedatatools.comAdvanced DataTools Corporation
Voice: 703-256-0267 x102
Visit our Web page:
http://www.advancedatatools.com------------------------------