Copyright (c) 1982, 2010, Oracle. All rights reserved.
连接到:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL>
出现上面信息说明登录成功
3. 如果要使用VS连携技能,即DDEX技能,需安装
Oracle Developer Tools for Visual Studio xxxxxx组件,此组件在Oracle搜索ODT找到,例以下链接中的软件。
http://www.oracle.com/technetwork/topics/dotnet/utilsoft-086879.html
4. TNS形式的DataSource的建立:
在
xx\product\12.1.0\client_1\Network\Admin下tnsnames.ora中添加。例:
oracle12c = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 193.160.18.91)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orcl) ) )
?