Oracle 10g 32-bit (win 2003) to Oracle 11 g 64-bit (Win 2008)

Hello

I am a beginner on Oracle DB side. I have 2 Windows servers

"Win Server A - current Prod" whose configuration is as follows

O / s: win 2003 R2 sp2 (32-bit o/s)
Oracle DB: 10.2.0.4 32bits
DB Dimensions: 50 GB
NLS_CHARACTERSET: AL32UTF8


"Win Server B - to be new Prod" whose configuration is the following
O / s: win 2008 R2 sp1 (64-bit o/s)
Installation 11.2.0.3 planning software 64-bit db
NLS_CHARACTERSET: AL32UTF8


I need to move/migration/upgrade my db 10g and 11g db on the latest version of win o/s on ServerB.

What are the options I have for db upgrade? After a little research on Google I did, it is what I found

(1) OPTION 1: install 11.2.0.3 software on server B, create empty db, then take datapump exp of patterns non-system (from 10 g) and import it on 11 g
(2) OPTION 2: do something through clone RMAN... not 100% sure how it works and what great advantage I have is going to get compared to OPTION 1
(3) OPTION 3: install 10.2.0.1 on 'ServerB', upgrade to 10.2.0.4 via the Group of hotfixes. Then using the upgrade database Wizard, perform an upgrade of 10.2.04 to 11.2.0.3. I don't know if 10.2.0.4 is compatible with Win 2008 R2 SP1.

Option 3 is seems to be safer and better.

Can someone give me some advice, metalink not. who can put me on the right track. NLS_Characterset remains the same.

Would there be a problem due to the fact that 10g we use is 32 bit and we would go to 64-bit Oracle.

Concerning

Learner

The simplest option uses the Data Pump utilities.

If your application uses only some of the schema, export/import only those schema.

Please do it on a test first, configuration so that you can test the connection and the behavior of applications.

Thank you.

Tags: Database

