<?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: conversion from Informix to oracle in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/conversion-from-informix-to-oracle/m-p/4950846#M789964</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;if you decide to use the COMPRESSION feature when creating you object, you might indeed turn up with a smaller sized database.&lt;BR /&gt;&lt;BR /&gt;but, the truth is that you must Benchmark, Benchmark, Benchmark.  Try it out -- see what it does for you.&lt;BR /&gt;&lt;BR /&gt;You will need to test your migration on another marchine perferrable and see how it works!&lt;BR /&gt;&lt;BR /&gt;It is also advisable for you to work closely with oracle support!&lt;BR /&gt;&lt;BR /&gt;btw. why 9i and not 10g??&lt;BR /&gt;&lt;BR /&gt;good luck!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
    <pubDate>Mon, 09 Jan 2006 00:09:08 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2006-01-09T00:09:08Z</dc:date>
    <item>
      <title>conversion from Informix to oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/conversion-from-informix-to-oracle/m-p/4950843#M789961</link>
      <description>Hi everyone...&lt;BR /&gt;&lt;BR /&gt;I have a 450GB database size in informix, if i migrate my database from informix to oracle9i database, what will be the size of the database in oracle9i after the conversion?&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;</description>
      <pubDate>Sun, 08 Jan 2006 22:07:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/conversion-from-informix-to-oracle/m-p/4950843#M789961</guid>
      <dc:creator>jonax</dc:creator>
      <dc:date>2006-01-08T22:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: conversion from Informix to oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/conversion-from-informix-to-oracle/m-p/4950844#M789962</link>
      <description>no likely you get the answer you want, why not try to do the conversion and let us know, I believe you will have to test the conversion procedure before implementing it on the real database.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Sun, 08 Jan 2006 23:13:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/conversion-from-informix-to-oracle/m-p/4950844#M789962</guid>
      <dc:creator>njia_1</dc:creator>
      <dc:date>2006-01-08T23:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: conversion from Informix to oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/conversion-from-informix-to-oracle/m-p/4950845#M789963</link>
      <description>Hi Jonax,&lt;BR /&gt;&lt;BR /&gt;I guess the size of the target database will be close enough to the source database size.&lt;BR /&gt;&lt;BR /&gt;The conceptual differences in the storage structures between INFORMIX and Oracle do not affect conversion process directly. However, the physical storage requirements need to be in place before the conversion begins.&lt;BR /&gt;&lt;BR /&gt;You can control the physical placement of database objects in either database. In INFORMIX, you use the 'IN dbspace' clause. In Oracle, you use the TABLESPACE clause in CREATE TABLE statements. &lt;BR /&gt;&lt;BR /&gt;An attempt should be made to preserve the storage information during the conversion. The decisions that were made when defining the storage of the database objects for INFORMIX should also apply for Oracle.&lt;BR /&gt;&lt;BR /&gt;Initial object sizes and physical object placement are especially important.&lt;BR /&gt;&lt;BR /&gt;DATATYPES&lt;BR /&gt;&lt;BR /&gt;INFORMIX   Oracle Equivalent&lt;BR /&gt;INTEGER, INT  NUMBER(10)&lt;BR /&gt;DECIMAL(p,[s])    NUMBER(p,{s})&lt;BR /&gt;CHAR(n)   VARCHAR2(n)&lt;BR /&gt;BYTE    LONG RAW&lt;BR /&gt;&lt;BR /&gt;The best approach is to create the database manually in Oracle. INFORMIX applications that use two or more databases on the same server usually translate to one Oracle database with several tablespaces.&lt;BR /&gt;In most cases, the INFORMIX application should be converted so that one server in INFORMIX is converted to one Oracle database instance.&lt;BR /&gt;&lt;BR /&gt;INFORMIX does not support database links, sequences (uses SERIAL datatype instead), snapshots, and tablespaces (uses dbspaces instead)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Indira A</description>
      <pubDate>Mon, 09 Jan 2006 00:04:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/conversion-from-informix-to-oracle/m-p/4950845#M789963</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2006-01-09T00:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: conversion from Informix to oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/conversion-from-informix-to-oracle/m-p/4950846#M789964</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;if you decide to use the COMPRESSION feature when creating you object, you might indeed turn up with a smaller sized database.&lt;BR /&gt;&lt;BR /&gt;but, the truth is that you must Benchmark, Benchmark, Benchmark.  Try it out -- see what it does for you.&lt;BR /&gt;&lt;BR /&gt;You will need to test your migration on another marchine perferrable and see how it works!&lt;BR /&gt;&lt;BR /&gt;It is also advisable for you to work closely with oracle support!&lt;BR /&gt;&lt;BR /&gt;btw. why 9i and not 10g??&lt;BR /&gt;&lt;BR /&gt;good luck!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Mon, 09 Jan 2006 00:09:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/conversion-from-informix-to-oracle/m-p/4950846#M789964</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-01-09T00:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: conversion from Informix to oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/conversion-from-informix-to-oracle/m-p/4950847#M789965</link>
      <description>Thank you very much for the info.</description>
      <pubDate>Mon, 09 Jan 2006 02:31:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/conversion-from-informix-to-oracle/m-p/4950847#M789965</guid>
      <dc:creator>jonax</dc:creator>
      <dc:date>2006-01-09T02:31:06Z</dc:date>
    </item>
  </channel>
</rss>

