<?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: Clone database problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/clone-database-problem/m-p/3722936#M788178</link>
    <description>Simon,&lt;BR /&gt;&lt;BR /&gt;"Binary datafiles are specific to the operating system, file system and hardware". I'm not sure about that because I have sucessfuly recovered a HP-UX production database to a HP-UX development database from *.dbf and *.ctl files backed up to a windoze server (HP-UX PROD -&amp;gt; [dbf and ctl bin ftp; init.ora ascii ftp] Windows file server -&amp;gt; [dbf and ctl bin ftp; init.ora ascii ftp] HP-UX TEST).&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
    <pubDate>Thu, 02 Feb 2006 06:23:46 GMT</pubDate>
    <dc:creator>Eric Antunes</dc:creator>
    <dc:date>2006-02-02T06:23:46Z</dc:date>
    <item>
      <title>Clone database problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clone-database-problem/m-p/3722930#M788172</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I tried 'clone' a database from windows to another HP-UX server. I have done the following steps:&lt;BR /&gt;&lt;BR /&gt;  1. copy production database files and init.ora&lt;BR /&gt;  2. create the script that will re-create the controlfile:&lt;BR /&gt;         alter database backup controlfile to trace;&lt;BR /&gt;  3. alter the script pointing to the new locations&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But when  i try to create the new controlfile this happens:&lt;BR /&gt;&lt;BR /&gt;    ORACLE instance started.&lt;BR /&gt;   &lt;BR /&gt;    Total System Global Are    xxxx bytes&lt;BR /&gt;    Fixed Size                 xxxx bytes&lt;BR /&gt;     ....&lt;BR /&gt;     ....&lt;BR /&gt;&lt;BR /&gt;    CREATE CONTROLFILE SET DATABASE "SIGES" RESETLOGS ARCHIVELOG&lt;BR /&gt;    ERROR at line 1:&lt;BR /&gt;    ORA-01503:  CREATE CONTROLFILE failed&lt;BR /&gt;    ORA-01565: error in identifying file /u1/oradata/siges/SYSTEM01.DBF&lt;BR /&gt;ORA-27047: nable to read the header block of file&lt;BR /&gt;     HP-UX Error:22: Invalid argument&lt;BR /&gt;Additional information:2&lt;BR /&gt;&lt;BR /&gt;Can anyone help me to solve this ?&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;&lt;BR /&gt;PS: i have already tried to swap the bytes because of the little endian/big endian problem&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Feb 2006 05:11:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clone-database-problem/m-p/3722930#M788172</guid>
      <dc:creator>Pinki Meggi</dc:creator>
      <dc:date>2006-02-02T05:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Clone database problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clone-database-problem/m-p/3722931#M788173</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think you don't have enough shared memory.&lt;BR /&gt;Increase your kernel parameters for the shared memory</description>
      <pubDate>Thu, 02 Feb 2006 05:22:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clone-database-problem/m-p/3722931#M788173</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2006-02-02T05:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Clone database problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clone-database-problem/m-p/3722932#M788174</link>
      <description>Hi Pinki,&lt;BR /&gt;&lt;BR /&gt;Please post the following command output:&lt;BR /&gt;&lt;BR /&gt;$ll /u1/oradata/siges&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Thu, 02 Feb 2006 05:27:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clone-database-problem/m-p/3722932#M788174</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2006-02-02T05:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Clone database problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clone-database-problem/m-p/3722933#M788175</link>
      <description>Shalom Pinki,&lt;BR /&gt;&lt;BR /&gt;I think the sga configuration in init.ora is not compatible with the server you are migrating it too.&lt;BR /&gt;&lt;BR /&gt;There may be permissions problem if some of these files were transferred by root.&lt;BR /&gt;&lt;BR /&gt;There appears to be an issue with shared memory.&lt;BR /&gt;&lt;BR /&gt;Please post kmtune output for further assistance.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 02 Feb 2006 05:48:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clone-database-problem/m-p/3722933#M788175</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-02-02T05:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Clone database problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clone-database-problem/m-p/3722934#M788176</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;You said you copied the files from the win server to the ux server? What command did you used? rcp, ftp, etc...? With ftp you must ensure that the database, redolog and control files were transfered via BINARY mode and the init.ora via ASCII mode.&lt;BR /&gt;&lt;BR /&gt;Plus, make sure "/u1/oradata/siges/" has 755 mode and that SYSTEM01.DBF exsists and has this exact name (upper or lower case matters in Unix) in this directory . &lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Thu, 02 Feb 2006 05:55:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clone-database-problem/m-p/3722934#M788176</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2006-02-02T05:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Clone database problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clone-database-problem/m-p/3722935#M788177</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Creating a controlfile, oracle checks the existence of files referenced, i.e. whether the files are actually existing or not. &amp;amp; this may be the cause for you getting this error. Check if the file exists in the specified path.&lt;BR /&gt;&lt;BR /&gt;Also 'ORA-27047:unable to read the header block of file'  indicates that the read system call failed, additional information will indicate which function encountered the error. &lt;BR /&gt;&lt;BR /&gt;The error no. HP_UX error:22 is invalid argument.&lt;BR /&gt;&lt;BR /&gt;Binary datafiles are specific to the operating system, file system and hardware. My cure would be to recreated the tablespace.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Simon</description>
      <pubDate>Thu, 02 Feb 2006 05:58:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clone-database-problem/m-p/3722935#M788177</guid>
      <dc:creator>Simon Wickham_6</dc:creator>
      <dc:date>2006-02-02T05:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Clone database problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clone-database-problem/m-p/3722936#M788178</link>
      <description>Simon,&lt;BR /&gt;&lt;BR /&gt;"Binary datafiles are specific to the operating system, file system and hardware". I'm not sure about that because I have sucessfuly recovered a HP-UX production database to a HP-UX development database from *.dbf and *.ctl files backed up to a windoze server (HP-UX PROD -&amp;gt; [dbf and ctl bin ftp; init.ora ascii ftp] Windows file server -&amp;gt; [dbf and ctl bin ftp; init.ora ascii ftp] HP-UX TEST).&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Thu, 02 Feb 2006 06:23:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clone-database-problem/m-p/3722936#M788178</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2006-02-02T06:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Clone database problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clone-database-problem/m-p/3722937#M788179</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;You cannot restore a backup from platform X onto platform Y, no.&lt;BR /&gt;&lt;BR /&gt;In 10g Release 1 there are cross platform transportable tablespaces (but not backup platform x and restore to platform y).&lt;BR /&gt;&lt;BR /&gt;But what you are trying to do is not supported!!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Thu, 02 Feb 2006 08:14:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clone-database-problem/m-p/3722937#M788179</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-02-02T08:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Clone database problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clone-database-problem/m-p/3722938#M788180</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;thanks for all replies&lt;BR /&gt;&lt;BR /&gt;First,the output of ll /u1/oradata/siges is:&lt;BR /&gt;total 9913632&lt;BR /&gt;-rwxrwxr-x   1   oracle   oinstall   .... CONTROL01.CTL&lt;BR /&gt;-rwxrwxr-x   1   oracle   oinstall   .... MEDIUM01.DBF&lt;BR /&gt;-rwxrwxr-x   1   oracle   oinstall   .... SYSTEM01.DBF&lt;BR /&gt;-rwxrwxr-x   1   oracle   oinstall   .... SYSTEM02.ORA&lt;BR /&gt;-rwxrwxr-x   1   oracle   oinstall   .... USERS01.DBF&lt;BR /&gt;.....&lt;BR /&gt;&lt;BR /&gt;What is the sga configuration?&lt;BR /&gt;&lt;BR /&gt;I have copied the files from win server through ftp bin mode and init.ora ascii mode&lt;BR /&gt;&lt;BR /&gt;Are you sure that i cannot copy from windows to HP-UX? i really need to do it, there are any solution for it?&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pinki</description>
      <pubDate>Thu, 02 Feb 2006 08:52:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clone-database-problem/m-p/3722938#M788180</guid>
      <dc:creator>Pinki Meggi</dc:creator>
      <dc:date>2006-02-02T08:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Clone database problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clone-database-problem/m-p/3722939#M788181</link>
      <description>Hi Pinky,&lt;BR /&gt;&lt;BR /&gt;The only other way to do it is to create a fresh database in HP-UX with all the required tablespaces (those you have in the win database), export the win database with the owner/user (8i/9i ?) option and finally import it into the HP-UX database. &lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Thu, 02 Feb 2006 09:29:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clone-database-problem/m-p/3722939#M788181</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2006-02-02T09:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Clone database problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clone-database-problem/m-p/3722940#M788182</link>
      <description>Also, try this:&lt;BR /&gt;&lt;BR /&gt;$cd /&lt;BR /&gt;$chmod -R u1</description>
      <pubDate>Thu, 02 Feb 2006 09:30:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clone-database-problem/m-p/3722940#M788182</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2006-02-02T09:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Clone database problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clone-database-problem/m-p/3722941#M788183</link>
      <description>Sorry, here the right "chmod" command:&lt;BR /&gt;&lt;BR /&gt;$cd /&lt;BR /&gt;$chmod -R u+rwx u1</description>
      <pubDate>Thu, 02 Feb 2006 09:31:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clone-database-problem/m-p/3722941#M788183</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2006-02-02T09:31:44Z</dc:date>
    </item>
  </channel>
</rss>

