<?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 Export from 8.1.7.4 and Import to 8.0.5 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871485#M859366</link>
    <description>Here is the situation. We need to do some testing for part of our application that was rewritten. We will test on INLAND3 (running 8.0.5 database engine) but will need the information from inland8 (running 8.1.7.4 database engine).&lt;BR /&gt;&lt;BR /&gt;Follow and let me know if I am on the right track. We will need to backup the schema on INLAND3. Then execute the DROP USER ABC CASCADE statement for that user to get rid of the schema, good.&lt;BR /&gt;&lt;BR /&gt;Now the question is, how do I use the 8.0.5 export utility (do I have to do it across Net8?) to export the 8.1.7.4 ABC schema? If so, how do I go about this?&lt;BR /&gt;&lt;BR /&gt;Urgent help required, thanks in advance.</description>
    <pubDate>Fri, 19 Nov 2004 14:24:49 GMT</pubDate>
    <dc:creator>Adrian Sobers2</dc:creator>
    <dc:date>2004-11-19T14:24:49Z</dc:date>
    <item>
      <title>Export from 8.1.7.4 and Import to 8.0.5</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871485#M859366</link>
      <description>Here is the situation. We need to do some testing for part of our application that was rewritten. We will test on INLAND3 (running 8.0.5 database engine) but will need the information from inland8 (running 8.1.7.4 database engine).&lt;BR /&gt;&lt;BR /&gt;Follow and let me know if I am on the right track. We will need to backup the schema on INLAND3. Then execute the DROP USER ABC CASCADE statement for that user to get rid of the schema, good.&lt;BR /&gt;&lt;BR /&gt;Now the question is, how do I use the 8.0.5 export utility (do I have to do it across Net8?) to export the 8.1.7.4 ABC schema? If so, how do I go about this?&lt;BR /&gt;&lt;BR /&gt;Urgent help required, thanks in advance.</description>
      <pubDate>Fri, 19 Nov 2004 14:24:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871485#M859366</guid>
      <dc:creator>Adrian Sobers2</dc:creator>
      <dc:date>2004-11-19T14:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Export from 8.1.7.4 and Import to 8.0.5</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871486#M859367</link>
      <description>Take a look at Metalink article 132904.1 it will give you more details.&lt;BR /&gt;Basically you export from 8i using the 8.0 export utility, then import into 8.0 with the 8.0 import.   As long as sqlnet is configured between your servers you should be able to run the following from your 8.0 server - using the 8.0 ORACLE_HOME&lt;BR /&gt;&lt;BR /&gt;exp user/passwd@8i_database</description>
      <pubDate>Fri, 19 Nov 2004 15:41:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871486#M859367</guid>
      <dc:creator>Patti Johnson</dc:creator>
      <dc:date>2004-11-19T15:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Export from 8.1.7.4 and Import to 8.0.5</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871487#M859368</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;this should not be a problem as long as you are using the 8.0.5 EXP/IMP to export/import the 8.1.7.4 database objects and you have the appropriate tns entry in your tnsnames.ora.&lt;BR /&gt;&lt;BR /&gt;If both the databases are on the same server, you may consider using SQLCOPY.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Sat, 20 Nov 2004 00:09:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871487#M859368</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2004-11-20T00:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Export from 8.1.7.4 and Import to 8.0.5</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871488#M859369</link>
      <description>I see two export utilities under:&lt;BR /&gt;&lt;BR /&gt;$ORACLE_HOME/bin&lt;BR /&gt;&lt;BR /&gt;They are, exp and expO&lt;BR /&gt;&lt;BR /&gt;When I run both with help=Y option, they both say the utility version is 8.1.7.4. Where is the 8.0 export utility and how do I use it to export from 8i?&lt;BR /&gt;&lt;BR /&gt;I need detailed help, thanks.</description>
      <pubDate>Mon, 22 Nov 2004 08:45:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871488#M859369</guid>
      <dc:creator>Adrian Sobers2</dc:creator>
      <dc:date>2004-11-22T08:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Export from 8.1.7.4 and Import to 8.0.5</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871489#M859370</link>
      <description>"exp" is current version whereas "exp0" is previous version (before patch installation)&lt;BR /&gt;&lt;BR /&gt;This is typical if you went from oracl8i 8.1.7.0 to 8.1.7.4&lt;BR /&gt;&lt;BR /&gt;Youc an also check in $ORACLE_HOME/bin you probably have oracle and oracle0. Checj timestamp for these binary pgms.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Mon, 22 Nov 2004 08:49:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871489#M859370</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2004-11-22T08:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Export from 8.1.7.4 and Import to 8.0.5</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871490#M859371</link>
      <description>Yes we did in fact go from 8.1.7.0 to 8.1.7.4 so I guess that explains it.&lt;BR /&gt;&lt;BR /&gt;The timestamps are:&lt;BR /&gt;&lt;BR /&gt;-rwxr-x--x   1 oracle     dba        1286144 Sep 23 18:34 exp&lt;BR /&gt;-rwxr-x--x   1 oracle     dba        1286144 Sep  1 19:28 expO&lt;BR /&gt;&lt;BR /&gt;But this still does not help me with the 8.0.5 export utility? How do I use that on this 8.1.7.4 machine?</description>
      <pubDate>Mon, 22 Nov 2004 08:56:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871490#M859371</guid>
      <dc:creator>Adrian Sobers2</dc:creator>
      <dc:date>2004-11-22T08:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Export from 8.1.7.4 and Import to 8.0.5</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871491#M859372</link>
      <description>Patti gave you the answers&lt;BR /&gt;&lt;BR /&gt;1) use the export of the lower version &lt;BR /&gt;that is exp 8.0.5&lt;BR /&gt;&lt;BR /&gt;2) use import of the target database &lt;BR /&gt;that is again imp 8.0.5&lt;BR /&gt;&lt;BR /&gt;3) setup your tnsname entry on the target server and test SQLNET connect say with sqlplus &lt;BR /&gt;&lt;BR /&gt;then run export over SQLNET&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Mon, 22 Nov 2004 09:04:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871491#M859372</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2004-11-22T09:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Export from 8.1.7.4 and Import to 8.0.5</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871492#M859373</link>
      <description>Adrian,&lt;BR /&gt;&lt;BR /&gt;I think Yogeeraj  is suggestion to simply use EXP as client with a 8.0 Oracle home, possibly on a different box, and have it connect "@" through TNSnames to the 8.1.7 DB.&lt;BR /&gt;&lt;BR /&gt;Also... had you already tried an export under 8.1.7 and import 8.0? Did it complain bitterly or just wine a little :-).&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Nov 2004 09:07:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871492#M859373</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2004-11-22T09:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Export from 8.1.7.4 and Import to 8.0.5</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871493#M859374</link>
      <description>So I have to log onto 8.0.5 server and use export from there over SQLNET to connect to 8.1.7.4 database via a database link right?</description>
      <pubDate>Mon, 22 Nov 2004 09:29:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871493#M859374</guid>
      <dc:creator>Adrian Sobers2</dc:creator>
      <dc:date>2004-11-22T09:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Export from 8.1.7.4 and Import to 8.0.5</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871494#M859375</link>
      <description>That is correct.&lt;BR /&gt;As long as your 8i database is accessable from you 8.0 server it will work.  If sqlplus works - exp will work.&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Nov 2004 09:34:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871494#M859375</guid>
      <dc:creator>Patti Johnson</dc:creator>
      <dc:date>2004-11-22T09:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Export from 8.1.7.4 and Import to 8.0.5</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871495#M859376</link>
      <description>ok thanks</description>
      <pubDate>Mon, 22 Nov 2004 09:40:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871495#M859376</guid>
      <dc:creator>Adrian Sobers2</dc:creator>
      <dc:date>2004-11-22T09:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Export from 8.1.7.4 and Import to 8.0.5</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871496#M859377</link>
      <description>I was running the export by putting an entry in my tnsnames.ora. I strarted the export but I got an error about end of oracle communication channel. I tried to start the export again between the servers now I get the error, no listener. I've checked both listeners and they are running. Do you have any suggestions on what else I should look at?</description>
      <pubDate>Mon, 22 Nov 2004 13:38:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871496#M859377</guid>
      <dc:creator>Adrian Sobers2</dc:creator>
      <dc:date>2004-11-22T13:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Export from 8.1.7.4 and Import to 8.0.5</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871497#M859378</link>
      <description>Verify your sqlnet configuration.&lt;BR /&gt;From the 8i server - tnsping the service name of your 8i database.  Take note of the port and host name.  Then run the tnsping on the 8.0 server. Make sure these are the same and the 8.0 server can resolve the service name for the 8i database.  &lt;BR /&gt;No Listener often means that the tnsnames.ora entry is not correct - if the port or host name are different it will fail. &lt;BR /&gt;Did the export start and then fail with ora-3113?  Were you able to export any data?  &lt;BR /&gt;Also look in the udump directory for any trace files that were created at the time of the export on the 8i database.</description>
      <pubDate>Mon, 22 Nov 2004 14:05:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871497#M859378</guid>
      <dc:creator>Patti Johnson</dc:creator>
      <dc:date>2004-11-22T14:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Export from 8.1.7.4 and Import to 8.0.5</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871498#M859379</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;can you post the switches that you are using for your export?&lt;BR /&gt;&lt;BR /&gt;are you using DIRECT=Y?&lt;BR /&gt;&lt;BR /&gt;is the network connection between the two servers reliable?&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Tue, 23 Nov 2004 02:28:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871498#M859379</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2004-11-23T02:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Export from 8.1.7.4 and Import to 8.0.5</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871499#M859380</link>
      <description>Patti,&lt;BR /&gt;&lt;BR /&gt;From the old server I can tnsping the local database on that server as well as the remote database (production server)&lt;BR /&gt;&lt;BR /&gt;From the production server I can tnsping the local database on that server but not the remote database (test server)&lt;BR /&gt;&lt;BR /&gt;I'm sure the tnsnames.ora files are correct, help!&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Nov 2004 12:06:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871499#M859380</guid>
      <dc:creator>Adrian Sobers2</dc:creator>
      <dc:date>2004-11-23T12:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: Export from 8.1.7.4 and Import to 8.0.5</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871500#M859381</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;could you check entries in the sqlnet.ora file ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Tue, 23 Nov 2004 12:15:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871500#M859381</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2004-11-23T12:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Export from 8.1.7.4 and Import to 8.0.5</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871501#M859382</link>
      <description>attached are two text files with output from the netstat -rn commands. I think it might be a routing (networking) issue. Does anyone know how I can/should modify my routing tables so that the servers can see each other? Thanks...&lt;BR /&gt;&lt;BR /&gt;attachement is route.zip which contains &lt;BR /&gt;&lt;BR /&gt;- old.txt &amp;gt; routing table for old server&lt;BR /&gt;&lt;BR /&gt;- new.txt &amp;gt; routing table for new server&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Nov 2004 12:32:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871501#M859382</guid>
      <dc:creator>Adrian Sobers2</dc:creator>
      <dc:date>2004-11-23T12:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Export from 8.1.7.4 and Import to 8.0.5</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871502#M859383</link>
      <description>Can you just ping the server or is this just tnsping the issue ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Tue, 23 Nov 2004 12:46:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871502#M859383</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2004-11-23T12:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Export from 8.1.7.4 and Import to 8.0.5</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871503#M859384</link>
      <description>I cannot ping or tnsping the oldserver from the newserver.&lt;BR /&gt;&lt;BR /&gt;I can ping and tnsping the newserver from the oldserver.</description>
      <pubDate>Tue, 23 Nov 2004 12:56:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871503#M859384</guid>
      <dc:creator>Adrian Sobers2</dc:creator>
      <dc:date>2004-11-23T12:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Export from 8.1.7.4 and Import to 8.0.5</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871504#M859385</link>
      <description>try traceroute&lt;BR /&gt;&lt;BR /&gt;should be in /usr/contrib/bin&lt;BR /&gt;&lt;BR /&gt;what output are you getting ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Tue, 23 Nov 2004 13:02:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-from-8-1-7-4-and-import-to-8-0-5/m-p/4871504#M859385</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2004-11-23T13:02:26Z</dc:date>
    </item>
  </channel>
</rss>

