Migrating oracle 11.2.0.1.0 32bit to oracle 11.2.0.1.0 64bit on windows

Hi experts,
Please tell me steps to Migrate Oracle 11.2.0.1.0 32bit to 11.2.0.1.0 64bit on Microsoft Windows.(i.e. from Microsoft windows server 2003 SP2 to Microsoft windows 2008R2 SP1)
I am thinking to do the same via data-pump. Please provide me the necessary steps to do the same.

Changing platforms requires the database be re-built and / or the data moved using one of the following methods:
Export / Import to include the use of Datapump facilities. All versions support Export/Import but for Datapump 10.1.0.2 or higher is required
Transportable Tablespaces 10G or Later
RMAN Convert Database functions. 10G or Later
Streams Replication
Create Table As Select (CTAS)
Dataguard Heterogeneous Primary and Physical Standbys
Oracle Golden Gate
Talip Hakan Ozturk
http://taliphakanozturken.wordpress.com/

Similar Messages

  • Upgrade oracle 10.2.0.1.0 32bit to Oracle 11.2.0.3.0 64bit on windows platform

    Hi,
    can any one provide what is the best method upgrade from oracle 10.2.0.1.0 32bit to 11.2.0.3.0 64bit
    I have 2 option:
    1. upgrade the source version to at list 10.2.0.2.0
        and then  upgrade the new 10.2.0.2.0 to 11.2.0.3.0
    2. upgrade the source version to 11.1.x,x on the new 64 bit server
        and then upgrade to 11.2.0.3.0
    I prefer not to change the production server.
    is there any know issue choosing step 2.
    what is the best option?
    Thanks,

    How big is the database and how much downtime can you afford ? One simple option is to export from 10.2.0.1 and import into 11.2.0.3.
    The other option is to apply the 10.2.0.2 patch on the existing database, then follow the steps in MOS Doc 403522.1 (replace 10.2.0.5 with your 1.2.0.3 version)
    HTH
    Srini

  • Oracle VM installation on OEL5.2(32bit) on Oracle Virtualbox

    Hii,
    I would like to make an oracle VM template installation on oracle Virtualbox..MY oracle Virtualbox3.2.12 are 32 bit and also my host OS which is windowsXP is 32-bit.I have installed OEL5.2(32-bit) on oracle virtual box..SO i need your assistance on how to proceed with it.     Also i want to know whether VM template installation on OEL5.2(32-bit) is possible?

    Oracle VM templates are not compatible with VirtualBox. The Oracle VM templates may work on an OEL5/Xen dom0, but have not been tested that way. It's best to install Oracle VM on your hardware, either by replacing Windows or Linux, or by using a multiboot configuration.

  • Migrating Oracle 10gR2 32bit to Oracle 11g 64bit options

    I have an Oracle 10gR2 32 bit that needs to be upgraded to Oracle 11g 64bit:
    What are some of the options for upgrading Oracle database 10gr2 32bit to Oracle 11g 64bit?
    Can I export 10gR2 32bit and import it to 64bit Oracle 11g?
    THanks

    yakub21 wrote:
    Can I export 10gR2 32bit and import it to 64bit Oracle 11g? yes

  • Upgrade oracle 10.2.0.3 32bit to oracle 11.1.7 x64

    Hi There,
    I'm trying to upgrade from oracle 10.2.0.3 to 11.1.7 and I'm wondering what's the best way of doing this.
    THe problem is that production server is windows 2003 server 32 bit running oracle 10.2.0.3 standard edition.
    The new server is windows 2008 server, 64bit. I have managed to install oracle 11.1.7 on it, so my question is what's teh best approach to do the DB migration? does it matter if the old DB files are in 32bit?
    I couldnt find oracle 10.2.0.3 x64 on the oracle site as I was thinking of installing that on the new machine, do cold backup of DB and copy all the files to the new server, startup the DB on the new server, and then run DBUA.
    I also managed to install oracle 10.2.0.4 on the new server, is it possible to dpow the foolowing:
    1. cold backup the DB on the current production server.
    2. move the backup to the new server
    3. using 10.2.0.4 executables, do startup mount
    4. rename datafiles from old location to new location
    5. shutdown immediate
    6. startup upgrade
    7. run @?/rdbms/admin/catupgrd.sql
    would the above work? any concerns? or tips? or any advises please?
    Thanks

    Mohammed at al, you are not correct - sorry to say that but a 32=>64-bit change will be handled implicitly by the database by invalidating packages etc.
    Your way would be:
    1) Run utlu111i.sql from your new %OH%\rdbms\admin installation on your "old" 10.2. installation (copy it over and run it from SQL*Plus 10.2)
    If you have just an spfile then do a 'create pfile from spfile;' to have an editable copy of your spfile.
    2) Shutdown your 10.2. database IMMEDIATE
    3) Copy all relevant files (database files, password file, control files, redolog files and spfile/init.or) to your new server into the identical location
    - if you plan to choose a different location then you'll have to trace the controlfile before on your old server and create a new controlfile
    in the new installation to reflect to the new file locations
    4) Create a new service on the new server with: oradim -NEW -SID yoursid -SYSPWD passwrd -STARTMODE a -PFILE initfile
    5) Create a new listener service on your new server with "netca"
    6) Make all suggested changes from the utlu111i.sql script output to your init.ora.
    7) Startup your database in upgrade mode 'startup upgrade'
    8) Run 'catupgrd.sql'
    9) Once it has been finished then the db will be shutdown - startup normal and run 'utltp.sql' and 'catuppst.sql' in parallel from 2 SQL*Plus sessions
    10) Check with 'utlu111s.sql' if everything has been upgraded successfully.
    Have fun :-)
    Kind regards
    Mike

  • Migration from Progress (version 8.36 - 9.1) to Oracle 8i or 9i

    Hi all, I am trying to migrate data from Progress version 8.36 above to Oracle 8i and possibly 9i in the future. Has any of you implemented this before or know where I can get valuable hands on information or link on how to do this, especially the obstacles and issues involving this migration.
    Thanks

    Phil,
    There is an informix 7 oracle migration workbench plugin and related documentation for informix 7 to oracle8i and oracle9i. In the oracle workbench download area.
    Regards,
    Turloch
    Oracle Migration Workbench Team

  • Golden Gate 32bit for Oracle 10g and 11g

    Does oracle released Golden Gate 32bit for Oracle 10g and 11g, i could not able to find out 32bit http://edelivery.oracle.com or OTN.
    Thanks

    never mind, i was able to download from e-delivery.

  • Migrating Functions that return TABLE from SQL Server to Oracle

    I have some functions in SQL Server that return a TABLE datatype. When these functions are moved to Oracle 9i using Migration Workbench, they give compilation errors. In the migrated function it says that the DDL stmt is passed to the ddl file, but the table is not created. I checked the ddl stmt for temporary tables and it is wrong. Its a create table stmt with no size for varchars and we can't even edit these stmts in the workbench.
    Also the migrated function has the table name for return type, which doesn't works in Oracle. Oracle needs a datatype to be returned from Oracle.
    How do we return a table from a function?

    Yes.
    If you do not enclose the object names (table/view/index etc) in double-quotes, they are stored in uppercase format in the data dictionary.
    If you enclose them in quotes, they are stored in the same case ans you entered. As such, while accessing such objects, you need to tell Oracle not to convert the names to uppercase, hence the requirement to supply the names in quotes.

  • Windows 32bit OS 에서 Oracle Memory Sizing

    제품 : Database
    작성날짜 : 2007-12-21
    PURPOSE
    Windows 32bit OS 메모리 제약과 Oracle 에서 추가메모리 사용하도록 설정하는 방법을 설명한다.
    CONTENTS
    1. Windows 32bit 메모리 확장 관련 용어들
    2. Windows 32bit 메모리 확장 설정 방법
    3. AWE_WINDOW_MEMORY 파라미터 산정
    4. Windows 에서 Oracle 메모리 사용량 모니터링
    5. Windows 에서 Oracle 메모리 사용량 줄이는 방법
    EXPLANATIONS
    1. Windows 32bit 메모리 확장 관련 용어
    - /3GB
    Windows 32bit OS 에서 메모리 어드레싱은 4GB 까지 가능하고, 이 중 2GB 는 커널이 사용하고
    나머지 2GB 가 사용자 프로세스에게 할당되는 최대 메모리 크기이다. Windows 2000 이상에서는
    /3GB 옵션을 사용하여 커널에 1GB 만 할당하고 나머지 3GB 를 사용자 프로세스에게 할당하여
    2GB 한계를 넘어 메모리를 확장하여 사용할 수 있다. OS 에서는 boot.ini에 /3GB 옵션 추가하고,
    어플리케이션 실행파일 헤더에 IMAGE_FILE_LARGE_ADDRESS_AWARE bit 이 설정되어 있으면 된다.
    Oracle 8.1.7 이상에서는 기본적으로 IMAGE_FILE_LARGE_ADDRESS_AWARE bit 설정되었으므로 3GB
    사용가능하다. 참고로 Windows 64bit OS 는 한 프로세스당 어드레싱 가능한 메모리가 8TB 이므로
    32bit 에서 사용하는 추가적인 옵션들이 필요없다.
    - /PAE (Physical Address Extentions)
    /3GB 옵션과 더불어 32bit 메모리 제약을 넘기위한 방법으로, 가상 메모리내에 포인터 테이블로
    "별도 메모리 영역"을 매개함으로 프로세스가 사용할 수 있는 실제 메모리 크기를 확장한다.
    예를들어 Oracle 은 가상 메모리 2GB 영역 (/3GB 사용하면 3GB) 내에 포인터 테이블(window)만
    저장하고 실제 DB BUFFER CACHE 는 "별도 메모리 영역" 에 할당한 후, BUFFER CACHE 사용시
    포인터 테이블을 매개하여 실제 BUFFER CACHE 영역 사용한다. 여기서 "별도 메모리 영역" 도
    메모리를 사용하는 것이다.
    - AWE (Address Windowing Extensions) & Oracle 구현방식
    AWE 는 PAE 기능을 사용하도록 어플리케이션에 제공된 API 이다.
    AWE API 를 사용한 오라클 버젼들은 아래와 같다.
    * Oracle 8.1.6.x
    * Oracle 8.1.7.x
    * Oracle 9.2.x
    * Oracle 10.1.x
    * Oracle 10.2.x
    주의! 9.1.0.x 는 AWE 지원안됨.
    AWE 구현된 Oracle 버젼들은 3GB 이상의 SGA 사용할 수 있는데, 정확히 말하면 SGA 중 BUFFER CACHE
    영역만 3GB 이상의 "별도 메모리 영역"에 지정할 수 있다. 오라클에서 AWE 를 사용하면 BUFFER CACHE
    사용시 포인터 테이블과 실제 BUFFER CACHE 가 있는 별도 메모리 영역과의 mapping & unmapping
    과정이 추가되므로 기본적인 처리보다 느릴 수 있지만, 적어도 IO 을 줄일 수 있기 때문에
    IO 느린 시스템에서는 성능 향상을 기대할 수 있다.
    2. Windows 32bit 메모리 확장 설정 방법
    - boot.ini 에 /3GB /PAE option 을 추가
    multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Advanced Server" /3GB /PAE
    - 오라클 서비스 실행하는 OS USER 에 "Lock memory pages"의 권한 부여
    . Start -> Programs -> Administrative Tools -> Local Security Policy
    (on a Domain Controller, click on 'Domain Security Policy' instead of 'Local Security Policy')
    . Double-click on the 'Lock Pages in memory' policy.
    . Add the appropriate user and click 'Ok'.
    . Restart the OracleService<SID>
    - 포인터 테이블 (window) 크기 지정하는 AWE_WINDOW_MEMORY 를 레지스트리 추가
    . HKEY_LOCAL_MACHINE => Software => Oracle => HomeX 에 AWE_WINDOW_MEMORY=1024000000 추가
    주의! 여러 인스턴스라면 각 Home 에 추가
    - init.ora 에 USE_INDIRECT_DATA_BUFFERS=TRUE 추가하고 DB_BLOCK_BUFFERS 로 BUFFER CACHE 크기 설정
    주의! DB_CACHE_SIZE 로 BUFFER CACHE 지정하면 에러 발생한다.
    ORA-00385: cannot enable Very Large Memory with new buffer cache parameters
    - Oracle10g 에서는 SGA_TARGET=0 설정하여 Automatic Memory Management 를 disable 해야한다.
    3. AWE_WINDOW_MEMORY 크기 계산 방법
    (1) 기본값 : AWE_WINDOW_MEMORY = 1GB
    /PAE /3GB 를 지정해도 아래 메모리들의 총합은 3GB 내에 들어와야한다.
    - AWE_WINDOW_MEMORY
    - BUFFER CACHE 제외한 SGA (shared_pool, large_pool, java_pool, log_buffers ...)
    - Overhead for Oracle.exe DLLs (100MB 정도)
    - Stack space per thread (1MB/thread)
    - PGA and UGA
    결국 BUFFER CACHE 최대 크기는 OS 메모리 - 4GB + AWE_WINDOW_MEMORY 로 산정된다.
    (여기서 4GB는 Oracle이 사용하는 3GB와 OS에서 사용하는 1GB의 합. 결국 이 영역을 제외한 나머지 영역에 buffer cache를 지정하여 사용할 수 있다.)
    예를들어 12GB RAM 시스템에서 최대 BUFFER CACHE 크기= (Total RAM - 4GB + AWE_WINDOW_MEMORY) = 12GB - 4GB + 1GB = 9GB 이다.
    (2) 8.1.7 이하에서는 AWE_WINDOW_MEMORY 최소값 제한이 없었으나,
    Oracle9i R2 부터 최소값보다 작게 설정하면 DB 기동시 에러들이 발생한다.
    ORA-27102 out of memory
    OSD-00034 Message 34 not found; Product=RDBMS;facility =SOSD
    O/S Error: (OS 8) Not enough storage is available to process this command
    AWE_WINDOW_MEMORY 최소값 계산 공식
    a. MIN(AWE_WINDOW_MEMORY)= (4096 * DB_BLOCK_SIZE * DBBLOCK_LRU_LATCHES)/8
    b. DBBLOCK_LRU_LATCHES = (Max buffer pools * SETS_PER_POOL)
    c. Max Buffer Pools = 8 (상수)
    d. SETS_PER_POOL /* USE_INDIRECT_DATA_BUFFERS=TRUE 로 VLM ENABLED */
    SETS_PER_POOL = 2*CPU_COUNT (if VLM is enabled)
    SETS_PER_POOL = CPU Count/2 (if VLM is NOT enabled)
    시나리오 #1:
    # of CPU's = 8
    DB_BLOCK_SIZE = 8192
    Total RAM = 8GB
    SETS_PER_POOL = 2 * CPU_COUNT = 16
    DBBLOCK_LRU_LATCHES = (max buffer Pools * sets_per_pool) = 8*16 = 128
    MIN(AWE_WINDOW_MEMORY) = (4096*DB_BLOCK_SIZE * DBBLOCK_LRU_LATCHES) / 8
    = (4096 * 8192 * 128) / 8 = 536870912 bytes = 512 MB
    시나리오 #2:
    # of CPU's = 16
    DB_BLOCK_SIZE = 8192
    Total RAM = 16 GB
    SETS_PER_POOL = 2 * CPU_COUNT = 32
    DBBLOCK_LRU_LATCHES = (max buffer Pools * sets_per_pool) = 8*32 = 256
    MIN(AWE_WINDOW_MEMORY) = (4096*DB_BLOCK_SIZE * DBBLOCK_LRU_LATCHES) / 8
    = ( 4096 * 8192 * 256) / 8 = 1073741824 bytes = 1024 MB
    주의 !!!
    1. ORA-27102 는 AWE_WINDOW_MEMORY 최소값 이하일때도 발생하지만, BUFFER CACHE 가
    실제 메모리보다 크게 지정된 경우에도 발생한다.
    2. ORA-27102 는 DB_BLOCK_BUFFER < AWE_WINDOW_MEMORY 일때도 발생한다.
    3. AWE_WINDOW_MEMORY 설정값은 "계산된 최소값 + 10 MB (overhead)" 으로 설정해야한다.
    4. Hyperthreading enabled 시스템의 경우 # of CPU's 를 두배로 계산해야한다.
    4. Windows 에서 Oracle 메모리 사용량 모니터링
    TASK MANAGER 에서 VM 값은 정확하지 않으므로 관리도구에서 별도 모니터링해야한다.
    관리도구 => Perfomance 선택 => "추가" => 성능개체:Process, Count:Virtual Bytes, Instance:oracle.exe 선택
    5. Windows 에서 Oracle 메모리 사용량 줄이는 방법
    (1) Oracle 실행파일 스택 크기 조정
    Thread 들이 미리 1MB 스택을 PGA 로 선점하고 필요하게 되면 더 확장해서 사용하는데
    대부분들의 Thread 들은 초기 스택도 사용하지 않는 경우가 많다.
    아래처럼 default=1 MB 를 500 KB로 줄일 수 있다.
    . DB 내린 후 ORACLE_HOME/bin 에서 수행
    C:\OH\bin> orastack oracle.exe 500000
    C:\OH\bin> orastack tnslsnr.exe 500000
    C:\OH\bin> orastack svrmgrl.exe 500000
    (2) Shared Server (pre-Oracle9i 는 MTS 설정) 사용: 세션들이 메모리를 공유하므로 Oracle 프로세스 전체적인 메모리를 줄일 수 있다.
    References
    Note 225349.1 - Implementing Address Windowing Extensions (AWE) or VLM on Windows Platforms
    Note.205089.1 - Oracle and Hyperthreading

    Basically ORA-12154 means, service name can't be found in tnsnames.ora or this file can't be located at all. Are there multiple ORACLE_HOMEs on the machine ? Is the application based on OLEDB running in a different home , NOT in the client's ORACLE_HOME? You may set TNS_ADMIN, pointing to your tnsnames.ora, as global environment variable. So each application on the machine will know this location.
    I'm sure this is not a problem 64bit versus 32bit.
    Werner

  • How to install oracle XE in Ubuntu 12.10 32bit

    Hello everyone!
    I 'd be grateful if could give me some instructions on how to install oracle XE in Ubuntu 12.10 32bit.
    In addition i d like to know which package i need to install.
    Is oracle-xe_10.2.0.1-1.0_i386.deb the right package?
    Thank you

    Thank you..but
    I found only the Western European character set available. Can i use for example the character set GreekEL8ISO8859P7 If i install the Western European character set package?
    Universal character set: oracle-xe-universal_10.2.0.1-1.0_i386.deb
    Western European character set: oracle-xe_10.2.0.1-1.0_i386.deb

  • Migration from Sun Java System Portal Server to the Oracle Portal

    Hi, I'm in charge of evaluate the viability of a project that comprises the migration from Sun Java System Portal Server to the Oracle Portal. so I'm wondering if there is a kind of out of box migration tool in Oracle Portal or exists some guidelines to do the migration. In the other hand there is the option of migrate from Sun Java System Portal Server to Oracle WebCenter?
    Thanks in advance!

    The migration path for Sun Portal Server is Oracle WebCenter Suite. WebCenter is a significantly different architecture so there are no tools planned for the migration. However, we do plan to document and publish a whitepaper once we've assisted a few of the initial customer migrations.

  • Upgrade oracle 8i (32bit) to oracle 10g (64bit)

    Hi,
    I have to upgrade oracle from Oracle 8i (32bit) to oracle 10g (64bit).
    Do you have a note to help me ?
    Are there problems ?
    Thank you,
    Philippe

    Bharatwaj,
    We have ECC 5 running on HP Unix.
    I am planning to upgrade from 9.2.0.7 to 10.2.0.2.
    I read that you have already done this in your environment.
    can you please share with me
    - steps that you have followed
    - Issues you have faced if any during upgrade and after upgrade
    - Issues / Risks with application after 10g upgarde
    Thank you very much in advance.
    Best Wishes,
    Rajasekaran G.

  • Migration upgrade from albpm 5.7 to 6.5/Oracle 10g

    Hi !
    We need to upgrade our current ALBPM bpm 5.7 deployment into portal 6.0, to Oracle 10g/bpm6.5.
    1) Does this need to be a two step process. Upgrage from 5.7 to 6.0 and then again from 6.0 to Oracle10g/BPM6.5?
    2) Is there any documentation regarding upgrade from ALBPM 5.7 to Oracle 10g or from ALBPM 6.0 to Oracle 10g?
    3) What is the portal version supported with ALBPM 6.5/Oracle 10g? Will ALBPM 6.5/Oracle 10g run on Portal 6.1 ?
    If anybody has any upgrade experience or can point any ALBPM upgrade related doc.
    Please respond.
    Thanks and regards
    Manoj

    Manoj,
    Currently the upgrade process is from one version to its direct following version. We are looking forward to implement a straight migration from ALBPM 5.7 to Oracle BPM 10gR3, but this does not have a firm timeline yet. If you are urged to migrate, you will need to first migrate from ALBPM 5.7 to ALBPM 6.0 and then from ALBPM 6.0 to OBPM 10gR3. If you are only migrating your project source code without in flight instance migration, you may want to attempt the export of your projects in ALBPM 5.7 and then import them directly into OBPM 10gR3.
    As per the migration documentation, you may want to check in the eDocs for ALBPM 6.0 and OTN for OBPM 10gR3.
    eduardoc.

  • Migrating 3 Gig Sun Sybase Hyperion db to HP Oracle

    I am trying to get a sense for how long this project will take using the Migration Workbench. An insight to timelines would be much appreciated. I will need to migrate the database as is to an oracle environment to rest as a query only db. Any feedback on how easy or difficult the Migration Workbench was to setup? and also migrate databases? Thanks in Advance - Jeff

    Something in writing from someone authorized by Oracle -- e.g. someone in Licence Sales -- would stand in a court of law.
    Nevertheless, if you want "different inputs" from here :
    Oracle licences by the number of cores.  Off hand, since the number of cores is different, the licence count is not the same.  However, Oracle also has "core scaling factors" (called Oracle Processor Core Factor Table) for different types of CPUs.  You should see the Software Investment Guide at http://www.oracle.com/us/corporate/pricing/index.html and Oracle Database Licensing under Specialty Topics from the same URL.
    Hemant K Chitale

  • Using Oracle Forms Importing Data From SQL Server into Oracle Tables.

    Dear All,
    We are using Oracle Forms 10g in windows XP and having OAS 10g and Oracle database 9i.
    How can we import data from SQL Server 2005 into Oracle tables using Oracle Forms?
    Thanks & Regards
    Eidy

    I have no idea what "Oracle Hetrogenius Services" is, so I can't help you with that, sorry.
    SQL Developer might also assist you. SQL Developer can connect to SQL Server as well as Oracle and has some tools for migration. See the documentation for details:
    http://download.oracle.com/docs/cd/E12151_01/doc.150/e12156/toc.htm
    For additional help on using SQL Developer for this task, please consult Support or the SQL Developer forum: SQL Developer
    Hope this helps,
    Jacob

Maybe you are looking for

  • Local backup of ABAP Program

    Hi all, We have a sandbox that is refreshed monthly, I had an abap program which I forgot to backup from that sandox system, and it got refreshed. Is there a way to get the program back? Is there a local version stored locally in temp files? I have s

  • Quicktime pro registration key fails to work

    I tried to reinstall quicktime. I tried to ask apple support for a new key, or to find the defect in the key they gave me. After 48 hours I'm still waiting for a reply. The only thing I received until now was a confirmation of my order from my local

  • Re: Even better use for RMB - use to show equivalent scriptcommand ..

    Dirk, Can't help with the RC, but the fscript command to remove a partition from a node is UnassignAppComp node_name [component_name]. You need the component name if it isn't the "current" component. Don At 12:35 AM 11/21/97 +0000, Dirk Haben" (Tel +

  • I cannot get the zoom bar to show on my camera on iphone4.  I only get a square appearing?

    I cannot get the zoom bar to show on my camera (iphone4)  I only get a square when I tap the screen?

  • ICal Events not Repeating!

    Greetings everyone, For a while back (in January 2005), I started an event that I set for repeat every month and stop after 12 times, since then I upgraded to Tiger (a week after Tiger was launched)... This event was repeating itself till October, bu