| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: Replication problem
Thanks for your comments. tried this on the slave node:
DECLARE number_of_failures INTEGER;
BEGIN
dbms_mview.REFRESH_ALL_MVIEWS(number_of_failures,'F',null,true,false);
dbms_output.put_line('number_of_failures = ' || number_of_failures);
END;
It seems nothing happened over to the master node. Any suggestion?
Many thanks,
Bing
Maxim Demenko wrote:
> Bing Wu schrieb:
>
>> Frank van Bortel wrote: >> >>>> BTW, is anyone know how to resume >>>> the replication process on the slave node as I don't want to drop and >>>> recreate the replicated views? >>> >>> >>> >>> >>> dbms_refresh.refresh, I presume. The same way it runs now >>> >> Thanks. dbms_refresh.refresh is for refreshing a group of views so how >> do I refresh individual or all views? >> >> Thanks, >> >> Bing
![]() |
![]() |