Oracle error code 12514 means that a listener received a request to establish a connection to a database or other service and that the listener does not know the actual name of the serve requested.
When creating the Oracle Data Source connection, we need to ensure the Database Name matches the SID or Service_Name for the Oracle 11.2g Database. We can locate the SID by located the following file, tnsnames.ora. DIR: $ORACLE_HOME/11.2.0/dbhome_2/NETWORK/ADMIN (might be different for each installation)