Databases Reference
In-Depth Information
SQL> @leasing.ddl;
Creating a data source
Perform the following steps to create a data source that connects to the leasing
table:
1.
Log in to the WebLogic Server Administration console.
2.
In the Domain Structure pane, expand the Services node, and then click
on the Data Sources node.
3.
Click on New , and specify the following properties:
Name: Enter LeasingDS as the data source name
JNDI Name: Enter jdbc/LeasingDS as the JNDI name
Database Type: Choose the correct database type
4.
Click on Next , and choose the correct driver.
5.
Ensure that the connection pool's initial capacity is set to 0 for this data
source.
6.
Target the data source to BAM_Cluster , and click on Finish .
Editing the Node Manager's properties file
The nodemanager.properties file is located in the WL_HOME/common/
nodemanager directory. Edit this file, and add the following properties:
Interface: This property specifies the interface name for the floating IP
address. Do not specify the sub-interface, such as eth0:1 or eth0:2 . The
Node Manager can determine the correct sub-interface name, and bring it up
or down automatically.
NetMask: This property specifies the net mask for the interface of the float-
ing IP.
Search WWH ::




Custom Search