Discussions
Categories
- 196.9K All Categories
- 2.2K Data
- 239 Big Data Appliance
- 1.9K Data Science
- 450.3K Databases
- 221.7K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 550 MySQL Community Space
- 478 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3K ORDS, SODA & JSON in the Database
- 545 SQLcl
- 4K SQL Developer Data Modeler
- 187K SQL & PL/SQL
- 21.3K SQL Developer
- 295.9K Development
- 17 Developer Projects
- 138 Programming Languages
- 292.6K Development Tools
- 107 DevOps
- 3.1K QA/Testing
- 646K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 155 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.1K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 18 Java Essentials
- 160 Java 8 Questions
- 86K Java Programming
- 80 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 204 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 439 LiveLabs
- 38 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 171 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 232 Portuguese
Connect to Oracle DB 12c from Designer 10.1.2.4

Hello,
My Customer has problem with connecting to Oracle Database 12cR1 single database on Exadata from Designer 10.1.2.4 when using Version History Viewer.
Error message: CDR-03120: Internal Error - Problem making a repository connection
Support says Designer is not supported any more and is not certified with 11.2 or higher DB versions.
However, Customer must use Designer.
Any ideas are welcomed.
Thanks.
Izabella
Answers
-
Can you use Oracle 11g database for Designer?
You are very much on your own with Designer on a 12c database, as you already found out. There are some suggestions if you google for CDR-03120.
-
Besides the error message CDR-03120 do you have some more information about the error message. i.e. is it missing a message file?
You are using Designer 10.1.2.4 the last patch release is 10.1.2.6 and that is also the one which is certified on 11g. So maybe an upgrade to the latest patch release is an option. When you consider upgrading to 10.1.2.6 you should first try that inside a test environment since the RAU only knows an upgrade and not a downgrade.
-
Hello,
We have the problem we must upgrade to 12c because support of 11g database version will end I think at the end of the year. The problem is that jdbc 1.4 can not connect to the database 12c.
We tried to change the length of the connect string as we read in the Google search results, but it didn't help.
We tried to change the jdbc driver (renamed the ojdbc14.jar and ojdbc14_g.jar file in the $DEVSUITEHOME/jdbc/lib directory and copied there the ojdbc5.jar and ojdbc5_g.jar files) but we didn't succeed.
Can anybody suggest a way to change the JDBC driver under Designer? Or shuold we forget this tool and change it to another? If so are there any tools to manipulate database objects and generate the changing code (for example for tables) and store them in versionable repository?
Thanks,
Tunde
-
> are there any tools to manipulate database objects and generate the changing code (for example for tables) and store them in versionable repository?
If you don't use Designer for generating Forms (and maybe Reports), I would get rid of Designer. You can use SQL Developer with Data Modeler instead:
http://www.oracle.com/technetwork/developer-tools/datamodeler/overview/index.html
However, there is no alternative for generating Forms.
> because support of 11g database version will end
Support for Designer 10g ended a long time ago, and that was not a problem?
-
> If so are there any tools to manipulate database objects and generate the changing code (for example for tables) and store them in versionable repository?
Like InoL already wrote you could use SQL Developer Data Model with i.e. subversion then you have a file based versionable repository. But this is only for your entity or data model. SQL Developer Data Modeler can import your entity model and data model from designer.
When you leave designer there is no generatiing Forms, You have to maintain you PL/Sql packages, Function, Procedure also a version control system.
But why leave your current database environment? You could stay with your repository inside a older database environment and generate your Forms, packages etc for a newer enviroment. We are currently using a 10g repository database and generating for a 11gR2 Forms and 11gR2 database environment.
-
Hello,
thank you for the suggestions. We will consider which solution to choose, Designer with Oracle DB 11gR2 or migrate our developer environment to SQL Developer (we don't use Forms and Reports from Designer).
Thanks,
Tunde.
-
1. change compatible to 11.1.0.7 in your 12 DB.
2. You can download SQL Developer Data Modeler for FREE since you are not using forms and reports.
Michael