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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Extrange behavior

RE: Extrange behavior

From: Ramon Estevez <com.banilejas_at_codetel.net.do>
Date: Fri, 19 Oct 2001 06:55:29 -0700
Message-ID: <F001.003AFCA8.20011019063519@fatcity.com>

The
application has more than 1 year working properly, this happen when
I migrated
from 8.0.5 to 8.1.7.0.0 a month ago, repeat, the users can insert
data, make
reports, etc, but cant make update of the data.
<SPAN

class=626005813-19102001> 
This is
another IOT table.
In this one
I can make an update, this is the detail table of the previous one, ACT
<SPAN

class=626005813-19102001> 
<SPAN

class=626005813-19102001> 
SQL>
EDWrote file afiedt.buf
 
 
1  select tablespace_name, IOT_NAME, iot_type  2  from user_tables  3  where  4* table_name =
'DAT_ACTS'SQL> /
 
<SPAN

class=626005813-19102001>TABLESPACE_NAME                IOT_NAME               

IOT_TYPE------------------------------ ------------------------------ 
------------                                                                       
  IOT
This is the
error thru the forms, it is a master/detail form and I am trying
to modify a
field on the master record
<SPAN

class=626005813-19102001> 
ORA-02292: integrity constraint
(RAMON.DAT_ACT_ACTIVOS_FK) violated - child record found  
<SPAN

class=626005813-19102001>****
In SqlPlus
the session hangs.
<SPAN

class=626005813-19102001> 
<SPAN

class=626005813-19102001> 
And I dont
see any errors in the trace file.
<SPAN

class=626005813-19102001> 
 
Ramon E.
Estevez
<A

href="">com.banilejas_at_codetel.net.do
Dominican Republic
809-565-3121

  <FONT face=Tahoma
  size=2>-----Mensaje original-----De: root_at_fatcity.com   [mailto:root_at_fatcity.com]En nombre de Amar Kumar PadhiEnviado   el: Thursday, 18 October, 2001 11:46 AMPara: Multiple   recipients of list ORACLE-LAsunto: RE: Extrange   behavior
  Check if any policy is defined against the table.   rgds amar
  -----Original Message----- From: Ramon   Estevez [<A
  href="">mailto:com.banilejas_at_codetel.net.do]   Sent: Thursday, October 18, 2001 8:09 PM <FONT   size=2>To: Multiple recipients of list ORACLE-L <FONT   size=2>Subject: RE: Extrange behavior   Hi Rachel,
  This is the user owner of the object and has DBA   privilege.
  I made the select and this is the result   <FONT

  size=2>OWNER                          
  OBJECT_NAME                    
  OBJECT_TYPE ------------------------------ 
  ------------------------------ -------------- <FONT 
  size=2>---- <FONT
  size=2>PUBLIC                         
  ACT                            

  SYNONYM <FONT
  size=2>RAMON                          
  ACT                            

  TABLE
  SQL> ED Wrote file
  afiedt.buf
    1  select Segment_name, tablespace_name from   dba_segments   2* where segment_name
  ='ACTS' SQL> /
  no rows selected
  The users can see data, make reports of it, but cant update   it.  I am logged as the user owner of the table   and either can't make the update, the session <FONT   size=2>hangs.
  Is an IOT table.
  Thanks,
  Ramon E. Estevez <FONT
  size=2>com.banilejas_at_codetel.net.do <<A   href="">mailto:com.banilejas_at_codetel.net.do>   809-565-3121
  -----Mensaje original----- De:
  root_at_fatcity.com [<A
  href="">mailto:root_at_fatcity.com]En nombre de   Rachel Carmichael Enviado el:
  Thursday, 18 October, 2001 10:22 AM Para: Multiple   recipients of list ORACLE-L Asunto: RE: Extrange   behavior
  Log in as SYSTEM (or any other DBA account you have)   

  and do
  select owner, object_name, object_type from dba_objects   where object_name = 'ACTS';
  it's possible that the user you log into is looking at a   synonym, and has not been granted update by the true   owner.
  Also, under a DBA account, you should be able to tell what   tablespace it's in.
  select segment_owner, segment_name, tablespace_name from   dba_segments where segment_name ='ACTS';


  Do You Yahoo!? Make a great
  connection at Yahoo! Personals. <A
  href=""
  target=_blank>http://personals.yahoo.com --   Please see the official ORACLE-L FAQ: <A   href="" target=_blank>http://www.orafaq.com Received on Fri Oct 19 2001 - 08:55:29 CDT

Original text of this message

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