<?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: dumping RDB table to flat file in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/dumping-rdb-table-to-flat-file/m-p/6702347#M103527</link>
    <description>&lt;P&gt;The easiest way to dump an Rdb table to a text file is to use the RMU/UNLOAD facility.&amp;nbsp; The output can be a simple flat file, a comma delimited list or even an XML document.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ RMU/UNLOAD/FIELDS=(EMPLOYEE_ID, LAST_NAME) -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -$ /RECORD_DEFINITION=(FILE=NAMES, FORMAT=DELIMITED_TEXT) -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -$ MF_PERSONNEL EMPLOYEES NAMES.UNL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Brad McCusker&lt;/P&gt;&lt;P&gt;Software Concepts International&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://www.sciinc.com"&gt;www.sciinc.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Jan 2015 18:09:55 GMT</pubDate>
    <dc:creator>Brad McCusker</dc:creator>
    <dc:date>2015-01-30T18:09:55Z</dc:date>
    <item>
      <title>dumping RDB table to flat file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dumping-rdb-table-to-flat-file/m-p/6702338#M103526</link>
      <description>&lt;P&gt;how can i dump a RDB table to plain text file ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2015 17:24:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dumping-rdb-table-to-flat-file/m-p/6702338#M103526</guid>
      <dc:creator>SAMI AHMAD</dc:creator>
      <dc:date>2015-01-30T17:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: dumping RDB table to flat file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dumping-rdb-table-to-flat-file/m-p/6702347#M103527</link>
      <description>&lt;P&gt;The easiest way to dump an Rdb table to a text file is to use the RMU/UNLOAD facility.&amp;nbsp; The output can be a simple flat file, a comma delimited list or even an XML document.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ RMU/UNLOAD/FIELDS=(EMPLOYEE_ID, LAST_NAME) -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -$ /RECORD_DEFINITION=(FILE=NAMES, FORMAT=DELIMITED_TEXT) -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -$ MF_PERSONNEL EMPLOYEES NAMES.UNL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Brad McCusker&lt;/P&gt;&lt;P&gt;Software Concepts International&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://www.sciinc.com"&gt;www.sciinc.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2015 18:09:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dumping-rdb-table-to-flat-file/m-p/6702347#M103527</guid>
      <dc:creator>Brad McCusker</dc:creator>
      <dc:date>2015-01-30T18:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: dumping RDB table to flat file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dumping-rdb-table-to-flat-file/m-p/6702349#M103528</link>
      <description>&lt;P&gt;Best to ask these questions in the Oracle forums, as Rdb is an Oracle product, and there are typically more folks that use Rdb over there than around here. &amp;nbsp;Also best to include some details with your question, such as your OpenVMS and Rdb versions - it's quite possible that&amp;nbsp;the following answer will not apply here, as you're could well be&amp;nbsp;running ancient VMS and ancient Rdb.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For details on using the products, start with&amp;nbsp;the &lt;A target="_blank" href="http://www.oracle.com/technetwork/products/rdb/documentation/rmu72-refman-129051.pdf"&gt;Rdb RMU utility documentation&lt;/A&gt;&amp;nbsp;and the &lt;A target="_blank" href="http://download.oracle.com/otn_hosted_doc/rdb/pdf/sql_ref_v7143_part3.pdf"&gt;Oracle Rdb SQL documentation&lt;/A&gt;&amp;nbsp;for the commands and syntax (for your Rdb version, of course). &amp;nbsp;Or start with some of the existing discussions around the net' such as&amp;nbsp;&lt;A target="_blank" href="https://community.oracle.com/thread/239160?start=0&amp;amp;tstart=0"&gt;here&lt;/A&gt;&amp;nbsp;and &lt;A target="_blank" href="http://starlet.deltatelecom.ru/rdb$doc/oraclerdb/sqlrm7/sql_pro_149.html"&gt;here&lt;/A&gt;&amp;nbsp;and &lt;A target="_blank" href="http://download.oracle.com/otn_hosted_doc/rdb/pdf/rdbrn_711.pdf"&gt;here&lt;/A&gt;&amp;nbsp;and &lt;A target="_blank" href="https://community.oracle.com/thread/1058585?start=0&amp;amp;tstart=0"&gt;here&lt;/A&gt;&amp;nbsp;and &lt;A target="_blank" href="https://social.technet.microsoft.com/Forums/sqlserver/en-US/07de4b7a-4b19-48f1-ba49-f733e63b82a4/import-from-oracle-rdb-into-sql-2005?forum=sqlintegrationservices"&gt;here&lt;/A&gt;; &amp;nbsp;I'd usually expect to see SQL EXPORT and SQL IMPORT and/or RMU /EXTRACT and RMU /UNLOAD commands used here, depending on exactly what you're up to with your text export.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2015 18:11:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dumping-rdb-table-to-flat-file/m-p/6702349#M103528</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2015-01-30T18:11:21Z</dc:date>
    </item>
  </channel>
</rss>

