Hi, I am trying to set a connection pool for weblogic6.1 application server using weblogic jDriver. The properties I set in the config.xml file are as under. But when I start the server, I am getting Exception like "NO weblogicoci37 in java.library path". Can any one please help me out.............. Smitha Config.xml ---------- <JDBCConnectionPool DriverName="weblogic.jdbc.oci.Driver"<br /> InitialCapacity="2" LoginDelaySeconds="1" MaxCapacity="4"<br /> Name="AnotherTestPool" Password="{3DES}5qqyOnhxmj/YHd6gxsMeeQ=="<br /> Properties="user=sarrafra; server=btest.world"<br /> RefreshMinutes="10" Targets="TestingAppServer"<br /> TestTableName="dual" URL="jdbc:weblogic racle:thin:@oratest:1521:btest"/> -----------------------------------------