Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> 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:
Subject: RE: Can't update table
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 mayReceived on Wed Nov 29 2000 - 14:17:52 CST