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: foreign key dependencies?

Re: foreign key dependencies?

From: Steven Hauser <hause011_at_garnet.tc.umn.edu>
Date: 2000/05/01
Message-ID: <8ekuso$9pq$1@garnet.tc.umn.edu>#1/1

I have an awk script that does a topological sort of dependencies.

It is currently for Informix but all it needs is pairs of dependencies in a file to do the sort. If you can figure out the Oracle primary and foriegn keys, put them to a file you should be able to run it.

http://www.tc.umn.edu/~hause011/

ref_load_ord.ksh

-- 

---------------------------------------------------------
Steven Hauser email: hause011@tc.umn.edu URL: http://www.tc.umn.edu/~hause011
---------------------------------------------------------
Received on Mon May 01 2000 - 00:00:00 CDT

Original text of this message

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