Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Table Re-design
On 3 Sep 2006 00:00:25 -0700, "beersa" <sabeer.oracle_at_gmail.com>
wrote:
>I am using Oracle9i.
>In my application, a table needs to re-design to scope with new user
>requirements. I need to add two more fields. The tables in DB are
>originally designed by my ex-colleague. There are no detail documents
>about the DB. So, I am afraid that there will be dependency problem
>after adding two new fields.The re-designed table is using by other
>tables, packages..
>How can I find the dependency of the re-disgned table?
>
>Thanks.
>
>Cheers
>BEERSA.
select * from dict where table_name like '%DEPEND%'
or by searching on DEPEND on http://tahiti.oracle.com
This type of question is best answered by using appropiate search facilities, instead of wasting someone elses time.
-- Sybrand Bakker, Senior Oracle DBAReceived on Sun Sep 03 2006 - 03:11:17 CDT
![]() |
![]() |