Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Stored outlines2
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