Technical Notes
We're all on the same page!
Useful shortcuts for vi editor
Tuesday 31 January 2017
How to remove datafile carefully?
find datafile path;
SQL>
select file_name from dba_data_files;
before run rm;
$ cd /oradata
$ lsof *
$ rm -f alper_data_01.dbf
Newer Post
Older Post
Home