1763018 Members
2602 Online
108909 Solutions
New Discussion юеВ

Re: OCCI in HP -UX

 
moorthyp
Occasional Advisor

OCCI in HP -UX

we have two Hp-Ux servers
among this one we are using for Oracle server another one is applicaton server

my qustion is

i want to port C++ application ,the database and Application should be same server.OR is it possible to install separate servers .

if it possible how i have to make interface.

plz help me
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: OCCI in HP -UX

Shalom,

Either way will work.

Running db and application on the same system can tax resources such as memory. Oracle recommends application and db on different hardware.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Jov
Honored Contributor

Re: OCCI in HP -UX

Hi,

I am not 100% clear regarding what you're asking?

Went you stated port, are you moving from one platform to another, or move the application from one server to another.

Depending on the demands of your application and the size (amount of resources available) on your HP-UX servers, you can have both the Application and Oracle DB instance on one or more servers.

Also do you need the other server for things such as DR, Test, Dev, Staging? Assuming not, then the best way to utilise the existing hardware resources is to have the DB on one server and the application on the other. This is only possilbe if your application is using one of the standard communication for DB, such as ODBC.


Jov
moorthyp
Occasional Advisor

Re: OCCI in HP -UX

Thanks for your replies

we have two servers .one is oracle client server another one appliction server .i want to install (what we developed )in application server.

While i am runing my program in application server how it will communicate oracle database server?
Jov
Honored Contributor

Re: OCCI in HP -UX

Hi,

If you should try to use ODBC or JDBC (Java) if possible, but its your application, thus you'll need to research what is best for what you're trying to achieve.


Jov