Re: WebDB: removing a site

From: Kirmo Uusitalo <kirmo.uusitalo.NO.SPAM_at_iki.fi>
Date: 2000/06/21
Message-ID: <+L5QOfUJMbLyI=BuOszcZ3URujnF_at_4ax.com>#1/1


[Quoted] On Tue, 20 Jun 2000 15:03:05 GMT, arnie_at_krankikom.de (Arne Rudolph) wrote:

>Hi!
>
>How do I remove a Site in the sitebuilder? I have one site that is
>noch finished, but for some reason shows up in the sitebuilder menu as
>"no name" and that doesn't belong to a schema ...
>
>But anyway I did not find any tool to drop an entire site ...
>
>Ciao,
> Arne

Hi,

Below is the method I have succesfully used to drop a site:

Regards,

Kirmo Uusitalo

On Fri, 24 Dec 1999 23:48:18 +0100, in comp.databases.oracle.tools "Leo Van Nieuwenhuyse" <leo.van.nieuwenhuyse_at_pandora.be> wrote:

You must delete some entries in webdb.wwv_modules$ in the following way

delete wwv_modules$
where upper(name) = upper([sitename])
and type_id = 40;

You must also delete the schema's eventually made by webdb. Received on Wed Jun 21 2000 - 00:00:00 CEST

Original text of this message