<?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 Comparing structure of Oracle RDB database. in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/comparing-structure-of-oracle-rdb-database/m-p/3891784#M10921</link>
    <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Is there way to compare one Oracle RDB database with another interms of. &lt;BR /&gt;&lt;BR /&gt;1. Physical storage area. &lt;BR /&gt;&lt;BR /&gt;2. System files.</description>
    <pubDate>Fri, 03 Nov 2006 03:15:56 GMT</pubDate>
    <dc:creator>nagadarshan</dc:creator>
    <dc:date>2006-11-03T03:15:56Z</dc:date>
    <item>
      <title>Comparing structure of Oracle RDB database.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/comparing-structure-of-oracle-rdb-database/m-p/3891784#M10921</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Is there way to compare one Oracle RDB database with another interms of. &lt;BR /&gt;&lt;BR /&gt;1. Physical storage area. &lt;BR /&gt;&lt;BR /&gt;2. System files.</description>
      <pubDate>Fri, 03 Nov 2006 03:15:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/comparing-structure-of-oracle-rdb-database/m-p/3891784#M10921</guid>
      <dc:creator>nagadarshan</dc:creator>
      <dc:date>2006-11-03T03:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing structure of Oracle RDB database.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/comparing-structure-of-oracle-rdb-database/m-p/3891785#M10922</link>
      <description>You may use RMU/EXTRACT to create a SQL commandfile to recreate the database and compare them.&lt;BR /&gt;Or you may use RMU/DUMP  and compare the outputs.&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Fri, 03 Nov 2006 04:40:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/comparing-structure-of-oracle-rdb-database/m-p/3891785#M10922</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2006-11-03T04:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing structure of Oracle RDB database.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/comparing-structure-of-oracle-rdb-database/m-p/3891786#M10923</link>
      <description>You can use &lt;BR /&gt;rmu/dump/header=area my_database&lt;BR /&gt;&lt;BR /&gt;to extract physical storage area.&lt;BR /&gt;&lt;BR /&gt;You can search the output for "Filename is" to return the area and snapshot filename, for example &lt;BR /&gt;pipe rmu/dump/hea=area mf_personnel | search sys$pipe: "Filename is"&lt;BR /&gt;&lt;BR /&gt;You can also use the /output qualifier of rmu/dump to store in a file the result.&lt;BR /&gt;&lt;BR /&gt;JF&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Nov 2006 05:08:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/comparing-structure-of-oracle-rdb-database/m-p/3891786#M10923</guid>
      <dc:creator>Jean-François Piéronne</dc:creator>
      <dc:date>2006-11-03T05:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing structure of Oracle RDB database.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/comparing-structure-of-oracle-rdb-database/m-p/3891787#M10924</link>
      <description>Hi All, &lt;BR /&gt;&lt;BR /&gt;I have created a extract script with RMU/Extract command, but I get error while executing the script, as many of the views uses reserve words as column names like the example given below. &lt;BR /&gt;&lt;BR /&gt;create view USER_CONS_COLUMNS&lt;BR /&gt;    ("OWNER",&lt;BR /&gt;     CONSTRAINT_NAME,&lt;BR /&gt;     TABLE_NAME,&lt;BR /&gt;     COLUMN_NAME,&lt;BR /&gt;     "POSITION") as&lt;BR /&gt;    select&lt;BR /&gt;        C1.OWNER,&lt;BR /&gt;        C1.CONSTRAINT_NAME,&lt;BR /&gt;        C1.TABLE_NAME,&lt;BR /&gt;        C1.COLUMN_NAME,&lt;BR /&gt;        C1.POSITION&lt;BR /&gt;    from ALL_CONS_COLUMNS C1&lt;BR /&gt;    where (C1."OWNER" = USER);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is there any other way of specifying the reserved words as column names. As reserved words in double quotes may not work with Oracle rdb 7.0 version.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Darshan</description>
      <pubDate>Tue, 07 Nov 2006 10:57:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/comparing-structure-of-oracle-rdb-database/m-p/3891787#M10924</guid>
      <dc:creator>nagadarshan</dc:creator>
      <dc:date>2006-11-07T10:57:45Z</dc:date>
    </item>
  </channel>
</rss>

