Login  Register

Re: difference between table default oracle and table for user transactions

Posted by Brian Hogantara on Oct 20, 2017; 7:13am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/difference-between-table-default-oracle-and-table-for-user-transactions-tp4084p4099.html

the plan is :
1. delete transactions table in development instance
2. create new table in development instance
3. "copy" old data from prod instance and "paste" in to the development instance
4. delete old data from prod instance
5. make link report to pulling old data from prod instance apps to development instance

we still need the report from old data and at the same time to shrink size data from prod instance to make performance is still controllable.

maybe the plan still can change. first of all, i want to know the different between those table(Seeded table, transactions table and static table)