摘要:
转自 http://blog.csdn.net/chinadm123/article/details/44099351 1、进入sqlplus前设置回删 在进入sqlplus之前,在当前terminal 执行如下命令: stty erase ‘^H’ 就可以了。 stty: 修改终端参数。如果不想每 阅读全文
摘要:
### scripts 1--the scirpt is used for restore db from vcs to a point to time recovery--and the target datafile and logfile is different from source ## 阅读全文