0

As the title states our file system reached 100% capacity and I want to try moving the tablespaces datafiles to a new filesystem. I'm attempting to follow the steps from this link:

http://www.dba-oracle.com/t_linux_oracle_move_datafiles.htm

My question is, since this is production, do I need to move the datafiles to another filesystem in Standby as well? Please advise if I'm about to ruin anything.

Phillip
  • 11
  • 2
  • 8

1 Answers1

0

The data file location on the primary database and standby database is completely independent. The location of the data files are written to the control file and the control files are not shared - they are different on the primary and standby database.

You can safely move the data files on the primary database without worrying about the standby database. It is handled transparently by the database itself.

You can move data files online if you are on 12.1 and the database is Enterprise Edition: https://youtu.be/faq4wYdnhks Otherwise, you need to have the database offline during the move of the data files.