Quantcast
Channel: Oracle Bloggers
Viewing all 19780 articles
Browse latest View live

Recap - OTN Tour EMEA - Baku, Azerbaijan - 2016

$
0
0
Working on a Saturday is not common for me but happens from time to time mostly when I travel abroad or when a customer has a critical upgrade or migration on a weekend. Having 120 skilled and enthusiastic people in a conference day on a Saturday is VERY UNCOMMON. And having them stay from 9am to 6pm is a sign that... [Read More]

Single PX Server Execution

$
0
0
I recently helped a customer tune a few queries in their Oracle Database In Memory POC. I want to talk about a simplified version of one of their queries as it is a nice tuning example and also a good opportunity to talk about a new parallel execution feature introduced in Oracle Database 12c. Let me start with what... [Read More]

Node-oracledb 1.9.1 with Promises and Node 6 Support is on NPM

$
0
0
Top features: Promise support. Node 6 support. The new node-oracledb 1.9.1 release adds Promise support, it now supports the new Node 6 (as well as previous releases), and it has some welcome stability fixes. Other nice goodies are mentioned below. Thanks to everyone who gave feedback on our 1.9.0 development... [Read More]

MOS Note:136697.1 - New HCHECK.SQL for Oracle Database 12c

$
0
0
A while back we added this slide to our big slide deck: The story behind this slide A large and important customer in the US tested a patch set upgrade - but when they approached the production upgrade from 11.2.0.2 to 11.2.0.3 on a large RAC cluster they've had to cancel the attempt and revert to the... [Read More]

Messed-Up App of the Day: Tables of Numbers

$
0
0
Quick, which database is the biggest space consumer on this system?Database Total Size Total Storage-------------------- --------------- ---------------SAD99PS 635.53 GB 1.24 TBANGLL 9.15 TB 18.3 TBFRI_W1 2.14 TB ... [Read More]

Big Data SQL Quick Start. Data types - Part8.

$
0
0
Today I'm going to share one of the easiest way to improve overall Big Data SQL performance. Big Data SQL is the complex system, which contains two main pieces - Database and Hadoop. Each system has own datatypes - Oracle RDBMS and Java. Every time when you query data from Oracle RDBMS you do data conversion. Data... [Read More]

Charting Values over Time in a SQL Developer Report

$
0
0
Today’s post is courtesy of this question from a reader: Can the SQLDeveloper Report/Chart feature create a line chart where x contains date/time and y the values to be plotted? The answer is ‘Yes!’ I’m going to use HR.EMPLOYEES to give me my data. I start with… SELECT Hire_date,... [Read More]

BDB User Authentication

$
0
0
BDB User Authentication (courtesy of  Brayden Zhang) Introduction In Berkeley DB 6.2, user authentication extension is added into the SQL interface. The new user authentication layer is both secure and easy to use. In this article, we will introduce how to use the user authentication, and also... [Read More]

Global Temporary Tables and Upgrading to Oracle Database 12c - Don't Get Caught Out

$
0
0
Prior to Oracle Database 12c, global temporary tables (GTTs) shared statistics between sessions, so each GTT had one set of statistics visible to all sessions using it. Of course, gathering statistics on GTTs can be very useful because it will help the optimizer find better execution plans, but this advantage was... [Read More]

Transportable Tablespaces - Characters Sets - Same same but different?

$
0
0
All credits go to Don Wolf, an Oracle Advanced Customer Support engineer from Ohio as he dug out this information Thanks Don! Do database character sets have to match EXACTLY for Transportable Tablespaces? That sounds like a simple question. When you look into our big slide deck the answer will be a straight... [Read More]

Training Thursdays: What You Need To Get Working on Oracle Linux 7

$
0
0

If you want to tap into the power of Oracle Linux 7 and already have experience as a Linux system administrator, then you need to learn to:

  • Perform common system administration tasks in Oracle Linux 7.
  • Configure the boot process, system logging, storage, and security.
  • Use advanced package management features.
  • Configure network bonding, VLANs, and VPNs.
  • Implement Docker containers.
  • Allocate system resources to specific Linux processes.

