﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
29757	Document that easy connect string can be used to connect to pluggable databases on Oracle.	Jani Tiainen	Jani Tiainen	"Oracle 12c with pluggable databases uses service name instead of service id (sid) to connect to database if PORT is provided.

Without port connection uses tnsnames.ora definitions or full DSN string in name

Django code uses only sid when port is defined (3rd parameter of {{{makedsn(...)}}} call)

{{{makedsn(...)}}} call has additional parameter {{{service_name}}} (4th parameter)

It's a bit inconvenient to build full DSN string for connection.

Sample full DSN string:
{{{
(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=foobar)))
}}}

"	Cleanup/optimization	closed	Documentation	2.1	Normal	fixed	oracle	Mariusz Felisiak	Ready for checkin	1	0	0	0	0	0
