Oracle Forms 6i(32-bit)  = Oracle database 10g R2 Windows 2008 R2 64-bit)

We have Oracle database 10g R2 installed on a Microsoft Windows 2008 R2 (64-bit) (SERVER1)
We have Oracle Forms 6i (patch 4a) installed on a Microsoft Windows XP Professional (32-bit) (SERVER2)
I am not able to connect from SERVER2 to SERVER1, either through SQLPLUS or FORMS BUILDER.
Its giving some DLL error.
Is it because forms 6i (32-bit) cannot connect to a 64-bit database on a 64-bit OS ?

There might be problems with 8i clients (like forms 6i) if the database uses AL32UTF8 characterset indeed (if you need unicode and you need to run forms 6i use UTF8 instead) but this should not be related to the platform of the database.
The platform of the database server really should not matter as the forms runtime talks via SQL*Net with the database server and in the end it does not matter if the database runs on linux, windows whatsoever or unix 32 or 64 bit for the client. The only problem you'll encounter is that SQL*Net also changes with versions and thus "older" clients might not be able to communicate with "newer" servers and vice versa.
SQL> select * from v$version;
BANNER
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
PL/SQL Release 10.2.0.4.0 - Production
CORE    10.2.0.4.0      Production
TNS for 64-bit Windows: Version 10.2.0.4.0 - Production
NLSRTL Version 10.2.0.4.0 - Production
SQL> select * from v$nls_parameters where parameter = 'NLS_CHARACTERSET';
PARAMETER                                                       |VALUE
----------------------------------------------------------------|---------------------------
NLS_CHARACTERSET                                                |WE8MSWIN1252
SQL>I just tried a 6i form (6.0.8.25.2) connected to this database. It worked ;) (again: not certified)
cheers

