I'm confused which of the 3 programs refreshes my materialized view
now(sysdate) and onwards and so on and so forth, every 10 seconds .
These are all outputs of OEM.
3.)
CREATE MATERIALIZED VIEW "SCOTT"."TEST_VIEW"
TABLESPACE "USERS"
BUILD IMMEDIATE
USING INDEX
TABLESPACE "USERS"
REFRESH FAST
START WITH to_date('02-Apr-2007 06:41:15 AM','dd-Mon-yyyy HH:MI:SS AM')
NEXT sysdate + 10/86400
AS
select * from SCOTT.test@orcl2.world
/
Last edited by jennifer2007; 05-15-2007 at 04:39 AM.
Bookmarks