Similar Questions

  • customer of oracle 10g 64 bit to win7 64-bit

    where can I find it? I'm not even a link to the oracle 10g client download on otn.
    I have an oracle 10g 32-bit client that I currently use on win7 64 bit OS but I need 64-bit customer oracle 10g.

    10g downloads are deleted from the RTO. If you want, you must get in contact with the support.

    Aman...

  • Update 10g R1 WIN 2003 enter (no - asm) 11g R2 WIN 2008 enter ASM

    Hello

    My line manager initially asked me to investigate this:

    upgrade all databases 10g R1 (std) to 11g R1 (std) in win 2003 enter the environment. I tried using VM, no problem.

    Line manager back, changed his request:

    upgrade all databases 10g R1 (std) to 11g R2 (enter) in win 2008 enter the environment. For more, using a single instance of the DSO. NOT A CLUSTER.

    Don't know what to do... my idea was...

    Old server - 10g R1; Win 2003
    install oracle 11g R2 software
    upgrade of databases

    New server - 11g R2; Win 2008; Grid

    What should I do next?

    all comments most welcome...

    Pump configuration data.
    Check first to output dir as data pump always have to run on the server (run as a job) and output must go to a db Server directory.

    sys@MYDB> select * from dba_directories where directory_name = 'DATA_PUMP_DIR';
    

    If no results or the need to go since you won't need a lot of space for a full dump.

    CREATE OR REPLACE DIRECTORY DATA_PUMP_DIR AS '/u01/idontknow/admin/dpdump';
    

    To create a dump to the db from the source I use settings files to run expdp.
    for example

    oracle@server~> expdp parfile=expdp-FULL.par
    

    expdp - FULL.par file contains:

    USERID=system/yourpwd@YOURSID
    FULL=Y
    DIRECTORY=DATA_PUMP_DIR
    DUMPFILE=YOURSID_20101118_full.dmp
    LOGFILE=YOURSID_20101118-expdp.log
    

    This file is created on the source system.
    I move the dump to DATA_PUMP_DIR desitnation of the server
    and using import

    oracle@server~> impdp parfile=impdp-FULL.par
    

    Impdp settings file is similar

    USERID=system/yourpwd@YOURSID
    FULL=Y
    DIRECTORY=DATA_PUMP_DIR
    DUMPFILE=YOURSID_20101118_full.dmp
    LOGFILE=YOURSID_20101118-impdp.log
    

    You can get help from the settings with

    expdp help=y
    impdp help=y
    

    Good luck!

  • Oracle 11 g 2 on WIN 2008 Server R2 on top of Citrix XenServer 5.5

    Hello

    According to the policies of Support Unbreakable Linux to virtualization and emulation:
    "Oracle products are not certified to run on the operating systems on top of Red Hat, Novell SLES or Citrix XenServer Enterprise Edition Xen hypervisors."

    This applies in my case: Oracle 11 g 2 on WIN 2008 Server R2 on top of Citrix XenServer 5.5 (or only if I have a Linux distribution installed on top of Citrix).
    And does that mean exactly?

    That is absolutely right.

    Nicolas.

  • Where is hsodbc.exe on 10g 64 bit!

    Where is hsodbc.exe on 10g 64 bit!

    DB: Oracle 10g release 2

    OS: Windows server 64-bit

    Hello

    HSODBC has never been available on Windows 64-bit platforms.  In any case, HSODBC was desupported since 2008.
    The alternative is to use the 11g database for ODBC (DG4ODBC) bridge that must be installed in a completely separate ORACLE_HOME for the installation of 10.2 and then access it from the RDBMS 10.2 using the links in the database.

    If you have access to My Oracle Support, take a look at this note-

    How to set up DG4ODBC (gateway for ODBC Oracle database) on 64-bit Windows operating systems to connect to Oracle databases Post Install (Doc ID 1266572.1)

    For 64-bit Windows, the latest version is available from My Oracle Support - 11.2.0.4

    -Connect to My Oracle Support

    -Click on "patches and updates".

    -search for patch number 13390677

    -You may need to press the '+' to see the list of platform

    -Scroll down and click on Windows 64-bit

    -on the next screen, click on the option 'download '.

    -the list of download files to choose-

    p13390677_112040_platform_5of7.zip

    -C' is the Gateway media pack and has everything necessary for a stand-alone gateway installation.

    -Unzip the file and run the Setup program and choose the gateway that you want.

    11.2 gateways are certified 10.2.0.4 and 10.2.0.5 RDBMS.

    Kind regards

    Mike

  • R12 cloning Windows 2003 64 bit to 64 bit Windows 2008 R2

    Dear gurus,

    I have a 12.1.3 applications and 11.2.0.2 database running on Windows 2003 * 64-bit *. Now, I have to perform a migration from Windows 2003 to Windows 2008 R2 64-bit. Please confirm if we can directly perform a clone of 2003 64 bit to 2008 R2 64-bit using quick clone?

    Thanks in advance!
    -Khan

    Khan wrote:
    Dear gurus,

    I have a 12.1.3 applications and 11.2.0.2 database running on Windows 2003 * 64-bit *. Now, I have to perform a migration from Windows 2003 to Windows 2008 R2 64-bit. Please confirm if we can directly perform a clone of 2003 64 bit to 2008 R2 64-bit using quick clone?

    Thanks in advance!
    -Khan

    Yes you can.

    FAQ: Cloning Oracle Applications Release 11i [ID 216664.1]--13. Can I clone a version of an operating system to another?
    Documentation fund quick Clone version 11i and 12 [799735.1 ID]
    Migration Oracle E-Business Suite R12 to Microsoft Windows Server 2008 R2 [ID 1188535.1]

    In addition, Oracle E-Business Suite 12.1.3 is not certified Microsoft Windows x 64 (64-bit) 2003 R2 so I don't know how you run on this OS 12.1.3.

    Thank you
    Hussein

  • Satellite A300D-15B with driver Vista 32-bit for Win 2008 possible?

    Hi all

    I have a laptop A300D-15B, and recently I have installed Win 2008 (32 bit) and installed the Vista 32-bit drivers worked like dream. But when I install the card reader (O2) it crashes (blue screen)?

    has any one face this problem?

    any help?

    Thanks in advance

    concerning
    Ganesh

    > But when I install the card reader (O2) it crashes (blue screen)?
    Looks like this Vista driver is not fully compatible with Win 2008 Server and therefore you receive and BSOD

    Seems you have to use this operating system without this special driver

  • Urgent - NAC V 4.8 AD SSO for WIN 2008 64 bit support

    Hi all

    Cisco NAC V 4.8 support AD SSO with WIN 2008 64 bit?, & I want to configure AD SSO in win 2008 64 bit with output KTPass running the command.

    I tried in 32-bit Win 2008, ts works great, but the customer needs to upgrade their ad to win 2008 64 bit. Waiting for your valuable answers.

    Concerning

    Dietsch

    Dietsch,

    It's supported (R2 and Enterprise only!). Check table 7 on this page:

    http://www.Cisco.com/en/us/docs/security/NAC/appliance/support_guide/agntsprt.html#wp66672

    HTH,

    Faisal

  • 10 gr 2 ODBC 64-bit Windows 2008 EE (64-bit) to sql server 2005 (32-bit)

    Hi all, I have a problem with the creation of a 10 g 2 64 bit Windows 2008 ODBC connection to sql server 2005 Windows 2003 32-bit

    1. I create a listener.ora following the 1521 port is for oracle DB and the 1522 is for sql server
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\product\10.2.0\db_1)
    (= Extproc PROGRAM)
    )
    )

    SID_LIST_HSODBC_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = hsodbc)
    (ORACLE_HOME = C:\oracle\product\10.2.0\db_1)
    (PROGRAM = hsodbc)
    )
    )

    HSODBC_LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP (PORT = 1522))(HOST = localhost))
    )
    )

    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC0))
    )
    )

    2. my tnsnames.ora resembles

    PRUEBA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP) (HOST = localhost)(PORT = 1521))
    )
    (CONNECT_DATA =
    (SERVICE_NAME = test)
    )
    )

    HSODBC =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = tcp (PORT = 1522))(HOST=localhost))
    (CONNECT_DATA = (SID = HSODBC))
    (HS = OK)
    )

    3. I created an inithsodbc.ora like that
    HS_FDS_CONNECT_INFO = hsodbc
    HS_FDS_TRACE_LEVEL = 0

    4. I have also set up the dns system and successfully tested.

    5. my link of database look like
    CREATE public DATABASE LINK "hsodbc.
    CONNECT to 'sysdba' IDENTIFIED BY 'masterkey' USING 'hsodbc. "

    6. when I run my select I get the following error
    Select * from dual@hsodbc
    *
    ERROR on line 1:
    ORA-28545: error diagnosed by Net8 when connecting to an agent
    Cannot retrieve the text of the message NETWORK/NCR 65535
    ORA-02063: preceding 2 lines HSODBC

    7. I look and the journal of listener_hsodbc
    April 14, 2011 08:14:49 * (CONNECT_DATA = (SID = HSODBC) (CID = (PROGRAM =) (HOST = DOMAINSERVER\SERVER_PRO)(USER=Administrator))) * (ADDRESS = (PROTOCOL = tcp (PORT = 51749))(HOST=127.0.0.1)) * establish * HSODBC * 12518
    TNS-12518: TNS:listener could not hand off client connection
    AMT-12560: TNS:protocol adapter error
    AMT-00530: Protocol adapter error
    Windows 64-bit error: 2: no such file or directory

    You have defined 2 separate listeners:
    The first is called listener and uses port 1521 which contains the DG4MSQL entry in the SID_LIST_LISTENER. The second listener is called LISTENER_D4GMSQL and is listening on port 1511 - but this listener has no section of SID.

    Your tnsnames.ora contains as port 1511, so when you try to use the link data base based on tnsnames.ora alias dg4msql connection is made to the LISTENER_DG$ MSQL (as this one is listening on 1511). But this listener does not have the SID DG4MSQL and so the connection fails.

    You can now change your configuration by editing the tnsnames.ora file by ensuring that you use the listening port that serves the DG4MSQL SID:

    dg4msql =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = tcp)(HOST=localhost) (PORT = 1521))
    (CONNECT_DATA = (SID = dg4msql))
    (HS = OK)
    )

    # SIDE NOTE: Make sure the LISTENER named listener has been started and serves the SID DG4MSQL

    or by modifying your listener.ora file name change
    SID_LIST_LISTENER to SID_LIST_LISTENER_DG4MSQL
    Afterwards please, STOP and START the utility LISTENER_DG4MSQL lsnrctl listener.

  • Rename the alertlog in Win 2008

    Hello

    in Win 2008, 11g R2
    I try to rename my alertlog in the command line as follows but fails:
    C:\Users\s>rename "L:\oracle\diag\rdbms\MYDB\MYDB\trace\alert_MYDB.log"  "L:\oracle\diag\rdbms\MYDB\MYDB\trace\alert_MYDB_20123105_10405.log"
    
    The syntax of the command is incorrect.
    Any idea?
    Thank you

    CD L:\oracle\diag\rdbms\MYDB\MYDB\trace\
    Rename alert_MYDB.log alert_MYDB_20123105_10405.log

  • Win 2008 x 64 guest OS does not recognize x 64 processor

    My host system is Windows 2003 x 64 standard running on 2 quad intel EM64T processors. I am running VMWare Server 2 (latest version) and reports processors as "Intel (r) Xeon E5405 @ 2.00 GHz - 2 x 4 cores of CPU processors". When I run "VMware-guest64check - 5.5.0 - 18463.exe" he reports "the host is capable of running an operating system to 64 bit comments under this product VMWARE." but when I install Win 2008 x 64 standard after installation when it restarts it comes up with an error indicating "" Info: attempt to load a 64-bit application, however this CPU is not compatible with 64-bit mode. "the message is coming from the boot of Win 2008 Manager but I do not know why." Anyone else know?

    ?:|

    Thank you

    Dwayne

    Welcome to the forums.

    You have Intel virtualization technology setting enabled in the system BIOS?

    You will need to run 64-bit guests.

    Then enter your bios and enable the setting.

    Then turn the system completely so that the settings take effect.

    Then turn on your system a turn to your installation.

    Jase McCarty

    http://www.jasemccarty.com

    Co-author of VMware ESX Essentials in the virtual data center

    (ISBN:1420070274) Auerbach

    Please consider awarding points if this post was helpful or appropriate

  • 10 gR2 on Win 2008 Server

    Hello
    is 10 cerificated gR2 on Win 2008 Server?

    Thank you.

    Yes, it is (but x 64)
    http://www.Oracle.com/technetwork/database/10204-winx64-Vista-Win2K8-082253.html

    Published by: Fran 29 - it is a-2011 05:56

  • use of dll in the mixed in win 2008 application fails, but the same sequences of app in win 2008 r2

    Hello

    Currently we have an application that follows set up, we have a module a [mixed-mode dll] compiled with / CLR Pavilion and we have another module B [native code [exe] which gives access to the module. Application B fails to run on the computer of 2008 victory while the same application runs with errors on a box of win 2008 r2. Its a 32 bit application. The only change that has happened in our env was until recently, we used VS 2008 compilers and so far, the applications ran fine on win 2008 and win 2008 r2 machines. But the application even when it is compiled with VS2010 causes the error to be seen only in a box 2008 victory.

    While trying to identify the issue, I tried to create the sample application that has a dll in mixed mode generated with the/clr option, and the content of the dll is just a global function that is exported by using _declspec (dllexport).

    The other application I wrote uses the .lib, .h and the dll of the module above to call the global function written. When I run the exe of the application fails with the same error. Just to be clear, that the projects are developed using VS2010.

    When I just removed the option/CLR using which is the compiled module the application works fine. Ask you to compile with / CLR, generate a dll in mixed mode is causing problems or if I'm missing some parameters.

    The application even when I came to win 2008 r2 env works fine, I even tried to copy projects to win 2008r2 box and tried to run it and it works fine.

    Please let me know if I could help in this regard or what cud be wrong in the env or if its sth a known issue. Also was wondering if his being caused somewhere in the Ombudsman (thunking).

    Point to note is that control never comes the code I've written, it fails while the modules are loaded even if my observations are correct.

    Here is a log of event viewer when the main application crashed...

    Signature of the problem:
    Problem event name: APPCRASH
    Application name: pscrrun.exe
    Application version: 8.53.0.0
    Application timestamp: 4fcd78fa
    Fault Module name: ntdll.dll
    Fault Module Version: 6.0.6002.18541
    Timestamp of Module error: 4ec3e39f
    Exception code: c0000005
    Exception offset: 00030226
    OS version: 6.0.6002.2.2.0.274.38
    Locale ID: 1033
    Additional information 1: e51a
    More information 2: 4c0d4d78887f76d971d5d00f1f20a433
    3 more information: e51a
    Additional information 4: 4c0d4d78887f76d971d5d00f1f20a433

    psccrun.exe - Application error
    The failed to initialize properly (0xc0000005).

    Thank you

    Kazadi.

    PS: this was already posted in dev/debugger vs MS forum and suggested to post here. [http://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/70da2119-7d82-4742-9441-c922e0660262]

    Hello

    Your question of Windows 2008 is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public. Please post your question in the TechNet Forum. You can follow the link to your question:
    http://social.technet.Microsoft.com/forums/en/winservergen/threads

  • ORA-01017 with managed provider 4.112.3.60.  Bug with the ODP on Win 2008 R2?

    I have some difficulty with the provider to manage and I can't understand what is causing the problem.

    Initially, the managed provider seems to be a drop in replacement for the unmanaged provider.  However, when we moved the code to our test environments, the application started fail with an error 'connection refused '.

    Our dev machines are 64 bit Win 7 and Win 2008 R2 our test machines.  The DEV machines do not have problems connecting to the database with the same connection used in the test environment string.  I can connect to the database using sql more with the connection string used in the application.

    I'm at a loss on how to trouble shoot this.

    Thank you.

    Jon

    I think I know what is happening here. It looks like the algorithm AES is used to encrypt the password when connecting to the database. The implementation of the AES in .NET is NOT FIPS compatible, which causes problems in the public sector (I noticed you were in the Government, as I am). The only way that I was able to work around this problem was put off from the application of the strategies of FIPS (http://msdn.microsoft.com/en-us/library/hh202806.aspx.) The joys of security...

  • We win 2008 r2 server, recently wereplaced the motherboard. activating windows asks now 27 days to credit.

    We win 2008 r2 server, recently wereplaced the motherboard. activating windows asks now 27 days to credit.

    Hello

    Versions of Windows Server are supported on the following forum. Please ask your question on the following link.

    Windows Server 2008 R2 General:

    http://social.technet.Microsoft.com/forums/en-us/winservergen/threads

    Concerning

Maybe you are looking for

  • How to change the network administrator, computer dell laptop, HP officejet 4500 printer?

    Trying to set up wireless printer, after installation successful, received the message; I'm not allowed to make changes... see network admin?

  • Recycling Bin recovery

    Hi, I have some how no idea deleted my recycling bin. I tried right click and go to the personalization page to collect the bin so she came back. What should I do next?

  • Cannot open HTML files

    Former title: can't open html files by double-clicking after Windows update Hello After today update Windows I can't open html files in my browser (SeaMonkey) by double-clicking on it in Windows Explorer. Nothing happens when I double click on it. .h

  • Default ASA code signing certificate has expired

    Hello. I get a certificate warning expired with different versions and ASA models when you use SSL VPN. When I look at the certificate (see file attachment), it shows that it is own Cisco certificate acquired code signing from Thawte. Everyone has no

  • Sony vgn-fz21s driver problem

    Hi, can someone help I have updated my laptop sony vaio vgn-fz21s Windows 7 now I can't find my motion eye driver & I can not connect my laptop to my tv, I updated to vista