Relocate Database Files from one drive (c - local disk) to another drive (e-drive SAN)
Hi,
Our customer is running their production database on Oracle 11gR2 single instance on Windows 2008. The DB files were installed on Local Disk (C drive) for some reason. Now the customer has acquired SAN and configured storage space from SAN as "E" Drive. Customer wants to relocate all the DB files from C drive to E drive.
I plan use "ALTER DATABASE RENAME FILE..." to relocate the database files and log files.
The DB has a lot of LOB objects - both BLOB and CLOB. Do I need to take any extra action due to the LOB objects or need not worry about these.