cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
634
Views
5
Helpful
1
Replies

UCCX 8.5.1 and Oracle 11g R2 compatability

kpennerbd
Level 1
Level 1

I've heard conflicting reports that these are not officially supported. Any chance anyone has tips on how to jimmy it to get some functionality? I know someone has these two working together.

1 Reply 1

Jonathan Schulenberg
Hall of Fame
Hall of Fame

Oracle 11g R2 is listed as supported in the compatibility matrix so you should be good. The CCX Administration Guide will cover how to setup the JDBC connection to Oracle (section 9-12).

Just keep in mind that CCX is has some limitations when it comes to SQL:

Note You cannot create Join queries that retrieve columns with the same name from different tables. (For example, you cannot create “select a.x, b.x from a,b” and “select a.x as y from a”.) Similarly, you cannot make aliases of column names. The SQL statements SELECT count(*) and SELECT min(*) are not supported.

Please remember to rate helpful responses and identify helpful or correct answers.