| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.oracle -> Re: Snapshot Materialized view : how to ?
Thanks for your answers.
After 3 days of reshearches I've finaly created my snapshot. It wasn't really clear from Oracle PDF documentation !
I wish the next Oracle version will have a better documentation for beginer :-)
So here is the few lines I was looking for (for 3 days !) :
connect sys/sys as sysdba;
grant create database link to user2;
grant create materialized view to user2;
connect user2/user2;
create database link I1 connect to user1 identified by user1 using
'I1';
create materialized view testmv as select * from
user1.myTable_at_I1,dual;
Received on Fri Jan 23 2004 - 19:08:10 CST
![]() |
![]() |