[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference orarep::nomahs::repository

Title:Oracle CDD/Repositorynce
Notice:Current versions are V7.0-01 and V6.1-03eld Test 3
Moderator:8292::PJACOBN
Created:Thu Jan 21 1993
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1094
Total number of notes:4913

1093.0. "Record used by CDD$DATA_OVERLAY_CONTAINS?" by M5::GHODSON () Wed Jun 04 1997 13:47

Hi:

I have a customer with CDD 6.1 and Rdb 6.1-11 who has a record in 
CDD that she is trying to modify.  She extracted it and edited it and
is now trying to delete the existing record in CDO.  It will not
let her delete it because CDD thinks it being used.  She did a show
uses and gets the following.  

   CDO> show uses record-name
   Owners of ...
   |      *** name is unspecified ***    (Type : CDD$DATA_OVERLAY)
   |      | via CDD$DATA_OVERLAY_CONTAINS

What is this saying?  And how can she delete this record? 

Thanks for any ideas.

Gary Hodson
T.RTitleUserPersonal
Name
DateLines
1093.1VARIANT ? 8292::PJACOBPatrick [email protected]Thu Jun 05 1997 05:3410
    Hi Gary,
    
    It says that the record is used in a VARIANT clause. You should be able 
    to modify the definitions by CHANGE RECORD command. If you use DEFINE
    RECORD, the previous record is still used by the parent record; as a
    consequence, you can't delete it.
    
    Hope this helps. 
    
    Patrick.
1093.2ThanksM5::GHODSONThu Jun 05 1997 12:394
    Thanks Patrick.  That is exactly what I needed.  I created a variant
    containing a reference to another record, and then the SHOW USES did
    display the CDD$DATA_OVERLAY...  I should have had the customer
    just do a SHOW USES.../FULL and it would have more obvious.