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: Can't update table

RE: Can't update table

From: Bond, Mike <CEMAB_at_cews.okc.disa.mil>
Date: Wed, 29 Nov 2000 16:03:35 -0600
Message-Id: <10695.123259@fatcity.com>


Thanks,

Those are not stupid suggestions. Sounds like good basic things to try.

I did try them and it lead to the solution.

In fact (sheepishly) the solution was even more basic. It turned out that there were two triggers being fired every time a row was updated. Once I turned them off, response time came back to normal.

I appreciate the contributions and am embarrassed to have jumped to the wrong conclusion so fast. Alas.

Mike

-----Original Message-----
From: Hannah.M.Doran_at_sb.com [mailto:Hannah.M.Doran_at_sb.com] Sent: Wednesday, November 29, 2000 2:18 PM To: Multiple recipients of list ORACLE-L Subject: RE: Can't update table

Listen,

     I know this may sound SOUND like a really stupid suggestion, but have you
tried logging on as SYSDBA and THEN try the update (if Sys can't do it, nobody
can:>)

Do you have DBArtisan? Download their eval copy and feed the update statement
in, then monitor the process (will show actual sql statement too). You can also
watch for locks.

Also, have you tired an INSERT into the table? What about a delete? Could have
to do with rollback segments? I have had my temp space run out space (for sorting) and it was hard to find. No errors either, had a huge rollback segement. But it was SORTING, and that ate up my temp space....... no indication of it in the logs or anything. Found it by watching the block usage
in the dba views....hrmf! The internal domino effect:>

Hannah

"Bond, Mike" <CEMAB_at_cews.okc.disa.mil> on 11/29/2000 02:11:39 PM

Please respond to ORACLE-L_at_fatcity.com

To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> cc:

Thanks,

No there is plently of space.

Mike

-----Original Message-----
Sent: Wednesday, November 29, 2000 11:51 AM To: Multiple recipients of list ORACLE-L

Hi
is any filesystem full ???
cheers alex
> Hi,
>
> I am having a problem updating a table. Using 8.1.6.1 on NT.
>
> I can update other tables owned by user 'BOB'.
>
> All tables were created via IMPORT. Table X 'should' be the same as the
> rest.
>
> But no one can update table X, owned by BOB.
>
> No errors are returned and no alert log entries are generated. SQL PLus
> simply hangs.
>
> It doesn't matter if it is 1 record to be updated or 30,000, the same
result
> - nothing.
>
> BOB can select from this and other tables just fine.
>
> BOB can update other tables just fine.
>
> Ideas?
>
> Thanks,
>
> Mike
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Bond, Mike
> INET: CEMAB_at_cews.okc.disa.mil
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: alex
  INET: alex.apostolopoulos_at_mindmatics.de

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Bond, Mike
  INET: CEMAB_at_cews.okc.disa.mil

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).






-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: Hannah.M.Doran_at_sb.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
Received on Wed Nov 29 2000 - 16:03:35 CST

Original text of this message

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