![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
V10.2.0.2 Linux Long story to which I'll spare everyone the details. Database is open, but reports 40 or so missing files. How do I convince Oracle to forget it ever knew about these files? I am will to forgo data retrival that may have been in them. I just want Oracle to pretend they never existed. Thanks! |
#3
| |||
| |||
|
|
"Ana C. Dent" <anacedent (AT) hotmail (DOT) com> a écrit dans le message de news: Xns9870D0BD15D55anacedenthotmailcom (AT) 69 (DOT) 28.173.186... | V10.2.0.2 Linux | Long story to which I'll spare everyone the details. | Database is open, but reports 40 or so missing files. | How do I convince Oracle to forget it ever knew about these files? | I am will to forgo data retrival that may have been in them. | I just want Oracle to pretend they never existed. | | Thanks! drop tablespace ... including contents and datafiles; Or, if the file is empty: alter tablespace ... drop datafile ...; Regards Michel Cadot Don't - not on 10G. Drop tavlespace, offline and drop datafile(s) |
![]() |
| Thread Tools | |
| Display Modes | |
| |