Managers,
I am not only having problems
with the move command in a ksh
script, the same sort of problem occurs when entering a
command on the command line. The following is an example:
/ora07/oradata/deed/arch>ls
total 99779
3 -rw-r----- 1 oracle dba 3072 Oct
26 20:31 arch1_5496.dbf
10248 -rw-r----- 1
oracle dba 10486784 Oct 27 07:04 arch1_5497.dbf
10248 -rw-r----- 1
oracle dba 10486784 Oct 27 22:00 arch1_5498.dbf
10248 -rw-r----- 1
oracle dba 10486784 Oct 29 08:58 arch1_5500.dbf
10248 -rw-r----- 1
oracle dba 10486784 Oct 29 09:53 arch1_5501.dbf
10248 -rw-r----- 1
oracle dba 10486784 Oct 29 10:50 arch1_5502.dbf
10240 -rw-r----- 1
oracle dba 10485760 Oct 29 11:42 arch1_5503.dbf
10248 -rw-r----- 1
oracle dba 10486784 Oct 29 13:49 arch1_5504.dbf
10240 -rw-r----- 1
oracle dba 10483712 Oct 29 14:56 arch1_5505.dbf
10248 -rw-r----- 1
oracle dba 10486784 Oct 29 15:52 arch1_5506.dbf
7560 -rw-r----- 1
oracle dba 7739392 Oct 29 20:26 arch1_5507.dbf
0 -rw-r--r-- 1 root dba 0
Oct 30 06:48 typescript
/ora07/oradata/deed/arch>ls
/ora02/oradata/deed/arch
total 10251
10248 -rw-r----- 1
oracle dba 10486784 Oct 29 08:03 arch1_5499.dbf
3 -rw-r----- 1 oracle dba 3072 Oct
29 20:30 arch1_5508.dbf
/ora07/oradata/deed/arch>mv
/ora02/oradata/deed/arch/arch1_5499.dbf .
mv: /ora02/oradata/deed/arch/arch1_5499.dbf
and . are identical.
/ora07/oradata/deed/arch>mv
/ora02/oradata/deed/arch/arch1_5499.dbf
arch1_5499.dbf
/ora07/oradata/deed/arch>
Last week I moving the files
from /ora07/oradata/deed/arch to
another directory, removing the /ora08/oradata/deed/arch
directory, creating the directory & moving the files back.
This all worked, but did not solve my problem.
[=======================================================
[ Randy Rodgers
[ randy.rodgers_at_ci.ft-wayne.in.us
[ Senior Systems Programmer
[ Affiliated Computer Services,
Inc (ACS)
[ Allen County/City of Fort
Wayne
[ Information Systems
[ (219)427-5727
[=======================================================
Received on Tue Oct 30 2001 - 12:35:33 NZDT