(Eric Elzinga) On designtime we use the oramds to develop our processflows in our bpel processes.
Tag: Oracle
Recoding variable values using ore.recode
(Brendan Tierney) Oracle R Enterprise comes with a vast array of features that not really documented anywhere. One of these features that I’ve recently found useful is the ore.recode() function.
Setup DNS for RAC 12c implementation in virtual Box
(Mohamed Azar) If you are plan to implement rac setup in virtul box for your lab practise, you need to setup a dns configuration necessary steps to use single client access name (SCAN) introduced in 11gR2 RAC.
Slow full table scan due to row chaining
(Marko Sutic) Few days ago I’ve received complaint that simple count on 2 million rows table is running forever.
OCI Client-Side Deployment in 12C
(Yves Colin) The 12c version has introduced a new features called “OCI Client-Side Deployment Parameters” this feature gives you the possibility to override some OCI parameters without even changing your application code.
How can I see my invisible columns
(connormcdonald) A cool new feature in 12c is the ability to make a column invisible. The concept has existed since 8i to handle things like “set unused” and function based indexes, but now it is available to developers directly.
V$BACKUP_NONLOGGED and V$CON_SYSSTAT in 12c
(Biju) V$BACKUP_NONLOGGED is new view in 12c, displays information about nonlogged block ranges in data file backups recorded in the control file. A related view is V$NONLOGGED_BLOCK. It displays ranges of nonlogged datafile blocks recorded in the control file.
Enterprise Manager 13c, ‘Webtier Could Not Be Started’
(Kellyn Pot’Vin) Let’s say you’re on call and you’re woke from a deep, delightful sleep from the pager, stating the Enterprise Manager Cloud Control isn’t available.
Groovy Tuesday: Passing Objects To Global Functions
(Richard Bingham) In this article we’ll look at using Global Functions to make your code more modular, and how you can pass in your current object instance.
Equi-sized partitions on random data
(connormcdonald) Had an interesting AskTom question today about dynamically keeping partition sizes in check.
