$4N is equal your parartition number
you is connectting the db parttion is 5
there is no blank after the $4N
User Profile
Collapse
-
[blank]$N " $N" 5
[blank]$N+[number] " $N+1011" 1016
[blank]$N%[number] " $N%3" (% 是模块) 2
[blank]$N+[number]%[number] " $N+12%13" 4
[blank]$N%[number]+[number] " $N%3+20" 22
'/dbdir/node $N /cont1' '/dbdir/node5/cont1'
'/ $N+1000 /file1' '/1005/file1'
' $N%10 /container' '5/container'...Leave a comment:
-
-
your comand is not right
for example
Code:create regular tablespace TBS_BIGTBL_4K in database partition group pgr01 pagesize 4096 managed by database using (DEVICE ' /dbvols/tbs_bigtbl_4k/p0cont1' 38G) on dbpartitionnum (0) using (DEVICE ' /dbvols/tbs_bigtbl_4k/p1cont1' 38G) on dbpartitionnum (1) extentsize 16 prefetchsize 32 bufferpool BP4K
Leave a comment:
No activity results to display
Show More
Leave a comment: