Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Re: Foreign key in Oracle Sql

Re: Foreign key in Oracle Sql

From: -CELKO- <jcelko212_at_earthlink.net>
Date: 7 Jan 2005 17:31:05 -0800
Message-ID: <1105147865.162139.107630@c13g2000cwb.googlegroups.com>


In non-Oracle product that have implemented ANSI/ISO standards properly, the ALTER TABLE statements (not commands) are a problem. They have to trigger a total validation of the schema to be sure that **all of the constraints** are still valid after the ALTER.

The preferred method is to declare the tables in a single CREATE SCHEMA with all of the constraints in place on each table.

Oracle is still a sequential file structure with sequential creation, failure to conform to even SQL-92 standards. I still marvel that Larry E. can sell it to people. Received on Fri Jan 07 2005 - 19:31:05 CST

Original text of this message

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