<?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: VMS RDB database in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/vms-rdb-database/m-p/3629543#M7863</link>
    <description>One more thing about the RMU/UNLOAD command. If you're going to transfer the data to another platform, you can't use the default data file that UNLOAD creates. You'll have to use the /record_definition qualifier, similar to wht we use to move data to MS SQL Server:&lt;BR /&gt;&lt;BR /&gt;rmu/unload/record_definition=(file=&lt;RECORD_DEFINITION_FILENAME&gt;,-    format=delimited_text,prefix="",separator="|",suffix="") &lt;DATABASE_NAME&gt; &lt;TABLE_NAME&gt; &lt;UNLOAD_FILENAME&gt;&lt;/UNLOAD_FILENAME&gt;&lt;/TABLE_NAME&gt;&lt;/DATABASE_NAME&gt;&lt;/RECORD_DEFINITION_FILENAME&gt;</description>
    <pubDate>Wed, 21 Sep 2005 10:52:37 GMT</pubDate>
    <dc:creator>Stephen Daddona</dc:creator>
    <dc:date>2005-09-21T10:52:37Z</dc:date>
    <item>
      <title>VMS RDB database</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-rdb-database/m-p/3629537#M7857</link>
      <description>We have a old RDB database on VAX without and documentation. How I can use SQL or any way to get all the table names in that database and all the field name in each table.&lt;BR /&gt;&lt;BR /&gt;Please help.  IT tell us the VAX will retired and I have no way to know how to pull the data out.&lt;BR /&gt;&lt;BR /&gt;Thank you</description>
      <pubDate>Mon, 19 Sep 2005 18:53:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-rdb-database/m-p/3629537#M7857</guid>
      <dc:creator>Vic_34</dc:creator>
      <dc:date>2005-09-19T18:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: VMS RDB database</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-rdb-database/m-p/3629538#M7858</link>
      <description>Does this VAX have any semblance of the RDB application software still on it, or are the database files, just parked there. If not, what flavour of SQL are you planning to use to get to it. Is that SQL on the VAX, or elsewhere.. &lt;BR /&gt;&lt;BR /&gt;I would start with determining if you have a functioning RDB SQL there. &lt;BR /&gt;&lt;BR /&gt;Type SQL &lt;CR&gt; at the VMS Prompt. Do you get anything. &lt;BR /&gt;&lt;BR /&gt;If not, do a dir sys$system:SQL*.* to see if there is an SQL image. &lt;BR /&gt;&lt;BR /&gt;if so, ddefine a foreign symbol SQL :== $SQL$&lt;BR /&gt;&lt;BR /&gt;Type SQL&lt;CR&gt; and then try an "attach 'Filename nameofdb';&lt;CR&gt;"&lt;BR /&gt;&lt;BR /&gt;then a "Show TABLE &lt;CR&gt;"&lt;BR /&gt;&lt;BR /&gt;and report back...&lt;BR /&gt;&lt;BR /&gt;q&lt;BR /&gt;&lt;BR /&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;</description>
      <pubDate>Mon, 19 Sep 2005 19:05:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-rdb-database/m-p/3629538#M7858</guid>
      <dc:creator>Peter Quodling</dc:creator>
      <dc:date>2005-09-19T19:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: VMS RDB database</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-rdb-database/m-p/3629539#M7859</link>
      <description>When you use work out what tables are there and want to get the data out, "RMU/UNLOAD" might be a useful tool to do this with.&lt;BR /&gt;You can unload into a text file format which you can use for whatever purpose you want.&lt;BR /&gt;Cheers,&lt;BR /&gt;chris&lt;BR /&gt;&lt;BR /&gt;P.S. Documentation is available on the Rdb web site.</description>
      <pubDate>Tue, 20 Sep 2005 01:35:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-rdb-database/m-p/3629539#M7859</guid>
      <dc:creator>Chris Barratt</dc:creator>
      <dc:date>2005-09-20T01:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: VMS RDB database</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-rdb-database/m-p/3629540#M7860</link>
      <description>$run sys$system:sql$ &lt;BR /&gt;will start SQL then you can attach to the database ATTACH 'FILENAME nameoffile' then the SHOW TABLE command will tell you about the tables that are defined and SHOW TABLE tablename will tell you fields within tables.&lt;BR /&gt;&lt;BR /&gt;HELP SHOW TABLE will display some help text.&lt;BR /&gt;&lt;BR /&gt;RMU/UNLOAD is the command to use to retreive data data. &lt;BR /&gt;&lt;BR /&gt;RDB documentations is online&lt;BR /&gt;&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;</description>
      <pubDate>Tue, 20 Sep 2005 04:03:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-rdb-database/m-p/3629540#M7860</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-09-20T04:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: VMS RDB database</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-rdb-database/m-p/3629541#M7861</link>
      <description>You do not specify versions.  If your version is old enough to be prior to sql, then the following commands will show you the tables:&lt;BR /&gt;&lt;BR /&gt;$ rdo&lt;BR /&gt;RDO&amp;gt; invoke database filename &lt;FILENAME of="" database=""&gt;&lt;BR /&gt;RDO&amp;gt; show relations&lt;BR /&gt;RDO&amp;gt; show fields for &lt;RELATION name=""&gt;&lt;BR /&gt;RDO&amp;gt; exit&lt;BR /&gt;&lt;BR /&gt;In the above, you will need to replace items in &amp;lt;&amp;gt; with actual names.  There is also help available in RDO.&lt;/RELATION&gt;&lt;/FILENAME&gt;</description>
      <pubDate>Tue, 20 Sep 2005 13:00:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-rdb-database/m-p/3629541#M7861</guid>
      <dc:creator>Dale A. Marcy</dc:creator>
      <dc:date>2005-09-20T13:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: VMS RDB database</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-rdb-database/m-p/3629542#M7862</link>
      <description>You did not tell us, if you just want to extract the data or continue using the database.&lt;BR /&gt;In the later case it is possible to use a emulator on windows/unix (e.g. Charon-VAX comercial, or SIMH free of charge)and copy your VMS system over to the emulator.&lt;BR /&gt;&lt;BR /&gt;Besides this, there is an unsupported version of RDB for Windows, called RDB workbench, which can be downloaded from the oracle website.&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Tue, 20 Sep 2005 15:15:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-rdb-database/m-p/3629542#M7862</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2005-09-20T15:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: VMS RDB database</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-rdb-database/m-p/3629543#M7863</link>
      <description>One more thing about the RMU/UNLOAD command. If you're going to transfer the data to another platform, you can't use the default data file that UNLOAD creates. You'll have to use the /record_definition qualifier, similar to wht we use to move data to MS SQL Server:&lt;BR /&gt;&lt;BR /&gt;rmu/unload/record_definition=(file=&lt;RECORD_DEFINITION_FILENAME&gt;,-    format=delimited_text,prefix="",separator="|",suffix="") &lt;DATABASE_NAME&gt; &lt;TABLE_NAME&gt; &lt;UNLOAD_FILENAME&gt;&lt;/UNLOAD_FILENAME&gt;&lt;/TABLE_NAME&gt;&lt;/DATABASE_NAME&gt;&lt;/RECORD_DEFINITION_FILENAME&gt;</description>
      <pubDate>Wed, 21 Sep 2005 10:52:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-rdb-database/m-p/3629543#M7863</guid>
      <dc:creator>Stephen Daddona</dc:creator>
      <dc:date>2005-09-21T10:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: VMS RDB database</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-rdb-database/m-p/3629544#M7864</link>
      <description>A good place to get Rdb answers is through a List Server at JCC Consulting's web site. Go to &lt;A href="http://www.jcc.com/listserver.htm" target="_blank"&gt;www.jcc.com/listserver.htm&lt;/A&gt; and get yourself signed up.&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Sep 2005 10:59:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-rdb-database/m-p/3629544#M7864</guid>
      <dc:creator>Stephen Daddona</dc:creator>
      <dc:date>2005-09-21T10:59:49Z</dc:date>
    </item>
  </channel>
</rss>

