ChrisQuick
Programmer
Background:<br>We have a Oracle 8i database created using scripts provided by the US Army Corps of Engineers. The scripts create a large number of tables (1700+) that are used to store data for a Geographic Information System or GIS. <br><br>A lot of the columns in these tables are supposed to use only the allowed values as defined by other tables that are collectively referred to as Domain Tables or sometimes Picklists. There are several hundred of these domain tables and presumably several hundred columns in the schema that tie to these tables. <br><br>Issue:<br>I have been tasked to develop an interface for this schema. One of the things I need to be able to do via a select statement (or multiple select statements) is to determine if a column has a domain table tied to it, and if it does what the name of that table is. <br><br>I've looked around in the dictionary but can't find any way of getting what I need from there. Does any one have any suggestions?<br><br>