<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: RDB introduction in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583073#M17917</link>
    <description>Wim, I'm not a RDB expert by any means, I've only had to touch RDB as the supporting database for tools like DECplan, EDCS II and some others during a previous contract.  I found it easy to learn the basics but it can get very complex in a big hurry.&lt;BR /&gt;&lt;BR /&gt;There's a database-centric set of pages at &lt;A href="http://dba.openvms.org," target="_blank"&gt;http://dba.openvms.org,&lt;/A&gt; that group might have some other more specific suggestions and there's a RDB DBA seminar scheduled for later this month listed at the main &lt;A href="http://www.openvms.org/" target="_blank"&gt;http://www.openvms.org/&lt;/A&gt; pages.  Of course you might also check in the RDB-focused information at the Oracle website.&lt;BR /&gt;&lt;BR /&gt;bob</description>
    <pubDate>Sat, 13 Feb 2010 04:56:03 GMT</pubDate>
    <dc:creator>Bob Blunt</dc:creator>
    <dc:date>2010-02-13T04:56:03Z</dc:date>
    <item>
      <title>RDB introduction</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583063#M17907</link>
      <description>I have knowledge of Oracle and Sybase.&lt;BR /&gt;&lt;BR /&gt;Is there an introduction manual/text that explains RDB compared to Oracle or Sybase ?&lt;BR /&gt;&lt;BR /&gt;I'm thinking of space management, transaction log, locking strategy and escalation, how read concistency is achieved, db (un)loaders, etc.&lt;BR /&gt;&lt;BR /&gt;Wim&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Feb 2010 11:57:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583063#M17907</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2010-02-12T11:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: RDB introduction</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583064#M17908</link>
      <description>Try at &lt;A href="http://www.jcc.com" target="_blank"&gt;www.jcc.com&lt;/A&gt; &lt;BR /&gt;they have a email list about RDB&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.jcc.com/listserver.htm" target="_blank"&gt;http://www.jcc.com/listserver.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and provide training on RDB&lt;BR /&gt;&lt;BR /&gt;there are documents available at &lt;BR /&gt;&lt;A href="http://www.oracle.com/rdb/index.html" target="_blank"&gt;http://www.oracle.com/rdb/index.html&lt;/A&gt;</description>
      <pubDate>Fri, 12 Feb 2010 12:30:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583064#M17908</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2010-02-12T12:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: RDB introduction</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583065#M17909</link>
      <description>Hi Wim,&lt;BR /&gt;&lt;BR /&gt;Probably best just to ask specific questions after explaining where you're coming from. (i.e. Have you just picked up support of an Rdb system? ODBC? OCI, VMS 3GLs? and so on)&lt;BR /&gt;&lt;BR /&gt;As far as space management goes Rdb calls Table Spaces "Storage Areas" and although Rdb supports multi-schema the default is not.&lt;BR /&gt;&lt;BR /&gt;The redo log is called an AIJ (after Image Journal) Before-Images for each transaction are written to a .RUJ file that handles rollback.&lt;BR /&gt;&lt;BR /&gt;Read-consistency is normally achieved through snapshot files 1:Storage-Area and are accessed by specifying a "set trans READ ONLY" transaction.&lt;BR /&gt;&lt;BR /&gt;Locking is complex and very smart with promotion opportunities and largely dependant on optimizer strategy and RESERVING clauses.&lt;BR /&gt;&lt;BR /&gt;RMU is the utility that you need to love for monitoring *backup* and (un)loading.&lt;BR /&gt;&lt;BR /&gt;Full ACID 2PC is available with XA (via DECdtm or Oracle on it's own depending on update order) or TIP&lt;BR /&gt;&lt;BR /&gt;OCI is available as well as ODBC&lt;BR /&gt;&lt;BR /&gt;But as I said bug-subject so ask specifics or get the very good documentaion that regretably is not on-line in HTML format.&lt;BR /&gt;&lt;BR /&gt;If you're using 3GLs then be prepared for the absolute wonder (and completely neglected selling point) of Rdb running in EXEC mode withing the context of a user process!&lt;BR /&gt;&lt;BR /&gt;Cheers Richard Maher</description>
      <pubDate>Fri, 12 Feb 2010 12:44:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583065#M17909</guid>
      <dc:creator>Richard J Maher</dc:creator>
      <dc:date>2010-02-12T12:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: RDB introduction</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583066#M17910</link>
      <description>Richard,&lt;BR /&gt;&lt;BR /&gt;I'm looking for a job and while there are not so many VMS clients left, I encountered at least 2 that are still using RDB. Good for me : not a lot of sysadmins either.&lt;BR /&gt;&lt;BR /&gt;You can always mail to (first letter of each word of my name as in "author") @telenet.be if you have something that may not be published on the net.&lt;BR /&gt;&lt;BR /&gt;So, when you do a select, is there a locking or a "read-consistency re-construction without lock" ? Or both (as in HP allbase).&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 12 Feb 2010 12:56:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583066#M17910</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2010-02-12T12:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: RDB introduction</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583067#M17911</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;How Rdb execute a select depend on the transaction type: read only or a read write.&lt;BR /&gt;&lt;BR /&gt;If you use a read write transaction Rdb lock record to maintains consistency (duration of the lock depend on the isolation level).&lt;BR /&gt;If you are in a read only transaction Rdb don't lock any record, it uses snapshot to retrieve the correct record version.&lt;BR /&gt;Rdb default isolation level is serializable, very few SGBD do this.&lt;BR /&gt; &lt;BR /&gt;JFP</description>
      <pubDate>Fri, 12 Feb 2010 13:40:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583067#M17911</guid>
      <dc:creator>Jean-François Piéronne</dc:creator>
      <dc:date>2010-02-12T13:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: RDB introduction</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583068#M17912</link>
      <description>Wim&lt;BR /&gt;&lt;BR /&gt;Rdb has a splendid tool&lt;BR /&gt;$ rmu/sh stat 'base'&lt;BR /&gt;Check the doc, see all the (numerous) options.&lt;BR /&gt;&lt;BR /&gt;When a customer has bought Rdb, he can use Hot Standby at no additional cost, that is replicate the database on a remote node.&lt;BR /&gt;&lt;BR /&gt;If you wish to be notified when something happens on your Rdb database, see this post&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1254399" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1254399&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Feb 2010 13:53:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583068#M17912</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2010-02-12T13:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: RDB introduction</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583069#M17913</link>
      <description>JFP: it's even better. You can configure the behavior per user or on db level. ALTER USER SNAPSHOT allows to enable it always, sometimes or not at all (thus causing locks during selects).&lt;BR /&gt;&lt;BR /&gt;I wonder who was first with the snapshot mechanisme: Oracle or DEC.&lt;BR /&gt;&lt;BR /&gt;And do you also have "snapshot too old" messages in RDB ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 12 Feb 2010 16:52:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583069#M17913</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2010-02-12T16:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: RDB introduction</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583070#M17914</link>
      <description>See &lt;A href="http://www.amazon.com/Rdb-Third-Comprehensive-Lilian-Hobbs/dp/1555581862/ref=sr_1_3?ie=UTF8&amp;amp;s=books&amp;amp;qid=1266012372&amp;amp;sr=8-3" target="_blank"&gt;http://www.amazon.com/Rdb-Third-Comprehensive-Lilian-Hobbs/dp/1555581862/ref=sr_1_3?ie=UTF8&amp;amp;s=books&amp;amp;qid=1266012372&amp;amp;sr=8-3&lt;/A&gt;  For a third party book.  &lt;BR /&gt;&lt;BR /&gt;The Oracle web site has extensive documentaion at &lt;A href="http://www.oracle.com/technology/products/rdb/rdb_doc_index.html" target="_blank"&gt;http://www.oracle.com/technology/products/rdb/rdb_doc_index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Feb 2010 22:10:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583070#M17914</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2010-02-12T22:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: RDB introduction</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583071#M17915</link>
      <description>Hi Wim,&lt;BR /&gt;&lt;BR /&gt;I've never seen SNAPSHOTTOOOLD from Rdb (you can do a "$search sys$help:r*.doc blah" to check) but doo be aware that .SNP files can just grow and grow if you have long-running read-only transactions and many updates from other read-write transactions. This is one of the reasons you can specify "prestarted transactions are off" to disable long-running (often don't do work or commit for a long time) server behaviour. (Note: That Exclusive table locks do not write to snapshot files and will hang RO transactions and then report an error.)&lt;BR /&gt;&lt;BR /&gt;Rdb is a brilliant product but then Orrible Oracle has a few features (like linktables) that are missing.&lt;BR /&gt;&lt;BR /&gt;Cheers Richard Maher&lt;BR /&gt;&lt;BR /&gt;PS. RMU is the tool you want to use but I believe Rdb databases are now visible to OEM.</description>
      <pubDate>Fri, 12 Feb 2010 23:37:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583071#M17915</guid>
      <dc:creator>Richard J Maher</dc:creator>
      <dc:date>2010-02-12T23:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: RDB introduction</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583072#M17916</link>
      <description>Richard,&lt;BR /&gt;&lt;BR /&gt;What do you mean with linktables (in Oracle syntax) ?&lt;BR /&gt;&lt;BR /&gt;So the snapsshot too old can't happen because the snapshot will grow until ...&lt;BR /&gt;but then what happens if you run out of snapshot space ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Sat, 13 Feb 2010 03:50:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583072#M17916</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2010-02-13T03:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: RDB introduction</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583073#M17917</link>
      <description>Wim, I'm not a RDB expert by any means, I've only had to touch RDB as the supporting database for tools like DECplan, EDCS II and some others during a previous contract.  I found it easy to learn the basics but it can get very complex in a big hurry.&lt;BR /&gt;&lt;BR /&gt;There's a database-centric set of pages at &lt;A href="http://dba.openvms.org," target="_blank"&gt;http://dba.openvms.org,&lt;/A&gt; that group might have some other more specific suggestions and there's a RDB DBA seminar scheduled for later this month listed at the main &lt;A href="http://www.openvms.org/" target="_blank"&gt;http://www.openvms.org/&lt;/A&gt; pages.  Of course you might also check in the RDB-focused information at the Oracle website.&lt;BR /&gt;&lt;BR /&gt;bob</description>
      <pubDate>Sat, 13 Feb 2010 04:56:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583073#M17917</guid>
      <dc:creator>Bob Blunt</dc:creator>
      <dc:date>2010-02-13T04:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: RDB introduction</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583074#M17918</link>
      <description>Hi Wim,&lt;BR /&gt;&lt;BR /&gt;&amp;gt; What do you mean with linktables &lt;BR /&gt;&amp;gt; (in Oracle syntax) ?&lt;BR /&gt;&lt;BR /&gt;I mean referencing tables in another database through a link table in the local database. The syntax is something linke (I created one yesterday so I should remember better)&lt;BR /&gt;&lt;BR /&gt;create database link myLink connect to me identify mypassword tnsnamesref;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; So the snapsshot too old can't happen&lt;BR /&gt;&amp;gt; because the snapshot will grow until ...&lt;BR /&gt;&amp;gt; but then what happens if you run out of&lt;BR /&gt;&amp;gt; snapshot space ?&lt;BR /&gt;&lt;BR /&gt;Good question. I don't know the answer as I've never seen it happen (even in dev/test) Presumable when the disk runs out of space there will be a cosi-f-kaboom error and something will happen. The philiosophy where I've been is that table-spaces/storage-areas are all able to auto extend (within the limits/percentages specified) An big-uk-bank-oracle site that I was at for some years would pride themselves on having "managed databases" where aouto-extend was forbidden. When I asked what the support DBAs did when they got called at 2:00am 'cos a table space had reached its growth limit, I was told "Well we extend it of course, Duh!" :-)&lt;BR /&gt;&lt;BR /&gt;Set up alarms, device monitoring, OEM, yadda, yadda, yadda.&lt;BR /&gt;&lt;BR /&gt;Now if the AIJ blows up that's a different story! (And a "simple" metadata change resulted in just such a device-full scenario) Which is why they have circular AIJs and emergency overflow bits.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Wim&lt;BR /&gt;&lt;BR /&gt;Cheers Richard Maher</description>
      <pubDate>Sat, 13 Feb 2010 05:03:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583074#M17918</guid>
      <dc:creator>Richard J Maher</dc:creator>
      <dc:date>2010-02-13T05:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: RDB introduction</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583075#M17919</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;correct, you can disabled snapshot mechanism or use the enabled deferred clause.&lt;BR /&gt;&lt;BR /&gt;But if you disabled snapshot your read write transaction don't give you the same level of isolation and generate a large locking activity.&lt;BR /&gt;It's most of the time not a good idea, except if all the application are designed for such behavior. It is generally better to us a exclusive write reserving clause.&lt;BR /&gt;But I have used a few times (very few) snapshot enabled deferred on some databases.&lt;BR /&gt;&lt;BR /&gt;Oracle snapshot and Rdb snapshot don't work the same way.&lt;BR /&gt;Rdb keep in the snapshot file all versions of any record which can be retrieve by the oldest active transaction. But snapshot file automatically grow, limit is just your disk size...&lt;BR /&gt;So except if some exclusive write transaction has modified the table, a read only transaction can't failed (with snap enabled).&lt;BR /&gt;&lt;BR /&gt;Rdb has snapshot since version 1.&lt;BR /&gt;&lt;BR /&gt;JF</description>
      <pubDate>Sat, 13 Feb 2010 06:43:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583075#M17919</guid>
      <dc:creator>Jean-François Piéronne</dc:creator>
      <dc:date>2010-02-13T06:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: RDB introduction</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583076#M17920</link>
      <description>JPF : not all tables are equal.&lt;BR /&gt;&lt;BR /&gt;An application has critical tables and others that are not. When you do a loading/mass updating at night of a table that's not in use at night, it would be better to take locks instead of using snapshots. But I would implement it at table level instead of user/db. And may be alter the setting in certain jobs.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Sat, 13 Feb 2010 09:25:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583076#M17920</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2010-02-13T09:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: RDB introduction</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583077#M17921</link>
      <description>Sorry, JFP not JPF (have known a Jean Pierre we caleld JP).</description>
      <pubDate>Sat, 13 Feb 2010 09:27:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583077#M17921</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2010-02-13T09:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: RDB introduction</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583078#M17922</link>
      <description>Richard,&lt;BR /&gt;&lt;BR /&gt;In Sybase you have the system of proxies. WV1 coming from DB A has rights as WV2 in DB B. No need to hardcode your password.&lt;BR /&gt;&lt;BR /&gt;I'll do some reading in &lt;BR /&gt;&lt;A href="http://download.oracle.com/otn_hosted_doc/rdb/pdf/gdbdd.pdf" target="_blank"&gt;http://download.oracle.com/otn_hosted_doc/rdb/pdf/gdbdd.pdf&lt;/A&gt;&lt;BR /&gt;where many of the things are explained.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Sat, 13 Feb 2010 09:32:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583078#M17922</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2010-02-13T09:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: RDB introduction</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583079#M17923</link>
      <description>Wim&lt;BR /&gt;&lt;BR /&gt;Book the 3 and 4 of May, and go to&lt;BR /&gt;European Oracle Rdb and Oracle Database on OpenVMS Technical Forums, they will be in Bruxelles on those days.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.openvms.org/stories.php?story=10/02/13/8594578" target="_blank"&gt;http://www.openvms.org/stories.php?story=10/02/13/8594578&lt;/A&gt;</description>
      <pubDate>Mon, 15 Feb 2010 09:31:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583079#M17923</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2010-02-15T09:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: RDB introduction</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583080#M17924</link>
      <description>Yes but I'll have to know the basics before I go to that. And have free time (when employed).&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Mon, 15 Feb 2010 09:47:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583080#M17924</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2010-02-15T09:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: RDB introduction</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583081#M17925</link>
      <description>&lt;!--!*#--&gt;Wim,&lt;BR /&gt;&lt;BR /&gt;just to clarify, take look and use snap are not mutually exclusive.&lt;BR /&gt;For the moment forgot the disable snap feature and the special batch update transaction.&lt;BR /&gt;You take locks on a table/record when you are in a read-write transaction. But the level of your lock depend on  you reserving clause (and on the strategy choose by Rdb).&lt;BR /&gt;For a table you can specify 2 words, the first one is how you accept others access the table concurrently with you, the second how you access the table:&lt;BR /&gt;shared/protected/exclusive read/write&lt;BR /&gt;&lt;BR /&gt;exclusive mean that you want to be alone on the table, in this case and only in this case you don't write to snap.&lt;BR /&gt;protected mean you accept reader&lt;BR /&gt;shared you accept reader/writer&lt;BR /&gt;&lt;BR /&gt;Rdb escalate an shared lock on a table into a protected if the strategy choose is sequential.&lt;BR /&gt;&lt;BR /&gt;You also specified the isolation level needed:&lt;BR /&gt;read committed/repeatable read/serializable&lt;BR /&gt;Rdb don't support dirty read mode.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;There are, also, others options but outside the scope of this thread.&lt;BR /&gt;&lt;BR /&gt;On Rdb cost of snapshot is "paid" by writer for an eventual reader.&lt;BR /&gt;&lt;BR /&gt;Each time you update a record (table record, index record, system record,...) Rdb use a snap page (if necessary more than one) linked to the live page to write the old version of the record. The documentation contains a full description of the structure of a data/snap page, you can also use the rmu/dump command to view the content of a data/snap page, very useful.&lt;BR /&gt;&lt;BR /&gt;Briefly, a read only transaction read the data page check the record version using the TSN (transaction sequence number), if this version is not the correct one, start to follow the chain of snap page/record.&lt;BR /&gt;&lt;BR /&gt;If you have disabled snap, you have something very similar to "shared read isolation level read committed".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;JFP</description>
      <pubDate>Mon, 15 Feb 2010 10:24:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583081#M17925</guid>
      <dc:creator>Jean-François Piéronne</dc:creator>
      <dc:date>2010-02-15T10:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: RDB introduction</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583082#M17926</link>
      <description>&amp;gt; in this case and only in this case you&lt;BR /&gt;&amp;gt; don't write to snap.&lt;BR /&gt;&lt;BR /&gt;Well there are also BATCH_UPDATE transactions but they're hardly ever used. (Don't write to the RUJ either and can't be rolled back) You can also just "defer" snapshots if there are no writers active on that storage area.&lt;BR /&gt;&lt;BR /&gt;I see one of the Tech Forums this year is in Munich and IIRC the bier gartens start opening in May so I know where I'd rather be!&lt;BR /&gt;&lt;BR /&gt;On the Orrible Oracle front, let me also tip my lid to CONNECT BY PRIOR. Traversing our Org_Unit hierarchy brilliantly at the moment!&lt;BR /&gt;&lt;BR /&gt;I'm sure if Rdb was actively being developed then we'd have such functionality too let alone SQL&amp;gt; SET SESSION AUTHORIZATION USING (PERSONA :ws_integer); &lt;BR /&gt;&lt;BR /&gt;Cheers Richard Maher&lt;BR /&gt;&lt;BR /&gt;PS. Just where are these DBA jobs and how much are they paying :-)&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Feb 2010 23:05:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rdb-introduction/m-p/4583082#M17926</guid>
      <dc:creator>Richard J Maher</dc:creator>
      <dc:date>2010-02-15T23:05:32Z</dc:date>
    </item>
  </channel>
</rss>

