will there be data loss?



10.2.0.2 EE, AIX 5.2 64bit. RMAN 10.2.0.2

I have run the scenario and know the outcome, but was surprised kind
of.

database is in archivelog mode. I start up rman and connect to target
and catalog then take a hot tablespace backup of the users tablespace
which is made up of one datafile.
I then proceed to log in via sqlplus and create a new table

balvey.testing( txt varchar2(200), numb1 number) tablespace users;

and insert 4 records and commit

alter system switch logfile

select count(*) from balvey.testing and see the 4 records.

exit sqlplus and using os commands I delete the one and only datafile
that makes up the tablespace

If I log into the database again and insert records into the newly
created balvey.testing and commit. Will the data that was inserted
after deleting the datafile be lost?

.



Relevant Pages

  • Re: oracle XE impdp.exe problem
    ... I created new tablespace and user xxx as: ... CREATE TABLESPACE sample DATAFILE 'C:\oraclexe\oradata\sample.dbf' SIZE ... GRANT UNLIMITED TABLESPACE TO xxx; ... when i create new database i have this strange error. ...
    (comp.databases.oracle.server)
  • Re: will there be data loss?
    ... and catalog then take a hot tablespace backup of the users tablespace ... which is made up of one datafile. ... If I log into the database again and insert records into the newly ... created balvey.testing and commit. ...
    (comp.databases.oracle.server)
  • Re: oracle XE impdp.exe problem
    ... I created new tablespace and user xxx as: ... CREATE TABLESPACE sample DATAFILE 'C:\oraclexe\oradata\sample.dbf' SIZE ... GRANT UNLIMITED TABLESPACE TO xxx; ... when i create new database i have this strange error. ...
    (comp.databases.oracle.server)
  • Re: Using RMAN files to clone
    ... I can use this mapped drive to restore the database. ... What if you start the local database service using a real domain user ... I can create a tablespace this way: ...
    (comp.databases.oracle.server)
  • Re: Using RMAN files to clone
    ... I can use this mapped drive to restore the database. ... What if you start the local database service using a real domain user ... I can create a tablespace this way: ...
    (comp.databases.oracle.server)