oracle db recovery
1. sqlplus system/manager@toptest
drop user xxxxxx cascade;
exit
2. createdb xxx 1
3. imp system/manager@toptest fromuser=xxxx touser=xxx file=xxx.dmp ignore=y
4. p_zo
1. sqlplus system/manager@toptest
drop user xxxxxx cascade;
exit
2. createdb xxx 1
3. imp system/manager@toptest fromuser=xxxx touser=xxx file=xxx.dmp ignore=y
4. p_zo