How to fix the Oracle error ORA-19773: must specify change tracking file name?
In this post, you’ll learn more about the Oracle ErrorORA-19773: must specify change tracking file name with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-19773: must specify change tracking file name
Reason for the Error ORA-19773: must specify change tracking file name
No file name was specified with the ALTER DATABASE ENABLE CHANGE TRACKING command, and the DB_CREATE_FILE_DEST parameter was not set.
How to fix the Error ORA-19773: must specify change tracking file name ?
You can fix this error in Oracle by following the below steps
Either specify a file name, or set the DB_CREATE_FILE_DEST parameter.
Leave Your Comment