Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Dynamic initial file on webserver 3.0.1 on NT 4.0

Dynamic initial file on webserver 3.0.1 on NT 4.0

From: Anders Houlberg-Nielsen <ahn_at_inet.uni-c.dk>
Date: Mon, 25 May 1998 11:16:00 +0200
Message-ID: <356936D0.448E89AF@inet.uni-c.dk>


Does anyone know how to call a pl/sql procedure from a .bat file ? I want to make the initial file in my webapplication dynamic. I have tried

this:

Index.bat

@echo off
c:
cd \orant\ows20\bin
set PATH_INFO=/course.home
set SCRIPT_NAME=/web00/owa
.\owa

When I try to call owa.exe i get an error on the NT server. Access Violation

Thank you
ahnXddr.dk Received on Mon May 25 1998 - 04:16:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US