Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: DBA_DB_LINK entry
Alan Saint wrote:
> I fumble-fingered an entry that got entered into this VIEW.
>
> How do I properly delete any specific entry in DBA_DB_LINK?
>
> As best as I have been able to determine the DBA_DB_LINK is
> a view on a couple of "dollar sign" tables. I've been told
> that one should never directly manipulate data in such tables.
> Why in the world does Oracle make it so easy to enter data into
> this view without providing a similar easy why to delete or
> correct wrong entries?
Anything that you bring into existance with "create" your can get rid of with "drop". Received on Mon Aug 02 1999 - 06:52:12 CDT
![]() |
![]() |