IS there any alternative for dbms_mview.refresh [message #157236] |
Wed, 01 February 2006 03:48  |
rr9876r
Messages: 12 Registered: April 2005
|
Junior Member |
|
|
Is there any alternative for dbms_mview.refresh process, which runs fater than dbms_mview.refresh? I am copying the table data (dbms_mview.refresh('TABLE1')) from one database from server to another database in another server. I have bunch of table to copy and taking the moretime to do this. I am looking for alternative, which is better than dbms_mview.refresh.
|
|
|
|