engineer2100
Programmer
Hi all,
No I am not talking about the usage of the Replication tool provided in Oracle. Rather what i am talking about is a general method of moving data using simple PL/SQL code.
I have a situation wherein, the database is somewhat un-normalized in the sense that there are no Referential integrity defined at the database level even when tables are related. The data is inserted/updated/deleted programmatically from the applications that use the database.
Now we are to move data within certain tables basically master data, from one database to another. We have no idea what "all" tables are related looking the database because of the lack of referential integrity. There are many applications that use the database.
I am looking at some tips that can solve this scenario. I know this sounds Weird but cannot help it.
I have a scenario of developing a small system that will allow the user to specify the tables and columns that are related to each other and then another system to read this relationship information and create a dump file that be later be imported on the target database. I know this would require the knowledge of tables in relation....
more ideas appreciated....
Thanx
Engi
No I am not talking about the usage of the Replication tool provided in Oracle. Rather what i am talking about is a general method of moving data using simple PL/SQL code.
I have a situation wherein, the database is somewhat un-normalized in the sense that there are no Referential integrity defined at the database level even when tables are related. The data is inserted/updated/deleted programmatically from the applications that use the database.
Now we are to move data within certain tables basically master data, from one database to another. We have no idea what "all" tables are related looking the database because of the lack of referential integrity. There are many applications that use the database.
I am looking at some tips that can solve this scenario. I know this sounds Weird but cannot help it.
I have a scenario of developing a small system that will allow the user to specify the tables and columns that are related to each other and then another system to read this relationship information and create a dump file that be later be imported on the target database. I know this would require the knowledge of tables in relation....
more ideas appreciated....
Thanx
Engi