<?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 recreate database and import my data. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recreate-database-and-import-my-data/m-p/4243117#M677578</link>
    <description>Hi Guys,&lt;BR /&gt;I am running oracle 10.1.0.2.0 on HPUX 11i. I want to export my data, drop my existing database, recreate the database and import my data. I like to request detailed action steps on how I can achieve it. &lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Charles.</description>
    <pubDate>Wed, 30 Jul 2008 16:39:52 GMT</pubDate>
    <dc:creator>Charles Egbon</dc:creator>
    <dc:date>2008-07-30T16:39:52Z</dc:date>
    <item>
      <title>how to recreate database and import my data.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recreate-database-and-import-my-data/m-p/4243117#M677578</link>
      <description>Hi Guys,&lt;BR /&gt;I am running oracle 10.1.0.2.0 on HPUX 11i. I want to export my data, drop my existing database, recreate the database and import my data. I like to request detailed action steps on how I can achieve it. &lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Charles.</description>
      <pubDate>Wed, 30 Jul 2008 16:39:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recreate-database-and-import-my-data/m-p/4243117#M677578</guid>
      <dc:creator>Charles Egbon</dc:creator>
      <dc:date>2008-07-30T16:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to recreate database and import my data.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recreate-database-and-import-my-data/m-p/4243118#M677579</link>
      <description>This is strictly and only an Oracle question and thus probably better asked in an Oracle Forum.&lt;BR /&gt;&lt;BR /&gt;It is also a very generic and common question, so PLEASE look around for earlier answers and then ask for specific details as they might appy to your setup.&lt;BR /&gt;&lt;BR /&gt;"detailed action steps" can be found in the Oracle (online) documentation as well as earlier replies. Search for it, Read it!&lt;BR /&gt; &lt;BR /&gt;You may want to google for (quoted) "control file to trace" besides the obvious : +oracle +recreate +database&lt;BR /&gt;&lt;BR /&gt;Basic method:&lt;BR /&gt;- document al steps as you go/learn!&lt;BR /&gt;- grab control file definition&lt;BR /&gt;- export (all)&lt;BR /&gt;- recreate with control file SQL&lt;BR /&gt;- apply catalog.sql, pupbld and such&lt;BR /&gt;- load yoru data (no index is my preference)&lt;BR /&gt;- create your indexes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jul 2008 18:21:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recreate-database-and-import-my-data/m-p/4243118#M677579</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-07-30T18:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to recreate database and import my data.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recreate-database-and-import-my-data/m-p/4243119#M677580</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;If you have enough resources, you can as well create another database on the same server and import the data before you actually drop the old database.&lt;BR /&gt;&lt;BR /&gt;Anyway,&lt;BR /&gt;&lt;BR /&gt;1. Create a new database&lt;BR /&gt; use the dbca utility&lt;BR /&gt;&lt;BR /&gt;2. Import and export data&lt;BR /&gt; Questions: how many custom schemas do you have?&lt;BR /&gt;(if you have only a few, it would be much easier to perform the import and export)&lt;BR /&gt;&lt;BR /&gt;revert&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Thu, 31 Jul 2008 16:54:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recreate-database-and-import-my-data/m-p/4243119#M677580</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2008-07-31T16:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to recreate database and import my data.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recreate-database-and-import-my-data/m-p/4243120#M677581</link>
      <description>Below is the kinda syntax that I use:-&lt;BR /&gt;&lt;BR /&gt;Oracle database dumping &amp;amp; loading&lt;BR /&gt;1. Shut down all instances associated with the database. &lt;BR /&gt;2. Start up the database so that it can be accessed only by DBAs as in the following example:&lt;BR /&gt;SVRMGR&amp;gt; STARTUP RESTRICT OPEN &lt;DBNAME&gt; &lt;BR /&gt;3. Perform a full database export (FULL=Y) to backup the entire database. &lt;BR /&gt;source .cshrc920&lt;BR /&gt;Oracle 9.2.0 Server&lt;BR /&gt;ORACLE_HOME = /ora1/app/oracle/product/9.2.0&lt;BR /&gt;--------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;setenv ORACLE_SID BTDADMFX&lt;BR /&gt;exp system/T843BTDADMFX FULL=y FILE=/home/nick/exp-BTDADMFX.dmp LOG=/home/nick/exp-BTDADMF&lt;BR /&gt;X.log&lt;BR /&gt;&lt;BR /&gt;imp system/T843BTDADMFX FULL=y IGNORE=y COMMIT=N FILE=/home/nick/exp-BTDADMFX.dmp&lt;BR /&gt;&lt;BR /&gt;So you need to take a full dump of your database first, then drop it, create the new database and then load up the dump that you took before you dropped the original database&lt;BR /&gt;&lt;/DBNAME&gt;</description>
      <pubDate>Wed, 06 Aug 2008 11:58:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recreate-database-and-import-my-data/m-p/4243120#M677581</guid>
      <dc:creator>Nyck_1</dc:creator>
      <dc:date>2008-08-06T11:58:18Z</dc:date>
    </item>
  </channel>
</rss>

