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 -> Re: Stored outlines2

Re: Stored outlines2

From: DA Morgan <damorgan_at_x.washington.edu>
Date: Thu, 06 Jan 2005 22:52:51 -0800
Message-ID: <41de3094$1_2@127.0.0.1>


Oradba Linux wrote:

> How do i delete a category?
> I looked at dbms_outln packages. There seems to be no API to delete a
> category. Did i miss it ?

Two choices:

exec outln_pkg.drop_unused;
or
exec outln_pkg.drop_by_cat('category_name');

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)


----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= East/West-Coast Server Farms - Total Privacy via Encryption =---
Received on Fri Jan 07 2005 - 00:52:51 CST

Original text of this message

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