SlideShare a Scribd company logo
Review Oracle OpenWorld 2014 
Part Five - SaaS 
Team AMIS 
16th October 2014
2 
User Experience Revolution
Where we came from… 3
User Experience revolution 4
5 
User Interface vs User Experience
6
DESIGN PRICIPLES 
• Always connected 
• Any location 
• Intelligent context 
• Work on multiple deivces 
• Convenient, easy to use 
• Consumer acceptance 
• Use device for purpose (laptop, tablet, phone etc.) 
• Show what matters most 
• Small relevant info an direct aciton 
• Multimodal input (voice, tekst, photo, video) 
7
3 STEP DESIGN PRINCIPLE 
8
COMPONENTS 9
USE CONTEXT 10
Result: Oracle Alta UI 11 
• Mobile first design 
• Simple and uncluttered layouts 
• Clear information hierarchy 
• Engage users with visual content 
Skin for ADF 12.1.3
ORACLE MAX12 
“MAX is the answer to accelerating 
mobilization by giving business-side 
workers the chance to simply create a 
mobile UI for any Cloud business 
processes at the touch of a few buttons” 
- Browser based 
- No coding required 
- Easy map to business services 
- Edit, test and publish from browser
13
14 
Oracle Alta UI 
• New UI design principle 
• Mobile and web UI 
• New skin 
• MAF 2.0 
ADF 12.1.3 
• The new standard 
for Oracle
15 
Alta UI On IPad
16 
Alta UI On iOS Simulator
17 
Simple, Fresh, Modern Design 
• Mobile first 
• Larger (and fewer) components 
• Flatter visual design 
• Spacious layout 
• Very little “chrome”
18 
Emphasize Key Page Content 
• Use data visualization (ADF DVT components) 
• Use color to highlight important data
19 
Page Layout in Alta 
• Vertical page scrolling 
• Page content constrained 
horizontally and centered
20 
New Skin Family – Alta 
• Available in 
ADF 12.1.3 
• Work Better skin 
(extends Alta)
21 
Turning on the Alta skin 
• Turning on the Alta skin
22 
Skin Comparison: 
Skyros vs. Alta
23 
Alta UI Content 
• Access information 
– through search 
• Large touch 
targets 
– Larger rows 
– Larger Images 
– Charts 
• alternate view: 
– card view
24 
Navigation: 
Content over Chrome 
• Touch content: 
– a row in a list 
– an image 
– a chart metric
25 
Alta UI Animation 
• New <af:deck> and <af:transition> components 
• More animation for a compelling experience
26 
Alta UI Animation - Transitions 
• Alternate presentation of same object, additional data is shown
27 
Tablet First Page Template 
• Mobile friendly design principles 
• Three column layout 
• Ideal for both tablet 
(landscape orientation) 
and desktop
28 
Service Bus 12c Cool feature 
• Today’s SOA world is no longer all about SOAP and XML. More and more 
mobile solutions and other integration platforms and tools prefer REST 
Services and JSON. 
• The Service Bus has always been able to provide REST services as well 
as SOAP, and could even do JSON if you put your mind to it. 
• Internally, in the Proxy Message Flows, it was all about SOAP and XML 
• In SB 12.1.3, the Service Bus supports JSON as well as XML REST 
services, variables etc. 
• In SB 12.2, Javascript actions and “end-to-end REST” will allow for 
“native” JSON processing in Message Flows.
29 
New ADF Data Visualization 
Features 
• Since ADF 12.1.3 
Over 30+ (improved) 
chart types 
• Improved Server 
Scalability 
• Redesigned zoom 
and scroll 
• Much Simpler Styling
30 
(More Charts)
31 
New Gauges 
• Gauge types 
– LED 
– status meter 
– Dial 
– new rating gauge 
– Supports input (Rating only)
32 
New Designed Zoom and 
Scroll
33 
Marquee zoom and selection
34 
Improved Time Axis
35 
Time Line 
• Visualize Events on an Interactive Timeline 
• Support for time duration (yet MAF only, ADF will have it soon as well)
36 
Thematic Map - New Features 
• Image markers (option to set the orientation) 
• Smart data zooming 
• Drill down 
• Support for custom base maps 
• Hide area layer 
• Marker locations 
can be updated
37 
Thematic Map – Custom base 
map 
• Visualize information and support interaction in a wide variety of visual 
contexts
38 
Thematic Map – Custom base 
map 
• Points and basemap in XML file
39 
Thematic Map – Upcoming 
Features 
• N-Box Mashup
40 
Thematic Map – Upcoming 
Features 
• Pie Mashup
41 
Thematic Map – Upcoming 
Features 
• StatusMeter Mashup
42 
New Visualization: N-Box 
(Yet MAF only) 
• Visualizes and compares data across two dimensions 
• Supports various options for color coding, marker shapes, and grouping
43 
New Visualization: Diagram
44 
DB 12c Cool features 
Did you know that … 
• VARCHAR2 in SQL has been extended to 32K 
– only if the MAX_STRING_SIZE initialization parameter is set to EXTENDED
45 
DB 12c Cool features 
Did you know that … 
• By using the ACCESSIBLE_BY clause in the package definition you can 
define a "whitelist" of program units that can invoke a package's 
subprograms 
– Multiple program units can be whitelisted separated by comma 
– PLS-00904: insufficient privilege to access object PRIVATE_PKG 
PACKAGE private_pkg 
ACCESSIBLE BY (public_pkg) 
IS 
PROCEDURE do_this; 
PROCEDURE do_that; 
END; 
PACKAGE BODY public_pkg 
IS 
PROCEDURE do_only_this 
IS 
BEGIN 
private_pkg.do_this; 
private_pkg.do_that; 
END; 
END;
46 
DB 12c Cool features 
Did you know that … 
• With Top-N query’s you can easily select the n most recent records 
– Instead of using an inline view or analytical functions 
SQL> select empno, ename, hiredate 
2 from scott.emp 
3 order by hiredate desc 
4 fetch first 2 rows only; 
By using offset you can continue fetching more records 
SQL> select empno, ename, hiredate 
2 from scott.emp 
3 order by hiredate desc 
4 offset 2 fetch next 2 rows only;
47 
DB 12c Cool features 
Did you know that … 
• There is a feature called temporal validity? 
– Defines when a row is valid 
SQL> CREATE TABLE emp_temporal ( 
2 empno NUMBER, 
3 name VARCHAR2(30), 
4 sal NUMBER, 
5 deptno NUMBER, 
6 start_dt DATE, 
7 end_dt DATE, 
8 PERIOD FOR valid_range (start_dt, end_dt) 
9 ); 
Table created. 
SQL> select * from emp_temporal 
2 as of period for valid_range '01-FEB-14';
48 
Social and collaboration 
Oracle and Social???
Products 49 
Oracle Social 
Engagement and 
Monitoring Cloud 
Service 
Oracle Social Marketing 
Cloud Service 
Oracle Social Network
Practical application 50 
Oracle Social Engagement and Monitoring 
- Monitor your social profile of your company (analyze) 
- Target potential customers. Lead customers, opinion formers 
- Monitor social engagement of your employees (positive / negative) 
Oracle Social Marketing 
- Social marketing 
- Easy publishing 
- Monitor engagement 
Oracle Social Network 
- Fast communication / collabroation 
- Context sensitive timeline and news feed 
- Direct communication
51 
Fusion Apps at OOW
52 
Fusion Applications 
in the Cloud
53 
One Example ……
54 
Work with Notifications
55 
Act
56 
Insight
57 
SOA Suite Cool Feature
58
Oracle OpenWorld 2014 Review Part Five - SaaS