You can learn this and more by taking the Oracle Linux 7: What's New for Administrators course. You can take this 3-day course in the following formats:

  • Live-Virtual Event: Attend a live event from your own desk, no travel required. Events are added to the schedule to suit different timezones. Register your interest to have the date of your choice added to the schedule.
  • In-Class Event: Travel to an education center to take this course. Below is a selection of the events already on the schedule.
 Location Date Delivery Language
 Paris, France
 18 July 2016
 French
 Paris, France
 23 November 2016
 French
 Hamburg, Germany
 22 August 2016
 German
 Hamburg, Germany
 24 October 2016
 German
      To request an additional event, to register for an event or to learn more about the Oracle Linux curriculum, go to http://oracle.com/education/linux.

      Digital Innovation Demands Hybrid Integration by Carol Hildebrand

      $
      0
      0

      clip_image002I thought cloud computing would do away with acronym-laden technologies such as service-oriented architecture (SOA). Can’t you just sign up for applications run in a public cloud?

      You can, but what happens when you want to integrate that shiny new cloud app with your existing applications and data? That integration has its own term—hybrid cloud—and for most enterprises, it’s the new norm. More than 65% of enterprise IT organizations will commit to hybrid cloud technologies before 2016, according to International Data Corporation.

      Meanwhile, everyone from marketing to HR to product development is screaming for better information flow between departments, and they don’t care where the apps reside. That also requires smooth integration of cloud and legacy applications and data, which, as you will see, leads us back to SOA. Read the complete article here.

      SOA & BPM Partner Community

      For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

      BlogTwitterLinkedInimage[7][2][2][2]Facebookclip_image002[8][4][2][2][2]Wiki

      Top Exastack ISV headlines

      $
      0
      0

      TAS Group’s cashless 3.0™ gains 2.4x performance increase running with Oracle Engineered Systems.

      Read more here.

      Getting Started with Java Jigsaw Modules in NetBeans IDE

      $
      0
      0

      I went through the first two sections of "Project Jigsaw: Module System Quick-Start Guide" in the NetBeans JDK 9 Branch Build. In the end, I had created the Greeting module, which requires the Astro module that exports the package containing the World class, used by the Main class in the Greeting module. Click to enlarge the screenshot below, to see the various details, including the "module-info.java" graph:

      Right now, NetBeans does not yet support the features described in the quick start about Jlink, packaging, and multimodule compilation. Read here all the details on the current state of JDK 9 support in NetBeans IDE:

      http://wiki.netbeans.org/JDK9Support

      Getting Started Modulerizing with Jigsaw in NetBeans IDE

      $
      0
      0

      Now that we have gone through an absolute basic scenario, yesterday, let's go ahead and modulerize an application, using Java Jigsaw to do so.

      Here's the starting point, a small Java Swing application that provides an Anagram Game, which is one of the standard Java samples that comes with NetBeans IDE:

      Each Java application you create with the NetBeans JDK 9 Branch Build is a Java Jigsaw module. So, I created a new Jigsaw module and moved the two Java classes you see above in the "lib" folder into the new Jigsaw module.

      I put the "WordLibrary" class into a package named "api" and the "StaticWordLibrary", which extends "WordLibrary", into a package named "impl", I added a "module-info.java" file to both Jigsaw modules. In the API module, I exported the "com.toy.api" package and in the other Jigsaw module, where my Swing code is found, I required the "com.toy.api" module. In the Project Properties dialog of the Jigsaw module where my Swing code is found, I added the API module to the module path. I then had the following, which works exactly as before:

      Most important of all, the Swing code is unable to use the "impl" package, since that package has not been exported. The WordLibrary class in the "api" package loads the "StaticWordLibrary" class in the "impl" package, while no other module needs to reference that "StaticWordLibrary" class directly. A key advantage in this scenario is precisely this aspect of hiding the internals of my application from others who might accidentally want to access and use these internals.


      Now Available Announcement: Oracle Utilities Operational Device Management 2.1.1 User Productivity Kit

      $
      0
      0

      The Oracle Utilities Global Business Unit is pleased to announce the general availability of Oracle User Productivity Kit for Operational Device Management 2.1.1.

      Click here  for information on Available Modules and Software download!

      Blurr the cloud lining with NetSuite: Introducing NetSuite Cloud Adapter on Oracle Integration Cloud Service by Rajesh Kalra

      $
      0
      0

      clip_image001NetSuite is a leading SaaS business software suite for ERP/financials, eCommerce, and order management. NetSuite cloud applications are commonly used by many mid-market and enterprise level companies, to streamline operations and provide real time visibility for better and faster decisions.

      Oracle has introduced an all new NetSuite cloud adapter, in the latest release of its iPaaS -Integration Cloud Service (ICS). This new addition to the catalog of cloud adapters provides agility for NetSuite integrations, and enables organizations to access NetSuite content across business flows quickly and seamlessly.

      The NetSuite cloud adapter provides rich and intuitive design time capabilities viz. functional categories of objects to select the business object(s) for integration, besides delivering the elevated user experience common to all cloud adapters.

      Now Sales teams at any company can leverage the ICS iPaaS solution to build a lead-to-cash process from any SaaS based CRM (Oracle Sales Cloud or Salesforce.com) to NetSuite, creating quotes/orders in real time, thus eliminating manual order entry. They can access latest financial information, order status, or product availability via the NetSuite cloud adapter, and slash financial close. Read the complete article here.

      SOA & BPM Partner Community

      For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

      BlogTwitterLinkedInimage[7][2][2][2]Facebookclip_image002[8][4][2][2][2]Wiki

      Oracle Cloud Applications Moving to the Global Nerve Center

      $
      0
      0

      Global Nerve Center (GNC) - What is it?

      Oracle has invested heavily in creating the next generation of Oracle’s Cloud operation center. In addition to the 21 Cloud Data Centers and Support worldwide, we are now pleased to introduce the Global Nerve Center (GNC).

      What Is the Global Nerve Center?

      The Global Nerve Center centralizes the best Cloud operations resources into locations worldwide. Oracle has constructed three massive, always-on, new command and operational facilities. These geographically-distributed locations provide a 24/7 ‘follow-the-sun’ support model, with the ultimate goal to improve the customer experience and success:

      • Reading, UK – operational ramp-up started September 2015
      • Bangalore, India – operational ramp-up started December 2015
      • Bozeman, Montana – operational ramp-up planned for August 2017

      These three linked facilities are dedicated to handling maintenance activities, unplanned outages and incidents, and will provide more cogent, accurate, and timely information around outages and incidents. In addition to investing in the latest, cutting edge technology, we are also 100% committed in investing in our people. At the end of the day, it is the people that make the biggest difference.

      Oracle’s Cloud Services are being transitioned to this next generation Cloud operations center over time with several services already operational in GNC. The Fusion Applications Cloud Service is the next service scheduled to transition to GNC, and is targeted to be fully operational by the 2nd quarter of 2016.

      Global Nerve Center Benefits

      The investment in the GNC will enable Oracle to deliver a next generation cloud customer experience. Direct benefits:

      • Keeping up with your business – Dedicated to perform at ‘speed of light’ allowing you to scale when needed and reduce issue to resolution time.
      • System Availability – Continuous monitoring to minimize issues, benchmark performance, and maximize uptime.
      • Transparency – Insight into system status, notifications, and other key resources
      Finally, these facilities are built to support the highest US and UK government security standards for Cloud operations. Customer visits are encouraged, and individuals who have toured the facilities are comparing them to NASA and ESA mission launch and control facilities!

      Technical Training Webcast: Next Generation Oracle Database Appliance

      $
      0
      0

      This webcast is a technical training designed for Oracle Channel SC's, Channel Partner SE's, Architects, etc.

      This is a pre-launch technical training which will provide information on the new ODA X6-2 products.

      We have three sessions available to join the training:

      Using Oracle Data Integrator (ODI) for Loading to Oracle Cloud’s Human Capital Management (HCM)

      $
      0
      0

      The A-Team is on a roll…

      To load data into Oracle Cloud’s Human Capital Management (HCM) with Oracle Data Integrator (ODI) – check out the following blog:

      Oracle Data Integrator (ODI) for HCM-Cloud: a Knowledge Module to Generate HCM Import Files

      HCM is unique in that it uses a dedicated file format that contains both metadata and data. As far as the data is concerned, the complete hierarchy of parent and children records must be respected for the file content to be valid.This article explores a new Integration Knowledge Module (KM). This KM allows us to leverage ODI to prepare the data and generate the import file. Then, traditional Web Services connections can be leveraged to load into HCM.

      Viewing all 19780 articles
      Browse latest View live




      Latest Images