I have files to be ftp'ed:
-rw-r----- 1 root sys 1073741312 Sep 19 10:27 expref3.dmp
-rw-r----- 1 root sys 1073741312 Sep 19 10:29 expref4.dmp
but, I am getting this error:
ftp> put expref3.dmp
200 PORT command successful.
150 Opening data connection for expref3.dmp
452 Error writing file: A file cannot be larger than the value set by ulimit.
What is wrong with ulimit here?????
oracle@milt:/>
PDC # ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) 32768
memory(kbytes) 32768
coredump(blocks) 2097151
nofiles(descriptors) 2000
thx much
-rw-r----- 1 root sys 1073741312 Sep 19 10:27 expref3.dmp
-rw-r----- 1 root sys 1073741312 Sep 19 10:29 expref4.dmp
but, I am getting this error:
ftp> put expref3.dmp
200 PORT command successful.
150 Opening data connection for expref3.dmp
452 Error writing file: A file cannot be larger than the value set by ulimit.
What is wrong with ulimit here?????
oracle@milt:/>
PDC # ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) 32768
memory(kbytes) 32768
coredump(blocks) 2097151
nofiles(descriptors) 2000
thx much