<?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 how to copy database in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-database/m-p/4047643#M743799</link>
    <description>Hi,iam new to this topic, how to copy database from one server to another i have two servers ServerA and ServerB. please tell me the procedure for this.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Ramana.Sv</description>
    <pubDate>Wed, 01 Aug 2007 04:53:08 GMT</pubDate>
    <dc:creator>Ramana.Sv</dc:creator>
    <dc:date>2007-08-01T04:53:08Z</dc:date>
    <item>
      <title>how to copy database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-database/m-p/4047643#M743799</link>
      <description>Hi,iam new to this topic, how to copy database from one server to another i have two servers ServerA and ServerB. please tell me the procedure for this.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Ramana.Sv</description>
      <pubDate>Wed, 01 Aug 2007 04:53:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-database/m-p/4047643#M743799</guid>
      <dc:creator>Ramana.Sv</dc:creator>
      <dc:date>2007-08-01T04:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to copy database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-database/m-p/4047644#M743800</link>
      <description>It depends on the database engine/vendor.&lt;BR /&gt;&lt;BR /&gt;Each has some tools to export/import the data out/in.&lt;BR /&gt;You can transfer the exported data from one server to another.&lt;BR /&gt;&lt;BR /&gt;But there are many different db's and tools ...</description>
      <pubDate>Wed, 01 Aug 2007 07:02:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-database/m-p/4047644#M743800</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-08-01T07:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to copy database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-database/m-p/4047645#M743801</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I assume you have an Oracle RDBMS.  The easiest way is to first create a plaintext export of your control files (ALTER DATABASE BACKUP CONTROLFILE TO TRACE AS '...').  Then shutdown the database and copy the generated script, configuration files, and datafiles using your preferred method (e.g. NFS, CIFS, NFS, tape).  Arrange the datafiles as you see fit, and modify the script to reflect their new locations.  Create necessary directory structures and place configuration files appropriately.  Then make additional changes to the script as outlined here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.dba-oracle.com/oracle_tips_db_copy.htm" target="_blank"&gt;http://www.dba-oracle.com/oracle_tips_db_copy.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Don't forget to modify your init.ora file, if you also brought this over.  The beauty of doing a cold backup is your database is consistent, so there are no archivelogs to apply after you do a startup.&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Wed, 01 Aug 2007 07:25:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-database/m-p/4047645#M743801</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2007-08-01T07:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to copy database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-database/m-p/4047646#M743802</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Method 1.&lt;BR /&gt;Shutdown the database and copy the files from server A to server B. Startup database on Server A and startup database on B. Assumptions, the filesystems are identical and the installation of the Oracle Software is the same.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Method 2.&lt;BR /&gt;Export the database using the EXP or EXPDP utility on server A and import in a clean database on server B.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if you need further assistance, please let us know&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Wed, 01 Aug 2007 07:38:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-database/m-p/4047646#M743802</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-08-01T07:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to copy database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-database/m-p/4047647#M743803</link>
      <description>... and it can even be trivially easy if you can shutdown the database and do a cold backup. Shutdown the database and take a conventional backup using the utility of your choice (tar, cpio, fbackup, pax, Data Protector, ...). On the target system, create identical mount points/directories and restore the file files. The database copy should start right up (assuming you have also installed the executables and libraries). About the only thing you will need to do is change any database networking to reflect the new hostname. Since you didn't even bother to identify the database or OS, it's difficult to be very specific.&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Aug 2007 09:38:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-database/m-p/4047647#M743803</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-08-01T09:38:40Z</dc:date>
    </item>
  </channel>
</rss>

