摘要:
在xml中用$动态拼接sql时,加上remapResults="true" 属性可解决sql缓存的问题。 阅读全文
posted @ 2018-01-31 17:59
男孩
阅读(181)
评论(0)
推荐(0)
摘要:
1.导出命令:expdp user/password@localhost:1521/orcl directory=data_file_dir dumpfile=data.dmp logfile=data.log schemas=user 2.导入命令:impdp sys/orcl@localhost 阅读全文
posted @ 2018-01-31 17:10
男孩
阅读(1228)
评论(0)
推荐(0)