The conf file we are using is quite old and has never been updated.
There have been changes/additions in the underlying export tool after that and the conf needs to be updated.
If possible, also review all the existing properties and check if they can be changed for better behavior of yb-voyager.
Steps:
Install the latest ora2pg on your machine.
Create a new project using ora2pg which will generate a new conf file in it.
ora2pg --project_base . --init_project test_project
ls test_project/config/ora2pg.conf
Compare the already existing properties in the current conf file and check if there is any change in the default of the current conf file and new conf file
The conf file we are using is quite old and has never been updated. There have been changes/additions in the underlying export tool after that and the conf needs to be updated.
If possible, also review all the existing properties and check if they can be changed for better behavior of
yb-voyager
.Steps: