Oracle Error Message
ORA-31463: logfile location string is an empty directory
Reason for the Error
The directory specification for logfile location for the change source, is an empty directory
Solution
1. Make sure it is the correct location of the logfiles. If it is, make sure the directory contains logfiles. OR 2. perform ALTER CHANGE SOURCE and change the logfile_location to be an existing directory that contains the logfiles
Leave a Review