博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Weblogic起步(一) - 配置数据源
阅读量:6503 次
发布时间:2019-06-24

本文共 1322 字,大约阅读时间需要 4 分钟。

1. In the my_domain domain structure, expand

the Services tab and select the Data Sources node. In the Data Sources table, click
on New and select Generic Data Source as shown in the following screenshot

 

2. In Create a New JDBC Data Source, specify a data source name and JNDI Name

(for example, jdbc/OracleDS) for the data source. The database shall be accessed
using JNDI Name lookup in the Creating a session bean facade section. Select
Database Type as Oracle and click on Next as shown in the following screenshot

 

3. In JDBC Data Source Properties, select Database Driver as Oracle's Driver (Thin

XA). Another JDBC driver may also be selected based on requirements. Refer to
the Selection of the JDBC Driver document available at
cd/E14072_01/java.112/e10590/keyprog.htm#i1005587 for selecting a suitable
JDBC driver. Click on Next as shown in the following screenshot:

 

4.Specify Database Name, Host Name as localhost, Port as 1521, Database User

Name and Password, and click on Next as shown in the following screenshot

 

5. The Driver Class Name textbox and connection URL textbox get configured. Click

on the Test Configuration button to test the database connection. If a connection gets
established the message Connection test succeeded. gets displayed. Click on Next as
shown in the following screenshot

 

6. 最后成功画面

 

 

 

 

 

转载地址:http://ramyo.baihongyu.com/

你可能感兴趣的文章
concurrent包的实现示意图
查看>>
golang os.Args
查看>>
Linux常用命令
查看>>
spring-data-elasticsearch 概述及入门(二)
查看>>
Solr启动和结束命令
查看>>
1.12 xshell密钥认证
查看>>
3.2 用户组管理
查看>>
ibatis 动态查询
查看>>
汇编语言之实验一
查看>>
git 调用 Beyond Compare
查看>>
SQL基础-->层次化查询(START BY ... CONNECT BY PRIOR)[转]
查看>>
android实现图片识别的几种方法
查看>>
mvc学习地址
查看>>
masonry 基本用法
查看>>
Word产品需求文档,已经过时了【转】
查看>>
dtoj#4299. 图(graph)
查看>>
关于网站的一些js和css常见问题的记录
查看>>
zabbix-3.4 触发器
查看>>
换用代理IP的Webbrowser方法
查看>>
【视频编解码·学习笔记】7. 熵编码算法:基础知识 & 哈夫曼编码
查看>>