Similar Messages

  • Oracle 10g 64-bit database on Windows 2008 R2 (64-bit) error ?

    - I have installed Oracle 64-bit database on Windows 2008 R2 (64-bit) server
    - Now everything works fine locally on the database.
    - I had installed Oracle forms/reports 6i which has Oracle SQL Plus 8.0.6.
    on a windows 7 Professional (32-bit) PC. Now when I connect SQLPUS
    from this PC to the windows 2008 R2. It gives me an error
    "Oracle SQL*PLUS has stopped working"
    Problem Event Name:     APPCRASH
    Application Name:     PLUS80.exe
    Application Version:     0.0.0.0
    Application Timestamp:     37f946a5
    Fault Module Name:     ORA805.dll
    Any suggestions or how to connect this 8.0.6 SQL to a Oracle 64-bit database (windows 2008 64-bit )

    - I have installed Oracle 64-bit database on Windows 2008 R2 (64-bit) server
    - Now everything works fine locally on the database.
    - I had installed Oracle forms/reports 6i which has Oracle SQL Plus 8.0.6.
    on a windows 7 Professional (32-bit) PC. Now when I connect SQLPUS
    from this PC to the windows 2008 R2. It gives me an error
    "Oracle SQL*PLUS has stopped working"
    Problem Event Name:     APPCRASH
    Application Name:     PLUS80.exe
    Application Version:     0.0.0.0
    Application Timestamp:     37f946a5
    Fault Module Name:     ORA805.dll
    Any suggestions or how to connect this 8.0.6 SQL to a Oracle 64-bit database (windows 2008 64-bit )

  • Oracle Database 10g Express Edition in a 64 bits Linux?

    Can I use Oracle Database 10g Express Edition in a 64 bits Linux? Thank you.

    I´m sure AMD 64 can emulate 32 bits, my problem is about the OS. I mean I´m not sure about the question: Can 64 bits RHEL or FC4 run 32 bits programs as Oracle Database 10g Express Edition?
    Thanks.

  • Problem about using Oracle Form 6i to connect Oracle Database 10g express.

    Sorry to interrupt all of you.
    I have encountered a problem about using Oracle Form 6i to connect Oracle Database 10g express.
    As I would like to
    I use Oracle Net8 Easy Config to create a connection.
    According to "tnsnames.ora", the paramater of connection is as follows;
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    (CONNECT_DATA = (SID = XE))
    Unfortunately, when I use Oracle Net8 Easy Config to test the connection, an error message is prompted as follows:
    Connecting....
    The test did not succeed.
    ORA-03106: fatal two-task communication protocol error
    There may be an error in the fields entered
    or the server may not be ready for a connection.
    You can check the server and retry, or continue.
    After I google it, I still have no idea how to solve the problem. I would like to ask, could anyone mind providing some hints or solution to address the issues.
    Thanks for your assistance in advance.

    I don't believe the Net8 Easy Config (NEC) will create a compatible entry in the tnsnames.ora. I have Forms 6i running successfully against a 10g Express database, but I did not use the NEC - I created the entry myself. Here is the entry I use:
    XE=
      (DESCRIPTION=
        (ADDRESS=
          (PROTOCOL=TCP)
          (HOST=<<servername or IP address>>)
          (PORT=1521)
        (CONNECT_DATA=
          (SERVER=dedicated)
          (SERVICE_NAME=XE)
      )Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Which version of Oracle database is certified on  Windows 2008 R2 ( 64-bit)

    We have a Microsoft Windows 2008 R2 (64-bit) server.
    I wanted to know which Oracle database version is 100% certified on the above OS.

    Hi Sirini;
    10.2.0.5 is supported - see MOS Doc 1061272.1 (Statement of Direction: Oracle Database 10g Release 2 Client (10.2.0.5) with Microsoft Windows 7 and Windows Server 2008 R2)Correct;
    11gR2 is also supported - see MOS Doc 867040.1 (Statement of Direction: Oracle Database 11g Release 2 – Microsoft Windows 7 and Windows Server 2008 R2)There is a setup on this link:
    Oracle Database 11g Release 2
    (11.2.0.1.0)
    Microsoft Windows (x64) File 1, File 2 (2GB) See All
    I am little bit confused for this, as you mention note and also certification matrix says 11gr2 certfied with Win2008-64 bit. But there is no specific setup like win2008-64 bit, there is only Microsoft Windows (x64) setup
    By the way for 10gR2 on win 2008 64 bit platform there are 2 setups. Those are:
    Oracle Database 10g Release 2
    Oracle Database 10g Release 2 (10.2.0.4) for Microsoft Windows Vista x64 and Microsoft Windows Server 2008 x64
    Oracle Database 10g Release 2 (10.2.0.1.0) for Microsoft Windows (x64)
    So i had issue for my client and oracle worker support me to use 10.2.0.4 for my issue, not second setup. So for 11gR2 could be work for Microsoft Windows (x64) but i am not sure %100 coz never tried before.
    i appreciate, If someone share their experience to make installation 11gR2 on win2008-64 bit wiht Microsoft Windows (x64) setup
    All those upper setups can be found at:
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
    I do not believe 11gR1 is currently certified with Win 2008 R2.Please check below link:
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
    Oracle Database 11g Release 1 Standard Edition, Standard Edition One, and Enterprise Edition
    (11.1.0.7.0)
    Microsoft Windows Server 2008 (32-bit) (1.9 GB) | See All
    Microsoft Windows Server 2008 x64 (1.9 GB) | See All
    Regard
    Helios

  • Oracle 10g HTTP Web Server on Windows 2008 R2 (64-bit) server.

    I downloaded the Oracle 10g HTTP server for Windows 2008 R2 (64-bit) from the link below
    http://www.oracle.com/technetwork/database/10204-winx64-vista-win2k8-082253.html
    10204_vista_w2k8_x64_production_companion.zip (344,455,851 bytes)
    Did anyone have luck installing the 10g HTTP server on a Windows 2008 R2 (64-bit) server ?
    I could see the installation went fine, but I don't see any "Oracle_HTTP" windows service getting created.

    I have not installed on this OS but I'm betting the service is a different name.
    Check "log on as" under services to narrow your search

  • Oracle Database 11.2.0.1.0 CPU hit 100% on Windows 2008 R2 64 bit Hyper-V

    Oracle Environment Detail:
    Oracle Database Enterprise Edition :11.2.0.1.0 (NON RAC, No failsafe)
    O/S:     Windows 2008 R2 64 bit (6.1)
    Specifics: Virtual Server using Hyper-V
    Memory: 9 GB RAM
    Processor: E5540
    Specific about the issue:
    I have two database instance created on this server with ‘memory_target=3600M’ each.
    I am getting into an issue where I find NO activity on database except regular schedule job running using DBMS_SCHEDULER –
    •     Database FULL export DAILY schedule time 7 & 7:30 PM accordingly for both instance (takes about 15-20 mins each)
    •     Database FULL RMAN DAILY schedule time 9 & 10 PM accordingly for both instance (takes about 35-40 mins each)
    This was set up on Feb 25th 2011. Since then we have encounter CPU hit 100% TWICE in this system at around 8:30 PM (SAME TIME). Both database instance exports keep running and never finish. While RMAN schedule job has NO problem. Mostly everything runs every smoothly without any issue.
    Replicate the issue:
    I am unable to replicate this issue and do not know the cause of the issue.
    Work Around:
    Oracle services shutdown/Server reboot.
    Would anyone know about this issue? Have any information could help? This system will become production soon and want to make sure we have solution for this.
    Thanks in advance!

    I am finding that CPU hit 100% is very specific to Oracle 11.2.0.1.0 Export Utility (exp) used to take FULL database export. I understand Original Export is desupported from general use as of 11g but available for specific need.
    Have anyone faced this issue with 11.2.0.1.0 Export Utility (exp)? Please help.
    I have a need to use export utility which gives us migration options.
    Thanks!

  • Install Oracle 10g on windows 2008 Server 64bit

    Is it possible to install Oracle 10g on Windows 2008 64bit . I read one post below it says , windows 2008 is not certified for oracle 10g ..
    windows server 2008 Oracle 10G 64 bit
    before I installed 32bit , it is throwing error message on alert log file on every 5 seconds.
    "OER 7451 in Load Indicator : Error Code = OSD-04500: illegal option specified
    O/S-Error: (OS 1) Incorrect function. ! "
    if it is possible which version I want to download is best ..
    and what is the recommendation whether it is 10g or 11g

    You mean to say Oracle 10g 64bit will not work in Windows 2008..?No, i meaned the post you linked was written in year 2008, in that year it's was a unsupported platform for that oracle version. Actually its supported and you can install it.
    Furthermore like Aman told you, It's more recommended install 11gR2 version
    Edited by: Fran on 29-may-2012 4:20

  • Running Oracle on Windows 2008 R2 64-bits and WCF

    I'm trying to deploy to a Windows 2008 R2 64-Bits server running AppFabric a WCF 4.0 service that connects to an Oracle 10gR2 database. On my Windows 7 64-Bits, inside Visual Studio 2010, everything goes well. I first started using Oracle ODP.NET and, on deploy, I started getting the:
    System.IO.FileNotFoundException: Could not load file or assembly 'Oracle.DataAccess, Version=2.112.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot find the file specified.
    File name: 'Oracle.DataAccess, Version=2.112.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342'
    I tried so many things, and nothing seemed to work, and since I'm kinna desperate to get this working, and went to OracleClient, despite the fact that it's marked as deprecated, just to get this working, and buy me time. I removed everything I had installed, but installed just the win64_11gR2_client.zip, with the runtime option. However, than I started getting:
    System.DllNotFoundException: Unable to load DLL 'oramts.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
    So I reinstalled the win64_11gR2_client.zip, adding the Oracle Services for Microsoft Transaction Server component. But then, whenever I made a call to my WCF service, IIS would crash with the error below:
    Faulting application name: w3wp.exe, version: 7.5.7601.17514, time stamp: 0x4ce7afa2
    Faulting module name: ntdll.dll, version: 6.1.7601.17514, time stamp: 0x4ce7c8f9
    Exception code: 0xc0000374
    Fault offset: 0x00000000000c40f2
    Faulting process id: 0xb28
    Faulting application start time: 0x01cc0b141a857fac
    Faulting application path: c:\windows\system32\inetsrv\w3wp.exe
    Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
    Report Id: 7630c4b0-7707-11e0-8419-00155d010609
    If I tried to change the AppPool to enable 32-bits application, the WSDL doesn't even get generated, and I get the:
    A process serving application pool 'MyAppPool' suffered a fatal communication error with the Windows Process Activation Service. The process id was '2856'. The data field contains the error number.
    I'm lost, and I don't know what to do. How can it be this hard to do a "simple" and typical Oracle set up? What problem would I try to solve? Does anyone know of a blog post that would show how to correctly set this up? I tried looking, but coudln't find anything, and I'm sure I'm not the only one with this problem
    Well, any help would be really appreciated. Tks so much

    Supported on Win 2008 R2 64bit is only 10gR2( with patchset level 10.2.0.5) and 11gR2. Oracle support will refuse any assistance for earlier versions, that should you keep in mind. Although some people say client is not so critical as the database server.
    Werner

  • Registering oracle forms and reports in oracle apps 11i

    Hi all
    I am a newbie to oracle apps
    could someone please help me with registering oracle forms and reports in oracle apps 11i
    thanking in advance
    regards
    oracle user

    Hi,
    regarding adding (Add (C:\ABC) to FORMS60_PATH in the registry) could you please explain
    compilation is by f60gen @ (is this right?)Correct, the syntax of using f60gen is explained in (Note: 130686.1 - How to Generate Form, Library and Menu for Oracle Applications).
    The place where i am working has apps installed in IBM AIX server .. so how do i access Apps
    or can i access Apps via TOAD.You will have to access the server using ftp to download the pll files to your local machine. TOAD can be used to access the database objects only (not the physical application files).
    Regards,
    Hussein

  • Error: SAP installation of ERP Sr3 with ORACLE 10g on Windows 2008 server

    Dear all,
    while installaing SAP ERP SR3 with ORACLE 10g on windows 2008 server...
    we are getting error as not support.
    please confirm wether this version of OS is uspported or not.
    thanking you in all,
    by
    Animesh

    actualy we tried to change Oraparam.ini file in the installation folder...
    edited ...  windows= 5.0, 5.1, 6.0
    we had entered 6.0
    Yes - that is necessary.
    and started ... but after starting we are getting ERROR like unKNOWN and installation popup (OUI popup) exiting with .. error popup.
    Yes - because Oracle delivers its own Java version - which is too old to run on Windows 2008.
    if you suggest us to use 2003 64 bit for temporaray .... purpose.
    and is there any specified procedure to UPgrade OS.
    like... DB should be updated before OS upgradation.
    You can run 10.2.0.4 on Windows 2003 x64 nicely and upgrade to Windows 2008. Since there is no "upgrade" (it is the highest version supported) there´s no need to do anything.
    The question you have to ask is:
    Why do you need Windows 2008? Is there any technical implication?
    Markus

  • Error : Oracle 10g with windows 2008

    Hello Experts,
    We are installing Solution manager 4.0 on windows 2008 with oracle 10g(10.0.2.0)
    It shows "checking operating system version must be 5.1 or 5.2 actual 6.0.
    <<<<<Failed".
    If orcle 10g for windows 2008 is available on the sap marketplace, please provide us the link for that.
    Please recommend any other oracle version compatible to the windows 2008 fro solution manager 4.0.
    We have exiting system landscape production server on windows 2003 with oracle 10g Is it compatible with the windows 2008 with oracle 10g?
    Thanks & Regards,
    Abha

    > Please recommend any other oracle version compatible to the windows 2008 fro solution manager 4.0.
    Read
    Note 1303262 - Oracle on Windows Server 2008
    You have to also patch your sapinst.
    Markus

  • 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 .

  • Can't install oracle 10g on windows 2008 R2

    Please help me
    I want install oracle 10g on windows 2008 R2 but can't install because I don't have file install oracle_10.2.0.4 and i can't download file from oracle.com
    and oracle 11g i not license
    Where can download file oracle install 10.2.0.4
    thank you

    user9357585 wrote:
    same issue here. I need 10.2.0.3.0 with install software to bring a legacy sid over onto new server hardware that will not support Win 2003. I have Win 2008 32bit loaded and just need the software install ruitine to make the move. My legacy 10g server running on older hardware and Win 2003 works, but is now uncompliant with IA requirements now. We are sandboxing this application. My new server will need to have 2008 on it.
    Will Oracle supply me the software. I have paid maintenace on my account every year. Just paid it for this year in Ocober. Should not have an issue here.submit a Service Request & you'll get your question answered

  • Installing Oracle 11.2.0.2 64-bit on Windows 2008 standard 64-bit

    Getting an architecture error during the prerequisite checks:
    Architecture - This is a prerequisite condition to test whether the system has a certified architecture.
    Expected Value
     : 64-bit
    Actual Value
     : 32-bit
     List of errors:
    PRVF-7535 : Proper architecture is not found on node "WS8-DBATEST" [Expected = "64-bit" ; Found = "32-bit"]  - Cause:  System architecture does not meet the requirement.  - Action:  Ensure that the correct software bundle is being used.
    This is in a VM test environment as we prepare to move to 64-bit. The server is windows 2008 standard and the processor is AMD64 Family 16 Model 9. I have verified the OS is 64 bit by running Winver and verified the CPU is 64bit by running systeminfo. What am I missing?

    Is this still a bug? I am encountering this now. Windows server 2008 Standard R2 64 bit.
    I need both 32 bit client and 64 bit client for EPM 11.1.2.2 and the order mentioned in that documentation is
    first 32 bit and then 64 bit. Is there a fix for this ?

Maybe you are looking for

  • Warning message in Oracle Workflow notification

    Hi, I have a requirement, where a warning message is to be shown to the user when he presses the Approve button of a notification. I know that through post notification function, validations for a particular notification can be performed and an error

  • Looking for info on "test wlan dot1x radius" command

    Is there a way to perform RADIUS connectivity and optionally basic auth testing, without a client? I see the "test wlan dot1x radius" command in the CLI which looks promising, but I can't find any info on it.  The "test ..." commands aren't in the Co

  • 11gr2 repository browser

    In 11gr2 the web based repository browser is very slow. Even with small data sets in the repository. Any suggestions for tuning?

  • Backend details when we do Force Approval for AP Invoice

    Hi, i Would like to know, whats are the backend process will happen when we select force Approval and submit for Approval, Usually this action will be carried out to Aprove Manually. And when i openend the form (APXINWKB.fmb) not able to get how exac

  • External Drive Icon not visible on Desktop OS X 10.9 Macbook Air

    Hello, i am unable to view my external Hard Drive icon on the desktop, rather i have to go vie system prefrences> disk utility unlock my external Drive and then the icon of ecternal drive is visible on the desktop. Earlier i was able to view the icon