摘要: using System;using System.Collections;using System.Collections.Generic;using System.Configuration;using System.Data;using System.Data.SqlClient;using 阅读全文
posted @ 2017-12-25 14:21 取名字最烦了 阅读(371) 评论(0) 推荐(0) 编辑
摘要: 老早前打算写一个实体类生成器,因为各种各样的原因没有写(自我感觉就是懒)!花了半天写了一个初步的实体类生产期,更具自己的项目需求写的,并不是太完善! DataTable dt = new DataTable(); using ( OracleConnection conn = new OracleC 阅读全文
posted @ 2017-11-24 14:33 取名字最烦了 阅读(1151) 评论(2) 推荐(0) 编辑
摘要: private static void Main(string[] args) { var str = "DATA SOURCE=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=ip)(PORT=1521))(CONNECT_DATA=(SID=orcl)));U 阅读全文
posted @ 2017-04-10 14:34 取名字最烦了 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 查看 创建的dblink select * from dba_db_links 创建 dblink create public database link dblinkname connect to username identified by password using '(DESCRIPTIO 阅读全文
posted @ 2017-04-10 14:31 取名字最烦了 阅读(156) 评论(0) 推荐(0) 编辑