<?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: Oracle unix export --&amp;gt; Windows import both versions the same 8.1.7 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934855#M928797</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;As Brian said, you need to grant the user rights to create tables.&lt;BR /&gt;&lt;BR /&gt;grant create table to coast;&lt;BR /&gt;&lt;BR /&gt;should be OK.&lt;BR /&gt;&lt;BR /&gt;However, the user coast may own other objects.&lt;BR /&gt;&lt;BR /&gt;I would prefer to grant connect and resource system privileges that will give him more "powerful" rights...at least during the import period. (as in my previous post)&lt;BR /&gt;&lt;BR /&gt;you can later revoke that and grant him "create session" and any other desired system privileges. e.g. create table, create procedure, etc.&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;BR /&gt;Yogeeraj</description>
    <pubDate>Wed, 26 Mar 2003 05:24:17 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2003-03-26T05:24:17Z</dc:date>
    <item>
      <title>Oracle unix export --&gt; Windows import both versions the same 8.1.7</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934843#M928785</link>
      <description>I performed an import that I think succeeded. This was a clean install (typical install) with just the default database created (by default) and account system manager.&lt;BR /&gt;&lt;BR /&gt;the database was exported from unix using:&lt;BR /&gt;&lt;BR /&gt;exp system file=CON0.exp log=CON0.log full=y compress =y consistent=y&lt;BR /&gt;&lt;BR /&gt;and I imported it to windows using:&lt;BR /&gt;&lt;BR /&gt;imp system/manager file=CON0.exp log=import_CON0.log full=y ignore=y commit=y&lt;BR /&gt;&lt;BR /&gt;from the system account:&lt;BR /&gt;&lt;BR /&gt;when i goto connect to the database using system manager i get  user / pass incorrect. BUT when i connect using a user account for the imported database I also get user / pass incorrect.&lt;BR /&gt;&lt;BR /&gt;I am pulling my hair out with this one. any help will be really really appreciated&lt;BR /&gt;&lt;BR /&gt;I do not need a full import I only need the table spaces and the data. User accounts are not important so if there is a way of avoiding this issue by not importing user accounts then this may help&lt;BR /&gt;&lt;BR /&gt;i am a bit of a newbie. other than above i did nothing else. is there something I should have done?? &lt;BR /&gt;</description>
      <pubDate>Tue, 25 Mar 2003 09:23:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934843#M928785</guid>
      <dc:creator>exrational</dc:creator>
      <dc:date>2003-03-25T09:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle unix export --&gt; Windows import both versions the same 8.1.7</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934844#M928786</link>
      <description />
      <pubDate>Tue, 25 Mar 2003 09:43:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934844#M928786</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-03-25T09:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle unix export --&gt; Windows import both versions the same 8.1.7</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934845#M928787</link>
      <description>How about resetting those passwords&lt;BR /&gt;&lt;BR /&gt;C;\set oracle_sid &lt;SID-NAME&gt;&lt;BR /&gt;C:\&lt;PATH of="" oracle="" bin=""&gt;&lt;BR /&gt;svrmgrl&lt;BR /&gt;&lt;BR /&gt;svrmgr&amp;gt;connect internal&lt;BR /&gt;svrmgr&amp;gt;alter user &lt;USERNAME&gt; identified by &lt;PASSWORD&gt;&lt;BR /&gt;&lt;BR /&gt;Revert&lt;/PASSWORD&gt;&lt;/USERNAME&gt;&lt;/PATH&gt;&lt;/SID-NAME&gt;</description>
      <pubDate>Tue, 25 Mar 2003 09:52:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934845#M928787</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-03-25T09:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle unix export --&gt; Windows import both versions the same 8.1.7</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934846#M928788</link>
      <description>thanks for the very quick reply.&lt;BR /&gt;unfortunatly I dont have access to the unix server to perform another export. Only the windows machine and the export file.&lt;BR /&gt;&lt;BR /&gt;is it possible to alter the system account and recover the password / reset it&amp;gt;?&lt;BR /&gt;&lt;BR /&gt;i was thinking&lt;BR /&gt;SVRMGR&amp;gt; alter user system.... &lt;BR /&gt;&lt;BR /&gt;however oracle is not my strength and I could not think what the command would be. can you help with this?&lt;BR /&gt;&lt;BR /&gt;would this work do you think?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Mar 2003 09:57:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934846#M928788</guid>
      <dc:creator>exrational</dc:creator>
      <dc:date>2003-03-25T09:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle unix export --&gt; Windows import both versions the same 8.1.7</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934847#M928789</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;as oracle user, you would do:&lt;BR /&gt;sqlplus&lt;BR /&gt;&lt;BR /&gt;SQL*Plus: Release 8.1.7.0.0 - Production on Tue Mar 25 14:25:56 2003&lt;BR /&gt;&lt;BR /&gt;(c) Copyright 2000 Oracle Corporation.  All rights reserved.&lt;BR /&gt;&lt;BR /&gt;Enter user-name: / as sysdba&lt;BR /&gt;&lt;BR /&gt;Connected to:&lt;BR /&gt;Oracle8i Enterprise Edition Release 8.1.7.4.0 - 64bit Production&lt;BR /&gt;With the Partitioning option&lt;BR /&gt;JServer Release 8.1.7.4.0 - 64bit Production&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; alter user system identified by manager;&lt;BR /&gt;&lt;BR /&gt;User altered.&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Tue, 25 Mar 2003 10:23:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934847#M928789</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-03-25T10:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle unix export --&gt; Windows import both versions the same 8.1.7</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934848#M928790</link>
      <description>spot on thankyou&lt;BR /&gt;&lt;BR /&gt;changed the password &lt;BR /&gt;&lt;BR /&gt;HOWEVER &lt;BR /&gt;&lt;BR /&gt;the import has not created the schema table that is needed.&lt;BR /&gt;&lt;BR /&gt;the schema table is called coast&lt;BR /&gt;&lt;BR /&gt;and there is a user account coast:&lt;BR /&gt;&lt;BR /&gt;i got errors when i imported the database.&lt;BR /&gt;&lt;BR /&gt;should i create a user called coast and create the table space coast first??&lt;BR /&gt;&lt;BR /&gt;is this why it may have failed?</description>
      <pubDate>Tue, 25 Mar 2003 10:37:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934848#M928790</guid>
      <dc:creator>exrational</dc:creator>
      <dc:date>2003-03-25T10:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle unix export --&gt; Windows import both versions the same 8.1.7</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934849#M928791</link>
      <description>Can you post the errors?&lt;BR /&gt;&lt;BR /&gt;When you imp the dmp file you  should first examine &lt;BR /&gt;&lt;BR /&gt;show=y will just do a preview without really doing a import which can tell you what you need to do.&lt;BR /&gt;&lt;BR /&gt;If you are importing to user coast.&lt;BR /&gt;&lt;BR /&gt;Create the user coast&lt;BR /&gt;&lt;BR /&gt;svrmgr&amp;gt;create user coast identified by &lt;PASSWORD&gt; default tablespace &lt;TABLESPACENAME&gt; temporary tablespace &lt;TEMPORARY-TABLESPACE-NAME&gt;&lt;BR /&gt;&lt;BR /&gt;Then u can do &lt;BR /&gt;&lt;BR /&gt;C:\imp system/manager@&lt;DATABASE-NAME&gt; fromuser=&lt;USERNAME from="" which="" exp="" was="" taken=""&gt; touser=coast file=&lt;DMP file-name=""&gt; show=y&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please post the logs&lt;/DMP&gt;&lt;/USERNAME&gt;&lt;/DATABASE-NAME&gt;&lt;/TEMPORARY-TABLESPACE-NAME&gt;&lt;/TABLESPACENAME&gt;&lt;/PASSWORD&gt;</description>
      <pubDate>Tue, 25 Mar 2003 10:51:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934849#M928791</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-03-25T10:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle unix export --&gt; Windows import both versions the same 8.1.7</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934850#M928792</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;try:&lt;BR /&gt;a. create user coast identified by coast default tablespace tbs_coast temporary tablespace temp;&lt;BR /&gt;&lt;BR /&gt;Assuming: default tablespaces tbs_coast and temp already exists.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;b. grant connect, resource to coast;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;c. imp system/manager  fromuser=coast touser=coast file=CON0.exp&lt;BR /&gt;&lt;BR /&gt;NB. i would not recommend using compress=y when exporting! &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Tue, 25 Mar 2003 11:02:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934850#M928792</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-03-25T11:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle unix export --&gt; Windows import both versions the same 8.1.7</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934851#M928793</link>
      <description>i cant paste the error cause its shooting through a massive import and the errors fly by so fast.&lt;BR /&gt;&lt;BR /&gt;i can pick out user does not exist errors&lt;BR /&gt;object does not exist etc etc&lt;BR /&gt;&lt;BR /&gt;so you suggest creating a user:&lt;BR /&gt;&lt;BR /&gt;then creating a table space &lt;BR /&gt;&lt;BR /&gt;then running the import &lt;BR /&gt;&lt;BR /&gt;correct?</description>
      <pubDate>Tue, 25 Mar 2003 14:23:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934851#M928793</guid>
      <dc:creator>exrational</dc:creator>
      <dc:date>2003-03-25T14:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle unix export --&gt; Windows import both versions the same 8.1.7</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934852#M928794</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Yes.&lt;BR /&gt;&lt;BR /&gt;You can also specify the parameter "log=coast_exp.log" to capture all the messages.&lt;BR /&gt;&lt;BR /&gt;which you can post here.&lt;BR /&gt;&lt;BR /&gt;Please check and let us know.&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;best reagrds&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Tue, 25 Mar 2003 17:47:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934852#M928794</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-03-25T17:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle unix export --&gt; Windows import both versions the same 8.1.7</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934853#M928795</link>
      <description>What could be happening in this case is that the user does not have the appropriate roles on the export database to create the objects that it owns (possible if someone with CREATE ANY TABLE created the objects).  You can verify this by running the import with the "log=" option, or creating the user manually and importing with a "fromuser=" and "touser=" to import only that user.  The fromuser and touser will not create a user, while the "full=y" will create and modify users automaticlly.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Wed, 26 Mar 2003 00:24:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934853#M928795</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2003-03-26T00:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle unix export --&gt; Windows import both versions the same 8.1.7</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934854#M928796</link>
      <description>If by chance this has been a mirgration from a 32 bit to a 64 bit platform, there are word size issues.  If not, ignore this post.  Oracle document attached. Just in case.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 26 Mar 2003 05:19:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934854#M928796</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-26T05:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle unix export --&gt; Windows import both versions the same 8.1.7</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934855#M928797</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;As Brian said, you need to grant the user rights to create tables.&lt;BR /&gt;&lt;BR /&gt;grant create table to coast;&lt;BR /&gt;&lt;BR /&gt;should be OK.&lt;BR /&gt;&lt;BR /&gt;However, the user coast may own other objects.&lt;BR /&gt;&lt;BR /&gt;I would prefer to grant connect and resource system privileges that will give him more "powerful" rights...at least during the import period. (as in my previous post)&lt;BR /&gt;&lt;BR /&gt;you can later revoke that and grant him "create session" and any other desired system privileges. e.g. create table, create procedure, etc.&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Wed, 26 Mar 2003 05:24:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934855#M928797</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-03-26T05:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle unix export --&gt; Windows import both versions the same 8.1.7</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934856#M928798</link>
      <description>When you are given the export dumpm file and you want to import into your database, you should know what schemas (users) exists in the export file, what roles and DB_LINKS. You can find all of these by doing a dummy import with SHOW=Y parameter.&lt;BR /&gt;eg: imp system/manager@sid fully=y show=y file=exp_dump_file log=log_file_name. THis command will not import the objects but create a log for you which will contain the users, roles and tables with the data. &lt;BR /&gt;Look in the log and then note down the users, roles in the import log. You can open the log file in winword and search for "USER" and "ROLE". This will give you users and roles from the export file. Then create the users and roles in the target database as &lt;BR /&gt;create &lt;USER&gt; identified by &lt;PASSWORD&gt; default tablespace &lt;NAME&gt; temporary tablespace temp;&lt;BR /&gt;&lt;BR /&gt;create role &lt;NAME&gt;;&lt;BR /&gt;&lt;BR /&gt;Then do the import as &lt;BR /&gt;imp system/manager@sid buffer=1024000 full=y commit=y file=exp_file log=imp_log.log &lt;BR /&gt;&lt;BR /&gt;When the import occurs the messages fly off on the screen, but they will be recorded in the log file. You can verify the log for any errors.&lt;/NAME&gt;&lt;/NAME&gt;&lt;/PASSWORD&gt;&lt;/USER&gt;</description>
      <pubDate>Wed, 26 Mar 2003 06:41:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934856#M928798</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2003-03-26T06:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle unix export --&gt; Windows import both versions the same 8.1.7</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934857#M928799</link>
      <description>Hi&lt;BR /&gt;I'm not sure that you can make a simple operation of exp/imp with a different OS.&lt;BR /&gt;I think that you don't use the option compress=y.&lt;BR /&gt;Check this way on metalink.&lt;BR /&gt;I remeber have some trouble in using compress option with a situation similar as you.&lt;BR /&gt;&lt;BR /&gt;Best regards Thierry</description>
      <pubDate>Wed, 26 Mar 2003 08:00:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934857#M928799</guid>
      <dc:creator>PAVIC Thierry</dc:creator>
      <dc:date>2003-03-26T08:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle unix export --&gt; Windows import both versions the same 8.1.7</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934858#M928800</link>
      <description>ok i solved it&lt;BR /&gt;&lt;BR /&gt;for any one that has to do this in future here is the answer&lt;BR /&gt;&lt;BR /&gt;create the user foouser that is the schema for the tablespace.&lt;BR /&gt;&lt;BR /&gt;then create the table space&lt;BR /&gt;&lt;BR /&gt;create tablespace foo datafile 'c:\oracle\foo.dbf' size 1000M;&lt;BR /&gt;&lt;BR /&gt;then run the import as mentioned above&lt;BR /&gt;&lt;BR /&gt;then the data and tables import :)&lt;BR /&gt;&lt;BR /&gt;the table space can not be created becaue the dbf file was tying to be put in in foo/local/......&lt;BR /&gt;&lt;BR /&gt;windows needs a c:\foo&lt;BR /&gt;and thats where it was messing up &lt;BR /&gt;</description>
      <pubDate>Wed, 26 Mar 2003 08:48:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934858#M928800</guid>
      <dc:creator>exrational</dc:creator>
      <dc:date>2003-03-26T08:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle unix export --&gt; Windows import both versions the same 8.1.7</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934859#M928801</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;glad to know that you managed to fix the problem.&lt;BR /&gt;&lt;BR /&gt;again, Locally managed tablespaces would be recommended.&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Wed, 26 Mar 2003 09:53:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-unix-export-gt-windows-import-both-versions-the-same-8-1/m-p/2934859#M928801</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-03-26T09:53:44Z</dc:date>
    </item>
  </channel>
</rss>

