Upgrade 10.2.4.0 database from 32bit (Windows 2003 os ) to 64 bit (windows)

we upgrade 10.2.4.0 database from 32bit (Windows 2003 os ) to 64 bit (windows).
the steps:
1. Install 10g server and client in 64 bit server and run patch set.
2. Restore rman db backup (from 32bit machine ) to 64bit server. Migrate database in new server.
3. setup EM db console in new server.
emca -config dbcontrol db -repos create
Step 1 and 2 work fine.
Step 3 has problem with emca:
java.io.IOException: The handle is invalid
at java.io.FileInputStream.close0(Native Method)
Enterprise Manager configuration completed successfully
at java.io.FileInputStream.close(FileInputStream.java:245)
at sun.nio.cs.StreamDecoder$CharsetSD.implClose(StreamDecoder.java:505)
FINISHED EMCA at Jul 1, 2010 9:33:06 AM at sun.nio.cs.StreamDecoder.close(Stream
Decoder.java:198)
at java.io.InputStreamReader.close(InputStreamReader.java:187)
at java.io.BufferedReader.close(BufferedReader.java:502)
at oracle.sysman.assistants.util.sqlEngine.SQLEngine$ErrorStreamReader.r
un(SQLEngine.java:2406)
at java.lang.Thread.run(Thread.java:595)
After setup DB console, we can access DB console with https://localhost:1158/em,
but can not access from https://machinename:1158/em
Thanks,

It is offensive that you have posted the exact same question multiple times in a matter of minutes.
Please go back and edit all but one of them so the subject reads "Please Ignore."
I am ignoring this thread and all others until you clean it up. We are volunteers and do not appreciate having our time wasted by reading the same request from the same person multiple times while trying to help people that need help.
Thank you.

