PDA

View Full Version : Oracle 11gR2 in the AppLogic Cloud


Nathaniel
02-09-2010, 02:01 PM
Hello my name is Nathaniel Schein and I work for CariNet, a services company that has been doing extensive work with the Applogic platform.

Amongst our many initiatives, one area of focus has been to deploy an instance of the Oracle database to the platform. We recently successfully did so with Oracle 11gR2 and are now beginning to perform a variety of benchmark activities with the technology.

If you are interested in learning more please visit our forum:
http://forums.cari.net/39-3tera-applogic/install-oracle-11gr2-3terras-applogic-227/#post415

Nathaniel Schein
CariNet
8929A Complex Drive
San Diego, CA 92123
Phone: +1 (858) 974-5080
nschein@cari.net

PeterNic
02-09-2010, 07:42 PM
Nathaniel,

Thank you for the post. Can you tell us what OS/version it runs on so I can add it to the list at http://forum.3tera.com/showthread.php?t=124 (or, would you please cross-post there as well).

Also, let me know if there is anything we can help with in your work on Oracle 11g (or anything else, of course).

Best regards,
-- Peter

Nathaniel
02-10-2010, 06:05 PM
Peter,

Your welcome and thank you for bringing the other thread to my attention. I have included a post there as well. I have also included a link to our forum which contains information on our Oracle installation.

Nathaniel Schein
CariNet

k-taniguchi@netone.co.jp
02-15-2010, 09:52 PM
Nathaniel,

How do you raunch the Oracle Installer GUI on Applogic?

Do you use X Window server or Cygwin on your client pc?

Keiji Taniguchi
Net One Systems

Nathaniel
02-16-2010, 09:43 AM
Keiji,

Once you have X installed on the app, all you need to do is use ssh with the -X switch.

ssh -X oracle@xx.xx.xx.xx

This enables ssh forwarding via an tunnel. Eventhough my desktop is Linux I have read of Cygwin having the same capabilities. Also, you will need an X Windows manager running locally.

Nathaniel Schein

k-taniguchi@netone.co.jp
03-10-2010, 04:56 PM
Nathaniel,

Thanks your information.

I iso2classed Oracle Enterprise Linux and installed DB11gR2 on it.

I feel ssh -X is great solution to use X Window on cloud service,
because it evades IP NAT restriction also.