This Blog is discontinued, its only read-only

Thursday, July 27, 2017

Check Composite State of Oracle SOA Suite by Command Line

I was currently fighting a bit with the monitoring of Oracle SOA Suite 12c Composites. The goal was to check the state of deployed Composites on an Oracle SOA Suite 12c with following requirements/dependencies: No Oracle Cloud Control Capture only Active Composites and not Retired Composites After some discussions with colleagues and a lot of Google and serveral tests with Python Scripts in wlst, I came to following solution: one main Pythin Script, called check_composite_state.py which is checking the State of a non retired given Composite...

Thursday, July 20, 2017

Oracle Forms 12c oracle.security.jps.JpsException Error after Database change

My current huge Oracle Forms 12c Migration Project is still going on and every day we have some new problems. After the DBA's were moving our Repository Database for the new Oracle Forms 12c environments (without any notice to us ...), nothing were working again on our environment :-) So the first step, were to stop all processes from our Oracle Forms 12c environment: Reports Server all Managed Servers containing Oracle Reports and Oracle Forms Applications Admin Server Next step, we aligned the 4 JDBC Connections under $DOMAIN_HOME/config/jdbc...

Wednesday, July 19, 2017

Oracle Container Registry - First Impressions

After my long holiday, I discovered today that the Oracle Container Registry is now world wide accessible :-) before the Oracle Container Registry were only accessible from USA, Australia and UK. The Oracle Container Registry contains several types of Docker images: Database: Oracle Enterprise Edition, Oracle Standard Edition and Instant Client Java: Oracle Java SE Middleware: Oracle Coherence, Oracle Tuxedo, Oracle WebLogic Server, Oracle WebTier MySQL:...

Tuesday, July 18, 2017

Oracle Forms 12c Java Web Start only shows Splash Screen

I am currently working in a project for migrating several Oracle Forms 11g Applications to Oracle Forms 12c. One requirement within this project is to use Oracle Forms 12c with Java Web Start in order to get rid of any kind of browser dependencies and to be independent from the classical Java Applet. The configuration of Java Web Start usage within the formsweb.cfg is really straight forward and simple, just follow the Oracle Documentation. The...