Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Cartesian query in OID logs

I am running OID 11G on Linux server. The following query showed up in the backend DB logs. I am not able to find out the filter that sent generated this DB SQL. When executed, it filled up the temp space in DB and chocked the DB. The only solution was to restart the DB and OID. If any of you have seen this SQL and figured the origin, please let me know.

Product: Oracle Internet Directory 11G on Linux
 

SELECT /*+ USE_NL(store) INDEX(store EI_ATTRSTORE) INDEX(dn     RP_DN)   LEADING(dn) */ store.entryid, store.attrname,  NVL(store.attrval,' '), NVL(store.attrstype, ' ')  
                FROM ct_dn     dn, ds_attrstore store  
                WHERE dn.entryid in
                ((SELECT /*+   INDEX(at1 VA_objectclass)  */ at1.entryid 
                 FROM ct_objectclass at1  
                WHERE ( at1.attrvalue  = 'inetorgperson' )  ) ) AND ( dn.parentdn like :bdn ESCAPE '\' OR   (dn.rdn = :rdn and
               dn.parentdn = :pdn) ) AND dn.entryid = store.entryid AND  dn.entryid >= :entryThreshold AND store.attrkind IN ('u','o')
               order by store.entryid

0 votes

Comments

I would consider to ask on an Oracle forum or get in contact with their support.
LDAP is only discussed here in the context of the products listed here: https://jazz.net/products

Unless any of these products are involved, I'd consider this off-topic. Even if there was a relationship to these products, this seems to be an issue within Oracle Internet Directory 11G on Linux and not any of the products discussed in this forum.



One answer

Permanent link
This question does not mention any product from the list: https://jazz.net/products that are discussed here.
  1. Please retag your question with a product of that list.
  2. Provide information about the context and the environment you work in
  3. If the post is not relevant, comment here and I will get it closed

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 88

Question asked: Nov 25 '14, 11:57 a.m.

Question was seen: 4,923 times

Last updated: Nov 26 '14, 10:18 a.m.

Confirmation Cancel Confirm