|
-
John,
I don't know ! what to tell you. I don't have NT database handy to try.. I just ran it on 734/solaris 2.6. It workd fine. here is output...
'CREATETABLESPACE'||T.TABLESPACE_NAME||CHR(10)||'DATAFILE'''||F.FILE_NAME||'''SIZE'||TO_C
----------------------------------------------------------------------------------------------------
create tablespace HR11
datafile '/oracle2/hrts/data/hr11_01.dbf' size 150M
default storage (Initial 524288 next 524288 minextents 1
maxextents 249 pctincrease 0) online;
create tablespace HR11INDX
datafile '/oracle3/hrts/data/hr11indx_01.dbf' size 65M
default storage (Initial 262144 next 262144 minextents 1
maxextents 249 pctincrease 0) online;
create tablespace HR1CSI
datafile '/oracle3/hrts/data/hr1csi_01.dbf' size 6M
default storage (Initial 131072 next 131072 minextents 1
maxextents 249 pctincrease 0) online;
-----
-----
-----
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|