Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: What DBMS jobs and database links required for Materialized view replication?
Pressed post too soon!
My questions:
If I do not need the push job from the master to the snapshot site:
* how do I ensure that the snapshot logs on the master site are purged
once the refresh job issued from the mv site is completed?
* can I remove the push job on the MV site? I do not want to push
anything from the MV site unless in an emergecy when all the users
read/write to the snapshot instead of the master.
If I can have either the refresh pull job or the push master job, which is better? Or can I have both?
Re database links
I
* do they have to have the full name of the database eg
b.mydomain.com or can I use the alias for the database as given in
tnsnames.ora
eg
any_old_name =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = MYHOST )(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = B.mydomain.com)
)
)
Thanks in advance
Edwinah63 Received on Thu May 31 2007 - 00:38:51 CDT
![]() |
![]() |