Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by goodfriend

  1. goodfriend

    how to disable constraints in oracle

    Thanks that helped, also after the insert I am executing alter table TableA enable primary key;
  2. goodfriend

    how to disable constraints in oracle

    for a given set of tables? Here is a description of my problem: Tables: A B C COL-PK COL-PK COL-PK COL-A1 COL-A1 COL-A1 COL-B1 COL-B1 COL-A2 I have the relationships defined in the following way: 1.A.COL-PK=COL-A1 2.C.COL-A1=COL.PK Now I...
  3. goodfriend

    update query in oracle

    I have the following problem: There are 2 tables which are identical COLA being primary key:- Table A Table B ---------------- ---------------- COLA COLB COLC COLA COLB COLC 1 ABC XYZ 1 ABC XYZ 2 PQR DEF 2 RPQ FDE Except...

Part and Inventory Search

Back
Top