Title: | Oracle CDD/Repository nce |
Notice: | Current versions are V7.0-01 and V6.1-03 eld Test 3 |
Moderator: | 8292::PJACOB N |
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 |
In our project we have 3 dictionaries: 1. Fields - has definitions of elements and globals 2. Records - record definitions 3. Users The developers hav read access to the first 2 dictionaries and read write access to the users dictionary. For each developer we have a directory in the USERS dictionary where the developer keeps his/her private record definitions. The developers accesses the FIELDS and RECORDS dictionaries in READ access only. The CONFIGURATION manager is the only person that is allowed to update the first 2 Dictionaries. Questions: ---------- 1. As noted in note 1039 CDD open a read write transaction when a developer performs compile of a COBOL program . It should NOT. 2. When we have several developers concurrently defining new records and ACMS tasks in their own private directory within the USERS dictionary we get DEADLOCKS. - How could we solve this problem ? - IS our design wrong ? 3. Please advise. Thanks Moshe
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
1046.1 | Has the support been contacted ? | 8292::PJACOB | Patrick [email protected] | Thu Apr 03 1997 08:33 | 15 |
Hi Moshe, nothing looks wrong in your design. Please contact your Oracle Support Service so that they can investigate and officially report the DEADLOCK problem. You will probably need to supply necessary scripts that generate the deadlocks. The READ WRITE transaction during COBOL compilation is a separate problem. It will probably has to be officially reported too. I suspect a relation with CDD$DEFAULT translation which need to be analyzed. Hope this helps. Patrick |