I am planning to migrate data which resides in oracle database to a CMDB application database.
Since the database is not visible for end users/Developers of CMDB, we use API to import data into CMDB.
Currently my issues is , i cannot shutdown the oracle database while we do migration, means, oracle database will always insert data while i do migration through an ETL tool. So even though migration finish, again data will be filled in oracle database.
How can i get around this situation?without a down time? or is it never possible?