摘要:
select 'orakill ' || instance_name || ' ' || spid as thread from v$process p, v$session s, v$instance i where s.username is not null and p.addr = s.paddr; 阅读全文
摘要:
查看exp imp 命令的帮助set nls_lang=simplified chinese_china.zhs16gbkexp help=yimp help=ywindows 下set oracle_sid=oradb 上面这句其实可以不要,要的话,在数据库本机 下面可以用' / as sysdba'代替,exp userid='sys/密码@oradb as sysdba' file=orad... 阅读全文