Removing JDBC proxy from WebSphere Application Server
After testing is complete, you can remove the JDBC proxy from the IBM® WebSphere® Application Server instance.
JDBC data sources must be disabled in IBM DevOps Test Integrations and APIs (Test Integrations and APIs). For details, see Selecting and enabling JDBC data sources in WebSphere Application Server.
Green Hat JDBC Provider is removed. To
verify this, log in to the WebSphere Integrated
Solutions Console by using the relevant profile, and click .The Green
Hat JDBC Provider should no longer be displayed.
To remove the JDBC provider from every server, node, and cluster in the WebSphere Application Server cell, run the following command:
wsadmin.bat -f Server_JDBC_installation_location/uninstallJDBCProvider.py To remove the JDBC provider from a single node, run the following command:
wsadmin.bat
-f Server_JDBC_installation_location/uninstallJDBCProvider.py
node Node_name To remove the JDBC provider from a single server, run the following command:
wsadmin.bat
-f Server_JDBC_installation_location/uninstallJDBCProvider.py
node Node_name server Server_name To remove the JDBC provider from a cluster, run the following command:
wsadmin.bat
-f Server_JDBC_installation_location/uninstallJDBCProvider.py
cluster Cluster_name