zoukankan      html  css  js  c++  java
  • 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. 最后成功画面

    技术改变世界
  • 相关阅读:
    UE4项目《和平精英》渲染技术浅析
    如何用CMake构建Android C++库
    Unity Native Plugin
    多边形三角化
    参考图
    Unity SRP学习笔记
    Macbook Pro HDMI 无信号解决办法
    CGAL计算几何算法库
    无标记动作捕捉
    PS 鼠绘
  • 原文地址:https://www.cnblogs.com/davidgu/p/2902633.html
Copyright © 2011-2022 走看看