DBAsupport.com Forums - Powered by vBulletin
Results 1 to 7 of 7

Thread: How to make commit to fail

Threaded View

  1. #3
    Join Date
    Nov 2001
    Posts
    335
    I think it will not do it. If I make a tablespace read only than DML will fail before I even get to commit.
    Any other idea?


    1* ALTER TABLESPACE psdefault read only
    HCMDEV:SYSTEM> /

    Tablespace altered.

    HCMDEV:SYSTEM>
    HCMDEV:SYSTEM> insert into ORACLETEST values ('11111');
    insert into ORACLETEST values ('11111')
    *
    ERROR at line 1:
    ORA-00372: file 3 cannot be modified at this time
    ORA-01110: data file 3: '/u03d/oradata/HCMDEV/psdefault.dbf'
    Last edited by BV1963; 11-03-2005 at 01:55 PM.
    One, who thinks that the other one who thinks that know and does not know, does not know either!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width