Posts

Showing posts from August, 2022

"Parameter Connect Descriptor Host has to be a valid IP address" - While registering the database source in OCI Database Migration Service

Image
I was getting the error , when I was clicking on "register" button in step2. Instead of of using the hostname ,I used the private IP. example 10.0.0.X:1521/service_name = After replacing the hostname under connect string to private IP , I was able to register the database.