小徐的博

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2009年1月5日

摘要: 在实际字段中如果包括‘%’或者‘_’,你就可以考虑使用 “ESCAPE”。 示例: select name from nametable where name like '%\_%' ESCAPE '\'; 这样你就可以得到名字里包括‘_’的名字了,而不是全部的名字 阅读全文
posted @ 2009-01-05 10:02 winfisher 阅读(1613) 评论(0) 推荐(0) 编辑

2008年12月29日

摘要: 公司程序在新服务器发布以后,提示oracle.dataaccess.dll不能装载。 鸟的,那知道这个库是公司一个组件以前用的,现在不用了,“好心人”也没删除之。折腾了我3天。 阅读全文
posted @ 2008-12-29 15:11 winfisher 阅读(195) 评论(0) 推荐(0) 编辑

2008年7月25日

摘要: 在.net+oracle开发中,发布web程序的时候,有是会遇到该错误 ora-01019 ORA-01019 unable to allocate memory in the user side Cause: The user side memory allocator returned an error. Action: Increase the size of ... 阅读全文
posted @ 2008-07-25 17:02 winfisher 阅读(4646) 评论(0) 推荐(1) 编辑