Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

CJS-00091 Unable to create the tablespaces

Former Member
0 Kudos

Hello,

I am doing unicode conversion on ECC 6 system with AIX/Oracle 10G.

Currently i am in Check/Create tablespace phase where i am getting an error as :

CJS-00091 Unable to create the tablespaces. DIAGNOSIS: There is not enough free disk space: Mount point | space required | s

pace available | SAPDATA directories

/oracle/<SID>/sapdata2 | 284845 | 281556 | 2

. SOLUTION: Make more disk space available.

I have a lot of space in other sapdatas so can i still modify DBSIZE.XML or does it only need 4 GB in this sapdata2 file system?

Thanks,

FBK

2 REPLIES 2

vincentlim826
Employee
Employee
0 Kudos

Mount point | space required | space available | SAPDATA directories

oracle/<SID>/sapdata2 | 284845 | 281556 | 2

So, just make more disk space.. to be higher than 281556 that enough the cover 284845

Former Member
0 Kudos

Hi,

you have a few choices :

1) It's a case of extending the volume group that the sapdata is sitting...

See how many PPS you have free. Run lsvg VG01 for example.

2) Hack around the control.xml and change the values (not really recommended) I have done this once before but it's fiddly.

3) Clear oracle datafiles down restart sapinst start a new intall and modify the tablespaces when you get to that part in sapinst...

Mark