Move data [message #71382] |
Thu, 24 October 2002 12:34 |
sonia
Messages: 22 Registered: March 2001
|
Junior Member |
|
|
What steps do I need to take to move data from one drive to another? We are running Oracle 8.0.5 on NT.
|
|
|
Re: Move data [message #71386 is a reply to message #71382] |
Fri, 25 October 2002 02:23 |
B
Messages: 327 Registered: August 1999
|
Senior Member |
|
|
Can U stop Ur database ???
if Yes:
DO A COLDBACKUP FIRST !!!!
Shutdown the database.
Mount Ur database ( NOT OPEN )
copy Ur file on the new HD
use
alter database rename 'OLD_FULL_PATHFILE' to 'NEW_FULL_PATHFILE'
open Ur database
AND A FULL BACKUP AGAIN !
if answer is NO ... tell me and I'll explain U
|
|
|
|
Re: Move data [message #71400 is a reply to message #71382] |
Mon, 28 October 2002 02:41 |
B
Messages: 327 Registered: August 1999
|
Senior Member |
|
|
U want to move the REDO LOG ???
Best way is to create some others group at the correct location then drop the wrong...
|
|
|