Hi,
I've installed a product which utilises an Oracle DB.
The installation populates all the config tables but naturally all the data tables are empty.
I've gotten an export of the data tables from a friend and I now wish to import this data into the Oracle tables.
I've identified the constraints and built a script to disable/enable them but I've now noticed that the system has a lot of sequences created -- all of which are at a value of 1.
In order to keep consistency with my friends DB I would like to drop the sequences, import the data and rebuild the sequences with the appropriate numbers.
I can identify the sequences but I cannot identify the column/table on which they are used for populating.
Does anyone know how to do this?
Thanks,
toddyl
I've installed a product which utilises an Oracle DB.
The installation populates all the config tables but naturally all the data tables are empty.
I've gotten an export of the data tables from a friend and I now wish to import this data into the Oracle tables.
I've identified the constraints and built a script to disable/enable them but I've now noticed that the system has a lot of sequences created -- all of which are at a value of 1.
In order to keep consistency with my friends DB I would like to drop the sequences, import the data and rebuild the sequences with the appropriate numbers.
I can identify the sequences but I cannot identify the column/table on which they are used for populating.
Does anyone know how to do this?
Thanks,
toddyl