More Related Content

Similar to Oracle OpenWorld 2014 Review Part Five - SaaS (20)

PPTX
Oracle OpenWorld 2016 Review - High Level Overview of major themes and grand ...
Lucas Jellema
 
PPTX
Oow2016 review-13th october 2016
Getting value from IoT, Integration and Data Analytics
 
PDF
Salesforce Analytics Cloud - Explained
Carl Brundage
 
PPTX
AMIS Oracle OpenWorld 2015 Review – part 4- PaaS Application Development, Jav...
Getting value from IoT, Integration and Data Analytics
 
PDF
COUG_AAbate_Oracle_Database_12c_New_Features
Alfredo Abate
 
PPTX
Lambda Architecture: The Best Way to Build Scalable and Reliable Applications!
Tugdual Grall
 
PPTX
Introduction To Pentaho Analysis
DataminingTools Inc
 
PPTX
Introduction To Pentaho Analysis
pentaho Content
 
PDF
OTN EMEA Tour 2016 : Deploying Full BI Platforms to Oracle Cloud
Mark Rittman
 
PPTX
Best Practices for Supercharging Cloud Analytics on Amazon Redshift
SnapLogic
 
PPTX
SAP BO and Teradata best practices
Dmitry Anoshin
 
PDF
Upgrade to MySQL 8.0!
Ted Wennmark
 
