01 2019 档案

摘要:Description Resource Path Location TypeCannot change version of project facet Dynamic Web Module to 2.5. 项目名称 line 1 Maven Java EE Configuration Probl 阅读全文
posted @ 2019-01-24 11:38 人艰不拆_zmc 阅读(1110) 评论(0) 推荐(0) 编辑
摘要:设置http代理 git config --global https.proxy https://127.0.0.1:1080 取消http代理git config --global --unset http.proxy 阅读全文
posted @ 2019-01-21 19:14 人艰不拆_zmc 阅读(406) 评论(0) 推荐(0) 编辑
摘要:SQL> startup 报错:ORA-00444: background process DBRM failed while startingORA-00020:maximum number of processes () exceeded 解决:startup pfile= FILENAME 其 阅读全文
posted @ 2019-01-13 09:53 人艰不拆_zmc 阅读(774) 评论(0) 推荐(0) 编辑
摘要:源oracle数据库是GBK字符集,目标库是UTF8字符集,现在需要将源库的一个表空间数据导入到目标库。我的解决方法有点繁琐,首先直接导出源库的表空间 然后在目标库导入表空间 导入后查看错误日志trmuser.log,然后执行程序,生成源库所要扩字段的SQL语句。 TableObject.java 阅读全文
posted @ 2019-01-10 08:55 人艰不拆_zmc 阅读(2907) 评论(0) 推荐(0) 编辑
摘要:使用impdp导出数据时碰到ora-39006错误,错误提示如下所示: 初看到internal error的错误提示,下了一跳。Google一番的结果如下: Cause: The Data Pump could not use the Metadata API. Typically, this is 阅读全文
posted @ 2019-01-09 16:58 人艰不拆_zmc 阅读(4520) 评论(0) 推荐(0) 编辑
摘要:出现这个错误,eclipse 会卡死,以及自动退出 解决方案 工程根目录 找到项目中.project文件 删除这两处 第一处: 第二处: 阅读全文
posted @ 2019-01-08 20:14 人艰不拆_zmc 阅读(1260) 评论(0) 推荐(0) 编辑
摘要:一.查询导出库的字符集 3个 1.查询oracle server端的字符集 SQL>select userenv('language') from dual; SQL>select userenv('language') from dual; SQL>select userenv('language 阅读全文
posted @ 2019-01-04 14:16 人艰不拆_zmc 阅读(389) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示