09 2014 档案
摘要:./runInstaller -silent -force -responseFile /home/oracle/software/database/response/orcl_install.rsp在root账户下运行下面两个脚本:/u01/app/oraInventory/orainstRoot...
阅读全文
摘要:用Oracle的编码转换的函数Convert实现,测试后可行.SQL> select * 2 from (select 'abcd' c1 from dual 3 union all 4 select 'ab测试cd' c1 from dual) 5 where c1 CONVERT(c1, 'U...
阅读全文