PDF
01 upgrade to my sql8
Ted Wennmark
 
PPTX
Serving and rendering huge point cloud on mobile devices and web pages.
Manuel De La Calle
 
PPTX
Oracle OpenWo2014 review part 03 three_paa_s_database
Getting value from IoT, Integration and Data Analytics
 
PPTX
SQL Server Workshop for Developers - Visual Studio Live! NY 2012
Andrew Brust
 
PPTX
Data Modeling IoT and Time Series data in NoSQL
Basho Technologies
 
PDF
2016 workshops: understanding the language of gis and cad by warren geissler
GIS in the Rockies
 
PPTX
SQL to NoSQL: Top 6 Questions
Mike Broberg
 
PDF
Informatica slides
sureshpaladi12
 
Oracle OpenWorld 2016 Review - High Level Overview of major themes and grand ...
Lucas Jellema
 
Salesforce Analytics Cloud - Explained
Carl Brundage
 
AMIS Oracle OpenWorld 2015 Review – part 4- PaaS Application Development, Jav...
Getting value from IoT, Integration and Data Analytics
 
COUG_AAbate_Oracle_Database_12c_New_Features
Alfredo Abate
 
Lambda Architecture: The Best Way to Build Scalable and Reliable Applications!
Tugdual Grall
 
Introduction To Pentaho Analysis
DataminingTools Inc
 
Introduction To Pentaho Analysis
pentaho Content
 
OTN EMEA Tour 2016 : Deploying Full BI Platforms to Oracle Cloud
Mark Rittman
 
Best Practices for Supercharging Cloud Analytics on Amazon Redshift
SnapLogic
 
SAP BO and Teradata best practices
Dmitry Anoshin
 
Upgrade to MySQL 8.0!
Ted Wennmark
 
01 upgrade to my sql8
Ted Wennmark
 
Serving and rendering huge point cloud on mobile devices and web pages.
Manuel De La Calle
 
Oracle OpenWo2014 review part 03 three_paa_s_database
Getting value from IoT, Integration and Data Analytics
 
SQL Server Workshop for Developers - Visual Studio Live! NY 2012
Andrew Brust
 
Data Modeling IoT and Time Series data in NoSQL
Basho Technologies
 
2016 workshops: understanding the language of gis and cad by warren geissler
GIS in the Rockies
 
SQL to NoSQL: Top 6 Questions
Mike Broberg
 
Informatica slides
sureshpaladi12
 

More from Getting value from IoT, Integration and Data Analytics (20)

PPTX
AMIS Oracle OpenWorld en Code One Review 2018 - Blockchain, Integration, Serv...
Getting value from IoT, Integration and Data Analytics
 
PPTX
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 2: Custom Application ...
Getting value from IoT, Integration and Data Analytics
 
PPTX
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 2: SaaS
Getting value from IoT, Integration and Data Analytics
 
PPTX
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 1: Data
Getting value from IoT, Integration and Data Analytics
 
PPTX
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 1: Cloud Infrastructure
Getting value from IoT, Integration and Data Analytics
 
PPTX
10 tips voor verbetering in je Linkedin profiel
Getting value from IoT, Integration and Data Analytics
 
