I am working in a windows environment, and using Oracle SQL Developer. I have the whole database of an organisation that consists of some 50 csv files. Each for a table.There are two tasks that are to be performed
I need to import the whole data from scratch into oracle database. So I need to consider the dependencies of tables and therefore load them in that particular order. I want to automate it, as in write a script or code for it. I have the whole tree of dependencies.
(Even though it will effectively be only performed once).
Could you also suggest what language would be suitable for the purpose or how I should start with the job?After all the upload has been done, if I get a query to update a table then all the necessary tables should be updated.
That process btw has to be done for many other organisations.
I am new to Oracle, so if you could also provide me with a good link to learn from
The closest I got to finding my answer was this -> Oracle Forms Dependency