- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Pro*C Install
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2007 02:30 AM
тАО05-24-2007 02:30 AM
I've got Oracle 9i running on rx4640, hpux 11.23
Can anyone give me any documents on how to install Pro*C on my system?
Is the software depot downloadable from web? If yes, can anyone give me the links.
Regards,
Sandy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2007 03:02 AM
тАО05-24-2007 03:02 AM
Re: Pro*C Install
The C/aCC+ compiler is a purchaseable product:
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AA
An evaulation copy is available, though:
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AAEVAL
Installation is nothing more than a 'swinstall' session.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2007 03:21 AM
тАО05-24-2007 03:21 AM
Re: Pro*C Install
Is this Pro*C is included in the C/aCC+ compiler?? What if I have HP ANSI/C Compiler? Is this product is also has Pro*C in it?
regards,
Sandy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2007 03:23 AM
тАО05-24-2007 03:23 AM
SolutionPro*C is part of the Oracle distribution, but does not install as part of the Enterprise Edition installation. Start the Oracle installer, select custom installation, look for developer tools (not sure the exact name) and drill down for Pro*C.
You will also need to HP C compiler, but Pro*C is an Oracle product.
Patti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2007 03:59 AM
тАО05-24-2007 03:59 AM
Re: Pro*C Install
And, as I said, Pro*C is just a pre-compiler; it takes some custom Oracle marco-looking tags and generates the (ugly) C code required to use the Oracle OCI. But you will still need a back-end C compiler. I'd strongly recommend purchasing the HP ANSI-C compiler, but it is not strictly necessary. You can use the bundled C compiler on the system. If you can find it, you might be able to use the gcc compiler as well, but I've never tried this with Pro*C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2007 02:32 PM
тАО05-24-2007 02:32 PM
Re: Pro*C Install
Thanks for the replies. If I re-run the oracle installer, will it affect my current database? And for patching, is it necessary to re-patch the oracle again?
regards,
Sandy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2007 07:03 PM
тАО05-24-2007 07:03 PM
Re: Pro*C Install
What would you exactly do? Have you already Oracle installed e.g. 9i and now you would install 10g and upgrade your db to 10g? If yes, you have to upgrade your instance also. follow the instrunction of the patch.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2007 07:09 PM
тАО05-24-2007 07:09 PM
Re: Pro*C Install
Actually my application guy wanted to create an email notification and they required pro*c installed, which is not for now. I don't want to upgrade the oracle. Just wanted to install the pro*c.
Regards,
Sandy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2007 07:26 PM
тАО05-24-2007 07:26 PM
Re: Pro*C Install
check this metalink article for the hpux patches which are required. Note:169706.1
I would do it like that
1.DB Backup
2.Shutdown DB
3.Install Pro*c
4.startup db
I have never done this before.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2007 01:36 AM
тАО05-25-2007 01:36 AM
Re: Pro*C Install
However, it just occured to me, the Oracle patch installation might not run if you have running databases against the ORACLE_HOME, even if the components that you are patching have nothing to do with any running binaries.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2007 05:59 PM
тАО05-25-2007 05:59 PM
Re: Pro*C Install
If you are really concerned about your database and re-applying of patches. Then one alternative would be:
Install the additional software in another ORACLE_HOME
just my views.
good luck!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2007 05:23 AM
тАО05-26-2007 05:23 AM
Re: Pro*C Install
Thanks for your input and suggestion. I'll try this things on my development server first. And thanks the idea to test it on another ORACLE_HOME, I'll try that one.
Regards,
Sandy