Tip for Oracle Designer API programming

Lucas Jellema 3
0 0
Read Time:1 Minute, 9 Second

Today I was at a customer site where we discussed programming using the API for Oracle Designer and Oracle SCM. I demonstrated the F5 function key in both the RON (Repository Object Navigator) and the Design Editor. When you select an object, click on one of its properties and press the F5 button, the property details popup-window appears. It presents information from the meta-model regarding the currently selected object and property. It indicates the internal identifiers, both ivid and irid, for the object, the name of the internal table (and indirectly view) holding the element, the name of the view-column to be used to access the property in the CI-view as well as the underlying table column. It also shows the actual internal value of the property – that may deviate from the value displayed in the property editor. I made a small contribution by solliciting the following features with the developer of the RON (Sue Pratt in particular): allow us to select and copy the (impossibly long) irid and ivid values to the clipboard so they can be used in SQL queries. (try typing: select * from ci_table_definitions where irid= 1788113495922626651612901832990322102)

I sort of assumed that everyone interested in Designer API stuff knows about this window and feature so I never thought about writing it up. Apparently this is not the case. Hence this post.

About Post Author

Lucas Jellema

Lucas Jellema, active in IT (and with Oracle) since 1994. Oracle ACE Director and Oracle Developer Champion. Solution architect and developer on diverse areas including SQL, JavaScript, Kubernetes & Docker, Machine Learning, Java, SOA and microservices, events in various shapes and forms and many other things. Author of the Oracle Press book Oracle SOA Suite 12c Handbook. Frequent presenter on user groups and community events and conferences such as JavaOne, Oracle Code, CodeOne, NLJUG JFall and Oracle OpenWorld.
Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

3 thoughts on “Tip for Oracle Designer API programming

  1. Hi Lucas,

    I was kidding 🙂

    I’m doing well – thanks.
    Still in Support, but now for J2EE, as the sun wasn’t shining anymore for SCM…

    Didier.

  2. Didier,

    Maybe memory serves me wrong here. I have certainly wished for it, I thought I had discussed it with Sue before they implemented it but then again I may have thanked them when they did implement it. Still, I feel I made some sort of contribution… Thanks for your work in any case: it has been a very welcome feature! Good to see you again – sorry I did not reply to your email the other day. I hope you are doing extremely well.

    Lucas

  3. Hi Lucas,

    I though I was the one who asked Sue to be able to copy the IDs in the clipboard (Bugs 825364 & 1160577) 😉

    Note that in the early releases of Designer, we had buttons ‘Model’ and ‘API’ to directly navigate to the corresponding View and Package in the Model documentation.
    We had to remove these buttons for the documentation accessibility (US ADA and 501 compliancy).

    However, the documentation is still available on OTN.
    See “Repository and API Model Reference Guide” on page http://www.oracle.com/technology/products/designer/documentation.html

    Regards,

    Didier.

Comments are closed.

Next Post

Setting up Oracle JNDI Datasource on Tomcat

In one of the projects I’m involved in we have to make use of specific Oracle JDBC features. The application runs on Tomcat 5.0.27 and connects to the database using a JNDI datasource setup to use connection pooling . When setting this up based on info I found in Steve […]
%d bloggers like this: