Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: RUPD$_ (long)
Amarillo is still beautiful.. although the natives don't seem to share my enthusiasm.
Yeah, I found this... I was just hoping for... more. I can find considerable stuff on mlog$_<> tables, but I'm still digging on this one. I love the 'documenation' on some of these 'features'.
Thanks
April Wells
Corporate Systems
Amarillo Texas
-----Original Message-----
Sent: Thursday, July 05, 2001 10:37 AM
To: Multiple recipients of list ORACLE-L
April,
How's Amarillo lately? ;-)
The only useful thing I found was on metalink forum (I'm sure you've
seen it) pasted below. Looks like a special log for UPDATABLE
SNAPSHOTS, which would make sense in the context of 2 way replication.
Scott Shafer
San Antonio, TX
--------------begin--------------------------
Hi,
could somebody explain to me what's the funcionality of the RUPD$
tables and when they are created ?
The chapter covering the creation of snapshot logs also states the
MLOG$ tables only.
Familiar with ORACLE version 8.0.5, i know the MLOG$ snapshot log
tables only.
I went through the 8.1.7 documentation, but i did not find any
explanation, just a short remark about looking for 'temporay updatable
snapshots' by checking the existance of these RUDP$ tables.
Additionaly i did not find any comment on these 'temporay updatable
snapshots'.
Kind reagards
Robert Puskas
Regards,
Ken Robinson
Oracle Server EE Analyst
Hi,
is it possible to get a more detailed information on this?
Are these tables created per default during snapshot log creation
or does the creation of these tables depend on some settings, which can
be disbled or ...
What happens if they are deleted for example, does it then influnece
the behaviour/functionality of fast refreshes?
The current environment is a ORACLE 8.1.7 database server used as
master of updatable and read only snapshots for several
ORACLE Lite clients, both running Windows NT.
Kind regards
Robert Puskas
Regards,
Ken Robinson
Oracle Server EE Analyst
create snapshot newtable
pctfree 0
pctused 99
tablespace users
storage (initial 1M
next 1M
pctincrease 0)
using index tablespace users
storage (initial 128K
next 128K
pctincrease 0)
refresh fast
start with sysdate
next sysdate + 1/1440
with primary key
using local rollback segment RBK1_1
FOR UPDATE
as
SELECT column list....,
FROM master_user.new_table_at_database_link;
Interesting. This topic seems to come up every now and then and I'll refer others back to your findings.
Regards,
Ken Robinson
Oracle Server EE Analyst
-----------------------------end-------------------------------
April Wells wrote:
>
> Good Thursday morning!
>
> I have a nagging question that I can find only sketchy documentation on.
I
> have been working with Materialized Views and their associated logs and
have
> been trying to figure out what the RUPD$_<tablename> structures are for.
I
> have watched those tables during incremental processing, during refresh of
> the MV and have done searches with VERY limited information back from
> anywhere in Oracle... metalink, technet... Those tables never have any
rows,
> and they are very similar to the MLOG$_<tname> tables. Does anyone know
> what the purpose of these tables are... what they do... anything?
>
> Thanks
> April Wells
> Corporate Systems
> Amarillo Texas
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Scott Shafer INET: sknd100_at_yahoo.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). The information contained in this e-mail is strictly confidential and for the intended use of the addressee only; it may also be legally privileged and/or price sensitive. Notice is hereby given that any disclosure, use or copying of the information by anyone other than the intended recipient is prohibited and may be illegal. If you have received this message in error, please notify the sender immediately by return e-mail. Corporate Systems, Inc. has taken every reasonable precaution to ensure that any attachment to this e-mail has been swept for viruses. We accept no liability for any damage sustained as a result of software viruses and advise you carry out your own virus checks before opening any attachment. -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: April Wells INET: awells_at_csedge.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu Jul 05 2001 - 10:06:25 CDT
![]() |
![]() |