Hi,
AIX 5.3
Root user
# ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) 32768
memory(kbytes) 32768
coredump(blocks) 2097151
nofiles(descriptors) 2000
#
Oracle user :
# ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 131072
stack(kbytes) 32768
memory(kbytes) 32768
coredump(blocks) 2097151
nofiles(descriptors) 2000
When I try to create a database file larger than 2GB it fails. Where is this limit set ?
The ulimits for root and oracle are unlimited as above. Is there a parameter within the filesystem somewhere which needs to be set ?
The filesystem was created as "Enhanced JFS"
Thanks,
Billy
AIX 5.3
Root user
# ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) 32768
memory(kbytes) 32768
coredump(blocks) 2097151
nofiles(descriptors) 2000
#
Oracle user :
# ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 131072
stack(kbytes) 32768
memory(kbytes) 32768
coredump(blocks) 2097151
nofiles(descriptors) 2000
When I try to create a database file larger than 2GB it fails. Where is this limit set ?
The ulimits for root and oracle are unlimited as above. Is there a parameter within the filesystem somewhere which needs to be set ?
The filesystem was created as "Enhanced JFS"
Thanks,
Billy