Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

materialized view - how to refresh it?

g2500Feb 5 2016 — edited Feb 5 2016

Dear All,

I am creating a materialized view with below options. do i also need to create a procedure to refresh it?

STORAGE    (

INITIAL          64K

NEXT             1M

MAXSIZE          UNLIMITED

MINEXTENTS       1

MAXEXTENTS       UNLIMITED

PCTINCREASE      0

BUFFER_POOL      DEFAULT

FLASH_CACHE      DEFAULT

CELL_FLASH_CACHE DEFAULT

           )

NOCACHE

LOGGING

NOCOMPRESS

NOPARALLEL

BUILD IMMEDIATE

REFRESH FORCE ON DEMAND

WITH PRIMARY KEY

AS

http://docs.oracle.com/cd/B28359_01/server.111/b28286/statements_6002.htm#sthref6828

Thank you

Jac

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 4 2016
Added on Feb 5 2016
3 comments
295 views