How to integrate Pro C compiler and liberies in order to compile Pro C in oracle 9i

Hello ,
My name is Ron .
I already installed The Database Server oracle 9i in my machine
i do not install the Oracle 9i client only the Database server.
but when i'm trying to compile Pro C sample program
i get an error:
operable program or batch file.
Error executing c:\winnt\system32\cmd.exe.
From what i know , oracle 9i Pro C liberay files must be in location "C:\Oracle\Ora92\precomp\lib\msvc" in my machine .
but this directory not exist and also the liberies are missing.
Do i miss something any installation of the oracle client?
Do i need to install also the oracle 9i client in order to have the Pro C compiler and all the
Pro C liberies .?
thanks in advance.
Ron Bar yosef

Pro*C is a client side tool ans so will be available when you install the Oracle client.

Similar Messages

  • How to integrate free download manager and mozilla firefox?

    how to integrate free download manager and mozilla firefox?

    The Free Download Manager version 3.5 will support Firefox 4. The developers have made a release candidate available, for details including a download link see http://www.freedownloadmanager.org/board/viewtopic.php?f=1&t=15061

  • How to integrate deployed Web Services and Portlets

    Hi All,
    I am able to deploy Web Services and Portlets in the Application Server, which is in the network system.Now, I want to know how to integrate the Web Services and Portlets.I dont have any idea about this and i didn't got any good material..
    Please, provide some useful links or material, if anybody has any idea about this.
    Thanks in advance.
    Praphul

    You can consume a Web service from a JSF page for example using the ADF Web service data control:
    http://www.oracle.com/technology/obe/obe11jdev/bulldog/webservices/ws.html
    http://www.oracle.com/technology/obe/obe11jdev/11/wsdc/wsdc.htm
    You can turn these JSF pages into portlets using WebCenter's JSF to Portlet bridge.
    http://www.oracle.com/technology/products/jdev/11/cuecards111/jps_set_62/ccset62_ALL.html

  • How to integrate Apache Web Server and Apache Tomcat 4.0 ?

    <pre>
    Hi All,
    Can anyone give me a detailed description(or url that tells so) of how to install the Apache Web Server, Apache Tomcat Server4.0 and Integrate both of them.
    Still now I am using Apache Tomcat 4.0 as a standalone application and now I want to learn how to install,use Apache Web Server and integrate this with Apache Tomcat.
    Please point me to exact location,url to download the recent Apache Web Server and,
    Can I use my existing Standalone Apache Tomcat 4.0 to integrate this with Apache Web Server that I am going to download.
    A detailed explanation of how to integrate both is very helpful.
    Thanks in advance.
    <pre>

    The way to integrate Apache Web Server & Apache is very easy. The first step is download the library to connect both servers. This library can be download from http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0/bin/webapp-module-1.0-tc40-windows.zip.
    Copy the files to APACHE_HOME\modules and open httpd.conf to change any lines:
    You find the section "LoadModule" and you add the next lines:
    LoadModule webapp_module modules/mod_webapp.so
    AddModule mod_webapp.c
    And the end of the file you must add these lines:
    WebAppConnection conexion warp localhost:8008
    WebAppDeploy examples conexion /examples
    The first parameter -2nd line- (examples) is the URL name application, the second is the connection's name and the last parameter is the application's name. This name is the same which in servlet.xml.
    At last you can add one more lines to check the module's configuration:
    WebAppInfo /webapp-info
    If you visit http://<yoor_host>/webapp-info you can see the configuration.

  • How to integrate NI Vision Builder and Lab view 8.0

    Hi to all.,
        I want to integrate NI vision builder and Labview.... Please give me the idea and procedures to be followed........

    Hello Tec-sol,
    Are you using the Vision Builder for Automated Inspection? If you are, then you can create LabVIEW code. In the configuration interface go to Tools>>Migrate Inspection to LabVIEW. To do this you will need to have the Vision Development module installed.
    Or are you using the Vision Builder? Depending on the version of the vision builder you are using you can also generate LabVIEW code.
    If you want your code to run in LabVIEW I would suggest that you create your code with the Vision Assistant (this has replaced the Vision Builder, and ships with the Vision Development Module). The Vision Builder for Automated Inspection is intended to be a standalone application.
    Regards,
    Jasper S

  • How to configure PRO*C  in ORACLE 8i  ?

    Hi all,
    I have installed ORACLE 8.1.6 in my LINUX system. I thinku proc is not configured though precomp folder exists .
    How can I configure it ?
    please help me in this regard.
    Thanks in advance,
    Trinath somanchi,
    Hyderabad.

    hello ...
    enter in
    http://www.oracle.com/pls/db102/portal.portal_db?selected=2 between demand and type in "create database"
    or read others docs ORACLE.
    AF

  • How to integrate third party API and DLL

    Dear sir/Madam
    How can i integrate the third party high level API and DLL into my DLL, project keeping in view that all their functions and their definitions kept hidden. i have tried it but when importing the functions in the DLL and export the high level functions, compiler demands their declarations and prototypes.
    Is their a way to hide all these high level functions and still utilize them.
    thanks, regards
    Zafar

    Hi Matrix39,
    The compiler will still need the proper prototypes for the functions called in the third party DLL to compile your DLL whether you are using explicit or implicit linking to call the functions.  Declaring these prototypes in your DLL does not mean they will be exported by your DLL.  The functions exported by your DLL can be configured by navigating to Build»Target Settings in CVI.  From here you can configure what functions your DLL exports by clicking the Change... button in the Export section.  There are several options for specifying the functions including using header files and manual export declarations.  See the CVI Help for more information.
    Justin D
    Applications Engineer
    National Instruments
    http://www.ni.com/support/

  • How to integrate Crystal Report Server and J2EE platform

    Hi,
    It's my first time using Crystal Report, so I don't know exactly how I should start...
    As what i've searched around, there is a method of generating crystal report from a JSP file. By this way, everything will be handled within the application server.
    But in my project, we intend to leave the part of handling and generating report to another server, i.e. there will be 2 servers: application & report. Anyone experienced with this can guide me through? By splitting into 2 servers, that means I will need to have the Crystal Report Server right? And if doing so, from the application, how do I call the Crystal Report server?
    Thanks for viewing...

    You can use [Crystal Reports for Eclipse|Crystal Reports for Eclipse 2.0 Release Update 8 is Now Available!; to do exactly this. It comes with an example application for displaying reports using the CR Web Report Viewer. It's EXTREMELY easy to use and even to integrate in your existing web app. If you're using Eclipse and have the CR4E plugin installed, you can go to File > New > Crystal Reports and select Crystal Reports Web Project. This will create the CR server application for you. You can also right click on an existing web app and have Crystal Reports integrated directly into your existing app.
    To do this, just right click on your web app and go to Project Properties. Then, go to Project Facets, check the box next to Crystal Reports, click Apply and then OK. It will copy all of the necessary runtimes into your lib folder and will even update your web.xml to include the stuff needed for CR. On the left, you should see Crystal Reports File Versions. Click on that and you should see the version of Crystal that was just installed into your web app along with all of the files that were copied or modified.
    You could probably then create a report viewer in your other app (maybe an iframe?) that includes a link to the report in the CR Web App.
    If you need more assistance with this, let me know. I'd be glad to help out as I've already played with something similar to this.

  • How to integrate Single Sign-On and JSF?

    Hi all,
    We are going to develop a web application using Oracle technologies, including ADF and JSF.
    But we´ll need to secure our website using Oracle Identity Manager (Single Sign-On). I am having difficulties to find any resource explaining how to do that.
    Also, the IM (SSO) will run on a Oracle AS instance and our web app (ADF+JSF) will run on a separete OC4J instance, due to ADF version. Is this a problem?
    Thanks

    We too are in the process of implementing iStore with SSO features.
    And if you believe me it seems to me as nightmare.
    In our scenerio we are intgrating this SSO with Third party access control too (AD and Siteminder). I would request you to please respond me on the following mail id , so we can share our experince which will help us in our implementation
    [email protected]
    regards and thanks in advance
    Vikas Deep

  • How to integrate E-Business Suite and OWB

    I want to extract data from an E-business Suite (EBS) database. In the OWB 10.2 userguide is a paragraph, Enabling Integration with Oracle E-business Suite, telling me to import some metadata tables from the EBS-database. But how do I go from there to extracting the application data from the EBS database?
    Jaap.

    Hi Jaap,
    Take a look at the following paper on OTN as to how the EBS connector works in 10.2 (http://www.oracle.com/technology/products/warehouse/pdf/ERP%20Data%20Integration%20with%20OWB.pdf)
    In general this works like most import and loads in OWB. You basically read the EBS metadata catalog and then once that information is in OWB, you drag these tables into mappings.
    Hope this answers the questions,
    JP

  • How to integrate BPM10g with OER11g and OSR 11g

    Hi all,
    Has anyone implemented Integration of BPM10g with OER and OSR 11g environment?
    if yes how the flow goes and how did the implementation take place ?
    Edited by: Nikita Agrawal on Nov 19, 2012 2:44 AM

    Hi all,
    Has anyone implemented Integration of BPM10g with OER and OSR 11g environment?
    if yes how the flow goes and how did the implementation take place ?
    Edited by: Nikita Agrawal on Nov 19, 2012 2:44 AM

  • How can I locate, uninstall Quicktime and iTunes in order to reinstall?

    Installed iTunes and Quicktime and bought music. Then tried to access a couple of week later. From iTunes got message 'the feature you are trying to use is on a network resource that is unavailable'. Quicktime says 'Error 46: could not load or find the QT ActiveX control'. I can't access them through Add/Remove Programs, so can't uninstall or update. Any advice or suggestions would be greatly appreciated.
    DELL   Windows XP  

    I've installed and run Win Install Cleanup. Have tried reinstalling iTunes and QT a couple of times. Both times, the status bar freezes at four 'blocks' from the end, with the message 'Registering iTunes automation server'. The Task Manager says the installer's status is Running, so I don't know what to do, other than uninstall as best I can and start the process again. Could it be that the Security Center is preventing it from completing the installation? Any suggestions gratefully received.
    DELL   Windows XP  

  • My wife and I have 2 new iPhones and also have a mac book pro and an iMac. How can we share apps, music and contacts between all these?

    My wife and I have 2 new iPhones and also have a mac book pro and an iMac. How can we share apps, music and contacts between all these?

    Use the same Apple ID and password for purchasing in all these devices.

  • I have a macbook pro and I connected a new iphone to my computer. Somehow all my pictures in the iphoto app deleted. How can I get them back, and no I do not have my TimeMachine On. Please help!

    I have a macbook pro and I connected a new iphone to my computer. Somehow all my pictures in the iphoto app deleted. How can I get them back, and no I do not have my TimeMachine On. Please help!

    If you are running Lion then all drivers are distributed through Software Update. You do not need to install anything, other than to install the printer in System Preferences > Print & Scan. If you already added the printer while it was connected using USB, you might want to delete it and set it up again wirelessly to avoid confusion. Or, give them two distinct names e.g. "Photosmart D110 (USB)" and "Photosmart D110 (wireless)".
    All scanning functions are now performed using Preview, but you can also access the scanner through the same Print & Scan preference pane, or with Image Capture.
    This HP document may help explain how driver software is distributed now:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c03079365&cc=us&dlc=en&lc=en &product=4144493&tmp_track_link=ot_search#N108

  • How can you get a compilation album to show up as one album rather than be split up but song and artist?

    how can you get a compilation album to show up as one album rather than be split up by song and artist? I've got loads of albums on iTunes that are compliations and they are all mixed up by track/ artist. Even when you click 'show album' it still just shows the album title and then the artist in alphabetical order - so the album is replicated several times
    Can anyone tell me how to amalgamate compliation albums please?

    This web page will help you: http://samsoft.org.uk/iTunes/grouping.asp

Maybe you are looking for