JUST DO IT ~

我只想当个程序员

06 2008 档案

window c# 拨号 网络相关的 api

posted @ 2008-06-25 23:20 小高 阅读(1088) | 评论 (0)  编辑

dotnet tnsping 通 sqlplus 可以连接 但是 dotnet 程序 连接不通 tns 异常 ora-
     摘要: 解决 : 程序在中文目录中
换到根目录 下面 路径中没有中文试试.
  阅读全文

posted @ 2008-06-23 19:38 小高 阅读(412) | 评论 (0)  编辑

C# 调用结构体 问题

posted @ 2008-06-21 17:58 小高 阅读(518) | 评论 (0)  编辑

oracle dba_synonyms User_Synonyms 同义词 使用和删除 .
     摘要: dba_synonyms
User_Synonyms

select * from dba_synonyms e  阅读全文

posted @ 2008-06-21 17:41 小高 阅读(6106) | 评论 (1)  编辑

oracle cursor oracle 游标用法
     摘要: oracle cursor oracle 游标用法   阅读全文

posted @ 2008-06-14 23:47 小高 阅读(1771) | 评论 (0)  编辑

oracle 表约束 涉及到字段
     摘要: select tt.column_name
from dba_constraints t, dba_ind_columns tt
where t.table_name =upper('dl_cjhb')
and tt.table_name=t.table_name
and t.constraint_type='P'
and t.index_name = tt.index_name  阅读全文

posted @ 2008-06-14 21:33 小高 阅读(385) | 评论 (0)  编辑

oracle open_cursors
     摘要: 先备份一下 C:\oracle\product\10.2.0\db_2\dbs
SPFILEIDMP.ORA
alter system set open_cursors=600 scope=spfile;  阅读全文

posted @ 2008-06-13 16:25 小高 阅读(978) | 评论 (1)  编辑

导航

<2008年6月>
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345

统计

常用链接

留言簿(3)

随笔分类(352)

收藏夹(19)

关注的blog

手册

搜索

积分与排名

最新评论

阅读排行榜

评论排行榜