Question
ColdFusion 2023 Update 17 – Oracle & SQL Server Datasources Failing: “The oracle package is not inst
- January 12, 2026
- 3 replies
- 461 views
Hi everyone,
After applying ColdFusion 2023 Update 17 in our ACPT environment, all of our datasources suddenly stopped verifying. The CF Administrator now shows this error:
Connection verification failed for data source: <name> java.sql.SQLException: The oracle package is not installed. You can install the package through the CLI package manager (cfpm.bat) by running the command: install oracle.
This is happening on all Oracle and SQL Server datasource. However,
- Running cfpm list confirms that both oracle and sqlserver packages are installed, e.g.:
oracle, version : 2023.0.11.330706 sqlserver, version : 2023.0.05.330608
- Despite this, ColdFusion Admin continues to report the driver as “not installed”.
I would like to ask, Is this a known issue where CFPM installs the Oracle package but CF Admin fails to register or load the new driver? and what is the recommended/supported way to ensure ColdFusion Admin maps Oracle datasources after Update 17?
Any guidance or confirmation would be appreciated before we proceed with updating PROD.
Thanks