Weblogic起步(一) - 配置数据源

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 http://docs.oracle.com/
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. 最后成功画面

 

 

 

 

 

时间: 2024-10-13 17:02:45

Weblogic起步(一) - 配置数据源的相关文章

weblogic 配置数据源失败

问题描述 weblogic 配置数据源失败 weblogic 创建数据源,到"测试配置"页面面,不论点击"测试配置"."上一步". "下一步"."完成"."取消"中哪个,都直接报错!如下图.望大神指点! 解决方案 weblogic数据源配置在weblogic上配置数据源Weblogic配置数据源---------------------- 解决方案二: 先谢过楼上!参照看了下,问题依然坚

数据源配置-使用com.mchange.v2.c3p0.ComboPooledDataSource配置数据源

问题描述 使用com.mchange.v2.c3p0.ComboPooledDataSource配置数据源 为什么使用com.mchange.v2.c3p0.ComboPooledDataSource配置数据源, bean的id只能为dataSource,我将id改成dataSource2之后就报错: Caused by: org.springframework.beans.NotWritablePropertyException: Invalid property 'dataSource2'

spring 配置文件在配置数据源时报错

问题描述 spring 配置文件在配置数据源时报错 我的配置 报错信息: SEVERE: Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'upidaDB' defined in ServletContext resource [/WEB-INF/spring/spring-data.xml]: Error se

spring 配置数据源出问题

问题描述 spring 配置数据源出问题 spring 配置数据源的时候org下面划红线提示<statement>expectedgot 'org' closep:driverClassNamep:username等都报错Attribute p:driverclassname is not allowed here 已经解决,重新装了软件 解决方案 请检查你的 p:driverclassname属性值是否正确

c# 新建数据-vs2008配置数据源的时候不能新建连接,一点新建连接按钮,窗口就自动关闭

问题描述 vs2008配置数据源的时候不能新建连接,一点新建连接按钮,窗口就自动关闭 vs2008配置数据源的时候不能新建连接,一点新建连接按钮,窗口就自动关闭,不知道是什么原因

急!!MFC创建数据库支持应用时配置数据源失败。

问题描述 急!!MFC创建数据库支持应用时配置数据源失败. 我在控制面板的管理工具中ODBC数据源配置好了,但是创建MFC程序的时候添加数据库支持 时,提示错误01000和80001,急死了,找不到类似的问题,求大神 连接失败: SQLState: '01000' SQL Server 错误: 14 [Microsoft][ODBC SQL Server Driver][Shared Memory]ConnectionOpen (Invalid Instance()). 连接失败: SQLSta

j2ee项目配置数据源的问题

问题描述 j2ee项目配置数据源的问题 最近在边学边做j2ee项目,过程中遇到一个问题.框架是springMVC+spring+hibernate 教程中配置数据源的方式,都是通过在spring配置文件或者hibernate配置文件中已经配置好了数据源. 但实际是,我们在开发的时候根本不知道客户数据库的类型更不用说账号和密码了,这样一来,我部署的时候是要把项目打成war包然后放到tomcat上的,这样数据源岂不是没法用? 或者说有没有什么办法在部署的时候去配置数据源?比如提供一个jsp页面,专门

spring-ApplicationContext.xml配置数据源问题

问题描述 ApplicationContext.xml配置数据源问题 如何把hibernate4+spring4整合 如何配置ApplicationContext.xml,达到下面目的, 想要达到的目的是: SessionFactory sessionFactory = null; Configuration configuration = new Configuration().configure(); ServiceRegistry serviceRegistry = new Service

access-请教一下ODBC自动配置数据源的问题

问题描述 请教一下ODBC自动配置数据源的问题 为何自动配置不上呢? 最后只得手动配置 解决方案 重装32位驱动后解决 解决方案二: 64位系统,要到%systemroot%/sys64ow/下配置odbc:找到的App,和界面类似上面