Pb with pro*C / Oracle 11 / VS2010 on Windows server 2008

Hello,
I am migrating an application from Windows server 2003 / Oracle 10gr2 / Visual Studio 2003 to Windows Server 2008 / Oracle 11gr2 / Visual Studio 2010 and I am having some issue with the compilation of our oci files.
After fixing the common issue related to path change for Visual Studio, I ran in the following error message while trying to compile one of my file:
Syntax error at line 48, column 9, file C:\Program Files\Microsoft Visual Studio 10.0\VC\include\vadefs.h:
Error at line 48, column 9 in file C:\Program Files\Microsoft Visual Studio 10.0\VC\include\vadefs.h
typedef W64 unsigned int uintptrt;
........1
PCC-S-02201, Encountered the symbol "__w64" when expecting one of the following:
auto, char, const, double, enum, float, int, long,
ulong_varchar, OCIBFileLocator OCIBlobLocator,
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
short, signed, sql_context, sql_cursor, static, struct,
union, unsigned, utext, uvarchar, varchar, void, volatile,
a typedef name,
Syntax error at line 0, column 0, file C:\mgt_sita\Integration\MS\Archive\dev\TOOL\gSGBD\gSGBD.pc:
Error at line 0, column 0 in file C:\mgt_sita\Integration\MS\Archive\dev\TOOL\gSGBD\gSGBD.pc
PCC-S-02201, Encountered the symbol "<eof>" when expecting one of the following:
; : an identifier, end-exec, random_terminal
Error at line 0, column 0 in file C:\mgt_sita\Integration\MS\Archive\dev\TOOL\gSGBD\gSGBD.pc
PCC-F-02102, Fatal error while doing C preprocessing
Searching on the web lead me first to use a work around to define W64 and _W64, but that only leads to more errors of the same kind after.
Also, I've found that "Error at line 0, column 0" may be an indication of missing semi-column or brace, but as the source file has not been changed during this migration, it is still syntactically correct as it was compiling with earlier version of pro*c. Of course, I have double checked and I don't think I am missing any obvious brace or semi-column, or coma ...
Any help or suggestion will be greatly appreciated.
Thanks
Eric

