摘要: 1、先查询2011科目所对应的月份以及月份所对应的发生额 Select mon,amt from GL where accid=’2011’ 2、查询GL表中除了2011科目外,月发生额比2011对应月份发生额高的科目信息 Select a.* from GL a,(Select mon,amt f 阅读全文
posted @ 2018-08-28 19:57 偷懒曦 阅读(260) 评论(0) 推荐(0)
摘要: 原因:plsql没有64位的,32位的plsql连接64位的oracle才会报错 解决方案:安装32位的oracle 阅读全文
posted @ 2018-08-28 11:09 偷懒曦 阅读(3308) 评论(0) 推荐(0)
摘要: 处理方法: 在命令行下打开regedit注册表。找到并单击HKEY_LOCAL_MACHINE-->System-->CurrentControlSet-->Services-->LanmanServer-->Parameters,将AutoShareServer和AutoShareWks的值改为1 阅读全文
posted @ 2018-08-28 10:58 偷懒曦 阅读(1709) 评论(0) 推荐(0)
摘要: 删除C:\Program Files (x86)\Oracle\Inventory\ContentsXML目录下的inventory.xml 文件即可。 阅读全文
posted @ 2018-08-28 09:44 偷懒曦 阅读(7443) 评论(0) 推荐(3)