会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
鱼千流
岁寒,然后知松柏之后凋也
CnBlogs
Home
New Post
Contact
Admin
Subscription
2020年11月2日
Oracle 清除无数据表水位线
※:Oracle 使用Delete清楚代表信息后残留的高水位线 ①.alter table tablename enable row movement;②.alter table tablename shrink space; Truncate table 可以自动清除高水位线 ⇒ 待验证
Read More
posted @ 2020-11-02 12:22 鱼千流
Views(186)
Comments(1)
Diggs(0)
2016年7月20日
Oracle表统计数据更新
EXEC dbms_stats.gather_table_stats('TableName','TASK_LIST_WAIT',cascade=>true); EXEC dbms_stats.gather_schema_stats('username',estimate_percent=>100,c
Read More
posted @ 2016-07-20 12:51 鱼千流
Views(896)
Comments(0)
Diggs(0)
2016年5月19日
debug visual studio design mode error
Open a second instance of Visual Studio, use the Tools -> Attach To Process and attach to the first Visual Studio (devenv.exe).
Read More
posted @ 2016-05-19 20:54 鱼千流
Views(113)
Comments(0)
Diggs(0)
2016年4月6日
用含外联结的SQL生成tableAdapter
VS2010 SP1 + Oracle数据库 开发环境下 生成TableAdapter的SQL含有外关联时(如 A.Col = B.Col(+) ), 使用ODP版本 ODAC112012 可以顺利通过, 使用 ODP.NET121010 会报错误, 具体原因未查。
Read More
posted @ 2016-04-06 12:30 鱼千流
Views(167)
Comments(0)
Diggs(0)
公告