Similar Messages

  • Step By Step Upgrade Oracle E-Business suite database from 11.2.0.3 to 11.2.0.4

    Dears,
    please need help in upgrade Oracle E-Business R12.1 DataBase from 11.2.0.3 to 11.2.0.4 in details:
    my environment is:
    Operating System : Oracle Solaris Sparc 10.8 X64
    Oracle Applications : R12.1.3
    Thanks
    Osama Mohamed
    Hussein Sawwan-Oracle

    Hi,
    In addition to all above notes also refer my blogpost for using 11gR2 database in EBS R12.1,
    All steps will be similar and you may need to apply some additional pre-requisites RDBMS patches.
    Oracle 11gR2 database upgrade in Apps R12.1.1 | Apps DBA Workshop
    thanks,
    X A H E E R

  • Upgrade FIM 2010 R2 Sp1 Databases from SQL 2008 R2 to SQL 2012

    Hi,
    I want to upgrade my SQL from 2008 R2 to SQL 2012.
    FIM Databases   
    1) FIMService Database 
    2) FIMSynchronizationService Database 
    Mentioned above are my FIM databases running on SQL server 2008 R2 . Now I was looking for some article which could tell me if SQL can be upgraded without affecting my existing databases of FIM or if i can move these databases to a new server having SQL
    2012
    Activity I want to perform :  Create a fresh  Server of SQL 2012 and move my FIM 2010 databases over it by restoring the backups. but as per the link below it seems not possible!
    http://social.technet.microsoft.com/wiki/contents/articles/5465.fimilm-how-to-move-the-backend-sql-server-synchronization-service-database.aspx

    Hi Shivam,
    Please take a look here: Release Notes for Forefront Identity Manager 2010 R2 SP1.
    In the table you have tasks to upgrade SQL for FIMService and FIMSych.
    FIM Service:
    Upgrade FIM Service servers to FIM 2010 R2 SP1
    Stop FIM Service on all servers
    Backup Database [in case rollback needed]
    Upgrade SQL to SQL Server 2012
    Start FIM Service on all servers
    FIM Synch:
    Upgrade FIM Sync to FIM 2010 R2 SP1
    Stop FIM Sync
    Backup Database [in case rollback needed]
    Upgrade SQL to SQL Server 2012
    Start FIM Sync
    If you are not making in-place upgrade, I would do something like here:
    Stop FIM Services
    Backup the databases at SQL 2008
    Restore backed up databases on SQL 2012
    Make sure SQL Agent Jobs are moved (FIMService)
    Make sure Broker is enabled on FIMService database
    On FIM machines create SQL alias using cliconfg utility. Alias should have the name of "old(sql2008) SQL" and point to new name/instance.
    Start FIM Services - they would use "old" name to connect, but it would be translated to new location. So they would start.
    If you found my post helpful, please give it a Helpful vote. If it answered your question, remember to mark it as an Answer.

  • Connecting to 64bit database from 32bit system

    Hi everyone. I'm going to install 64bit oracle 11g on new machine and move the whole database (which is now on oracle xe running under 32bit windows) onto it. So the question is: did anyone experience any problems while connecting with JDBC Thin to 64bit oracle from 32bit system ? Thanks in advance for answers and any suggestions.

    strannik wrote:
    did anyone experience any problems while connecting with JDBC Thin to 64bit oracle from 32bit system ? Testing it would obviously be a good idea.
    Myself the only problems I would expect would be in correctly setting up the database itself.

  • Create a database from 32bit rman backup with NEW name on a 64bit system

    Hello,
    i'm more programmer than database admin but i need to set up a 10gR2 apex development server based on our productive instance in a short time.
    For that i want to use a rman backup of the productive machine (SLES 10 32bit, DB10GR2+ASM, APEX 3.1).
    Because of the less time i got, i want to use an existing machine (SLES 11 64bit, DB10GR2+ASM) as destination.
    On this machine i want to create a new instance from the backup i took. I Already read note 881395.1 but i'm quite unsure about 2 things
    a) It's VERY IMPORTANT that the development instance has another name than the productive instance.
    When i follow 881395.1 and set the enviromental variable ORACLE_SID to another new name. Will this be all? Or will there be problems using another SID because of references in the controlfile or sth. like that?
    b) It's VERY IMPORTANT that the datafiles aren't stored in the same path and with the same names as the productive instance. It is another server but there is already a copy of the database (our dba tried to set up a standby solution on this machine) and i don't want to bother this!
    How can i rename the datafiles before restoring the backup from scatch?
    I found this: set newname for datafile 1 to '<filesystem based filename>';
    Will this help? Do i need to rename every single file? Or is it possible to set a path in which all datafiles will be restored?
    c) What about the 32bit to 64 bit thing? Will this work? Or do i need to convert the database? How? RMAN Convert?
    Or could RMAN convert anyhow used to realize the whole thing?
    Thank you very much for your support!
    Regards
    Daniel

    Hello,
    i'm more programmer than database admin but i need to set up a 10gR2 apex development server based on our productive instance in a short time.
    For that i want to use a rman backup of the productive machine (SLES 10 32bit, DB10GR2+ASM, APEX 3.1).
    Because of the less time i got, i want to use an existing machine (SLES 11 64bit, DB10GR2+ASM) as destination.
    On this machine i want to create a new instance from the backup i took. I Already read note 881395.1 but i'm quite unsure about 2 things
    a) It's VERY IMPORTANT that the development instance has another name than the productive instance.
    When i follow 881395.1 and set the enviromental variable ORACLE_SID to another new name. Will this be all? Or will there be problems using another SID because of references in the controlfile or sth. like that?
    b) It's VERY IMPORTANT that the datafiles aren't stored in the same path and with the same names as the productive instance. It is another server but there is already a copy of the database (our dba tried to set up a standby solution on this machine) and i don't want to bother this!
    How can i rename the datafiles before restoring the backup from scatch?
    I found this: set newname for datafile 1 to '<filesystem based filename>';
    Will this help? Do i need to rename every single file? Or is it possible to set a path in which all datafiles will be restored?
    c) What about the 32bit to 64 bit thing? Will this work? Or do i need to convert the database? How? RMAN Convert?
    Or could RMAN convert anyhow used to realize the whole thing?
    Thank you very much for your support!
    Regards
    Daniel

  • Content Server 7.5.2 upgrade to use Oracle 10g database from MS SQL

    Customer is currently on Content Sever 7.5.2 (Unicode) running with a Microsoft SQL Database. They want to
    change to an Oracle database. During a new installation we would specify
    Content Server with the Unicode Option and select the oracle database option.
    We are now post installation (18 months) and the want to switch over to use an
    Oracle database.
    Can someone please provide instructions for doing this from MS SQL to
    Oracle 10gR2 (patched up to 10.2.0.4) with the Unicode option (nvarchar2
    (Unicode) vs varchar2 (non-Unicode)).
    I have submitted an SR (7517840.994) for this and they indicated I need to post a message.
    Thank you
    Steve Brault

    Hi Steve,
    I am just summarizing the requirement you are having . Correct me if I am wrong
    You have a CS 7.5.2 running on MS-SQL. You want to migrate to CS 10gR3 running on a Oracle DB ? Or is it that you want to migrate only to a new database which is oracle DB?
    For the first case what you need to do is to export all your contents through the archiver for CS 752 and all your configurations and metadata through Config Migration Utility. Then install a new CS instance running on oracle Db and import the Config Migration Bundle and then all the contents through the archiver.
    For the second case you will have to take a backup of the data on the DB and also the DDL's of the Tables that are created apart from the normal content installation. Then you will have to run these DDL's on the Oracle DB (after changing the syntax) and make sure that on both DB instances all the table structures are identical.
    Then you will have to load the data exported from MS-sql to Oracle DB. The export ca be done to a excel so that the same can be loaded on the oracle DB.
    Before this you will have make the changes in the config.cfg for the CS and that is as follows :
    #Database Variables
    JdbcDriver=oracle.jdbc.OracleDriver
    JdbcConnectionString=jdbc:oracle:thin:@ecmtest.idc.oracle.com:1521:orcl
    JdbcUser=testsr2
    JdbcPassword=NsFKKQ0iRkKzvq+iDoXSDDqY2y1EgQhmRr7J3mDyvQQ=
    JdbcPasswordEncoding=Intradoc
    DatabasePreserveCase=1
    Your config.cfg should have entries like this for Oracle DB. You will have to change the JdbcDriver,JdbcConnectionString,JdbcUser,JdbcPassword,JdbcPasswordEncoding
    JdbcPasswordEncoding need to be changed to ClearText first so that you can put the password in normal language.
    Hope this helps
    Thanks
    Srinath

  • HT1420 If I upgrade from an x86 bit Windows 7 to a x64 bit Windows 7, will I have to authorize the same computer again?

    I am thinking about upgrading my computer because to get the full gaming experience I need the x64 bit. But I do not want to have to deauthorize or authorize anymore. So do I have to? Help would be greatly appreciated. Thank You!

    It would be best to deauthorize prior to the update of your system, and then reauthorize afterwards.

  • Maintenance Wizard - Upgrading 11i database from 9206 to 10203.

    We are utilizing the maintenance wizard to help map out our plan for upgrading an 11i EBusiness Suite database from 9206 to 10203. The 10203 software was installed in a new oracle home. I have the following questions:
    1.) At what point does the maintenance wizard have you generate the appsutil directory under the new 10203 oracle home?
    2.) After "Perform Database upgrade steps" the section "Perform Post Database Upgrade Steps" requires the environment file to exist in the new ORACLE_HOME. However, it does not exist because the appsutil directory does not exist and autoconfig has not been run to lay down the directory structure. Should the environment file be copied from the old Oracle Home and manually modified at this point?

    I should add another question related to this subject:
    Could anybody explain how is MW taking care of the Database upgrade from 9206 to 10203 ? For me i see this step in MW just as a step which must be done manually. Is that correct ?
    Thanks,
    Paul

  • What is the best way to copy database from overseas?

    Hello All,
    As customer need to migrate their databases(200 databases) to our data center, at this moment, we usually ask customer to send full backup by HDD and then send trn files via FTP, then we restore full backup and apply latest trn files until cutover. However
    FTP is not stable, trn files are always broken.
    The databases size are 3GB~150GB, trn file size are 1MB to 5GB, especially the big trn files are failed every time, we have set transfer mode to Binary in FTP client, but it still fails.
    I have VPN access to their database server, so in this case is there a better way to copy/migrate their databases to our server?
    Customer using Windows 2003 + SqlServer 2008
    We using Windows 2012 R2 + SqlServer 2014
    Appreciate your suggestions/advises.
    Thanks,
    Albert

    You are doing it the best way. I would also ship the tlogs via courier if time permits. Note that the tlogs get very large during maintenance operations. You may find that if you continually ship the tlogs via log shipping and stagger the cutover you may
    be able to do this in waves.
    With this many databases this sort of migration is difficult without downtime.
    looking for a book on SQL Server 2008 Administration?
    http://www.amazon.com/Microsoft-Server-2008-Management-Administration/dp/067233044X looking for a book on SQL Server 2008 Full-Text Search?
    http://www.amazon.com/Pro-Full-Text-Search-Server-2008/dp/1430215941

  • Application Server on Windows 2003 - 32bit / 64bit queries

    Hi
    We have a 10g forms application that we wish to deploy on 64bit AMD opteron architecture machines.
    We need to deploy on Windows 2003 Server.
    From Metalink, I understand that Infrastructure Installation is not supported on the 64bit version of Windows, which means deploying on 32bit Windows 2003 installed on the Opteron.
    This leads me to two questions:
    1) Has anyone experienced any significant platform specific issues with running Application Server on 32bit Windows 2003 on a 64 bit Opteron platform (over and above 32bit OS on a 32bit platform)?
    2) 32bit processes are limited to a maximum of 4Gb address space. I understand that the Forms Server on Windows uses a single process with multiple threads to service forms sessions. Does this mean that an individual forms server may only service clients up to a 4Gb (or lower?) memory limit regardless of the Physical memory installed on the box? Or is it possible to configure multiple forms processes within a single Forms server to make use of more physical memory?
    Thanks
    Steve

    Hi,
    I have to install OAS 10g R2 (infrastructure, midtier) on my local machine
    no database needed, which steps to follow to ensure that my installation was a success
    i was asked to do this in 3 days
    Thanks,
    Begoña.

  • Error while migrating from ms access 2003 db to oracle 10g in sqldeveloper

    Hello,
    i am working on migration project from MS access 2003 to Oracle 10g on windows XP sp2 plateform using SQL developer.
    it went quit smoothly till the "capture microsoft access" .so in this step the sql developer opens the access db in background... but while opening the file in background it gives error
    Object library not registered i tried many workaround but of no use..
    anybody's help in this regard would be well appreciated.
    thanks.

    Hi,
    Did you follow all the steps in the SQL*Developer documentation about preparing the Access database for migration -
    Oracle® SQL Developer User’s Guide Release 3.0 -
    2.2.4.3 Before Migrating From Microsoft Access
    and -
    Oracle® SQL Developer Supplementary Information for Microsoft Access Migrations Release 3.0
    2.4 Preparing the Microsoft Access Database for Capture
    The error also indicates there may be a problem with your Access installation so could you check that everything is okay with that ? I have found references that indicate a re-install of Office/Access will prevent the error.
    Regards,
    Mike

  • 32bit client on windows 2003 server R2 64bit running oracle 10g release 2

    Hello,
    could you please help me ?
    I have a windows 2003 r2 sp2 64 bit server on witch oracle 10g release 2 64 bit is installed.
    So far no issue.
    I need to have a 32bit client installed on the same server to be able to run some applications on the server, but my applications won't start telling me that TNS could not resolve the connect identifier specified.
    my tnsnames.ora seem correct both in the db_1\network\admin directory and in client_1db_1\network\admin directory.
    both Sqlplus(client_1 10.2.0.1 and db_1 10.2.0.3) return a connection.
    I don't know where the problem could be coming from
    Thanks a lot
    Fred

    897790 wrote:
    Hello,
    could you please help me ?
    I have a windows 2003 r2 sp2 64 bit server on witch oracle 10g release 2 64 bit is installed.
    So far no issue.
    I need to have a 32bit client installed on the same server to be able to run some applications on the server, but my applications won't start telling me that TNS could not resolve the connect identifier specified.
    my tnsnames.ora seem correct both in the db_1\network\admin directory and in client_1db_1\network\admin directory.
    both Sqlplus(client_1 10.2.0.1 and db_1 10.2.0.3) return a connection.
    I don't know where the problem could be coming from
    Thanks a lot
    Fred
    THANKS! for NOT supplying actual error code & message
    ORA-12154?
    I don't know what you have.
    I don't know what you do.
    I don't know what you see.
    It is really, Really, REALLY difficult to fix a problem that can not be seen.
    use COPY & PASTE so we can see what you do & how Oracle responds.

  • MDT 2012 to Migrate from Windows 2003 32 Bit to Windows 2012 R2 64 Bit

    I have used MDT for so long however only for client OS upgrade - XP to Windows 7/8.
    We wish to use MDT to migrate from Windows 2003 32 Bit to Windows 2012 R2 64 Bit. All servers are virtual on HyperV or VMWare - plan is to use USMT hardlink Migration.
    Is this supported? Has anyone used this for server migration?
    Regards, Vik Singh "If this thread answered your question, please click on "Mark as Answer"

    Thanks Keith for your reply.
    Even is USMT does not work, we are ok. SMIGdeploy will be helpful.
    Basically, want MDT to run some scripts on the Windows 2003 server, post which install Windows 2012 and join it to the existing domain with the same computer name.
    Then hydration kit to help with the installation of features etc. Also, we would like to take a complete backup to a WIM before migrating.
    I am sure this is workable.
    Regards, Vik Singh "If this thread answered your question, please click on "Mark as Answer"

  • Logon failure after upgrade Windows 2003 domain functional level and schema

    Before upgrade:
    Windows 2003 Std server: Domain functional level 2000, Schema verion 30
    Crystal Report XI R2: Authentication: Windows AD
    Logon OK.
    After Upgrade:
    Windows 2003 Std + Windows 2008: Domain functional level 2003, Schema verion 44
    Crystal Report XI R2: Authentication: Windows AD
    Logon Error: An error has occurred: java.lan.NullPointerException
    Is it a Tomcat problem?  OR Java runtime problem?  OR XI R2 problem?
    Anyone can help to fix it!?  Thanks!!

    OK, I try again in the testing lab and simplify the combination.  We only consider Windows 2003 ONLY.
    Before AD upgrade:
    AD/Domain Controller: Windows 2003 Std server: Domain functional level 2000, Schema verion 30
    Crystal Report XI R2: run on Windows 2003 memeber server
    Operating OS: Windows XP/Vista/7: Authentication: Windows AD
    Logon OK.
    Upgrade cmbination 1
    Step 1:
    Upgrade Domain controller: Windows 2003 to Windows 2003 R2 (Domain functional level 2000, Schema verion 31 )
    Crystal Report XI R2: run on Windows 2003 memeber server
    Operating OS: Windows XP/Vista/7: Authentication: Windows AD
    Logon OK.
    Step 2:
    Upgrade Domain Functional Level: Windows 2003 R2 (Domain functional level 2003, Schema verion 31)
    Crystal Report XI R2: run on Windows 2003 memeber server
    Operating OS: Windows XP/Vista/7: Authentication: Windows AD
    Logon Fail
    Logon Error: An error has occurred: java.lan.NullPointerException
    Upgrade combination 2
    Direct upgrade Domain Functional Level: Windows 2003 (Domain functional level 2003, Schema verion 30)
    Crystal Report XI R2: run on Windows 2003 memeber server
    Operating OS: Windows XP/Vista/7: Authentication: Windows AD
    Logon Fail
    Logon Error: An error has occurred: java.lan.NullPointerException
    In this testing, we can conclude that the Domain Functional Level upgrade from 2000 to 2003. The MI logon will fail.
    Q1. Crystal Report XI R2 cannot run on Windows 2003 server (Domain Functional Level: 2003)?
    Q2. If Crystal Report XI R2 can run on Domain Functional Leve: 2003, how to fix our problem?
    Do you have any idea to help us?  Thanks!
    Edited by: Initiator on Jul 20, 2010 6:22 AM

  • Upgrade from 10.2.0.1 32bit to 10.2.0.4 64bit windows

    This scenario i have planned to make an attempt of my own..
    1) Plan to Migrate existing database from ( 10.2.0.1 ) 32bit to (10.2.0.4) 64bit database
    2)Existing DB is No archive mode,
    3)OS windows server 2003 Enterprise sp 2(32 bit)
    Migrate DB config
    1)Os windows server 2008 Enterprise 64 bit
    I need help from oracle gurus!!! how to migrate existing DB Upgrade from 10.2.0.1 32bit to 10.2.0.4 64bit windows
    1)how to take backup?
    2)how to upgrade oracle version?
    3)proper step to follow completed this task successful
    For database migration and upgrade activity...
    share your suggestions please
    Regards,
    Venk@t

    How big is the database ? How much downtime can you afford ? One option is to install 10.2.0.1 on the target, apply the 10.2.0.4 patch, create an empty instance on target, then export the database from the source and import into target.
    Pl be aware that 10.2.0.1 thru 10.2.0.4 are on sustaining support and 10.2.0.5 is on extended support (if you have paid the extended support fees). Why not upgrade to 11gR2 ?
    HTH
    Srini

Maybe you are looking for

  • Problem in Sender File Adapter using FCC with Variable structure

    Hi Experts, Hi Experts, I have facing an issues while using FCC in Sender File adapter. Below are the configs for the same:- Recordset structure required is ==HEADER,1,DATA,*,TRAILER,1 Recordset per message == * Key Field Name == Key (Sorry i dont kn

  • Service contract from outline agreements

    Hi MM gurus, my requirement is tht i should send a Machine for repair to an outside vendor..the requirement is triggered from PM-Order.. i should make a contract with tht vendor say for a valu of 10000/-..could anyone suggests me hw can i map this,,,

  • How to Crop with AviSynth

    Hello, brothers..! I have been studying and following Bellune's incredible tutorials as I try to turn my HD video into a high quality SD production. So far, the tutorial is amazing, and I couldn't live without it. I'm using AviSynth scripts through V

  • Trouble with presence visible/hidden script

    This is my first post on this forum. I have tried to figure this out on my own, but no solution. I am creating a PDF with LiveCycle Designer ES v 8.2. and trying to a show state dropdown list if US is selected and province dropdown list if Canada is

  • When will ipod touch 5 be available in market?

    When will ipod touch 5 be available in market?