Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: MOVE DATAFILE SCO UNIX possible ?

Re: MOVE DATAFILE SCO UNIX possible ?

From: Mark Rosenbaum <mjr_at_netcom.com>
Date: 1997/01/29
Message-ID: <mjrE4rzFD.t0@netcom.com>#1/1

In article <32EEC737.7C33_at_nightmare.com>, oracle <oracle_at_nightmare.com> wrote:
>Mark Rosenbaum wrote:
>
>> >I think you would need to do:
>> >
>> > alter database rename file 'oldfile' to 'newfile'
>>
>> You can also try a symbolic link
>>
>> ln -s newfile oldfile
>>
>> It is best to create the link in the directory of the oldfile and
>> use full path.
>>
>> hope this helps
>>
>> Mark Rosenbaum Otey-Rosenbaum & Frazier, Inc.
>> mjr_at_netcom.com Consultants in High Performance and
>> (303) 727-7956 Scalable Computing and Applications
>> POB 1397 ftp://ftp.netcom.com/pub/mj/mjr/resume/
>> Boulder CO 80306
>
>I would never make a link like that and leave it permanent. You are
>just looking for trouble down the road.

Most raw partitions use symbolic link for flexibility. Most new versions of UNIX use symbolic links when they change locations of binaries so old scripts work.

If you are worried about having a file in a directory that no one knows about you can place a README in the directory explaining.

Just my $0.02 worth.

mjr Received on Wed Jan 29 1997 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US