2019年3月26日

listagg乱码问题

摘要: listagg(to_char(ts.tsmc),',') within GROUP (order by xs.xh) ,先将字段to_char 以后,就可以解决 阅读全文

posted @ 2019-03-26 17:54 LynnChen 阅读(363) 评论(0) 推荐(0)

oracle impdp导入脚本

摘要: 第一步:sqlplus: sys下面 create directory data_dir as '/home/oracle/dmp/user'; 第二步:sqlplus: sys下面grant read,write on directory data_dir to user; 第三步:linux 的 阅读全文

posted @ 2019-03-26 16:31 LynnChen 阅读(837) 评论(0) 推荐(0)

导航