

In 2019, this was enhanced to Oracle ACE Director. In 2012, he received the IT Industry-recognized title of Oracle ACE for being an ambassador and community leader in his area of expertise. He also increased his multiple-industry knowledge in his role as Solutions or IT architect by working for customers in a range of sectors, including financials, telecom, public transportation and government organizations. He joined Qualogy in April 2012 where he expanded his repertoire significantly, serving a wide range of customers with his knowledge about Java Application Servers, Middleware and Application Integration. As his career developed, his responsibility shifted from a deep technical perspective to a more visionary role.Īt the end of 2011, Michel authored a book on WebLogic Administration for beginners. While there, he transitioned to IT by learning UNIX and MUMPS, and developed a system for managing patients’ medical records.

After the air force, he continued in pharma, followed by time working in clinical pharmacology. Michel started his career as a medical officer in the Royal Dutch Airforce, with a focus on pharma. But for a more consistent solution (to my opinion) add as described above. Instead of adding it to the Server CLASSPATH, you might also consider to upload the jar file to your Domains root folder and place it under lib. Then it also loads after startup. Target the datasource to the proper managed server instance(s) and click finish. Jdbc:jtds:sqlserver:// instance= DatabaseName=Ĭlick on Test Configuration, the connection should be successful. Leave the transaction details on the next page as default and click next. In your Admin Console create a new datasource to the MS SQL database. Create a datasource to your MS SQL Database

Restart your AdminServer to reflect these changes 3. WEBLOGIC_CLASSPATH="$/lib/ant-contrib.jar" Navigate to the WebLogic Server home, common/bin, and edit the commEnv.sh (note do not copy and paste this because it contains white-spaces!) Load the driver in your WLS Server’s CLASSPATH Upload it to your WebLogic Server host and place it under the WebLogic Server home, The jtds-1.2.1.jar is an open source Java (type 4) JDBC 3.0 driver for Microsoft SQL Server (6.5, 7, 20) and Sybase (10, 11, 12, 15), compatible with WLS 11g. Upload the jtds jar package to the WLS Host jTDS gives good performance for both SQL Server and Sybase. This is a short blogpost about how to make a datasource connection with a MS SQL Server database version 7, using the open source driver .Driver. WebLogic Server supports many different types of databases, and offers even support for Open Source.
