Pro*c/c++ On Windows

Hi all
I need help on How to compile & Run Programs of Pro* c on Windows platform.
I am using :
1. Windows 2000 prof.
2. Oracle 9i Database
If u could give me step i'll greatful else any pdf doc containing all steps.
Thanks in advance
cp

The documentation is a great place to start. It has concepts as well as sample code and can be found here:
http://download.oracle.com/docs/cd/E11882_01/appdev.112/e10825/toc.htm
You might also be interested in an older blog post of mine which discusses using Pro*C with Express Edition products on Windows and can be found here:
http://oradim.blogspot.com/2009/05/oracle-proc-on-windows-with-express.html
Regards,
Mark

Similar Messages

  • How Do I Convert Windows 10 Pro Technical Preview to Windows 10 Enterprise Technical Preview and Back Without Reinstalling Windows?

    Howdy,
    Much like in Windows 8 and Windows 8.1, Windows 10 provides you with experience that allows you to convert your Windows 10 Pro Technical Preview to Windows 10 Enterprise Technical Preview without having to reinstall Windows.
    Why would I need converting my Windows SKU (edition)
    Currently, you may need this to fix issues with Windows not synchronizing browser favorites between different editions. For example, if you're using Windows 10 Enterprise Technical Preview in a test environment at work and Windows 10 Pro Technical
    Preview at home, you won't see favorites added on Enterprise edition at home and vice versa. All the links added on Pro edition while browsing web at home won't appear on your work PC.
    To convert Windows 10 Pro Technical Preview to Windows 10
    Enterprise Technical Preview:
    1. Press WindowsKey+PauseBreak and select Add Windows Features at the bottom left corner of System window.
    2. In the Add features to <OSName> window click to add Product key and type in the
    public product key for Windows 10 Enterprise Technical Preview available here.
    Voila! Your Windows 10 Pro Technical Preview is now converted to Windows 10 Enterprise Technical Preview.
    To convert Windows 10 Enterprise Technical Preview to Windows 10 Pro Technical Preview:
    Following the above procedure does NOT reveal Add features to Windows 10 link button in System window.
    We could try doing this through DISM tool.
    1. Press WindowsKey+X and select Windows PowerShell (Admin) or Command Prompt (Admin).
    2. At the command prompt type dism /online /Get-CurrentEdition to obtain information about the current edition of Windows:
    PS C:\Windows\system32> dism /online /Get-CurrentEdition
    Deployment Image Servicing and Management tool
    Version: 10.0.9926.0
    Image Version: 10.0.9926.0
    Current edition is:
    Current Edition : Enterprise
    The operation completed successfully.
    PS C:\Windows\system32>
    3. Check which versions you may switch to:
    PS C:\Windows\system32> dism /online /Get-TargetEditions
    Deployment Image Servicing and Management tool
    Version: 10.0.9926.0
    Image Version: 10.0.9926.0
    Editions that can be upgraded to:
    (The current edition cannot be upgraded to any target editions.)
    The operation completed successfully.
    Looks like Windows 10 Enterprise Technical Preview cannot be downgraded.
    To downgrade edition from Enterprise to Pro, you can trick Windows setup into thinking it is running on Pro by going to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion and changing the following keys:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]
    "EditionID"="Enterprise"
    "ProductName"="Windows 10 Enterprise Technical Preview"
    I believe for Pro edition this must be
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]
    "EditionID"="Professional"
    "ProductName"="Windows 10 Pro Technical Preview"
    After that you may run in-place upgrade using Windows 10 Pro Technical Preview Setup disc.
    Note, if you can't find the Add features to option in Control panel, press Windows Key + R and type control /name Microsoft.WindowsAnytimeUpgrade.
    If you want to, you could change Windows edition via DISM servicing tool by running:
    DISM /online /Set-Edition:Enterprise /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula
    In case you can't access official page for
    Windows 10 Enterprise Technical Preview download, or the page that contains
    product key for Windows 10 Pro Technical Preview, you can always obtain the product key by looking for
    F:\sources\pid.txt on the Windows Setup disc.
    Well this is the world we live in And these are the hands we're given...

    Howdy,
    Much like in Windows 8 and Windows 8.1, Windows 10 provides you with experience that allows you to convert your Windows 10 Pro Technical Preview to Windows 10 Enterprise Technical Preview without having to reinstall Windows.
    Why would I need converting my Windows SKU (edition)
    Currently, you may need this to fix issues with Windows not synchronizing browser favorites between different editions. For example, if you're using Windows 10 Enterprise Technical Preview in a test environment at work and Windows 10 Pro Technical
    Preview at home, you won't see favorites added on Enterprise edition at home and vice versa. All the links added on Pro edition while browsing web at home won't appear on your work PC.
    To convert Windows 10 Pro Technical Preview to Windows 10
    Enterprise Technical Preview:
    1. Press WindowsKey+PauseBreak and select Add Windows Features at the bottom left corner of System window.
    2. In the Add features to <OSName> window click to add Product key and type in the
    public product key for Windows 10 Enterprise Technical Preview available here.
    Voila! Your Windows 10 Pro Technical Preview is now converted to Windows 10 Enterprise Technical Preview.
    To convert Windows 10 Enterprise Technical Preview to Windows 10 Pro Technical Preview:
    Following the above procedure does NOT reveal Add features to Windows 10 link button in System window.
    We could try doing this through DISM tool.
    1. Press WindowsKey+X and select Windows PowerShell (Admin) or Command Prompt (Admin).
    2. At the command prompt type dism /online /Get-CurrentEdition to obtain information about the current edition of Windows:
    PS C:\Windows\system32> dism /online /Get-CurrentEdition
    Deployment Image Servicing and Management tool
    Version: 10.0.9926.0
    Image Version: 10.0.9926.0
    Current edition is:
    Current Edition : Enterprise
    The operation completed successfully.
    PS C:\Windows\system32>
    3. Check which versions you may switch to:
    PS C:\Windows\system32> dism /online /Get-TargetEditions
    Deployment Image Servicing and Management tool
    Version: 10.0.9926.0
    Image Version: 10.0.9926.0
    Editions that can be upgraded to:
    (The current edition cannot be upgraded to any target editions.)
    The operation completed successfully.
    Looks like Windows 10 Enterprise Technical Preview cannot be downgraded.
    To downgrade edition from Enterprise to Pro, you can trick Windows setup into thinking it is running on Pro by going to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion and changing the following keys:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]
    "EditionID"="Enterprise"
    "ProductName"="Windows 10 Enterprise Technical Preview"
    I believe for Pro edition this must be
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]
    "EditionID"="Professional"
    "ProductName"="Windows 10 Pro Technical Preview"
    After that you may run in-place upgrade using Windows 10 Pro Technical Preview Setup disc.
    Note, if you can't find the Add features to option in Control panel, press Windows Key + R and type control /name Microsoft.WindowsAnytimeUpgrade.
    If you want to, you could change Windows edition via DISM servicing tool by running:
    DISM /online /Set-Edition:Enterprise /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula
    In case you can't access official page for
    Windows 10 Enterprise Technical Preview download, or the page that contains
    product key for Windows 10 Pro Technical Preview, you can always obtain the product key by looking for
    F:\sources\pid.txt on the Windows Setup disc.
    Well this is the world we live in And these are the hands we're given...

  • Does anyone know How to run twin monitors on a MacBook Pro operating on a Windows Server 2008 R2 ?

    Hi
    Does anyone know How to run twin monitors on a MacBook Pro operating on a Windows Server 2008 R2 ?

    I know this doesn't help you much, but, I think you have to see if your Mac pro does audio out via HDMI. I don't even know if mine does via DVI. I think it may have to do with the adapter. Try going into Audio MIDI and setting the digital out to multichannel
    and using the toslink cable for now. Lemme see...apparently DVI does not carry audio at all. Hm. apparently monoprice could be helpful?  If I understand what you're saying correctly: you want to take DVI and multichannel audio via the Toslink and have it all go out over HDMI, right? Whooo..... amazon...looks like it's about $100http://www.amazon.com/Audio-SPDIF-Toslink-Converter-Adapter/dp/B0015YYOQQ
    just a shot in the dark
    I'm probably wrong....or not
    John B

  • How do Dual Monitor with my Mac Book Pro (Boot camped with Windows 8) through my mini display port VIA Thunderbolt to a iMac (Model Mid 2011)?

    So I have a Mac Book Pro with a bootcamp Windows 8. I dual monitor on the Mac side with my Mid 2011 iMac through my mini display port via thunder bolt cable. In my perfect world, I would be able to switch to the Windows side and have the iMac mirror or extend my windows display for my gaming pleasure, etc. I'm not sure if it's just a simple driver or that it cannot be done. Please help. Thanks.

    so you want the notebook forum, not this one
    MacBook Pro
    https://discussions.apple.com/community/notebooks/macbook_pro
    https://discussions.apple.com/community/mac_os?view=discussions 
    http://www.apple.com/support/macbookpro

  • I don't know if this is the right section but I experience the following issue with Adobe Acrobat Pro XI installed on Windows 8.1. When I start Acrobat the related window opens normally but, after some scroll up and down along the document, it blocks, Acr

    I don't know if this is the right section but I experience the following issue with Adobe Acrobat Pro XI installed on Windows 8.1. When I start Acrobat the related window opens normally but, after some scroll up and down along the document, it blocks, Acrobat doesn't respond to any command I can give and, in place of the pointer arrow, a vertical bar, as the one of the text editor appears. The only way I can stop Acrobat is by means of the task manager. I tried to de-install and the re- install Acrobat but the behaviour is always the same. What can I do??

    Have you opened Acrobat and gone to Help>Updates to get an updated install?

  • Reinstalled Adobe Acrobat XI Pro after upgrading to windows 8.1 and now cannot scan

    Reinstalled Adobe Acrobat XI Pro after upgrading to windows 8.1 and now cannot scan through Adobe, although Scanner says its combatible with Windows 8. Cannot reinstall drivers because Brother claims they're built-in. Help!

    1. Re: Reinstalled Adobe Acrobat XI Pro after upgrading to windows 8.1 and now cannot scan
    Anubha Goel
    I am using a Brother MFC 8460N and on Brother's site it says its compatible with win 8.1 and that the driver is already installed. When I try to scan I am told there is no preset (there was with win 7 though) and I have to "custom scan." When I try that, I hear a sound as if the printer is trying to scan, but the feeder can't pull the paper through. I then get a blank .pdf as my scan. Thanks for your advice. I will try that.

  • Everytime I open Safari on my MacBook Pro a pop-up window from my Finder menu, with the Applications highlighted on the left in the favorites column with the Resources folder highlighted comes up and locks my Safari page until I manually close the Resourc

    Everytime I open Safari on my MacBook Pro a pop-up window from my Finder menu, with the Applications highlighted on the left in the favorites column with the Resources folder highlighted comes up and locks my Safari page until I manually close the Resources window then I have to refresh the internet search address line at the top of Safari. Can someone tell me how to stop this. It started after a software upgrade. It didn’t do that before. Thank you.

    A few thoughts for diagnosis/testing purposes:
    Have you recently run the disk utility and repaired HD and permissions? If not do so.
    Boot into the Safe mode - hold down shift key on boot - and see if the problems are still there. Some functions won't work but see if anything odd happens.
    Check your startup items. Get rid of them temporarily.
    Create a new user account and see if the problems occur with the new account.
    Lastly, be sure your backup is up-to-date.

  • How do I convert my Windows 7 Folder to an ISO image to burn to a USB, in order to use Bootcamp Assistant to partition my MacBook Pro for Mac and Windows?

    How do I convert my Windows 7 Folder to an ISO image to burn to my  USB Flash drive (16GB)  in order to use Bootcamp Assistant to partition my MacBook Pro for Mac and Windows?

    Sorry - confusing - My question has NOT been solved yet - can anyone help?

  • I am working on a MacBook Pro (13-inch, Mid 2009) with boot camp running Windows 7 pro 64-bit.  Windows crashes quite often now-a-days and I need to get this fixed. I heard that updating boot camp can help.  Currently I am running Version 3.0.4 (322).

    I need to know which update(s) I can apply to help stabalize the system.

    Typing the body of the thread message in the title, huh? -)
    I am working on a MacBook Pro (13-inch, Mid 2009) with boot camp running Windows 7 pro 64-bit.  Windows crashes quite often now-a-days and I need to get this fixed. I heard that updating boot camp can help.  Currently I am running Version 3.0.4 (322).
    Only Apple could hamstring and tie Mac OS to Windows. There isn't any other than whether you can download the drivers into Windows (you can) but Apple puts a block on the installer setup even if your mac does not support it.
    Windows 7 needs at least Boot Camp 3.1 and 3.3 is what you should already have. And you are not getting security updates if you don't have at least 10.6.8 as was pointed out.  --- you arent using Software Update as you should. And you should backup and clone Mac (and Windows) as well.
    You need Mountain Lion to use Boot Camp 5.x which supports Windows 7 & 8 and 64-bit.
    I would upgrade to Lion if you can realizing that Rosetta and PowerPC are no longer supported though.
    Mac 101: Using Windows on your Mac via Boot Camp
    https://support.apple.com/kb/HT1461
    http://www.apple.com/support/bootcamp/
    Helpful Apple Support Resources (Forum Overview)
    Boot Camp Support 
    Boot Camp Manuals
    Boot Camp 5.0 Drivers
    http://support.apple.com/kb/DL1638
    Frequently asked question
    http://support.apple.com/kb/HT4818
    http://manuals.info.apple.com/en_US/boot_camp_install-setup_10.7.pdf
    http://manuals.info.apple.com/en/Boot_Camp_Install-Setup_10.6.pdf
    http://manuals.info.apple.com/en/Boot_Camp_Install-Setup_10.6.pdfcreate a Windows support software (drivers) CD or USB storage media
    http://support.apple.com/kb/HT4407
    The Boot Camp Assistant can burn Boot Camp software (drivers) to a DVD or copy it to a USB storage device, such as a flash drive or hard drive. These are the only media you can use to install Boot Camp software.
    https://support.apple.com/kb/HT4569
    http://manuals.info.apple.com/en_US/boot_camp_install-setup_10.8.pdf
    Instructions for all features and settings.
    Boot Camp 4.0 FAQ Get answers to commonly asked Boot Camp questions.
    Windows 7 FAQ Answers to commonly asked Windows 7 questions.
    http://www.apple.com/support/bootcamp/
    Is there a download of the Boot Camp 5 Support Software if I'm not using OS X Mountain Lion v10.8.3?
    Yes, you can download the Boot Camp 5 Support Software here.
    http://support.apple.com/kb/DL1638
    How do I use the Boot Camp 5 Support Software I downloaded from the web page?
    The download file is a .zip file. Double click it to uncompress it.
    Double-click the Boot Camp disk image.
    Copy the Boot Camp and "$WinPEDriver$" folders to the root level of a USB flash drive or hard drive that is formatted with the FAT file system (see question below for steps on how to format).
    Install Windows, leaving the flash or hard drive attached to the USB port of your Mac.
    Installation of the drivers can take a few minutes. Don't interrupt the installation process. A completion dialog box will appear when everything is installed. Click Finish when the dialog appears.
    When your system restarts your Windows 8 installation is done.
    Note: If the flash drive or hard drive was not attached when you installed Windows and was inserted after restarting into Windows 8, double-click the Boot Camp folder, then locate and double click the "setup.exe" file to start the installation of the Boot Camp 5 Support Software.
    How do I format USB media to the FAT file system?
    Use Disk Utility to format a disk to use with a Windows computer. Here's how:
    Important: Formatting a disk erases all the files on it. Copy any files you want to save to another disk before formatting the disk.
    Open Disk Utility.
    Select the disk you want to format for use with Windows computers.
    Click Erase, and choose one of the following from the Format pop-up menu:
    If the size of the disk is 32 GB or less, choose MS-DOS (FAT).
    If the size of the disk is over 32 GB, choose ExFAT.
    Type a name for the disk. The maximum length is 11 characters.
    Click the Erase button and then click Erase again.
    Which versions of Windows are supported with Boot Camp 5?
    64-bit versions of Windows 8 and Windows 7 are supported using the Boot Camp 5 Support Software. If you need to use a 32-bit version, you need to use Boot Camp 4 Support Software, and you must use Windows 7. 32-bit versions of Windows 8 are not supported via Boot Camp. For a complete list of Windows OS support, click here.

  • When using my mac book pro, there's a window that comes up saying to force quit applications. i've done the updates cleaned out computer and have taken it in but it wont stop coming up.

    when using my mac book pro, there's a window that comes up saying to force quit applications. i've done the updates cleaned out computer and have taken it in but it wont stop coming up.  what can i do?

    The force quit window appears when you:
    a) type the key combination <CMD> + <OPT> + <ESC>
    b) you select the menu item " > Force Quit..."

  • On my MacBook Pro, while using the windows side, I have no audio. Any suggestions

    On my MacBook Pro while using the Windows hard drive, I have no audio. The icon shows that I should (no mute insignia).  Any thoughts what I might do to correct?
    Thnaks.
    Tom

    Whoa, I found the answer by clicking on one of the questions in the "More Like This" box to the right.  I do  wonder how to find that box before posting my dumb question.  The answer turned out to be checking the youtube volume control.  I turned that up and it solved the problem for Comast as well.

  • HT3777 why does my boot camp on my mac pro ask for a windows 7 disk

    why does my boot camp on my mac pro ask for a windows 7 disk?  Can I just install my vista home premium in and proceed?

    Lion and Mountain Lion can only install 7 under BootCamp.
    You can load Vista under a VM (virtual machine) such as Parallels or VMWare Fusion or VirtualBox (Oracle ownload).

  • Macbook Pro Will Not Boot Windows Disk

    I have a late 08 (or early 09) Unibody Macbook Pro 2.53Ghz. I start the Bootcamp Assistant and successfully create my Windows partition. When I restart with the Windows 7 disk, I get a blinking cursor for 1 second then it goes to a black screen and never leaves. I have tried several different Windows 7 disks with the same result. I have even tried booting from a Windows Vista, Windows XP and even a Ubuntu disk all with the same result, stuck at a black screen.
    I took the hard drive out of this mac and put it into my wife's older Macbook pro, and it booted off the Windows 7 disk and completed the install to the drive with no issues. I then put the hard drive back into my Macbook Pro and get the same black screen when trying to start the Windows partition, and still have the same problem that it will not boot from any other OS disk be it Windows or Ubuntu. It boots from OS X DVDs without a problem.
    Also several months ago I had a Windows XP installation on this computer with no issues. I wiped it just before going to Snow Leopard.
    Any clue as to what is going on here?

    What is really odd is if I take my hard drive out of my Unibody Macbook Pro and put it into my wife's non-unibody Macbook Pro, it boots the Windows partition with no problem (Remembering I previously swapped these hard drives to complete the Windows installation to my hard drive). Seeing as the disk boots on her machine fine and not in mine, and my Windows cds (DVDs) boot fine on hers and not on mine, it seems to me it's something specific about my machine, but I can't imagine what it is.

  • Why can I not create a PDF from a web page on my Adobe Acrobat 8 Pro on my new Windows 8 computer? It worked fine on my windows XP system?

    Why can I not create a PDF from a web page on my Adobe Acrobat 8 Pro on my new Windows 8 computer? It worked fine on my windows XP system?

    Acrobat 8 is not compatible with Windows 8,  for the simple reason it was
    created much before it and Adobe could not participate the changes to the
    OS that Microsoft implemented many years later on. You need to buy the
    current version for compatibility.

  • Resolution on Macbook Pro Retina Display using Windows 8.1 Pro

    Hello everybody, i have an issue on my MBP Retina Display 15" Early 2013 using Windows 8.1 Pro
    I just installed Windows 8.1 Pro on my MBP with Boot Camp, very normal, activated Windows, but the issue started when i try to watching videos on Youtube ...
    When i open chrome , open lots of tabs and it look like this http://i.imgur.com/i3HRxGx.jpg ... ( i don't know how to explain )
    Second, everything is normal like this http://i.imgur.com/wCgHAhB.jpg, but when i open a video on Youtube, it look like this http://i.imgur.com/9HGhC64.jpg, you can see at the bottom right of my picture, the ENG go bigger than normal and the time go BIGGER, back to desktop, it look like this http://i.imgur.com/tWDOgLK.jpg ...
    First i thought it was the graphic card problem, so i went to NDIVIA website to download the update for my graphic card, but when i finished my update, nothing's change, when i open a video, the issue start ...
    Please help me, this is very important, sorry for my bad english, thanks for your help !!!

    Open the Startup Disk pane of System Preferences and select the Mac OS X system.
    (83026)

  • I install windows 7 on my mac pro. and participate in windows 7 to 50gb 2 disk. but now i cannot enter my mac. only windows is appearing what should i do. when try enter my mac want me to format rest of disk. how can i reinstall my mac

    i install windows 7 on my mac pro. and participate in windows 7 to 50gb 2 disk. but now i cannot enter my mac. only windows is appearing what should i do. when try enter my mac want me to format rest of the disk. how can i reinstall my mac?

    If you use Windows program to partition the Hard Drive, the Apple partition gets destroyed.
    Windows does not understand it is a guest on your Mac, and throws garabge wherever it pleases.

Maybe you are looking for

  • Retrieve front end values of editable alv in same format

    I have a problem to retrieve the front end values in editable alv filled by user. I am able to get it from MODIFIED CELL method but it gives the values after alv automatically conversion. For example if user filled 1 in cell of type numc then i want

  • How can you update to the same row when........

    Ok so now I have Session variables working correctly and come to find out that my host creates a new DB connection for each page displayed. So the Last_Insert_ID() will not work because of the new connection each time. What are my options for updatin

  • Help with album info

    So heres the deal. About 3 years ago I copied about 200 of my CDs to my computer as .wav files. I manually entered them into folders to organixe them by band / album name although the tracks are listed as "Track 1, Track 2, etc. About a year ago the

  • Hardware Requirement for SCOM 2007

    Hello, I have still SCOM 2007 R2. I would like to know what is or are the requirements for the hardware: Disk : I have 300 Gb 10 K will it be enough for the database server or 15 K is mandatory? Thanks, Dom System Center Operations Manager 2007 / Sys

  • Allowing users to enter text into a web page

    Hi there, I'm not at all versed in Java, so I would like some advice on how to do the following in a web page. Imagine you have a group of four users and they have to be able to give you a response to a question and be able to see what the others hav