Re: OAS408x installation

From: Verna Legaspi <verna.legaspi_at_attws.com>
Date: Thu, 24 Aug 2000 11:45:38 -0700
Message-ID: <8o3qke$cqa$1_at_redftp.redftp.attws.com>


> Oh. Can you quote a simple sample (PL/SQL) procedure?

CREATE OR REPLACE PROCEDURE hello
IS
BEGIN

  htp.htmlOpen;
  htp.bodyOpen;
  htp.print('Hello, world!');
  htp.bodyClose;
  htp.htmlClose;

END;
> It's about 502MB RAM, not enough? And about 600MB swap.
> What is that patch? For solaris? which version? Can you give it
> to me if it's for Solaris OAS 4082 or Linux 4081?

I'm sure that's enough RAM. Just want to remind you that I never did get my RedHat 6.2 OAS to work.

But here are the patches/bugs I know of: * OAS 4081 on RedHat 6.1 - Patch #1226512, replacing libyod.so file. (Hopefully you'll have better luck than I have) * OAS 4081 on Solaris - 4081_Servlet_Patch_Set

Check metalink.oracle.com for further information on them.

HTH,
Verna Received on Thu Aug 24 2000 - 20:45:38 CEST

Original text of this message