Re: Problems with WEBDB
Date: Thu, 11 Nov 1999 23:41:24 +0100
Message-ID: <80fglg$30n$1_at_reader1.wxs.nl>
I've experienced the same thing. The problem is that the combined length of
names of your tablespaces exceeds the total of 255 characters (check this).
To solve this, do the following:
1. Copy the entire cd to your harddisk ('only' 137 MB) so that you can make
changes to files
2. Change the file FINDTS.SQL (in WWV20): Add an extra condition to the
SELECT-statement, like:
( select TABLESPACE_NAME from sys.dba_tablespaces where tablespace_name not
like '%703%' )
Now, the total of tablespace names won't exceed the 255 limit
3. Install from hard disk.
Roel Franken
António Sá <a.queiros_at_ifb.pt> wrote in message
news:38293605.BE3B3BEB_at_ifb.pt...
> Hello all,
>
> I´m trying to install WEBDB in my machine Windows NT 4.0 SP4 with DBMS
> ORACLE 8.0.5 but I found some problems.
> When I run the Oracle Installer and try to install PL/SQL Toolkit, It
> shows the following message and abort:
> owa80.vrf(170): unbound environment variable 'tablesp'.
>
> Can someone help me?
> Thank you.
>
> António Sá
> "Good Transactions"
>
Received on Thu Nov 11 1999 - 23:41:24 CET
