Skip to Main Content

Oracle Database Discussions

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!

Base Table vs Master Table ..

972355May 22 2013 — edited May 23 2013
Hello Experts ;

Advised to start new thread

11034256


In Materialized view, any difference between MASTER TABLE Vs LOCAL BASE TABLE ?

- I know this is very very basic question but getting confused when referring some oracle blogs.

********************************

SQL>CREATE MATERIALIZED VIEW TEST_QUERY
REFRESH ON COMMIT
AS SELECT COLUMN_1 , COLUMN_2 FROM emp;

Here , emp is BASE TABLE ... A query containing from clause it is master table.
So i think master table is another name of local base table / base table. but some links saying some thing different.
please clarify ..

Thanks in advance ..
This post has been answered by unknown-7404 on May 23 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 20 2013
Added on May 22 2013
4 comments
1,971 views