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

Read the latest Oracle Utilities News - June 2016 Edition


A Two-Wheel Self-Balancing Robot: JBalancePI

$
0
0
Create a two-wheeled, self-balancing robot using Raspberry Pi 2 Model B with GPIO and I2C interfaces and Java 8 in part I of this new series by Jose Cruz. To control the robot's movement and balance, he uses three modules: a sensor that contains a three-axis gyroscope and an accelerometer, a pulse width modulation (PWM) servo driver, and a motor driver. These modules create a feedback control loop that balances the robot and automatically corrects its position. 

As Cruz explains, balancing a robot is an example of the classic inverted pendulum problem, in which a large mass is placed at the end of a pole. He provides an explanation of the mathematics that make this solution possible, and then he shows how to create the necessary Java ME 8 classes for controlling the robot. To learn more, read the article

NEW Security Learning Subscription – Preview for FREE Now!

$
0
0


Protecting corporate information and technology assets from intruders is a significant challenge for most enterprises. 

Historically, investments in security technology were made by individual technology managers and business units in response to the specific threats. 

CIOs are now implementing technologies that can support the centralized management and enforcement ofsecurity policy. 

Learn how Oracle University's Security Learning Subscription helps companies protect sensitive data. Oracle and industry experts will teach you about security concepts and best practices.

Our interactive information security training deep dives into the following areas:

  • Security and risk management
  • Asset security
  • Security engineering
  • Cyber security
  • Identity and access management
  • Security assessment and testing
  • Security operations
  • Software development security

Purchasing this digital subscription gives you access to assessments to test your knowledge, as well as hands-on, interactive instructor-led courses.

This subscription provides a flexible, 24/7 learning option. It's continually updated as new content becomes available.

Start learning about Information Security needed for your organization and enroll today.

Preview the Security Learning Subscription today!

Tag Cloud in Oracle JET

$
0
0

Here in the Oracle JET Cookbook the Oracle JET Tag Cloud is described. Here's the JSON file that is used there, which I have put in the "public_html" folder of my project.

What we'll create is the same as in the Cookbook, except we'll parse the JSON file with "JSON.parse" and we'll use a "define" block.


Here's a 'define' block for working with the "ojtagcloud" component:

define(['text!../../socialNetworks.json', 'ojs/ojtagcloud'],
    function (file) {
        function mainContentViewModel() {
            var self = this;
            self.tags = [];
            var content = JSON.parse(file);
            for (var i = 0; i < content.length; i++) {
                var network = content[i];
                self.tags.push({
                    id: network["id"],
                    label: network["id"],
                    value: network["total"],
                    shortDesc: network["id"] + ': ' + network["total"] + '%'
                });
            }
        }
        return new mainContentViewModel();
    });

Then here's the view:

<p style="font-weight:bold;text-align:center;">
  Social Networks Used by US Internet Users (Ages 14-54)
</p>
<div data-bind="ojComponent:{
        component: 'ojTagCloud',
                layout: 'cloud',
                items: tags
    }">
</div>

Training Thursdays: Go Further with Oracle Linux

$
0
0

If you want to get the most out of Oracle Linux, you could consider deepening your linux knowledge and skills by taking the Oracle Linux 7: Advanced Administration training.

The objectives of the Oracle Linux 7: Advanced Administration training are:

  • Configure network addressing and authentication services
  • Configure Apache web services
  • Automate installation using Kickstart
  • Configure resource management using Control Groups (cgroups)
  • Configure operating system-level virtualization with Linux Containers (LXC)
  • Configure application containers with Docker
  • Configure server virtualization with KVM
  • Configure iSCSI shared storage
  • Configure Device Mapper Multipathing
  • Create Udev rules for persistent device naming
  • Configure a shared disk cluster file system using Oracle Cluster File System Version 2 (OCFS2)
  • Collect and analyze core dumps
  • Explore your system using Dynamic Tracing (DTrace)
  • Configure and use SELinux
  • Perform advanced software package management

