※: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)
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)
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)
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)