![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I folks, I decided to experiment creating an unrecoverable operation however I seem to have failed somehow and cannot work out why yet! The database is Oracle 9.2.0.8 in a Solaris environment. Ok here is my experiment: Ok so its time to go make some uncrecoverable operations! create table vintest (id number, name varchar2(14)) tablespace users nologging *--create table select * from dba_tables where table_name='VINTEST' *--check it exists and double check it is in the correct tablespace OK the create table was ddl and I said NOLOGGING so I should have an unrecoverable operation: |
|
ok so im going to insert some values into the new table, commit and then truncate and see if ive managed to do an unrecoverable operation yet! insert into vintest values (1,'test') insert into vintest values (1,'test') insert into vintest values (1,'test') insert into vintest values (1,'test') insert into vintest values (1,'test') insert into vintest values (1,'test') commit; |
![]() |
| Thread Tools | |
| Display Modes | |
| |