You can take the Oracle Linux 7: Advanced Administration course in the following formats:

  • Live-Virtual Event: Attend a live event from your own desk, no travel required. Choose from a selection of events on the schedule to suit different time-zones. Dates on the schedule include 15 August 2016 in Spanish and 11 July, 15 August, 12 September, 26 September, 3 October and 19 December 2016 in English.
  • In-Class Event: Travel to an education center to take this course. In-class events already on the schedule include:

 Location Date Delivery Language
Melbourne, Australia
15 August 2016 English
Sydney, Australia
12 September 2016 English
Brussels, Belgium
24 October 2016 English
Brasilia, Brazil
14 November 2016 Brazilian Portuguese
Sao Paolo, Brazil
15 August 2016 Brazilian Portuguese
Hamburg, Germany
15 August 2016 German
Munich, Germany
5 September 2016 German
Jakarta, Indonesia
31 October 2016 English
Kuala Lumpur, Malaysia
19 December 2016 English
Mexico City, Mexico
12 September 2016 Spanish
Utrecht, Netherlands
15 August 2016 English
Auckland, New Zealand
14 November 2016 English
Bangkok, Thailand
29 August 2016 English
Belmont, CA, United States
17 October 2016 English
Durham, NC, United States 3 October 2016 English
Reston, VA, United States 1 August 2016 English
Roseville, MN, United States 29 August 2016 English

    If you are using Oracle Linux 5 or 6, you could take the Oracle Linux 5 & 6 Advanced Administration training as a:

    • Training on Demand: Start training within 24 hours of registration, following lectures through streaming video and booking time to get hands-on experience when suits your schedule.
    • Live Virtual Events: Choose an event that suits your schedule and time-zone from for example 25 July, 29 August, 5 September, 26 September, 3 October and 7 November 2016.
    • In-Class Event: In-class events on the schedule include:

     Location Date Delivery Language
     Sao Paolo, Brazil
     22 August 2016
     Brazilian Portuguese
    Turin, Italy
    12 December 2016 Italian
    Seoul, Korean
    26 September 2016 Korean
    Kuala Lumpur, Malaysia
    5 September 2016 English
    Auckland, New Zealand
    22 August 2016 English
    Wellington, New Zealand
    22 August 2016 English
    Johannesburg, South Africa
    3 October 2016 English
    Istanbul, Turkey 15 August 2016 Turkish
    Belmont, CA, United States 24 October, 2016 English
    Irving, TX, United States 22 August 2016 English
    Reston, VA, United States 1 August 2016 English

      To register for an event or to learn more about the Oracle Linux curriculum, go to http://oracle.com/education/linux.

      JDE Partners - Planning to Attend the JDE Town Hall on July 11th?

      $
      0
      0

      Don’t forget to join the JD Edwards Business Development team for the Q1 FY17 JDE Town Hall on July 11th. You won’t want to miss hearing the latest strategic messaging and updates.

      Click here for meeting details. 

      Global Temporary Tables - Change in Oracle 12c

      $
      0
      0
      A few weeks back I was copied on an email conversation about a important change with Global Temporary Tables (GTT) in Oracle Database 12c.  Something you need to be aware of when using GTTs in Oracle Database 12.1.0.2:Prior to this release GTTs shared statistics between sessions. Statistics were SHARED between... [Read More]

      PCS Travel Request Management – Process Form Creation by Red Mavericks

      $
      0
      0

      The fourth video by Red Mavericks (http://www.redmavericks.com) addresses the use of Oracle's Process Cloud Service to build and deploy a full working Business Travel Request application in 40 minutes.
      This is the first of a series of 4 videos that will guide you through the application creation process of a BPM application, using near zero code, which makes it particularly suitable for Business Analysts to also be engaged.

      clip_image001

      For this part, the focus is on Process Form Design using Oracle's PCS Web Form builder, i.e. the process diagram that will guide the application's general behavior. The use case was made for Link Consulting's (http://www.linkconsulting.com/oracle) Process Cloud Event, held on July 2015. Watch the video 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 Enterprise Manager Cloud Control 13 c Training - Now Available!

      $
      0
      0

      Want to learn about Oracle Enterprise Manager 13c, which provides the industry's only complete, integrated and business-driven enterprise cloud management solution?

      Enroll in one of Oracle University's new training courses.

      • Learn how this solution helps customers achieve efficiency gains, while dramatically increasing service levels.
      • These courses will teach you how to leverage the built-in management capabilities of the Oracle stack for traditional and cloud environments.
      • See how this solution enables customers to achieve efficiency gains, while dramatically increasing service levels.

      Recently Released Training Courses

      Oracle Enterprise Manager Cloud Control 13c: Install & Upgrade Ed 1

      In the Oracle Enterprise Manager Cloud Control 13c: Install & Upgrade course, you will learn about the architecture of Oracle Enterprise Manager Cloud Control 13c, as well as implementation options.

      You will perform a standard single-server installation as well.

      Furthermore, expert Oracle University instructors will review the available upgrade paths from previous versions and execute a 1-system upgrade from Enterprise Manager Cloud Control 12c.

      Using Oracle Enterprise Manager Cloud Control 13c Ed 1

      This course teaches you how to use Enterprise Manager Cloud Control 13c to monitor and manage your enterprise-computing environment.

      You'll learn how to use the Cloud Control framework, the out-of-box capability to manage Oracle targets, individually or in groups with templates.

      You'll also develop the knowledge and skills to monitor the compliance of targets, use the job system to automate commonly performed tasks, view and compare configurations and create and use predefined and customized reports.

      Get started with Oracle Enterprise Manager 13c training options today!

      Timeline in Oracle JET

      $
      0
      0

      Let's take the "ojTimeline" component from the Oracle JET component library, as described here in the Oracle JET Cookbook, while taking note of the format of the related JSON file here. Then, downloading that file into our Oracle JET application and changing the details in the JSON file, let's recreate the NetBeans Roadmap in Oracle JET, with this result:

      Here's the business logic in JavaScript, i.e., the "define" block, including a selection listener:

      define(['text!../../seriesOneData.json', 'knockout', 'ojs/ojtimeline'],
          function (file, ko) {
              function mainContentViewModel() {
                  var self = this;
                  self.selected = ko.observable("Nothing is selected.");
                  var content = JSON.parse(file);
                  self.series = ko.observableArray(content)();
                  self.optionChangeListener = function (event, data) {
                      for (var i = 0; i < content.length; i++) {
                          if (content[i].id == data['value']) {
                              self.selected(content[i].title);
                          }
                      }
                  };
              }
              return new mainContentViewModel();
          });

      And here's the HTML view that renders the above:

      <div data-bind="ojComponent:{
          component: 'ojTimeline',
                  majorAxis: {scale: 'years'},
                  minorAxis: {scale: 'quarters'},
                  start: new Date('Oct 1, 2013').toISOString(),
                  end: new Date('Oct 31, 2016').toISOString(),
                  optionChange: optionChangeListener,
                  selectionMode: 'single',
                  series: [{ 
                      id: 's1',
                      emptyText: 'No Data.',
                      items: series,
                      label: 'NetBeans Roadmap'
                  }],
      }" style="width: '100%'; height: 250px"></div>
      <hr>
      <h2>Selected: <span data-bind="text: selected"></span></h2>

      New Oracle Master Distribution Agreement Coming August 1

      $
      0
      0

      Oracle is pleased to announce that a Master Distribution Agreement (MDA) will be available on August 1, 2016. The new agreement is a “one stop shop” for partner distribution activities and will streamline Oracle’s existing distribution documents. The MDA combines common terms from the existing distribution agreements under a single base agreement.

      Learn more.

      FY17 North America Partner Kickoff Materials Available

      $
      0
      0

      The NAS Alliances & Channels team, led by Bill Swales, hosted a record turnout of 350 new and existing partners at the FY17 NA Partner Sales Kickoff, June 27 – 29. The three-day program took please at the Oracle HQ campus, where partners learned about Oracle’s comprehensive lineup of Cloud solutions and countless opportunities to drive growth and profitability in FY17. All partners are encouraged to review and leverage the content shared at the Kickoff to facilitate strategic planning sessions with their teams. All presentation materials, including keynote videos, are available in the FY17 NA Partner Sales Kickoff Virtual Resource Center.

      Virtual Resource Center

      Watch the Replay

      Partner Transaction Center Email Alias Update

      $
      0
      0

      Effective immediately, the Partner Transaction Center has changed a few email aliases to align with the recent organizational name change from Indirect Sales Support (ISS) to Partner Transaction Center (PTC). Please use the new PTC email aliases for questions regarding transactions which are not eligible for processing through the Oracle Partner Store (OPS).

      Additional details regarding OPS Ineligible Transactions can be found here.

      The updated regional PTC email aliases are listed here: APAC, NAMER, EMEA, LAD

      Node-oracledb 1.10 has Enhanced Metadata

      $
      0
      0
      Top feature: Enhanced Metadata The changes in node-oracledb 1.10 are: Enhanced query metadata thanks to a Pull Request from Leonardo. He kindly allowed us to take over and fine tune the implementation. Additional metadata for query and REF CURSOR columns is available in the metaData... [Read More]

      DSI Data Collection App Now Available on Oracle Cloud Marketplace

      $
      0
      0

      Automating data collection is the critical first step in moving toward a digital supply chain that delivers the visibility, agility and scalability your company needs and your customers demand. Now, Oracle ERP Cloud users can take advantage of DSI’s longtime integrations and data collection expertise with the DSI Data Collection App, newly available in the Oracle Cloud Marketplace.

      Read more.


      Augment Now Available in the Oracle Cloud Marketplace

      $
      0
      0

      Augment, a provider of augmented reality solutions and Silver level member of Oracle PartnerNetwork (OPN), today announced that its augmented reality digital sales aid, Augment for Oracle Sales Cloud is now available in the Oracle Cloud Marketplace offering added value to Oracle Sales Cloud customers.  Augment for Oracle Sales Cloud enables sales professionals to overlay 3D models of their products from the convenience of their smartphones or tablets.  Real- time access to rich 3D models can improve the visual impact of presentations. This can result in an accelerated sales cycle, increased in-store compliance, and improved customer engagement.

      Read more.

      Vonage gUnify Connector for Oracle Sales Cloud Now Available in the Oracle Cloud Marketplace

      $
      0
      0

      Vonage (NYSE: VG), a leading provider of cloud communications services for businesses and consumers, and Gold level member of Oracle PartnerNetwork (OPN), announced today that its gUnify™ Connector for Oracle Sales Cloud, is now available in the Oracle Cloud Marketplace, integrating hosted voice and mission critical business applications for companies conducting their businesses in the cloud and offering added value to Oracle Sales Cloud customers. 

      Read more

      Xignite Forex Data Now Available in the Oracle Cloud Marketplace

      $
      0
      0

      Xignite, a leading provider of market data cloud solutions and Gold level member of Oracle PartnerNetwork (OPN), today announced that its XigniteGlobalCurrencies API is now available in the Oracle Cloud Marketplace, offering added value to Oracle Enterprise Resource Planning (ERP) Cloud customers. The XigniteGlobalCurrencies API provides real-time and historical foreign exchange quotes for more than 170 countries and over 29,000 currency pairs. The API can be easily used with Oracle ERP Cloud to automatically update forex rates to allow global financial reporting that accurately reflects exchange rates.

      Read more

      Announcing Oracle Private Cloud Appliance Refresh

      $
      0
      0

      On July 12, Oracle will be releasing the latest refresh to the Private Cloud Appliance (PCA). PCA is a complete Engineered System built for running general-purpose Oracle and non-Oracle workloads. Key enhancements we are announcing include a complete Disaster Recovery architecture, improved compute performance with the new X6-2 compute nodes, and pricing changes that enable you to deliver a more competitive total cost of ownership.

      Join the webcast on July 20 at 9AM PST to learn more. 

      Update Webcast - Oracle's Next Generation SPARC Systems and Cloud Offerings - 12th July

      $
      0
      0

      Join Senior Product Management and Partner Enablement to learn about the latest news and announcements regarding our SPARC-Based Systems offerings, both on-premise and in the Cloud. The topics in this hour-long session are targeted for Sales and Presales technical representatives. 

      Join this exclusive webcast on July 12th, from 8:00 AM - 9:00 AM (GMT-07:00) Pacific Time (US & Canada)

      Register here.

      Viewing all 19780 articles
      Browse latest View live




      Latest Images