Web server installation problem

From: <mgroetan_at_my-dejanews.com>
Date: Sun, 18 Apr 1999 20:10:02 GMT
Message-ID: <7fde6m$lsd$1_at_nnrp1.dejanews.com>



[Quoted] In order to get the WebServer 3.0 up and running on an Oracle 8.0.4 database, 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 [Quoted] 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 Sun Apr 18 1999 - 22:10:02 CEST

Original text of this message