PPTX
Iot in de zorg the next step - fit for purpose
Getting value from IoT, Integration and Data Analytics
 
PPTX
Iot overview .. Best practices and lessons learned by Conclusion Conenct
Getting value from IoT, Integration and Data Analytics
 
PPTX
IoT Fit for purpose - how to be successful in IOT Conclusion Connect
Getting value from IoT, Integration and Data Analytics
 
PPTX
Industry and IOT Overview of protocols and best practices Conclusion Connect
Getting value from IoT, Integration and Data Analytics
 
PPTX
IoT practical case using the people counter sensing traffic density build usi...
Getting value from IoT, Integration and Data Analytics
 
PPTX
Introduction overviewmachinelearning sig Door Lucas Jellema
Getting value from IoT, Integration and Data Analytics
 
PPTX
Oracle OpenWorld 2017 Review (31st October 2017 - 250 slides)
Getting value from IoT, Integration and Data Analytics
 
PPTX
Ethereum smart contracts - door Peter Reitsma
Getting value from IoT, Integration and Data Analytics
 
PPTX
Blockchain - Techniek en usecases door Robert van Molken - AMIS - Conclusion
Getting value from IoT, Integration and Data Analytics
 
PPTX
kennissessie blockchain - Wat is Blockchain en smart contracts @Conclusion
Getting value from IoT, Integration and Data Analytics
 
PPTX
Internet of Things propositie - Enterprise IOT - AMIS - Conclusion
Getting value from IoT, Integration and Data Analytics
 
PDF
Omc AMIS evenement 26012017 Dennis van Soest
Getting value from IoT, Integration and Data Analytics
 
AMIS Oracle OpenWorld en Code One Review 2018 - Blockchain, Integration, Serv...
Getting value from IoT, Integration and Data Analytics
 
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 2: Custom Application ...
Getting value from IoT, Integration and Data Analytics
 
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 2: SaaS
Getting value from IoT, Integration and Data Analytics
 
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 1: Data
Getting value from IoT, Integration and Data Analytics
 
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 1: Cloud Infrastructure
Getting value from IoT, Integration and Data Analytics
 
10 tips voor verbetering in je Linkedin profiel
Getting value from IoT, Integration and Data Analytics
 
Iot in de zorg the next step - fit for purpose
Getting value from IoT, Integration and Data Analytics
 
Iot overview .. Best practices and lessons learned by Conclusion Conenct
Getting value from IoT, Integration and Data Analytics
 
IoT Fit for purpose - how to be successful in IOT Conclusion Connect
Getting value from IoT, Integration and Data Analytics
 
Industry and IOT Overview of protocols and best practices Conclusion Connect
Getting value from IoT, Integration and Data Analytics
 
IoT practical case using the people counter sensing traffic density build usi...
Getting value from IoT, Integration and Data Analytics
 
Introduction overviewmachinelearning sig Door Lucas Jellema
Getting value from IoT, Integration and Data Analytics
 
Oracle OpenWorld 2017 Review (31st October 2017 - 250 slides)
Getting value from IoT, Integration and Data Analytics
 
Ethereum smart contracts - door Peter Reitsma
Getting value from IoT, Integration and Data Analytics
 
Blockchain - Techniek en usecases door Robert van Molken - AMIS - Conclusion
Getting value from IoT, Integration and Data Analytics
 
kennissessie blockchain - Wat is Blockchain en smart contracts @Conclusion
Getting value from IoT, Integration and Data Analytics
 
Internet of Things propositie - Enterprise IOT - AMIS - Conclusion
Getting value from IoT, Integration and Data Analytics
 
Omc AMIS evenement 26012017 Dennis van Soest
Getting value from IoT, Integration and Data Analytics
 
Ad

Recently uploaded (20)

PDF
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
PDF
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
PDF
What Makes Contify’s News API Stand Out: Key Features at a Glance
Contify
 
PDF
Blockchain Transactions Explained For Everyone
CIFDAQ
 
