OracleStudio12.3 and Red Hat 6.2

I have OracleStudio12.3 and Red Hat 6.2 on my system. When I run 12.3 on the simple little app you get with the IDE packag I get red error lines even in the comment areas. Any help would be appreciated. Maybe I should shift to12.2 but I don't have a copy of it.
Thanks - Tom Michlik

As for debugging problems.
Could you please try to debug some sample application?
To do that just follow these steps:
1. Start IDE.
2. File -> New Project menu, then select Samples -> C/C++/Fortran and choose to create Welcome sample.
3. Right-click on the Welcome project in Project View and click Step Into -> debugging process should start and
you should stop on the first line of the main function.
If above steps are working for you, please, try to play with Welcome debugging some more time: check if breakpoints are working as
well as some debugging commands.
If everything is OK for you with sample project then please check if Debug mode is used for the project you are working on:
1. Right-click on that project and choose Properties.
2. Go to C++ Compiler properties and check if Development Mode is set to debug in the active configuration.
Regards,
Igor
Regards,
Igor

Similar Messages

  • Installing 11i apps on windows xp and Red Hat linux AS 3.0

    Hi,
    I am a newbie to Oracle E-business suite............i will be very helpful if anybody could help me with the full procedure on how to install Oracle apps on windows on Windows XP and Red Hat linux AS 3.0.........starting with configuring ip.....i would really appreciate if somebody helps me out...........well thanks in advance..waiting for a optmistic reply...
    Thanks again,
    Virendra

    I have done installation on XP and 2000 servers are heres the steps... detailed ones. I also request those who install Oracle Apps 11i to first read the installtion pdf's which helps you understand clearly the prerequisites overall.
    You cannot find the Pre installtion steps(such as Mks Toolkit and GNUMake config) in more clear terms from those documents.Which are explained here.
    The Must PDF's to refer before installation
    1)r1152ins.pdf
    2)11iconcepts.pdf
    According to the 11iconcepts PDF you can decide your business needs the N-Tier Architecture and Database Server and Application Tier Server File System in a very clear terms.
    The installation process can be divided into
    Pre Installtion,Installation and Post-Installation stages.
    I would caution everyone to concentrate more on Pre Installation stage and which is more critical for a successfull installtion of Oracle Apps and to be free with later cropping up problems.
    Further before moving into Installtion stages i have to Explain the Number of CD's and Installtion type's in Oracle App's.
    In many places you may need to wait patiently even more than 10 minutes for screens(Dialog Boxes) to appear dont conclude prematurely some problem on system.
    In oracle Apps 11.5.1 it consist of 12 CD's.
    1) Start Here CD(RAPID Installation Wizard)
    2)1-11 CD's
    1-3 Application Top information
    4th Oracle DB
    5-6 IAS and other tools
    7-11 Oracle Apps DB.
    You have to decide whether you are going to do a Single Node Installation(No Post-Installation Task) or Multi Node Installation. Refer(r1152ins.pdf)
    While installing for Multi Node you can see the Installation locations to be mentioned as
    Appl_Top,Common_Top,Data_Top etc.Try to install Appl_top and common_Top in one drive and Data_Top in another Drive(Single Node) and in different nodes in Multi Node installation.
    Installation Types
    Production ==>Real time Env implementation's
    Test ==>For test Env Purposes
    Vision Demo==>R&D or learning Purposes.
    Pre-Installation steps
    ======================
    Space Requirement for types of installtions
    Install VC++
    How to Download and install MKS tool Kit
    How to Download and Configure GNUMAKE
    Env path setting
    Create Applmgr user in Win2000
    Space Requirement for types installtion:
    Memory Requirement
    1 GB of RAM(512 Fine for initial Installtion)
    but planned for more user connections another 1 GB of Ram and according to the number of user's and Application needs you have to Increase the Memory.
    HDD capacity
    APP_Top(A)
    COMMON_TOP(C)
    DATA_TOP(D)
    Test DB : 22 + 20 GB (60 GB recommended)
    Prod DB : 22 + 20 GB (60 GB recommended)
    Vision Demo DB: 22 + 35 GB (80 GB recommended).
    Plus space for ur staging area.
    This are the actuall space required for the Oracle Apps Alone plan for more space for future needs etc.
    Softwares on System
    Win2000 server with Patch1,Winzip and Acrobat Reader Latest version etc.
    Install VC++:
    Install a clean installtion of VC++ of Visual Studio Family 6.0
    It should be first installed before installing MKS or GNUMAKE
    NOTE: When Visual C++ is installed, let the installer register all environment variables. This will allow executables to be linked from the command line.
    How to Download and install MKS tool Kit:
    Note:Try to purchase the MKS tool kit from the below site.
    or try to download the trial version valid for a months time.
    http://www.mkssoftware.com/products/tk/ds_tkio.asp
    Evaluation copy from
    http://www.mkssoftware.com/eval/
    Choose "MKS Toolkit for Interoperability " Download it in C:\
    Again you have to click the downloaded kit to start the actual download of 38 MB of MKS tollkit Evaluation version.
    You will be sent a Demo serial number to your mail id==>copy the same to a Notepad on your desktop.
    Now start the installtion of the MKSToolkit on your system by clicking on the MKStoolkit downloaded.
    It will prompt you for the Demo serial number which has to be provided.
    The MKStoolkit will be successfully installed.
    How to Download and Configure GNUMAKE:
    1) HOW TO GET AND INSTALL GNUMAKE ON WINDOWS2000
    This can be done by performing the following steps:
    NOTE: Please, be aware that you must install Visual C++ BEFORE installing GNUMAKE, because its installation process involves linking executables.
    1) Before downloading GNUMAKE, you will need to acquire some utilities which will be used for unpacking files. You can obtain the required utilities at the following
    URL: ftp://ftp.gnu.org/gnu/windows/emacs/utilities/i386/
    The directory contains the following files:
    README
    djtarnt.exe
    gunzip-1.2.4-i386.exe
    gzip-1.2.4-i386.exe
    tar-1.11.2-i386.exe
    tar-1.11.2a.exe
    Only two of the files are required:
    gunzip-1.2.4-i386.exe and tar-1.11.2a.exe
    2) After downloading the above files, rename them as follows:
    gunzip-1.2.4-i386.exe => gunzip.exe
    tar-1.11.2a.exe => tar.exe
    Place them into a directory that you can set in you PATH environment variable.
    3) Point your browser to the following
    URL: ftp://ftp.gnu.org/gnu/make
    The files needed from this directory are:
    make-3.77.tar.gz
    make-3.78.1.tar.gz
    make-3.79.1.tar.gz
    make-3.79.tar.gz
    Development requires to install version 3.77 or above. Downloading the latest version is perhaps best decision, but there are advantages to downloading the version required by development (3.77). (This document assumes that version 3.77 has been downloaded) (NOTE: AVOID USING SPACES IN
    DIRECTORY AND FILE NAMES. GNUMAKE,VISUAL C++, ETC. DO NOT ALWAYS DEAL WELL WITH SPACES)
    4) For instance, suppose you have downloaded file make-3.77.tar.gz on a directory called C:\GNUMAKE, unpack this file using gunzip.exe from a Command Prompt Window
    Example: C:\GNUMAKE>gunzip make-3.77.tar.gz This last action, will expand file make-3.77.tar.gz and the extension .gz will be removed.
    5) On the same Command Prompt Window, you should UnTAR the file, with the following
    command: C:\GNUMAKE>tar -xvf make-3.77.tar This will create a new subdirectory called MAKE-3.77 under C:\GNUMAKE, the original directory.
    6) In the new subdirectory, there is a batch file
    called build_w32.bat; run the batch file to generate GNUMAKE.EXE
    Try this from Command Prompt more than once if succesfully not built message appers till you get Generated successfully.
    Note:If Possible run all the bat files in the MAKE-3.77 and also config.bat in the sub directory by double clicking it.
    WARNING: There is a known issue with this last step, "GNU make fails to build regardless of chosing build_w32 or nmake"
    See [NOTE:115937.1]
    for work around. RELATED DOCUMENTS ----------------- For Microsoft Visual C++, MKS Toolkit and
    GNUMAKE support, you should contact their respective vendors Microsoft Visual C++, MKS Toolkit
    and GNUMAKE are registered trademarks.
    http://support.microsoft.com/ http://msdn.microsoft.com/ http://www.mks.com/
    http://www.gnu.org/ Note:104010.1: Release 11i on NT: Software Requirements
    Note:115937.1: GNU Make won't make on windows NT
    Important:All the downloaded files from GNU makes web sites shall be put in a single folder called gnumake under c:\ .Try to search for config.bat file inside this folders just click and
    run it.
    Env path setting:
    Try to search make.exe generated in c:\program files\mkstoolkit\mksnt and copy and paste it
    c:\gnumake\MAKE-3.77\windebug and c:\gnumake\MAKE-3.77\winRel also paste both this paths in the
    My Computers==>Properties==>Advanced==>Environment variables==>Path setting's
    After all this check as follows from CMD mode.
    1)execute make at c:\>
    2)execute gnumake at c:\>
    In win2000 it may return error messages or Target wrong ignore it.If it is on Win NT then it will return proper status.
    Create Applmgr user in Win2000:
    Create a Applmgr user account in win2000 .
    Installation:
    =============
    What here you require is the Patience .
    Load the START HERE CD and run the C:\> cd \cdrom\rapidwiz
    For Test and Prod it will ask for the location of Appl_Top,Common_Top and Data_Top location. Mention there path and ensure if more than one installtion say eg.Vision and Test or Prod to check the Path in all the tab pages its corresponding values and path's.
    In Vision Demo many of the Options are not propmted from the user.
    It will then do the system checking for Host Name and other details.All the checking should have been passed or if failed it will mark it in RED cross mark.Rectify the mistake and then onceagain proceed or else you will have problem after installation.
    The Installation time takes around 5 to 6 Hrs of time.
    For info on Post installation or on Multi Node follow the pdf's i have mentioned above.
    The most tedious of all is succesfully crossing the Apps system checking it does for all
    installed products it requires without any failure.
    The GNUMAKE configuration or steps were nowhere given and it was all our trail and error exp.
    This is possibly the most elaborate steps to install Apps on Win. post for further help. email me at [email protected] or [email protected]
    Rajeev.

  • Memory Problem with Oracle10g R2 and red Hat linux  2.4.21-37.EL

    Hi All.
    i've a 64Bit red Hat Linux 2.4.21-37.EL , 5GB Ram , 3GB Swap Space.
    Oracle10g R2. i've 2 prodection database each is having 1400MB of SGA.
    when i check the free meory it shows only 12mb of ram is free..why..?
    and in swap space it's only 200mb is used...why..?
    when i check the dbwither is taking 1.2GB of RAM why..?
    can anybody help me in this ...how to get free memory or configure os level to get more free memory.
    Sarit
    [email protected]

    Linux uses Swap space to run applications. The RAM available may not be enough to run the applications so OS swaps the program between RAM and the swap space to run applications.
    You can see your swap partition being used as the swap space with:
    cat /proc/swaps
    Regards,
    Senthil Murugan

  • Oracle 8i/9i and Red Hat Linux version

    Hi,
    Does anyone know, which is the earliest version of Red Hat Linux
    supported by Oracle 8i or 9i?
    Regards

    Hi,
    I downloaded the 9i, the installation started ok and I was
    able to complete the install procedure, but a few things did not
    go as I planned:
    1.- The installation MUST be run on the console X, and cannot
    be run from a remote terminal (odd!).
    2.- On a 2-CPU machine the installation didn't install all the
    files for the sistem to start.
    3.- During a second attempt the installer issued an error
    regarding a compilation problem.
    Can anyone help me, I can't get the installer running without
    problems.

  • Database Configuration Assistant for 8.1.61 and Red Hat 6.1

    This is my first install and I'm a little confused.
    Im installing Oracle Enterprise 8i release 2 (aka 8.1.6.1) on a Linux box (Red Hat 6.1). When Oracles Installer gets to the Database Configuration Assistant, it runs for awhile and then gives me this error:
    ORA-03114 not connected to ORACLE
    When I click OK to dismiss the message, it just hangs there. If I get to a shell and kill off a few of the DbCA processes, I eventually get back to the Installer and I can Exit. It says that the installation was successful but the sample database was not created.
    Ive tried this twice now. Same result each time.
    null

    Hi,
    I've got the same problem. dbassist and svrmgrl give me the same errors.
    I'm using Oracle 8.1.6.1.0 on Mandrake 7.1. With the 2.2.15-4mdksecure kernel.
    SVRMGR> CONNECT INTERNAL
    Connected
    SVRMGR> STARTUP NOMOUNT
    ORA-00445: background process "PMON" did not start after 120 seconds
    SVRMGR> (SQL stuff...)
    ORA-03114: not connected to ORACLE
    Any ideas?
    This is driving me nuts!!!
    Thx
    Johan
    null

  • Jrockit70sp5 and Red Hat AS3.0

    We are planning on a possible OS upgrade from Red Hat Enterprise ES2.1 (kernel 2.4.9-e.49smp) to Red Hat AS3.0(2.4.21-27.0.1.ELsmp), our app is currently running on wls7.0 with jrockit70sp5. Can anyone please let me know if jrockit70sp5 can run on AS3.0 and if it has been tested with AS3.0?

    As you noticed, that's not a supported configuration. It probably won't
    work either (as the threading system is different on 3.0).
    What you can try to do if you're real desperate to try this combination,
    and are unable to upgrade JRockit, try adding LD_ASSUME_KERNEL=2.2.0
    first on your java command line:
    LD_ASSUME_KERNEL=2.2.0 java Foo
    But as I said, this is an unsupported configuration. If it breaks, you
    get to keep both pieces.
    Regards //Johan
    yuan chen wrote:
    We are planning on a possible OS upgrade from Red Hat Enterprise ES2.1 (kernel 2.4.9-e.49smp) to Red Hat AS3.0(2.4.21-27.0.1.ELsmp), our app is currently running on wls7.0 with jrockit70sp5. Can anyone please let me know if jrockit70sp5 can run on AS3.0 and if it has been tested with AS3.0?

  • Coldfusion MX7 Entreprise and Red Hat Enterprise 5

    I have read that Coldfusion Mx 7 Entreprise is compatible
    with Red Hat Enterprise 2, 3 and 4 but I don't know if it is
    compatible with Red Hat Enterprise 5.
    If someone knows and if someone has an example.

    What manuals are you looking at?
    The [SRSS 4.2 product documentation|http://wikis.sun.com/display/SRSS4dot2/SRSS+Troubleshooting+Icons] documents icon 44 as: "The server is not authenticated, the client is authenticated, and the graphic/keyboard network connections are not encrypted"
    It should probably indicate more clearly that this is one of a family of icons that indicate the state of a working network connection.
    So judging by this icon everything seems to be OK. The icon should go away on its own soon. If it stays up, there appears to be a problem, but probably not on the DTU or network side.
    Is there anything suspicious in the server status or logs?

  • Oracle 9i and Red Hat AS 4.0

    How to install Oracle 9i on Red Hat AS 4.0 ?

    Oracle9i, release 2 (9.2.0.6) is available on Red Hat Enterprise Linux 4 systems. Before you install Oracle9i on Red Hat Enterprise Linux 4, review the Oracle9i Release Notes Release 2 (9.2.0.4.0) for Linux x86, part number B13670-05. This document is available from the Documentation page on the Oracle Technology Network Web site.
    http://download.oracle.com/docs/html/B13670_06/toc.htm

  • Oracle 8.1.7 and Red Hat Linux 7.1

    Hello!
    I'm trying to install Oracle 8.1.7 in one of our servers, but when invoking the ./runInstaller, the universal Installer cannot be run, it seeks for a Java Runtime Environment 1.1.8 on /bin/jre.
    I tried downloading jre1.1.8 and tried installing it on the server. After installing the jre, I included jre on the $PATH environment variable.
    I tried to re-run the universal installer, however I still encounter the same error. Are there any patches I missed to install on the linux side before installing Oracle8.1.7?
    Thanks.

    Hi.
    I'm using IBMJava118-SDKfrom rpm. You can find it there: http://www.thomasfly.com/Oranux/IBMJava118-SDK-1.1.8-5.0.i386.rpm
    After installing RPM I add JAVA_HOME and CLASSPATH in my /etc/profile. After that logout and login as oracle and run ./runInstaller. Everything work fine.
    BTW: http://www.thomasfly.com/Oranux/ -- fine manual for installing Oracle on Linux.
    Good luck.

  • Oracle 8.1.7 and Red Hat 7.1

    I didn't find Oracle 8.1.7 as certified for RedHat 7.1.
    Is it possible to install and run it anyway? Kernel is 2.4.2-2.

    Hi,
    Can you help me please. I get 2 error messages when starting up names. The first I understand because my SQLNET.ORA needs work, but the second is, it can not find the names executable file. I did a find and it is not on installed. I am trying to use 8.1.7 . I must have missed something on install. Any ideas?
    Thank you for your help,
    Jay Bennett
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Abhishek Srivastava ([email protected]):
    Running netca creates a proper tnsnames.ora file.
    My installation is fully working now.
    Thanks for all your help.
    regards,
    Abhishek.<HR></BLOCKQUOTE>
    null

  • Oracle 9i and Red Hat Linux Exterprise WS

    Hi everyone,
    Does anyone know if there is any compatible problem between Oracle 9i and RH WS 'coz I am going to purchase RH WS? And I jsut want to make sure the compatability beforehand.
    Stephanie

    Hi,
    I downloaded the 9i, the installation started ok and I was
    able to complete the install procedure, but a few things did not
    go as I planned:
    1.- The installation MUST be run on the console X, and cannot
    be run from a remote terminal (odd!).
    2.- On a 2-CPU machine the installation didn't install all the
    files for the sistem to start.
    3.- During a second attempt the installer issued an error
    regarding a compilation problem.
    Can anyone help me, I can't get the installer running without
    problems.

  • WL6.1 and Red Hat 7.1 Issue

    After porting an application from WL5.1 to WL 6.1 we are seeing the error message
    shown below,
    The Garbage Collection slows the complete system down to a grinding halt. One
    cannot even login.
    The machine has over 700M of memory.
    Any suggestions ?
    <Nov 1, 2001 12:13:40 PM MST> <Info> <DGCserver> <Tried to renew lease on lost
    reference: '266'>
    [GC 16071K->14110K(392960K), 0.0985651 secs]
    <Nov 1, 2001 12:13:41 PM MST> <Error> <Cluster> <Multicast socket receive error:
    java.io.InterruptedIOException: Receive timed out
    java.io.InterruptedIOException: Receive timed out
         at java.net.PlainDatagramSocketImpl.receive(Native Method)
         at java.net.DatagramSocket.receive(DatagramSocket.java:392)
         at weblogic.cluster.FragmentSocket.receive(FragmentSocket.java:145)
         at weblogic.cluster.MulticastManager.execute(MulticastManager.java:293)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

    Hi,
    Can you help me please. I get 2 error messages when starting up names. The first I understand because my SQLNET.ORA needs work, but the second is, it can not find the names executable file. I did a find and it is not on installed. I am trying to use 8.1.7 . I must have missed something on install. Any ideas?
    Thank you for your help,
    Jay Bennett
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Abhishek Srivastava ([email protected]):
    Running netca creates a proper tnsnames.ora file.
    My installation is fully working now.
    Thanks for all your help.
    regards,
    Abhishek.<HR></BLOCKQUOTE>
    null

  • Creating views on 9.2.0.7 and red hat: strange behavior

    Hi all,
    here you can find two new problems to solve:
    create table test1(id1 number, text1 varchar2(4000));
    create table test2(id2 number, text2 varchar2(4000));
    create or replace view v_test1_test2 as
    select t1.*
    , t2.*
    from test1 t1
    test2 t2
    where t1.id1 = t2.id2;
    Note that on line 3 of the view script there is a comma at the beginning of the line...
    After creating the view, if you edit the view script from the data dictionary, you will find something like this:
    CREATE OR REPLACE VIEW V_TEST_!_TEST (ID1, TEXT1, ID2, TEXT2) AS
    select t1."ID1", t1."TEXT1",
    , t2."ID2", t2."TEXT2"
    from test1 t1,
    test2 t2
    where t2.id1 = t2.id2
    As you can note, Oracle added another comma to the script: the result is that the view,
    successfully created without errors, is invalid ("Missing expression" if you run a select against it)!!!
    So there are two different problems in this:
    a) I created the view without specifying all the fields name: Oracle added the column name after each column. This means that the view code stored in the data dictionary is quite different from that stored in my source control software.
    b) The view is invalid even if it was successfully created without errors, because there is a new comma that I did not write in my source code.
    Do you know if there is any solution at these two problems?
    Many thanks!
    Ste.

    a) Nothing wrong here. Even if you didn't write the column name (by using *), Oracle replace it by all the current existing columns. Anyway, it's a bad practice to create view with *.
    b) Seems a bug solved in 9.2.0.8.
    Take a look to the below thread :
    Re: Create View in Oracle9.2.0.7.0 - Is this a bug?
    Nicolas.
    Message was edited by:
    N. Gasparotto

  • Red Hat (Enterprise Linux) and Hewlett Packard

    Dear HP,
    You folks seem to have made a real effort to get your printer drivers out there to all. I applaud you. Enlightened self-interest.
    It is now 2014.
    You offer me drivers for my new Color Laserjet printer.  Red Hat offers me drivers for HP printers. The two files are incompatible. You guys are huge in printers and Red Hat is huge in Linux.  When poor schleps like me are drop $300 on a new printer and I can't get it running, I get pissed at both companies. Fairly or unfairly.
    Maybe someone at HP, preferably with a RHEL 6 computer OS, could fix this situation. If this is squarely in Red Hat's camp, then send them some hate mail.
    I had hoped we were past the era when you needed to look at your computer to see which printer it supports and then go out printer shopping.

    Hi,
    RHEL 4 is not supported by AIR runtime. OpenSuse 11.1, Ubuntu 9.04 and Fedora Core 11 are the supported distributions for AIR 2.0.
    That said, AIR 2.0 should work fine on RHEL 5.
    You can download the AIR 2.0 Beta runtime From http://labs.adobe.com/technologies/air2/
    -Praful

  • Configure oracle rac10g on Red Hat Linux Enterprise 4 and vmware

    Can anybody tell how can I configure Oracle 10g RAC using Vmware and Red Hat Enterprise Linux 4. I have two installations of Linux on vmware and I am able to ping inbetween two. A document will do the most.

    http://www.scribd.com/doc/320791/Install-Oracle-RAC-10g-on-Oracle-Enterprise-Linux-Using-VMware

Maybe you are looking for