In Windows 2008 server 64 bit database problem

Hi
In windows 2008 server (64 bit) application is deployed and database is oracle 10g. I got the error ORA-06502: PL/SQL: numeric or value error: character string buffer too small for one storeprocedure. The same database is dump in window 2003 server the application is working.No error. Given solution for window 2008 server.
Regards
ncsubbu

Hello,
You may check for the exact Oracle Release (with four digit) and scroll down to Oracle Database 10g Release 2 on the link below:
http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
In Windows *2008* you need to be in *10.2.0.3* (for 32 bit OS) or *10.2.0.4* (for 64 bit OS).
In Windows *2008 R2* you need to be in *10.2.0.5*.
Hope this help.
Best regards,
Jean-Valenti

Similar Messages

  • Error 0x80070490 trying to launch VM without SCVMM on Windows 2008 Server R2

    Hello everybody,
    I get a weird issue trying to launch a VM.
    This is the current situation : I get a server, Windows 2008 R2. I've only install Hyper-V and Failover Cluster. I can create a VM but when I try to launch it, I get an error message into a popup (translated from french) : "The application encountered
    an error during modification of 'vm_name' state". "'vm_name' could not be initialize". "Could not initialize machine remoting system. Error 'Element not found'. (0x80070490). "Could not find a usable certificate. Error: 'Element not found'. (0x80070490)."
    So, I'm unable to launch my vm's.
    I'm not using SCVMM yet. I want to resolve this issue before.
    I read some articles and posts about SCVMM certificate issue but I'm not using SCVMM.
    More fun, I read articles about this issue but on Windows 2008 Server (not R2) : problem resolved by a fix, unapplicable on my Windows 2008 R2 :)
    I'm totalyblocked and ain't got no idea how I can resolve it.
    If someone gets I idea ...
    Cheers,
    Nicolas

    Environment: Windows 8.1 in an Active Directory Domain (2012R2) with MS Certficates Services support NAP/Health Registry, etc. 
    Error:  Attempts to start a Hyper-V VM on a machine generates the error message Error 0x80070490 trying to launch VM:
    "'vm_name' could not be initialize". "Could not initialize machine remoting system. Error 'Element not found'. (0x80070490). "Could not find a usable certificate. Error: 'Element not found'. (0x80070490)."
    Note: 
    VMM can manage other Hyper-V servers in environment from same machine, just not local machine.
    VMM on remote machine generates same error message when attempting to manage new VM machine
    Certificates - Service (Hyper-V Virtual Machine Management) on Local Computer shows 0 certificates under vmms\Personal
    Fixes Attempted and Failed except for #5!
    1) hotfix directly: Windows6.0-KB967902-x64.msu -> Failed: 0x80096002, Windows Update Standalone Installer.  The certificate for the signer of the message is invalid or not found.
    2) hotfix via pkgmgr: PkgMgr.exe has been deprecated. Please update scripts to use DISM.exe.  0x80070307
    3) Reset Certificates: 
     Start > Run > MMC
     Add the Certificates Snap-In
     Select Service Account
     Under the Select Account to Manager, select Hyper-V  Image Management Service
     Complete the Snap-In Wizard
     Expand the Certificates under Personal Category
     Notice the certificate generated has been created ‘for the future’ (assuming you’re suppose to revert the date & time to 2010, the certificate should display as invalid because it was created at 2013)
     Delete the Certificate(s)
     Go to the Services Console and Restart all Hyper-V Services
     Result: No certificate auto generated
    4) Uninstall / reinstall hyper-v service and management service addons from Windows features.  
    5) ‎did the following from http://technet.microsoft.com/en-us/library/ff935311(v=ws.10).aspx (WORKED!!! -> Note, their PS script has an error, add a dash(-) before the word recurse)
    reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Virtualization" /v "DisableSelfSignedCertificateGeneration" /f /t REG_QWORD /d 1
    24 ca 36 b5 bd 6d ef 7e eb aa a5 74 df e5 fd 41 ef ab 1c 29
    $certs = dir cert:\ -recurse | ? { $_.Thumbprint -eq "24ca36b5bd6def7eebaaa574dfe5fd41efab1c29" }
    $cert = @($certs)[0]
    $location = $cert.PrivateKey.CspKeyContainerInfo.UniqueKeyContainerName
    $folderlocation = gc env:ALLUSERSPROFILE
    $folderlocation = $folderlocation + "\Microsoft\Crypto\RSA\MachineKeys\"
    $filelocation = $folderlocation + $location
    icacls $filelocation /grant "*S-1-5-83-0:(R)"

  • Accessing a 32 Bit Oracle 9.2 database from a 64 bit Windows 2008 Server

    Hi Guys,
    I hope someone might be able to help me I am trying to extract data from our existing oracle 9.2 Database onto our new 64 bbit 2008 server. The problem I seem to be having is that no matter what version of Oracle I try to install I'm not able to see any oracle Drivers in the ODBC\ODBC32 section.
    I have tried both the 32 bit Oracle 10g ODAC 10.1.0.4.0 and Oracle 11g ODAC 11.1.0.7.20 with no luck, hopefully some one can point me in the right direction. I don't tthink installing the 64 bit would work as the database is 32 bit is this correct or should I be using the 64 bit.
    Thanks in advance
    D0n_mac

    Hi,
    You need to install 64 bit client if you're going to use it with a 64 bit app. You dont need to worry how many bits the server is, the client takes care of that.
    Hope it helps,
    Greg

  • Open an Access database from ASP on the Windows 2008 32-bit server

    We are upgrading to a Windows 2008 server.  The ASP application opens an Access database with this code:
      Set oConn=Server.CreateObject("ADODB.connection")
      oConn.Open  "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=E:\webdata\applications\po\sfisnet\sfisnet.mdb;"
    The open statement causes this error:
           Number: -2147217887
           Description: Multiple-step OLE DB operation generated errors. Check each OLE DB
           status value, if available. No work was done.
           Source: Microsoft JET Database Engine
           SQL State:
           Native Error: 0
    Research includes: 
     - ODBC drivers  
     - verified that the ms jet dll is present: msjet40.dll, msjet35.dll
     - IIS settings reviewed
     - permission and sharing on the directory and "sfisnet.mdb" database
     - verifies thet OLEDB_SERVICES is in the registry

    They'll help you over here.
    Microsoft ASP.Net forums
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Problem with 10.2.0.5 patch on Windows 2008 Server R2 64bit

    Hello
    I have HP server with Windows 2008 Server R2 64bit. I installed
    latest 64-bit version of Oracle Database 10.2.0.4 and everything works fine and later installed the patch 10.2.0.5 (64 bits) as the Oracle maintains that with the R2 version of the system it is necessary to correct work.
    Now, after uploading the patch database starts and closes
    after about 15 minutes and my alert log file is changed to the binary version which do not see anything (means that after patch installation (10.2.0.5) the alert log file isn't normal text file and it looks like that:
    Źýţ cśy iµ•eű .Ź ťy ťy Ř®y hčN)
    You can read only the beginning and it's very large - 13 Mb after unpacking from ZIP.
    Can anyone met with this configuration and knows how to solve
    problem?
    This is the link to my strange alert log file:
    http://www.2shared.com/file/22MFap1V/alert_orcl.html
    I attached my spfile.ora file too:
    http://www.2shared.com/file/gUmID0fh/SPFILEORCL.html

    Your alertlog is corrupted, it could be something about a virus or even a problem with disk drives. Have you scanned your server with anti-virus software? Have you scanned the disks?
    Last questison: Have you upgraded your database after you installed the patch?
    SQL> SHUTDOWN IMMEDIATE
    SQL> STARTUP UPGRADE
    SQL> SPOOL patch.log
    SQL> @ORACLE_BASE\ORACLE_HOME\rdbms\admin\catupgrd.sql
    SQL> SPOOL OFFIf not, please read the "readme" file which comes with patchset (do not just run the above commands without reading Oracle documention).
    Best Regards,
    Gokhan
    If this question is answered, please mark appropriate posts as correct/helpful and the thread as closed. Thanks

  • Windows 2008 server (64 bit) setup not starting?

    To all,
    Windows 2008 server (64 bit) setup not starting? downloaded v17228-01-2of2 and v17228-01-1of2? Any ideas why the installer not starting?

    Installing oracle database 11g( 64bit) on a windows 2008 server (64bit). I do not get the setup tool to start
    Downloaded
    Oracle Database 11g Release 1 (11.1.0.7.0) for Microsoft Windows Server 2008 x64 (Part 1 of 2) V17228-01 Part 1 of 2
    and
    Oracle Database 11g Release 1 (11.1.0.7.0) for Microsoft Windows Server 2008 x64 (Part 2 of 2) V17228-01 Part 2 of 2
    Edited by: user731811 on Oct 14, 2010 1:11 PM

  • Windows 2008 64-bit and Microsft ODBC for Oracle problem

    Hello,
    I am trying to create ODBC connection to Oracle 9i Database on remote server. I am using Windows 2008 64-bit but it is not showing Microsoft ODBC Driver for Oracle. Could any one suggest what to do?\\
    Thanks

    GQ wrote:
    Hello,
    I am trying to create ODBC connection to Oracle 9i Database on remote server. I am using Windows 2008 64-bit but it is not showing Microsoft ODBC Driver for Oracle. Could any one suggest what to do?\\
    ThanksInstall the Oracle client and use the Oracle driver. You're going to need it whether you use the MS driver or Oracles. ODBC drivers do not work apart from the client of the underlying database product.
    When you do the install, you will need to do a custom install and specifically select for the Windows components.

  • ORA-12560:TNS:protocol adapter error on windows 2008 server(32 bit) for 10g

    Hi Friends,
    I am installaing Oracle 10g database on windows 2008 Server(32-bit) and when the Database is getting cretaed and during the database files copying portion it's throwing the error :
    ORA-12560: TNS:protocol adapter error
    I tried intsllaing 10g software alone and invoked DBCA and again during the database files copying portion it's throwing the same error
    what could be the issue?
    Regards,
    DB

    Pl indicate which version of "10g" and which version of Windows 2008 - R1 or R2 ?
    HTH
    Srini

  • How to install a plugin on 64 bits windows 2008 server?

    From the developer forum, I found a description which told me how to install a plugin on windows series system, but I only succeded intalling the plugin on 32 bits windows xp, couldn't install the plugin on 64 bits windows 2008 server. Any ideas or advices, men of genius? Thanks :-)

    Please check if all your plugins are up-to-date. To do this, go to the [http://mozilla.com/plugincheck Mozilla Plugin Check site].
    Once you're there, the site will check if all your plugins have the latest versions.
    If you see plugins in the list that have a yellow ''Update'' button or a red ''Update now'' button, please update these immediately.
    To do so, please click each red or yellow button. Then you should see a site that allows you to download the latest version. Double-click the downloaded file to start the installation and follow the steps mentioned in the installation procedure.

  • Windows 2008 Server R2 64 bit what version of server applications?

    Hi, I'm new here please let me know what version of the OAS [Oracle Applikation Server] is required for the server running Windows 2008 Server R2 64 bit? Server wants to use the forms. I will be grateful for links to the version.
    I greet.

    Hi,
    As far as I can see OAS is not supported on Windows 2008 R2. You can have a look here:
    http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-certification-100350.html
    10gR3 - http://www.oracle.com/technetwork/middleware/ias/downloads/oracle-soa-certification-r3-10-131499.xls
    10gR2 - http://www.oracle.com/technetwork/middleware/ias/downloads/as-certification-r2-101202-095871.html
    Regards Peter Lorenzen

  • Windows 2008 server 32 bit support

    Hello,
    Is MaxDB officially supported for Windows 2008 server 32 bit  platform?
    Thanks,
    Jose

    Jose Lopez wrote:>
    > OK, then perhaps mention specifically W2003 in the download link?
    Hmm... about what download link are you talking?
    The one in the download area here in SDN?
    If so, then this is not relevant for SAP customers as they should get all their software via DVD delivery or the Service Marketplace downloads!
    In the service marketplace download sections there are no restrictions given, since the Product Availability Matrix (https://service.sap.com/pam) contains all the release/support information.
    In general, the PAM is the one single place to check for supported versions.
    regards,
    Lars

  • Oracle obdc driver 32-bit doesn't run on 64-bit windows 2008 server r2

    Does anyone know a way to run OBDC driver on windows 2008 server r2?, a way to run the app?

    Pl post in the Heterogeneous Connectivity forum (Heterogeneous Connectivity as this forum is meant for issues related to database installs
    HTH
    Srini

  • How to develop a plugin for 64-bit windows 2008 server?

    I have developed a plugin to open local application from web pages, but the plugin could only run on 32-bit windows and 32-bit and 64-bit windows 7, it couldn't work on 64-bit windows 2008 server. The plugin was compiled by vs2008 studio on 32-bit windows xp. Any instructions or advices, men of genius? Thanks

    Hi Gnittala,
    Thanks for your reply.
    I debug the javascript code in firebug on windows 8 and found that firefox would be not responding while executing "document.body.append(myPlugin)".
    My javascript code is below:
    function openLocalApp(cmdPath, cmdLine) {
    var npMyPlugin = navigator.mimeTypes["application/mozilla-npruntime-scriptable-plugin"];
    if (npMyPlugin) {
    var myPlugin = document.createElement("embed");
    myPlugin.style.visibility = "hidden";
    myPlugin.type = "application/mozilla-npruntime-scriptable-plugin";
    myPlugin.width = 0;
    myPlugin.height = 0;
    document.body.appendChild(myPlugin);
    myPlugin.foo(cmdPath, cmdLine);
    } else {
    alert("Failed to create the plugin!");
    And firefox plugin's source code copys from the following link:
    http://mxr.mozilla.org/seamonkey/source/modules/plugin/samples/npruntime/
    Just changed a little.
    I know the sample is very old, but newer proper sample couldn't be found. So if you can give me a newer sample, I'll appreciate.
    Thanks again.

  • How to monitor oracle 11g database sessions on Windows 2008 server?

    Hi Experts
    How to monitor the Oracle 11g database sessions on Windows 2008 server (other than SQL Developer tool), which procedure or query is taking more time with Java application.

    Recently i found this tool- myorasql on the net to monitor the performence of database, easy to setup and check the performence.  i never tested it but seems impresive.  It is free and i think it would be use ful to you.
    http://myorasql.com/
    You can also use Quest - Toad or sqlplus if you are very good at sql commands and all dictionary tables or OEM/EM grid if it is configured .

  • Problems with RH 8 and Windows 2008 64-bit servers with IIS7?

    I have been informed that my company's servers are being upgraded to Windows 2008 64-bit servers with IIS7, from Windows 2003 & IIS6. Probably will be online in April 2011.
    I have a project created using WebHelp, RoboHelp HTML v5. I have RoboHelp HTML v8 (haven't had a chance to use it yet). We are currently using IE7 on XP. Does anyone have any info on issues with RoboHelp v8 WebHelp projects running on Windows 2008 64-bit servers & IIS7 that I need to be concerned about? I thought I should convert the project developed using RH 5 to and RH 8 project, then FTP it to the new server when it becomes available.
    Any helpful info would be much appreciated.
    Thanks,
    Alden

    Acrobat 8 is not certified for Win7, particularly the x64 version. If you got the installation to go, the first step is to update AA8 to at least AA8.2. The x64 with XP required at least AA8.2 and I suspect that has not changed. I would suggest updating to the latest, either from the help menu (until no more updates are available) or by downloading the updates from the adobe.com>downloads page. For the latter, download ALL updates after your current version and install them in ORDER. They are not cummulative in most cases. You only need to reboot after the final update. The updates may get you going. If not, you may simply have to upgrade to AA9 or search for what others have been able to do in your situation.

Maybe you are looking for

  • Wrong distribution key in profit center planning 7KE1

    I have entered the profit center budget in Transaction 7KE1 for profit centet and account using appropriate profile and layout.  The distribution key appearing is "2" however the cost distribution is as per distribution key "1" (equal distribution). 

  • Form submitted in frame opens in new tab

    We have a series of pages in a frameset that has worked fine since the Netscape 4 days. The layout is basically a header, left menu, content area, and an option bar at the bottom. The problem occurs when we have a form in the content frame. When the

  • DW CS3 Crashing when /select tag closed

    Hi all, Could someone please take a brief look at the code below and tell me why Dreamweaver CS3 keeps crashing every time I try to close the </select> tag? Quick rundown: I'm populating a detail page from my SQL database. If an option (for example "

  • How to concatenate mkpf-belnr  and mkpf-mjahr

    hi, i need to concatenate mkpf-belnr  and mkpf-mjahr in select statement and i am going to check the output of concatenation in to my select statement. is there any way i can do this.... thanks, jigar

  • Cwjava.exe uses 100% utilization in LMS 3.1

    We have observed that cwjava.exe process nearle utilizing 80% - 90% cpu utilization in LMS 3.1 It makes that LMS server responding slow. Please tell how to overcome this problem.