Installation of WebServer 3.0 fails

From: <mgroetan_at_my-dejanews.com>
Date: Fri, 16 Apr 1999 14:51:05 GMT
Message-ID: <7f7iom$t0o$1_at_nnrp1.dejanews.com>



In order to get the WebServer up and running, several scripts need to be executed manually. Among them is the script %ORACLE_HOME%\cgenw20\cvwetc\wsgl.sql. This scripts starts a lot of other scripts sequentially. In one of the scripts started this way (wsgl.pkb), 'CG$ERRORS.PUSH' is not recognized as a valid variable. What is this CG$ERRORS thing, and where can it be installed from? None of the scripts executed before this scripts contains any reference whatsoever to CG$. Here's the offending syntax:
  • -- Name: StoreErrorMessage -- -- Description: Pushes error message onto CG$ERRORS error stack -- -- Parameters: p_mess The message -- ---------------------------------------------------- ---------------------------- procedure StoreErrorMessage(p_mess in varchar2) is begin cg$errors.push(p_mess,'E','WSG',0,null); end;

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Fri Apr 16 1999 - 16:51:05 CEST

Original text of this message