Closed
Details
Assignee
UnassignedUnassignedReporter
Harry KleinHarry KleinPriority
BlockerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Unassigned
UnassignedReporter
Harry Klein
Harry KleinPriority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 22 September 2015 at 10:21
Updated 11 May 2021 at 20:07
Resolved 10 February 2016 at 10:13
Creating a oracle datasource with this connection string works on ACF and Lucee on windows:
jdbc:oracle:thin:@srv-oramypostgres:1521/orcl
Creating a oracle datasource with this connection string works on ACF too:
jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=srv-oramypostgres)(PORT=1521))(CONNECT_DATA=(SID=orcl)))
The oracle connection on the linux server works with the oracle client tools
But not in the lucee admin, I always get the message "Invalid connection URL"