PDF
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
PPTX
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
PDF
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
PDF
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
PDF
Transcript: New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
PDF
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
PDF
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
PDF
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
PDF
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
PDF
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
PPTX
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
PPTX
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
PDF
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
PDF
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
PDF
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
What Makes Contify’s News API Stand Out: Key Features at a Glance
Contify
 
Blockchain Transactions Explained For Everyone
CIFDAQ
 
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
Transcript: New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
Ad

Oracle OpenWorld 2014 Review Part Five - SaaS

  • 1. Review Oracle OpenWorld 2014 Part Five - SaaS Team AMIS 16th October 2014
  • 2. 2 User Experience Revolution
  • 3. Where we came from… 3
  • 5. 5 User Interface vs User Experience
  • 6. 6
  • 7. DESIGN PRICIPLES • Always connected • Any location • Intelligent context • Work on multiple deivces • Convenient, easy to use • Consumer acceptance • Use device for purpose (laptop, tablet, phone etc.) • Show what matters most • Small relevant info an direct aciton • Multimodal input (voice, tekst, photo, video) 7
  • 8. 3 STEP DESIGN PRINCIPLE 8
  • 11. Result: Oracle Alta UI 11 • Mobile first design • Simple and uncluttered layouts • Clear information hierarchy • Engage users with visual content Skin for ADF 12.1.3
  • 12. ORACLE MAX12 “MAX is the answer to accelerating mobilization by giving business-side workers the chance to simply create a mobile UI for any Cloud business processes at the touch of a few buttons” - Browser based - No coding required - Easy map to business services - Edit, test and publish from browser
  • 13. 13
  • 14. 14 Oracle Alta UI • New UI design principle • Mobile and web UI • New skin • MAF 2.0 ADF 12.1.3 • The new standard for Oracle
  • 15. 15 Alta UI On IPad
  • 16. 16 Alta UI On iOS Simulator
  • 17. 17 Simple, Fresh, Modern Design • Mobile first • Larger (and fewer) components • Flatter visual design • Spacious layout • Very little “chrome”
  • 18. 18 Emphasize Key Page Content • Use data visualization (ADF DVT components) • Use color to highlight important data
  • 19. 19 Page Layout in Alta • Vertical page scrolling • Page content constrained horizontally and centered
  • 20. 20 New Skin Family – Alta • Available in ADF 12.1.3 • Work Better skin (extends Alta)
  • 21. 21 Turning on the Alta skin • Turning on the Alta skin
  • 22. 22 Skin Comparison: Skyros vs. Alta
  • 23. 23 Alta UI Content • Access information – through search • Large touch targets – Larger rows – Larger Images – Charts • alternate view: – card view
  • 24. 24 Navigation: Content over Chrome • Touch content: – a row in a list – an image – a chart metric
  • 25. 25 Alta UI Animation • New <af:deck> and <af:transition> components • More animation for a compelling experience
  • 26. 26 Alta UI Animation - Transitions • Alternate presentation of same object, additional data is shown
  • 27. 27 Tablet First Page Template • Mobile friendly design principles • Three column layout • Ideal for both tablet (landscape orientation) and desktop
  • 28. 28 Service Bus 12c Cool feature • Today’s SOA world is no longer all about SOAP and XML. More and more mobile solutions and other integration platforms and tools prefer REST Services and JSON. • The Service Bus has always been able to provide REST services as well as SOAP, and could even do JSON if you put your mind to it. • Internally, in the Proxy Message Flows, it was all about SOAP and XML • In SB 12.1.3, the Service Bus supports JSON as well as XML REST services, variables etc. • In SB 12.2, Javascript actions and “end-to-end REST” will allow for “native” JSON processing in Message Flows.
  • 29. 29 New ADF Data Visualization Features • Since ADF 12.1.3 Over 30+ (improved) chart types • Improved Server Scalability • Redesigned zoom and scroll • Much Simpler Styling
  • 31. 31 New Gauges • Gauge types – LED – status meter – Dial – new rating gauge – Supports input (Rating only)
  • 32. 32 New Designed Zoom and Scroll
  • 33. 33 Marquee zoom and selection
  • 35. 35 Time Line • Visualize Events on an Interactive Timeline • Support for time duration (yet MAF only, ADF will have it soon as well)
  • 36. 36 Thematic Map - New Features • Image markers (option to set the orientation) • Smart data zooming • Drill down • Support for custom base maps • Hide area layer • Marker locations can be updated
  • 37. 37 Thematic Map – Custom base map • Visualize information and support interaction in a wide variety of visual contexts
  • 38. 38 Thematic Map – Custom base map • Points and basemap in XML file
  • 39. 39 Thematic Map – Upcoming Features • N-Box Mashup
  • 40. 40 Thematic Map – Upcoming Features • Pie Mashup
  • 41. 41 Thematic Map – Upcoming Features • StatusMeter Mashup
  • 42. 42 New Visualization: N-Box (Yet MAF only) • Visualizes and compares data across two dimensions • Supports various options for color coding, marker shapes, and grouping
  • 44. 44 DB 12c Cool features Did you know that … • VARCHAR2 in SQL has been extended to 32K – only if the MAX_STRING_SIZE initialization parameter is set to EXTENDED
  • 45. 45 DB 12c Cool features Did you know that … • By using the ACCESSIBLE_BY clause in the package definition you can define a "whitelist" of program units that can invoke a package's subprograms – Multiple program units can be whitelisted separated by comma – PLS-00904: insufficient privilege to access object PRIVATE_PKG PACKAGE private_pkg ACCESSIBLE BY (public_pkg) IS PROCEDURE do_this; PROCEDURE do_that; END; PACKAGE BODY public_pkg IS PROCEDURE do_only_this IS BEGIN private_pkg.do_this; private_pkg.do_that; END; END;
  • 46. 46 DB 12c Cool features Did you know that … • With Top-N query’s you can easily select the n most recent records – Instead of using an inline view or analytical functions SQL> select empno, ename, hiredate 2 from scott.emp 3 order by hiredate desc 4 fetch first 2 rows only; By using offset you can continue fetching more records SQL> select empno, ename, hiredate 2 from scott.emp 3 order by hiredate desc 4 offset 2 fetch next 2 rows only;
  • 47. 47 DB 12c Cool features Did you know that … • There is a feature called temporal validity? – Defines when a row is valid SQL> CREATE TABLE emp_temporal ( 2 empno NUMBER, 3 name VARCHAR2(30), 4 sal NUMBER, 5 deptno NUMBER, 6 start_dt DATE, 7 end_dt DATE, 8 PERIOD FOR valid_range (start_dt, end_dt) 9 ); Table created. SQL> select * from emp_temporal 2 as of period for valid_range '01-FEB-14';
  • 48. 48 Social and collaboration Oracle and Social???
  • 49. Products 49 Oracle Social Engagement and Monitoring Cloud Service Oracle Social Marketing Cloud Service Oracle Social Network
  • 50. Practical application 50 Oracle Social Engagement and Monitoring - Monitor your social profile of your company (analyze) - Target potential customers. Lead customers, opinion formers - Monitor social engagement of your employees (positive / negative) Oracle Social Marketing - Social marketing - Easy publishing - Monitor engagement Oracle Social Network - Fast communication / collabroation - Context sensitive timeline and news feed - Direct communication
  • 51. 51 Fusion Apps at OOW
  • 52. 52 Fusion Applications in the Cloud
  • 53. 53 One Example ……
  • 54. 54 Work with Notifications
  • 57. 57 SOA Suite Cool Feature
  • 58. 58

Editor's Notes

  • #28: Start your layout off right with this new page template constructed with the key mobile friendly design principles in mind.  This three column layout template is ideal for both a tablet in the landscape orientation and the desktop. It contains a top area that works well for a logo, product name, and navigation components. The left area also works well for navigation controls. Target the center area for the main content of the page. The right area can contain ancillary content. The content shown in the below screenshot merely suggests what to add and where. It is not included with the template.
  • #30: Over 50 chart types •Client-side layout •Redesigned zoom and scroll •Marquee zoom and selection •Redesigned Time axis •Improved data labeling