I'm not sure how much help my post will be, but perhaps it will have some value for you.
There's an unpublished bug on this issue (Bug 10017848 - PRO*C PRECOMPILER CANNOT HANDLE _W64 IN TYPEDEF) but it has not been resolved as of this writing.
If you are not familiar with the purpose of "__w64" (which has been deprecated) you can see the following in the MS documentation:
[url http://msdn.microsoft.com/en-US/library/s04b5w00(v=vs.100).aspx]Visual Studio 2010 __w64 description
Now, one thing that you may be able to use in your situation is to simply make "__w64" an "empty define" at the top of your source file(s) like so:
#ifdef WIN32
#define __w64
#endif
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <sqlca.h>
#include <sqlda.h>
#include <sqlcpr.h>
... rest of code ...Of course the above assumes that WIN32 has been defined - if it has not, you will need to use another symbol, make adjustments, etc.
As an example:
proc define=(_WSTDIO_DEFINED,WIN32) code=ansi_c parse=full common_parser=yes atest.pcIf you have a large amount of files that can be tedious of course but it may be a potential workaround for you.

Similar Messages

  • Installing Oracle 10g on Windows Server 2008

    Hi,
    I want to install Oracle 10g on Windows Server 2008. As per Oracle, I should install 10.2.0.3 and then apply patchset 10.2.0.4.
    For that, one has to sign in to metalink which is possible only for customers. I am
    using Oracle only for educational purposes for now. Is there any other way of using Oracle 10g on Windows 2008?
    Thanks,
    Vladi

    Of course if you don't have support and for educational purpose only , you should compromise a little by either install other OS or get virtual machine like VMware.
    Or stay with 10.2.0.3, that should work in most cases.

  • Installing Oracle 8i in Windows Server 2008 32

    Hi! I'm installling Oracle 8i in Windows server 2008 enterprise for 32 bits, but it's finish with error. The error is jrew.
    Somebody can install it?
    Sorry by my english.
    Thank!
    Abel

    Oracle 8i on windows server 2008 is not a tested/supported product.

  • Oracle R12 on Windows Server 2008

    Hi - does anyone have a good guide or link to a site that does a walk through of installing Oracle R12 on Windows Server 2008?
    Thanks!

    Hi,
    Thanks for the guide, anyone with experience in Windows, do you know if the Server goes to sleep, that once it is woken up, that the R12 instance would work fine? I think the application will not be accessible when the server does to sleep.
    I would ideally like to let the Server go to "Sleep" when not in use. Once a user wants to test something, they can wake it up using WOL, then login to the instance.What is the point of letting the server goes to sleep? I would say that you may need to bounce some services then which is not a feasible solution -- You may verify this and try it yourself.
    Regards,
    Hussein

  • I am trying to install Oracle 9i on Windows Server 2008

    Hi
    I am trying to install Oracle 9i on Windows Server 2008.
    While installing third CD it shows the following error message
    "jrew.exe has stopped working"
    Please guide me what to do next as early as possible.
    Thanks

    Why?
    The general policy of Oracle is very simple:
    it certifies against the current version of the OS.
    It never re-certifies against new releases of the OS.
    Windows 2008 didn't exist when Oracle 9i was released.
    Sybrand Bakker
    Senior Oracle DBA

  • How to restrict users working on Windows 7 clients from accessing Windows Explorer and other systems in the network through Group Policy with a domain controller running on Windows Server 2008 r2

    Dear All,
    We are having an infrastructure setup of around 500 client computers managed through group policy.
    Recently the domain controllers have been migrated from Windows Server 2003 to Server 2008 R2.
    Since this account requires extremely strict environment, we need to figure the solution for restricting the users from access anything locally.
    It would be great if you can assist me with the following query.
    How to restrict users logged on Windows 7 clients from accessing Windows Explorer and browsing other systems in the network through Group Policy with a domain controller running on Windows Server 2008 r2 ?
    Can we disable Network Tab on the left hand pane ?
    explorer.exe is blocked already, but users are able to enter the Windows Explorer by clicking on the name which is visible on the Start Menu.

    >   * explorer.exe is blocked already, but users are able to enter the
    >     Windows Explorer by clicking on the name which is visible on the
    >     Start Menu.
    You cannot block explorer.exe when you do not replace the shell - the
    desktop you see effectively IS explorer.exe...
    Your requirement sounds like you need a custom shell:
    http://gpsearch.azurewebsites.net/#2812
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • Creating Domain at 0% - Oracle PFRD 11g - Windows Server 2008 64-bit

    1.I want to install and configure Oracle FMW version 11.1.1.2.0 in Windows server 2008 64 bit.
    2.I have followed the steps too as described here in these two forum links:
    1.http://cn.forums.oracle.com/forums/thread.jspa?threadID=2245015
    2.Creating Domain at 0% - Oracle PFRD 11g - Windows Server 2008 64-bit
    3.I am giving my installtion steps..
    I have installed JDK: 1.7.0.
    I have succesfully installed web logic version wls1035_generic.jar.
    I have also installed the FMW version 11.1.1.2.0 using all four disks(Install and donot configure.)
    I have also installed patch version 11.1.1.3.0.
    But When I am trying to run config.bat then It Stops at Creating Domain at 0%,nothing happens, process is sleeping:
    It creates domain of size 9.23 mb and after a long time of approx 900 min It displays "DOMAIN CREATION FAILS".
    I have also checked the path ..It doesnt contains any special characters.
    Any ideas???

    Hi John,
    As per ur suggestion , I have successfully installed FMW 11g in Windows server without Domain Fail.
    1). Installed JDK 1.6u29
    2). Installed WebLogic 10.3.3
    3). Installed FMW 11.1.1.2
    4). Installed FMW 11.1.1.3 Patch
    Now According to the Business need ,I want to install FMW 11.1.1.2 in Linux 32 Environment. Can U please guide me the versions of Java, Weblogic, FMW and its patch so that I can Install it in Linux 32 bit without Domain Fail.
    Deepak Jha

  • Deploying Crystal Reports (CR for VS2010) to Windows Server 2008

    What do I need to deploy an ASP.NET web application built in VS2010 (.NET 4.0) to Windows Server 2008 Standard?
    One by one I've been fixing this issue and then that issue, trying to get this app deployed to our server. The latest issue is an event in the server's Application log. The part that has me most concerned is "The keycode assembly, BusinessObjects.Licensing.KeycodeDecoder.dll, cannot be loaded."
    Does this message mean we can't use the free runtime on our server? If yes, what do I need to purchase? And, is there a trial version I can test this with before spending more money?
    I installed "CRforVS_13_0" on my workstation and switched the assembly references from 14.0.2 to 13.0.2.  I also installed the "CRforVS_redist_install_32bit_13_0" on the server. BTW, where is the runtime for the 14.0.2 assemblies?
    The assembly version in the above is 13.0.2. This is confirmed by looking in the GAC on the server and the local dev machine. However, the developer's guide (crnet_dg_2010_en.chm) says the version should be 14.0.2. Which version should I use? I can't find the runtime for 14.0.2 so I'm using the older 13.0.2 version.
    Thanks!
    Edited by: scottw on Feb 11, 2011 8:06 PM

    Eeeek.
    The 1st thing you want to do is clean up your dev box and get rid of any sniff of CRVS2010 Beta (14.x). See KB [1535325  - How to remove CRVS2010 Beta 2|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533333335333333323335%7D.do] (hoping this is Beta 2 not Beta 1).
    Once you have re-installed crvs2010 rtm from here:
    http://www.businessobjects.com/jump/xi/crvs2010/us2_default.asp
    Make sure the only CR references in your project are of version 13.x. Recompile the app, then you can use either the msm or msi to deploy the CR runtime.
    MSM http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_mergemodules_13_0.zip
    MSI 32 bit http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_32bit_13_0.zip
    MSI 64 bit http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_64bit_13_0.zip
    Re. the keycodedecoder warning. This is a  known issue and does not impact your or any other project. This will be resolved in SP 1 for CRVS2010.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]
    Edited by: Ludek Uher on Feb 11, 2011 12:45 PM

  • Oracle Discoverer  on windows server 2008

    I'm looking for oracle Discoverer download on windows server 2008(32 bit). I tried looking on ORACLE.COM but I'm not able to find one.
    Can someone point me...

    Hi
    Here is the link: http://www.oracle.com/technology/software/htdocs/devlic.html?url=/technology/software/products/ias/htdocs/101202.html
    However, you may be disappointed because according to this matrix: http://www.oracle.com/technology/software/products/ias/files/as_certification_r2_101202.html it does not look like Server 2008 is a supported platform. I would ask Oracle Support to be sure or perhaps someone from Oracle reading this will advise.
    When you get there you need to read the license agreement and then check and click the I Accept button to indicate that you understand and are willing to abide by the agreement.
    Assuming you get the all clear, when you get to the main downloads page if you want the full application server you want the first row, if you want just Discoverer Plus / Viewer you want the row entitled Business Intelligence. You then look across the row for your operating system and then download all of the files that begin with CD. In your case because you are looking for the Microsoft Server version you need the software from the first column headed Microsoft Windows. Incidentally, if you need Discoverer Administrator and / or Desktop then it is also in the Microsoft Windows column and it is called Tools CD.
    After you have installed Plus / Viewer (they both install at the same time) you version will be 10.1.2.0.2. This is the base version. You then need to log into MetaLink and download the 10.1.2.3 patch followed by the latest cumulative patch. This page on my blog will help with patch numbers: http://learndiscoverer.blogspot.com/2008/04/most-useful-patch-numbers.html
    Best wishes
    Michael

  • How to install oracle 10g in windows server 2008

    I want to install oracle 10 (10.2.0.4.0) in windows server 2008 R2 X64 bit version.
    Previously i have test this successfully. But not it's giving an error during the installation
    Enterprise manager configuratio failed due to the following error-
    Error starting Database Control
    Refer the log file at (path).....\emConfig.log for more details.
    You can retery configuring this database wlth Enterprise Manager later by manually running (path).....\bin\emca script.
    I tried to start the service manually from services. But it didn't work.
    I tried to run that script using command prompt. but nothing happened.
    in my start menu under oracle home db-console link also not there.
    here is my log file
    Feb 7, 2011 11:54:08 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Enter Enterprise Manager Root Password :
    ************Certificate was added to keystore
    Certificate reply was installed in keystore
    Feb 7, 2011 11:54:08 AM oracle.sysman.emcp.util.FileUtil printFileToLog
    CONFIG: Printing file(After Secure DBConsole): D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_AX-2009_AX2009\config\http-web-site.xml
    <?xml version = '1.0' standalone = 'yes'?>
    <!DOCTYPE web-site PUBLIC "OracleAS XML Web-site" "http://xmlns.oracle.com/ias/dtds/web-site-9_04.dtd">
    <web-site port="1158" display-name="OC4J Java HTTP Web Site" secure="TRUE">
         <!-- The default web-app for this site, bound to the root -->
         <default-web-app application="default" name="defaultWebApp"/>
         <web-app application="default" name="dms0" root="/dms0"/>
         <web-app application="default" name="dms" root="/dmsoc4j"/>
         <web-app application="em" name="em" load-on-startup="true" root="/em" shared="true" />
         <!-- Access Log, where requests are logged to -->
         <access-log path="../log/http-web-access.log"/>
         <!-- Uncomment this if you want to use ODL logging capabilities
         <odl-access-log path="../log/http-web-access" max-file-size="1000" max-directory-size="10000"/>
         -->
         <ssl-config needs-client-auth="false" keystore="D:\oracle\product\10.2.0\db_1/oc4j/j2ee/OC4J_DBConsole_AX-2009_AX2009/config/server/keystore.test" keystore-password="BC062AD3D852A5B5D02E979B69DD12B3" />
    </web-site>
    Feb 7, 2011 11:54:08 AM oracle.sysman.emcp.util.DBControlUtil secureDBConsole
    INFO: Database Control secured successfully.
    Feb 7, 2011 11:54:08 AM oracle.sysman.emcp.EMDBPostConfig performConfiguration
    CONFIG: Securing Database Control completed successfully .
    Feb 7, 2011 11:54:08 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Feb 7, 2011 11:54:08 AM oracle.sysman.emcp.util.DBControlUtil startOMS
    INFO: Starting Database Control (this may take a while) ...
    Feb 7, 2011 11:54:08 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: cmdType: 0
    Feb 7, 2011 11:54:08 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Starting Windows service...OracleDBConsoleAX2009
    Feb 7, 2011 11:54:08 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleAX2009' to fully start
    Feb 7, 2011 11:54:18 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleAX2009' to fully start
    Feb 7, 2011 11:54:28 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleAX2009' to fully start
    Feb 7, 2011 11:54:38 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleAX2009' to fully start
    Feb 7, 2011 11:54:48 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleAX2009' to fully start
    Feb 7, 2011 11:54:58 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleAX2009' to fully start
    Feb 7, 2011 11:55:08 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleAX2009' to fully start
    Feb 7, 2011 11:55:18 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleAX2009' to fully start
    Feb 7, 2011 11:55:28 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleAX2009' to fully start
    Feb 7, 2011 11:55:38 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleAX2009' to fully start
    Feb 7, 2011 11:55:48 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleAX2009' to fully start
    Feb 7, 2011 11:55:48 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Initialization failure for service during start
    Feb 7, 2011 11:55:48 AM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error starting Database Control
    Refer to the log file at D:\oracle\product\10.2.0\db_1\cfgtoollogs\dbca\AX2009\emConfig.log for more details.
    Feb 7, 2011 11:55:48 AM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error starting Database Control
         at oracle.sysman.emcp.EMDBPostConfig.performConfiguration(EMDBPostConfig.java:646)
         at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:224)
         at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:193)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:184)
         at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:436)
         at java.lang.Thread.run(Thread.java:595)
    please if any one can give me any solution to run my database console. i don't know any method. i'm new to the oracle.
    Thank you

    I have checked that. but i also say that oracle 10g (10.2.0.4 ) support for windows server 2008 r2 X64.
    Windows Server 2008 x64
    Oracle Database 10g Release 2 (10.2.0.4 or later) for Windows x64 is certified on Windows Server 2008 x64 (all editions). 32-bit Oracle Database Client (10.2.0.4) and higher versions are supported on Windows Server 2008 x64.
    I don'y think it's problem of os version or oracle version. Because when we purchase we asked from them what is the recommended version for our os. they told that 10g 10.2.0.4 is ok. previously i have installed this successfully. But now i can't.
    however thanks for tried to help me. if u can find out any other reason\s please late me know..
    thank you very much.

  • Oracle 10g on Windows Server 2008

    Hi dears;
    OS:     Windows Server 2008 R2 Standard (SP1) 64-bit
    Processor:     Intel(R) Xeon(R) CPU E5645 @2.40GHz
    RAM:     8GB
    Oracle:      Oracle 10g EE R2 (10.2.0.1.0) 32-bit
    As soon as the installation is OUI reports an error message and quits.
    Message: Abnormal program termination. An internal error occured. Send following files to oracle support.
    "Unknown"
    "Unknown"
    "Unknown"
    Please help.

    if you search on this forum you will find similar thread talking about this , so please search first before posting new thread
    Oracle Database 10.2.0.1.0 is not certified on Microsoft Windows x64 (64-bit) 2008
    Oracle Database 10.2.0.1.0 is not certified on Microsoft Windows x64 (64-bit) 2008 R2
    Only :
    Oracle Database 10.2.0.4.0 is certified on Microsoft Windows x64 (64-bit) 2008
    Oracle Database 10.2.0.5.0 2008 , 2008 R2

  • ORACLE_HOME in Oracle RAC 11g (Windows Server 2008)

    Hello,
    I've got two (2) nodes in an Oracle RAC 11g in Windows Server 2008. Oracle software is installed in C:\app.
    I realized that it's not been set ORACLE_HOME path. In System Properties-> Advanced -> Environment Variables, I see that ORACLE_HOME is empty.
    - Which path would be the ORACLE_HOME: C:\app\bd\product\11.2.0\dbhome_1
    - Do you have to setup the same in both nodes?
    Thanks

    I realized that it's not been set ORACLE_HOME path. In System Properties-> Advanced -> Environment Variables, I see that ORACLE_HOME is empty.its normal behaviour
    - Which path would be the ORACLE_HOME: C:\app\bd\product\11.2.0\dbhome_1if you installed that location, yes
    - Do you have to setup the same in both nodes?actually, you dont HAVE TO, its not needed at all

  • Oracle XE for windows server 2008 64 bit

    I have windows server 2008 64 bit
    I want to install a express edition on it
    but does't getting source link to download
    any one knows pls tell me

    Hi Nine;
    Please see:
    http://www.oracle.com/technetwork/database/express-edition/downloads/index.html
    Also see:
    XE on MS Windows Server 2008?
    Regard
    Helios

  • Can't connect Forms 6i to Oracle 11g on Windows Server 2008 SE

    Hi everyone,
    I have Oracle 10g working pretty well with Forms 6i, but now I have installed Oracle 11g on another server and I'm trying to connect Forms 6i to my other Oracle 11g server, but Forms 6i never gets connected. Is there any trick to make it work? I have check the upper cases and other things related with lower and upper case passwords, but nothinh happens.
    Can anyone please help me?

    Hello;
    Its probably the Oracle client that installs with Forms 6. Try connecting to the database using SQL Plus from a Forms workstation. If it fails I would install a newer client and switch the Oracle Home on all the workstations.
    ( Provided it tests out )
    I would probably try using the Net Configurations Assistant in your Oracle Start Menu group with all combinations I could think of before I added a second client to the mix.
    Of minor interest :
    http://www.dbaportal.eu/?q=node/167
    The Windows version might put the hurt on you. This may or may not help that :
    http://www.araboug.org/ib/index.php?showtopic=49679
    Tough combination.
    Best Regards
    mseberg
    Edited by: mseberg on Jun 20, 2012 3:51 PM
    Later
    Legacy Applications and Oracle 11g
    http://jarneil.wordpress.com/2008/03/26/legacy-applications-and-oracle-11g/
    So I'm sorry to say you are out of options. I also checked the Forms Forum and the few posts there on Forms 6 ( Obsolete in 2004 ) all agree. Forms 6 and Oracle 11 database do not play together.
    I hope at least I saved you some time.
    mseberg
    Edited by: mseberg on Jun 20, 2012 4:36 PM
    Upgrading Oracle Forms 6i to Oracle Forms 11g
    http://docs.oracle.com/cd/E17904_01/doc.1111/e10394.pdf

  • Requires Oracle client for windows server 2008 Version 6.1

    Hello
    I am using Windows 2008 Server Version 6.1 (64 Bit). I want to install Oracle client on this server. Which version is suitable for my requirement and from where i can download it.
    Thanks
    Sijo Thomas

    user12248518 wrote:
    I am in the same boat, I have downloaded what was told to download and it doesn't install it keeps saying "Unknown" 3 times in a popup when I try to install.Oracle has roughly 3,000 products. You downloaded 'what you were told' - one of those 3,000 products. And it didn't work.
    The amount of information you provide is surprisingly sparse, assuming you want assistance.
    So - if you want help, you might wnat to provide some information:
    - the operating system (including edition, and major service pack if WIndows, or distro && major/minor release and kernel if *nix)
    - the URL froim which you downloaded
    - the country yuo are in (since ORacle could redirect to several sitres based on region)
    - the command or executable, including directory path, you run or double-click on
    - the 'exact' error message, or if a generic one like "Unknown", perhaps a screen shot to convince us that it is actually such a generic message
    It's just a suggestion, but answering in such detail actually tells us you are serious about resolving the issue - you put in effort, and that may convince us to return some effort.

Maybe you are looking for