cp: : Invalid argument and FILESYSTEMIO_OPTIONS = SETALL
I am getting the invalid argument error when I try to copy a database file to another location. I think this is a result of having filesystemio_options set to setall.
I do need to move that datafile to another filesystem. Is my only option to shutdown the database ; copy the datafile; startup mount; alter database rename file 'old location' to 'new location'; alter database open?
thank you
gene