ContributionsMost RecentMost LikesSolutionsRe: Connection to an Oracle database without CID, but with Servicename Hi there, you have to set your DB oracle configuration in bin/ext and restart your Redy API! You don't need SID. It works. Cheers Abbas Re: Connection to an Oracle database without CID, but with Servicename And the same problem with the following Connection String: jdbc:oracle:thin:catalog/catalog@HOST:ractest-scan:PORT:1521/SHOPTEST Re: Connection to an Oracle database without CID, but with Servicename I used the following configuration: Driver: OracleThin/oracle.jdbc.driver.OracleDriver Connection String template: jdbc:oracle:thin:<catalog>/<catalog>@<HOST:10.7.1.50>:<PORT:1521>/SHOPTEST and I have contact to the named database with SQL Developer, but I get the following error: " Failed to init connection for driver [oracle.jdbc.driver.OracleDriver], connectionString [jdbc:oracle:thin:/@10.7.1.50:1521/SHOPTEST] " What I did: 1- in config Coection String template like above 2- Database Configuration -->New Driver: OracleThin/oracle.jdbc.driver.OracleDriver Host: 10.7.1.50 Port: 1521 3: Click Test connection ---> Result: Erorr: " Failed to init connection for driver [oracle.jdbc.driver.OracleDriver], connectionString [jdbc:oracle:thin:/@10.7.1.50:1521/SHOPTEST] " Re: Connection to an Oracle database without CID, but with Servicename Thank you for this message, but I tried it and got the following error: Failed to init connection for driver [oracle.jdbc.driver.OracleDriver], connectionString [jdbc:oracle:thin:/@:1521/SHOPTEST] !!! Cheers Abbas Re: How can I avoid to appear all other projects above my desired project in projects menu? Thank you, "Clear Workspace" works! Cheers Abbas How can I avoid to appear all other projects above my desired project in projects menu?While I import and open a project from the project repository, I 'd like see just the desired project, that I named. I get all the worked project in the menu. Is there any way to avoid appearing all "old" projects? Thanks AbbasSolvedConnection to an Oracle database without CID, but with ServicenameHi everybody, I cann't configure the connection to Oracle database, because there is no CID. I must configure it just with servicename! Thanks for your support. Abbas