Moving from 32 bit Linux to 64 bit Windows version on database standard edition

hi,
when migrating from  32 bit Linux to 64 bit Windows version on database standard edition, is there a server media needed?
if yes, can you give me more details on what it consists of?
thank you,
Cami

977689 wrote:
hi,
when migrating from  32 bit Linux to 64 bit Windows version on database standard edition, is there a server media needed?
if yes, can you give me more details on what it consists of?
thank you,
Cami
post results from SQL below that is run against the Oracle DB installed on Windows 64-bit OS
SELECT * FROM V$VERSION;

Similar Messages

  • Web Service Client(Console App) not working on Windows Server 2008 R2 Standard Edition

    I am trying to consume an ASMX Web Service in a console app, its working fine in Windows 7,Windows Server 2012 Standard,Windows Server 2008 R2 DataCenter,Windows Server 2008 R2 Enterprise, But its not working in Windows Server 2008 R2 Standard Edition which
    is the deployment server.
    I tried consuming the ASMX web service using Web Reference and Service Reference as well but its not helping. Its throwing up the following error,
    Message:There is an error in XML document (1, 331491).
    Inner Exception : System.Xml.XmlException: '.', hexadecimal value 0x00, is an invalid character. Line 1, position 331491.
    The scenario is that i call the web service and it returns me an XML i am not able to receive the XML on Windows Server 2008 R2 Standard Edition.
    Please provide suggestions on this I need to resolve this ASAP.

    Hi,
    This question is better asked here:
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=asmxandxml
    Experts here are more familiar about it and they can give you more efficient suggestion.
    Thank you.

  • MS SQL Server 2008 R2 Enterprise Edition on Windows Server 2008 R2 Standard Edition

    Hello Team, 
    Is there any issue/conflicts/limitationn to install MS SQL Server 2008 R2 Enterprise Edition on Windows Server 2008 R2 Standard Edition. 
    OR their is nothing to worry about it I guess their is memory limitation between both of them. Please suggest
     Regards
    Naveed Amir

    Hi,
    Here you can find the officially Hardware and Software Requirements for SQL Server 2008 R2:
    http://msdn.microsoft.com/en-us/library/ms143506(v=sql.105).aspx
    There should be NO problem as much as I know if the basic limitation fit you (as shanky mentioned).
    I had (an clients still have) several servers with Windows Server 2008 R2 Standard & SQL
    Server 2008 R2 Enterprise and Standard with no problem (today I have one old developing server with this exact installations work great for several years).
    [Personal Site] [Blog] [Facebook]

  • What do you recommend to resize a partition on Windows Server 2003 R2 Standard Edition SP2?

    I am running Windows Server 2003 R2 Standard Edition SP2 and only have 2.74GB of hard drive space left on a 11.9 GB hard drive.  My D:\ drive has 37.5GB of free space left on a 124GB Hard drive.  I would like to know what software is
    recommended to repartition drive size or another way to repartition drive.
    Thanks 

    You just need to shrink partition D and get some unallocated space, and then you can extend the system drive with the Unallocated space. There is no need to delete or format partitions.
    The most important is guarantee data security. I have such experience resizing partitions.
    The partition tool required reboot to  process, after a while power off in my office, I know the Server must be damaged. Later, when I turn it on, I cannot believe, it continue to process and reboot to desktop several minutes later. What a lucky man.
    A guide I've bookmarked
    how to resize windows 2003 server partitions

  • 10g migration from 32 bit linux to 64 bit-synchronizing appsutil

    I am currently attempting to migrate my TEST instance from a 32 bit Linux server to a 64 bit Linux server. In a nutshell, I have prepared the new 64 bit Linux host for running the Oracle database. I have also already run adpreclone.pl on source instance apps and db tiers. I am following a number of documents, mostly from Oracle but a few from different blogs.
    In following http://levicorp.com/2010/04/08/migration-oracle-10g-db-from-linux-32bit-to-linux-64bit/
    I will list the first 5 steps. I am stuck on step 5.
    The steps are :
    1. Backup source datafile of the database.
    2. Copy the backup datafile to destination server.
    3. Install the Oracle Software in destination server.
    4. Install patchset 10.2.0.4.0 for Linux 64 bit (Patch# 6810189)
    5. Do Cloning database, create control file
    The new 64 bit Linux server has the 10g database software only. So, on the target server I looked to run adcfgclone.pl , but I noticed that in the new $ORACLE_HOME there was no appsutil folder. What I did next was copy that directory from the source database server over to the target server. I have been unable to run adcfgclone.pl on target server against the db tier. Fails with:
    java.lang.NullPointerException
         at java.util.Hashtable.put(Unknown Source)
         at oracle.apps.ad.clone.util.CloneCleanser.doMigrate(CloneCleanser.java:98)
         at oracle.apps.ad.context.CloneContext.doClone(CloneContext.java:710)
         at oracle.apps.ad.context.CloneContext.main(CloneContext.java:5093)
    RC-50004: Error occurred in CloneContext:
    So I can't help but wonder, was even supposed to do that - copy from one server to another? Is the appsutil directory and its contents somewhat custom relative to the host it's on?

    Please post the details of the application release, database version and OS.
    Are you migrating the database only?
    If this is an EBS database then the supported ways are using export/import of transportable tablespaces.
    If you are on 11i with 10gR2 database please refer to:
    10g Release 2 Export/Import Process for Oracle Applications Release 11i [ID 362205.1]
    Cross Platform Transportable Tablespaces on 11i with 10gR2 [ID 454574.1]
    If you are on R12 with 10gR2 database please refer to:
    Export/Import Process for Oracle E-Business Suite Release 12 using 10gR2 [ID 454616.1]
    Using Transportable Database to migrate E-Business Suite R12 Using Oracle Database 10gR2 or 11g [ID 734763.1]
    Migrating Oracle E-Business Suite R12 from Linux 32-bit to Linux 64-bit [ID 471566.1]
    Thanks,
    Hussein

  • Expdp from HPUX and them impdp in Windows.  Both database are 10204

    Hi,
    Can I do expdp from HPUX and then impdp to Windows. Both are running on 10.2.0.4. Please let me know if I need to what I need to specify in the expdp and impd to make this happen. Thank you in advance.

    if you set up a database link in the source HP-UX database to the target Windows database, you don't need to export the database and you can use
    impdp network_link=<name of the database link> see http://www.techrepublic.com/article/import-data-via-a-network-link-in-oracle-10g/6132883
    If you don't want to do that, yes, export is platform neutral. However if you use ftp to transfer the export from one database to another, this should be done in binary mode.
    Sybrand Bakker
    Senior Oracle DBA

  • Windows server 2008 R2 Standard Edition

    Dear Team,
    I am having server 2008 R2 standard edition. The Server is getting shut down and showing error in event viewer
    "Windows Kernel event ID 41 error "The system has rebooted without cleanly shutting down first"
    Please reply on this asap to resolve the issue.

    Hi,
    unfortunately it is impossible to trace the cause if an improper shutdown from just the event (title).
    Check this related kb article:
    http://support.microsoft.com/kb/2028504
    Please post back if you need further assistance in troubleshooting or consider opening a support case with Microsoft in case you want Microsoft to fix this for you.
    MCP/MCSA/MCTS/MCITP

  • Windows server 2008 r2 standard edition 64bit VPS

    Hello all,
    I am running a Windows 2008 r2 standard edition VPS and lately I am encountering crash issues. 
    After i checked the logs I found out the following events on System logs.
    Event id 41 Kernel-Power
    System
    Provider
    [ Name]
    Microsoft-Windows-Kernel-Power
    [ Guid]
    {331C3B3A-2005-44C2-AC5E-77220C37D6B4}
    EventID
    41
    Version
    2
    Level
    1
    Task
    63
    Opcode
    0
    Keywords
    0x8000000000000002
    TimeCreated
    [ SystemTime]
    2015-01-18T07:22:40.264000000Z
    EventRecordID
    69838
    Correlation
    Execution
    [ ProcessID]
    4
    [ ThreadID]
    8
    Channel
    System
    Computer
    vmi29841
    Security
    [ UserID]
    S-1-5-18
    EventData
    BugcheckCode
    257
    BugcheckParameter1
    0x21
    BugcheckParameter2
    0x0
    BugcheckParameter3
    0xfffff88001fb0180
    BugcheckParameter4
    0x5
    SleepInProgress
    false
    PowerButtonTimestamp
    0
    Event id 1001 Bugcheck
    System
    Provider
    [ Name]
    Microsoft-Windows-WER-SystemErrorReporting
    [ Guid]
    {ABCE23E7-DE45-4366-8631-84FA6C525952}
    [ EventSourceName]
    BugCheck
    EventID
    1001
    [ Qualifiers]
    16384
    Version
    0
    Level
    2
    Task
    0
    Opcode
    0
    Keywords
    0x80000000000000
    TimeCreated
    [ SystemTime]
    2015-01-18T07:23:07.000000000Z
    EventRecordID
    69837
    Correlation
    Execution
    [ ProcessID]
    0
    [ ThreadID]
    0
    Channel
    System
    Computer
    VMI29841
    Security
    EventData
    param1
    0x00000101 (0x0000000000000021, 0x0000000000000000, 0xfffff88001fb0180, 0x0000000000000005)
    param2
    C:\Windows\MEMORY.DMP
    param3
    011815-36020-01
    Event id 6008, Event log
    System
    Provider
    [ Name]
    EventLog
    EventID
    6008
    [ Qualifiers]
    32768
    Level
    2
    Task
    0
    Keywords
    0x80000000000000
    TimeCreated
    [ SystemTime]
    2015-01-18T07:23:07.000000000Z
    EventRecordID
    69833
    Channel
    System
    Computer
    vmi29841
    Security
    EventData
    8:17:02 AM
    ‎1/‎18/‎2015
    131232
    DF070100000012000800110002008700DF0701000000120007001100020087003C0000003C000000000000000000000000000000000000000100000001050000
    These are the events reported just after the crash reboot.
    The hardware is: 
    CPU: Intel Core i7 9xx (Nehalem Class Core i7) @ 3.2 GHz
    RAM: 30 GB
    Storage: Red Hat VirtIO SCSI Disk Device
    I do not know what may cause these errors. I contacted the VPS vendor support and they told me that at the same server of my virtual machine there is another virtual machine which is running
    smoothly, so according to them there is something with my vm.  Please help me.
    Alex Bedini

    It is here:
    param1 0x00000101 (0x0000000000000021, 0x0000000000000000, 0xfffff88001fb0180, 0x0000000000000005)
    param2 C:\Windows\MEMORY.DMP
    param3
    011815-36020-01
    You can get more details if you read the dump file (C:\Windows\MEMORY.DMP). Here is how you can do it: http://support.microsoft.com/kb/315263/en-gb
    param1
    0x00000101 (0x0000000000000021, 0x0000000000000000, 0xfffff88001fb0180, 0x0000000000000005)
    param2
    C:\Windows\MEMORY.DMP
    param3
    011815-36020-01
    param1
    0x00000101 (0x0000000000000021, 0x0000000000000000, 0xfffff88001fb0180, 0x0000000000000005)
    param2
    C:\Windows\MEMORY.DMP
    param3
    011815-36020-01
    param1
    0x00000101 (0x0000000000000021, 0x0000000000000000, 0xfffff88001fb0180, 0x0000000000000005)
    param2
    C:\Windows\MEMORY.DMP
    param3
    011815-36020-01
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • Can I install OEM 12c 32-bit Linux on 64-bit Linux OS?

    I've downloaded the 32-bit version and started the install. I get the following error message and I'm wondering whether its a 32-bit/64-bit library issue. Any ideas?:
    INFO: Start output from spawned process:
    INFO: ----------------------------------
    INFO:
    INFO: /export/home/middleware/oms/bin/genclntsh
    INFO: /usr/bin/ld: skipping incompatible /export/home/middleware/oms/lib/libxml11.a when searching for -lxml11
    /usr/bin/ld: cannot find -lxml11
    INFO: collect2: ld returned 1 exit status
    INFO: genclntsh: Failed to link libclntsh.so.11.1
    INFO: make: *** [client_sharedlib] Error 1

    The prereq checks at the top of the install should have reported the OS mis-match. Did you ignore the warning?

  • Moving from FlexBuilder Beta 3 to the Release Version

    Hi All,
    I have installed the release version of FlexBuilder 2.0 and
    the app that I was testing in Beta 3 gives all kind of errors:
    ex:
    headerHeight = measureHeaderText().height + HEADER_PADDING;
    gives te error: 1120: Access of undefined property
    HEADER_PADDING.
    <mx:Model id="registeredUser">
    <firstname>{this.firstname.text}</firstname>
    <email>{this.email.text}</email>
    <password>{this.password.text}</password>
    <confirmPassword>{this.confirmPassword.text}</confirmPassword>
    </mx:Model>
    gives: Only one root tag is allowed.
    The same code works fine in Beta 3
    Thanks

    hi
    i think u just read migration to get solution
    u can find this doc in
    flex.org site
    bye

  • Windows server 2008 R2 Standard edition time server problem: The computer did not resync because no time data was available.

    Hello,
    I'm trying to get my 2008 R2 server (physical server) to synch with an external time server. I've read other threads on the topic but have not found a solution. I'm sure i'm missing something.
    First the step leading to the error:
    w32tm /resync /rediscover
    Sending resync command to local computer
    The computer did not resync because no time data was available.
    Following is the history: 
    Here are the steps
    C:\>netdom /query fsmo
    Schema master               DC-01.coastal.local
    Domain naming master        DC-01.coastal.local
    PDC                         DC-01.coastal.local
    RID pool manager            DC-01.coastal.local
    Infrastructure master       DC-01.coastal.local
    The command completed successfully.
    next: 
    w32tm /config /manualpeerlist:time.nist.gov,0x1 /syncfromflags:manual /reliable:yes /update
    The command completed successfully.
    next:
    net stop w32time && net start w32time
    The Windows Time service is stopping.
    The Windows Time service was stopped successfully.
    The Windows Time service is starting.
    The Windows Time service was started successfully.
    Next:
    w32tm /resync /rediscover
    Sending resync command to local computer
    The computer did not resync because no time data was available.
    Next:
    Did a restart of the server and repeated:
    w32tm /resync /rediscover
    Sending resync command to local computer
    The computer did not resync because no time data was available.
    Next:
    Ran the following:
    w32tm /query /configuration
    C:\>w32tm /query /configuration
    [Configuration]
    EventLogFlags: 2 (Policy)
    AnnounceFlags: 10 (Policy)
    TimeJumpAuditOffset: 28800 (Local)
    MinPollInterval: 6 (Policy)
    MaxPollInterval: 10 (Policy)
    MaxNegPhaseCorrection: 172800 (Policy)
    MaxPosPhaseCorrection: 172800 (Policy)
    MaxAllowedPhaseOffset: 300 (Policy)
    FrequencyCorrectRate: 4 (Policy)
    PollAdjustFactor: 5 (Policy)
    LargePhaseOffset: 50000000 (Policy)
    SpikeWatchPeriod: 900 (Policy)
    LocalClockDispersion: 10 (Policy)
    HoldPeriod: 5 (Policy)
    PhaseCorrectRate: 1 (Policy)
    UpdateInterval: 100 (Policy)
    [TimeProviders]
    NtpClient (Local)
    DllName: C:\Windows\system32\w32time.dll (Local)
    Enabled: 1 (Local)
    InputProvider: 1 (Local)
    CrossSiteSyncFlags: 2 (Policy)
    AllowNonstandardModeCombinations: 1 (Local)
    ResolvePeerBackoffMinutes: 15 (Policy)
    ResolvePeerBackoffMaxTimes: 7 (Policy)
    CompatibilityFlags: 2147483648 (Local)
    EventLogFlags: 0 (Policy)
    LargeSampleSkew: 3 (Local)
    SpecialPollInterval: 3600 (Policy)
    Type: NT5DS (Policy)
    NtpServer (Local)
    DllName: C:\Windows\system32\w32time.dll (Local)
    Enabled: 1 (Local)
    InputProvider: 0 (Local)
    AllowNonstandardModeCombinations: 1 (Local)
    VMICTimeProvider (Local)
    DllName: C:\Windows\System32\vmictimeprovider.dll (Local)
    Enabled: 1 (Local)
    InputProvider: 1 (Local)
    Any feedback/guidance appreciated!!

    Hi,
    You may need to update command w32tm /config /syncfromflags:domhier /update, to change the IntranetServer w32time type to nt5ds (this sets the service to pull from the AD).
    For more detailed information, please refer to the thread below:
    The computer did not resync because no time data was available (w32tm)
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/127e7fe7-6fff-469d-8536-8da1c9825cb0/the-computer-did-not-resync-because-no-time-data-was-available-w32tm
    You could refer to the article below to configure time in Active Directory:
    “It’s Simple!” – Time Configuration in Active Directory
    http://blogs.technet.com/b/nepapfe/archive/2013/03/01/it-s-simple-time-configuration-in-active-directory.aspx
    Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • JDK issues with Windows Server 2003 SP2 Standard Edition

    Hi,
    We are running an ETL (Extracts-Transform-Load) Jar file which reads data from MS Commerce Server 2002, AS400 and SQL Server 2000 database and populates a SQL Server 2000 database. The jar was running fine on Windows Server 2000 but started to stall when we are running it from our newly acquired Windows Server 2003 SP2 server class machine. The JDK version is 1.4 on Windows 2000 and 1.6 on Windows Server 2003. Interestingly, the jar is running fine via JDK 1.6 on another Windows Server 2003 dev machine.
    The jar does not throw any error and we have to manually shutdown the execution of the jar.
    Can anyone please suggest some solutions here?
    Thank you!

    Um, does this have anything to do with JavaMail? If not, you might try a more appropriate forum.

  • Is CF8.0.1 compatible with Window Server 2012 R2 Standard Edition

    Our current environment is CF8.0.1 Multi instance + IIS 6 + Window Server 2003.
    We are trying to upgrade the server hardward and also OS to the latest version which is WIndow Server 2003. But because of the script competible issue, we will remain the CF8.
    I try to install the CF 8 in the new server, it don't allow me to install the CF.Net features where it require the .net framewok 1.x or 2. I check my server, the framwork was installed and running fine in box now.
    Just wondering is that I miss out anything?
    Or any one had try with this kind of combination?

    Hi David
    The best I can suggest you is to upgrade to CF 10 as CF 8 is not supported on Server 2012 : http://www.adobe.com/products/coldfusion/pdfs/cf8_systemsupportmatrix.pdf
    It's better to follow the support matrix to avoid the unexpected behavior of the product as issues during development can be tolerated however issues on production are a big pain
    Thanks
    VJ

  • Installing 64-Bit Linux distro on MacPro 2,1

    Hi,
    I have a MacPro 2,1 and want to install either 64-bit linux or 64-bit CentOS. I have tried using bootcamp to install the bootstrap then installing linux as per the guide here:
    http://www.helium.com/items/421906-how-to-install-linux-on-an-intel-mac-with-boo t-camp
    But there is no "Windows" drive when I boot and hold 'alt'...
    I'm running OS 10.5.8 if that makes any difference.
    Is this a case of not being able to do this because of my hardware? I know that my MacPro 2,1 doesn't allow me to boot into 64 bit version of Snow Leopard (even though the hardware clearly supports it) is this the same deal. I'm 'locked out' of using 64-bit with my Mac Pro?
    Any help would be greatly appreciated...
    Dave

    Hi Dave,
    the Ubuntu community is quite good https://help.ubuntu.com/community/MacPro
    Be sure to have a backup of your OSX and be sure to read the warning on that page !
    Good Luck
    Stefan

  • R12 32 bit stage need to install  on 64 bit linux

    Hi all
    i have r12.1.1 stage of compatibility linux 32 bit
    Now currently i have installed RHEL5 update 6- 64 bit and finished the all pre-requisites as per the documnet id:761566.1
    when running rapidwiz it is asking for rdbms disk where as on 32 bit it is not asking and starting installation process.
    Please let me know how to do the installation of R12.1.1 on 64 bit linux using 32 bit R12.1.1 stage.
    Thanks
    Shaik

    Shaik wrote:
    Hi all
    i have r12.1.1 stage of compatibility linux 32 bit
    Now currently i have installed RHEL5 update 6- 64 bit and finished the all pre-requisites as per the documnet id:761566.1
    when running rapidwiz it is asking for rdbms disk where as on 32 bit it is not asking and starting installation process.
    Please let me know how to do the installation of R12.1.1 on 64 bit linux using 32 bit R12.1.1 stage.
    Thanks
    ShaikYou either install a 32-bit OS and use this stage area directory or create a 64-bit stage area directory and install EBS on your existing OS.
    Thanks,
    Hussein

Maybe you are looking for