Installing Nodejs oracledb module on Suse SLES 11

For a quick tutorial about installing Oracle module for Nodejs (oracledb) on Suse SLES, follow the info at Node-OracleDB Installation but remember to use the gcc compiler release 5.0``` export ORACLE_HOME=/home/oracle/instantclient_12_1 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME export TNS_ADMIN=$ORACLE_HOME export OCI_LIBRARY_PATH=$ORACLE_HOME export OCI_LIB_DIR=$ORACLE_HOME export OCI_INC_DIR=$ORACLE_HOME/sdk/include CC=gcc-5 CXX=g++-5 npm install oracledb ```

February 11, 2016 · 1 min · 47 words · Matteo Redaelli

Adding Google Analytics to Oracle OBIEE

I opened a service request to Oracle and they did not provide me an official way to add the Google Analytics javascript code to Oracle OBIEE (release 11.1.1.7): I wanted to add it in only one place and see it in all pages of Oracle Obiee. The solution I found and tested is to add the javascript code (without and ) in the file``` bi_server1/tmp/_WL_user/analytics_11.1.1/7dezjl/war/res/b_mozilla/common.js

September 29, 2014 · 1 min · 65 words · Matteo Redaelli

After Oracle also SAP has discovered and integrated R

After Oracle with Oracle R Enterprise, now also SAP has adopted R: SAP HANA provides in-database analytics based on R with its SAP BusinessObjects Predictive Analysis module. For more info about R, please get a look at this R introduction…

March 18, 2012 · 1 min · 40 words · Matteo Redaelli

Oracle Opensource NoSQL Hadoop R

Oracle’s comprehensive big data strategy includes NoSQL, Hadoop, and R analytics “Oracle’s planned distribution of the open-source R statistical environment will be adapted for use on large-scale data within the Oracle database, rather than on desktops and laptops where analysts typically use the software. Oracle R Enterprise will run existing R applications and it will use the R client directly against data stored in Oracle Database 11g. This will vastly increase scalability, performance, and security, according to Oracle, along with the promise of software support....

October 8, 2011 · 1 min · 114 words · Matteo Redaelli