SlideShare una empresa de Scribd logo
1 de 75
Updates	
  from	
  Oracle	
  Open	
  World	
  
Agenda	
  
18:20-­‐18:30	
  :	
  Introduc=ons	
  &	
  Welcome,	
  Agenda,	
  what	
  is	
  OUG	
  Ireland	
  
18:30-­‐18:45	
  :	
  The	
  Oracle	
  12.2	
  Database	
  new	
  features	
  (Simon	
  Holt)	
  
18:45-­‐19:00	
  :	
  What's	
  new	
  in	
  the	
  BI,	
  BA,	
  Big	
  Data	
  world	
  from	
  Oracle	
  (Brendan	
  Tierney)	
  
19:00-­‐19:15	
  :	
  What's	
  happening	
  with	
  Cloud	
  (Tony	
  Cassidy)	
  
19:15-­‐19:30	
  :	
  Other	
  updates	
  from	
  Oracle	
  (John	
  Caulfield)	
  
19:30-­‐19:45	
  :	
  Q&A	
  session	
  and	
  Open	
  discussion	
  
	
  
OUG	
  Ireland	
  CommiVee:	
  
Brendan	
  Tierney	
   	
  Tony	
  Cassidy 	
   	
  Simon	
  Holt	
  
	
  
3-­‐4	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  per	
  year	
  
	
  
Annual	
  2	
  day	
  Conference	
  (March	
  2017)	
  
We	
  Know	
  what	
  this	
  means	
  
Oracle	
  12.2	
  Database	
  new	
  features	
  	
  
(Well…	
  A	
  few	
  of	
  them!)	
  
Long	
  Iden=fiers	
  
•  Object	
  names	
  tradi=onally	
  30	
  bytes	
  
•  12.2	
  allows	
  128	
  bytes	
  
•  Possible	
  for	
  
REALLY_VERY_LONG_TABLE_NAMES_TO_BE_
USED	
  	
  	
  J	
  
•  Going	
  to	
  have	
  to	
  re-­‐visit	
  script	
  formafng	
  L	
  
Mul=-­‐Tenant	
  Enhancements	
  
Flashback	
  Pluggable	
  Database:	
  
12.1	
  
CDB	
  only:	
  Flashback	
  takes	
  all	
  pdbs	
  backwards.	
  
Can	
  mimic	
  single	
  pdb	
  flashback	
  using	
  a	
  PDB	
  PITR,	
  but	
  not	
  always	
  easy,	
  and	
  does	
  not	
  recognize	
  restore	
  
points.	
  	
  
	
  
12.2	
  
CDB	
  or	
  PDB	
  level,	
  using	
  SCN,	
  or	
  restore	
  points	
  
Uses	
  auxiliary	
  instance:	
  	
  
	
  
FLASHBACK PLUGGABLE DATABASE sipdb TO RESTORE POINT b4_batch_run
AUXILIARY DESTINATION ‘+RECO’;
	
  
unless	
  …	
  using	
  PDB	
  local	
  undo	
  (What?!)	
  then	
  very	
  familiar:	
  
FLASHBACK PLUGGABLE DATABASE sipdb TO RESTORE POINT b4_batch_run;
	
  
Mul=-­‐Tenant	
  Enhancements	
  
PDB	
  Local	
  Undo	
  Tablespaces	
  
12.1	
  –	
  CDB	
  contains	
  UNDO,	
  Control	
  Files,	
  and	
  Redo	
  Logs,	
  
PDBS	
  do	
  not	
  have	
  these	
  structures.	
  
	
  
12.2	
  –	
  PDBs	
  can	
  op=onally	
  have	
  their	
  own	
  UNDO	
  
tablespaces	
  
Track	
  changes	
  to	
  individual	
  PDBs,	
  allows	
  transac=ons	
  to	
  
con=nue	
  during	
  migra=on	
  and	
  clone,	
  allows	
  FLASHBACK	
  pdb.	
  
	
  
Mul=-­‐Tenant	
  Enhancements	
  
Live	
  Reloca=on	
  of	
  PDB	
  
	
  
CDB	
  1	
  
PDB1	
  
CDB	
  2	
  
PDB2	
  
Online	
  Move	
  of	
  PDB	
  
Mul=-­‐Tenant	
  Enhancements	
  
Refreshable	
  PDB	
  Clones	
  
CDB	
  1	
  
PDB1	
  
CDB	
  2	
  
PDB2	
  
(Read	
  
Only)	
  
Inter	
  CDB	
  DB	
  link	
  
Synchronisa=on	
  of	
  PDB2	
  with	
  PDB1	
  
Mul=-­‐Tenant	
  Enhancements	
  
Proxy	
  PDBs	
  
	
  
	
  
	
  
	
  
SQL@CDB2> CREATE DATABASE LINK CDB1 CONNECT TO c##cdbadm …
SQL@CDB2> CREATE PLUGGABLE DATABASE pdb2 AS PROXY FROM pdb1@cdb1;
CDB	
  1	
  
	
  
PDB1	
  
(Referenced)	
  
	
  
CDB	
  2	
  
PDB2	
  
(Proxy)	
  
Inter	
  CDB	
  DB	
  link	
  
Statements	
  transferred	
  
Mul=-­‐Tenant	
  Enhancements	
  
Applica=on	
  Containers	
  
	
  
	
  
	
  
	
  
SQL> ALTER PLUGGABLE DATABASE app_name SYNC;
	
  
CDB	
  
	
  
PDB1	
  
(Applica=on	
  
Container)	
  
	
   PDB3	
  (App	
  pdb)	
  
PDB2	
  (App	
  pdb)	
  
Synchronise	
  app	
  dbs	
  
	
  
Mul=-­‐Tenant	
  Enhancements	
  
Heat	
  Map	
  now	
  available	
  in	
  CDB	
  /	
  PDB!	
  
•  12.1:	
  ADO	
  and	
  Heat	
  Map	
  not	
  supported	
  in	
  CDB	
  /	
  PDB	
  L	
  
	
   	
  CDB	
  heat	
  map	
  did	
  not	
  record	
  stats,	
  so	
  ADO	
  won’t	
  work.	
  
	
  
•  Oracle	
  Database	
  VLDB	
  and	
  Par==oning	
  Guide	
  12c	
  Release	
  2(	
  12.2):	
  
	
  
Mul=-­‐Tenant	
  Enhancements	
  
PDB	
  Memory	
  Management	
  
•  Parameters	
  that	
  now	
  set	
  minimum	
  sizes	
  within	
  a	
  PDB:	
  
DB_CACHE_SIZE
SHARED_POOL_SIZE
SGA_MIN_SIZE (Sum	
  of	
  SGA_MIN_SIZE	
  for	
  all	
  PDBs	
  should	
  be	
  <50%	
  of	
  SGA)	
  
	
  
•  SGA/PGA	
  size	
  for	
  a	
  PDB	
  can	
  also	
  be	
  capped	
  
SGA_TARGET
PGA_AGGREGATE_LIMIT
	
  
Mul=-­‐Tenant	
  Enhancements	
  
If	
  CDB$ROOT’s	
  character	
  set	
  is	
  AL32UTF8,	
  
then	
  any	
  PDBs	
  plugged	
  into	
  the	
  CDB	
  or	
  cloned	
  
are	
  allowed	
  to	
  have	
  a	
  different	
  character	
  set	
  	
  
	
  
(PDBs	
  that	
  are	
  created	
  from	
  the	
  seed	
  inherit	
  AL32UTF8	
  as	
  its	
  
character	
  set)	
  
Index	
  Enhancements	
  
Advanced	
  Compression	
  	
  
	
  
Now	
  possible	
  to	
  create	
  and	
  alter	
  indices	
  to	
  use	
  advanced	
  compression	
  
op=ons:	
  
	
  
CREATE INDEX emp_mndp_idx ON employees(manager_id,
department_id) COMPRESS ADVANCED HIGH;
ALTER INDEX emp_mndp_idx REBUILD COMPRESS ADVANCED LOW;
Table	
  Enhancements	
  
Online	
  Move	
  
ALTER TABLE ... MOVE ... ONLINE
ALTER TABLE ... MOVE PARTITION ... ONLINE
ALTER TABLE ... MOVE SUBPARTITION ... ONLINE
	
  
Combine	
  with	
  	
  
UPDATE INDEXES
To	
  keep	
  indices	
  USABLE	
  during	
  and	
  ater	
  the	
  opera=on.	
  
Par==on	
  Enhancements	
  
Convert	
  table	
  to	
  be	
  par==oned	
  with	
  a	
  single	
  ALTER	
  TABLE	
  …	
  MODIFY	
  
	
  
	
  
ALTER TABLE employees_convert MODIFY
PARTITION BY RANGE (employee_id) INTERVAL (100)
( PARTITION P1 VALUES LESS THAN (100),
PARTITION P2 VALUES LESS THAN (500)
) ONLINE
UPDATE INDEXES
( IDX1_SALARY LOCAL,
IDX2_EMP_ID GLOBAL PARTITION BY RANGE (employee_id)
( PARTITION IP1 VALUES LESS THAN (MAXVALUE))
);
	
  
Par==on	
  Enhancements	
  
Create	
  table	
  for	
  par==on	
  exchange	
  
CREATE TABLE sales_exchange
TABLESPACE my_sales_tblspace
FOR EXCHANGE WITH TABLE sales;
Op=miszer	
  –	
  Fine	
  Control	
  
What's	
  new	
  in	
  the	
  BI,	
  BA,	
  Big	
  Data	
  
world	
  from	
  Oracle	
  	
  
What's	
  happening	
  with	
  Cloud	
  	
  
Tony	
  Cassidy,	
  Ver=ce	
  
Open	
  world	
  2016	
  –	
  Overall…	
  
38	
  
•  Subtle	
  ”c”hange	
  to	
  the	
  event…	
  
	
  
•  Slightly	
  reduced	
  in	
  scale…	
  
•  No	
  BIG	
  SPLASH	
  Announcements...	
  
	
  
•  More	
  Incremental	
  Updates	
  on	
  Exis=ng	
  and	
  new	
  products	
  in	
  SaaS	
  and	
  PaaS...	
  
•  Cover	
  these	
  in	
  Summary	
  in	
  next	
  few	
  slides	
  	
  
	
  
•  Signifies	
  Oracles	
  Move	
  to	
  a	
  Global	
  Cloud	
  Model...	
  
•  Everything	
  comes	
  more	
  frequently,	
  so	
  less	
  of	
  the	
  big	
  announcements	
  each	
  year...	
  
•  Which	
  aligns	
  to	
  the	
  more	
  frequent	
  release	
  paVerns	
  of	
  Cloud	
  based	
  solu=ons...	
  
•  Emphasis	
  was	
  more	
  on	
  the	
  IaaS	
  prominence	
  in	
  the	
  Oracle	
  Cloud	
  family...	
  
•  Cover	
  these	
  in	
  Summary	
  in	
  next	
  few	
  slides	
  	
  
Open	
  world	
  2016	
  –	
  SaaS,	
  PaaS,	
  IaaS…	
  
39	
  
SaaS	
  
HCM	
  
ERP	
  
EPM	
  
CX	
  Sales	
  
CX	
  Service	
  
Marke=ng	
  
PaaS	
  
Data	
  
Management	
  
Applica=on	
  
Development	
  
Enterprise	
  
Integra=on	
  
Data	
  Integra=on	
  
Business	
  Analy=cs	
  
Security	
  
Content	
  
Big	
  Data	
  
Cloud	
  
Management	
  
IaaS	
  
Networking	
  
Compute	
  
Storage	
  
“Snippets”	
  
Open	
  world	
  2016	
  –	
  SaaS	
  “Snippets”	
  
40	
  
•  CX	
  Updates	
  
•  HCM	
  Updates	
  
•  ERP	
  Updates	
  
•  Financials	
  
•  Procurement	
  
•  Projects	
  
•  SCM	
  Released	
  
•  EPM	
  Updates	
  
•  PBCS	
  
•  FCCS	
  Released	
  
•  HPCM	
  Released	
  
•  +	
  +	
  +	
  	
  
•  Event	
  of	
  the	
  term	
  “ERPM”	
  by	
  Oracle	
  –	
  conjoining	
  the	
  ERP	
  Product	
  set	
  with	
  the	
  EPM	
  Product	
  Set…	
  	
  
•  Term	
  “Digital	
  Finance”	
  is	
  prevalent	
  
Open	
  world	
  2016	
  –	
  PaaS	
  “Snippets”	
  
41	
  
•  Business	
  Analy=cs	
  
•  Oracle	
  Analy=cs	
  Cloud	
  Suite	
  (OACS)	
  Released	
  
•  Smart	
  feed,	
  DV,	
  Infographics,	
  BI	
  Ask	
  and	
  Day	
  by	
  Day	
  on	
  Siri	
  
•  Thomas	
  Kurian	
  demo:	
  hVps://www.youtube.com/watch?v=2_HNhdqiMkk	
  
•  NOTE:	
  Seems	
  to	
  be	
  aligning	
  closely	
  to	
  IBM	
  Watson	
  AnalyCcs	
  
•  Note:	
  Stepping	
  out	
  of	
  the	
  “Caretaker	
  Period”	
  –	
  ask	
  me	
  later	
  on	
  meaning…	
  
•  Note:	
  BUNDLES	
  =	
  Enables	
  Immediate	
  SoluConing	
  at	
  Prototype	
  
Story	
  So	
  far:	
  
•  Oracle	
  Analy.cs	
  Cloud	
  Suite	
  (OACS)	
  
•  Instantly	
  Visualize	
  any	
  data	
  on	
  any	
  device	
  	
  
•  Ask	
  quesCons	
  for	
  instant,	
  visual	
  answers	
  	
  
•  Connects	
  to	
  40+	
  sources:	
  SaaS,	
  Databases,	
  Big	
  data	
  	
  
•  Self-­‐service	
  data	
  preparaCon	
  and	
  blending	
  	
  
•  1000s	
  of	
  pre-­‐built	
  KPIs	
  and	
  analysis	
  for	
  CX,	
  ERP,	
  HCM,	
  &	
  SCM	
  
•  More	
  Informa=on	
  –	
  being	
  released	
  very	
  carefully	
  on	
  OACS	
  by	
  Product	
  Management	
  –	
  Look	
  to	
  NEXT	
  
“Meetup”	
  for	
  more	
  on	
  this!	
  	
  
Open	
  world	
  2016	
  –	
  PaaS	
  “Snippets”	
  
42	
  
•  Big	
  Data	
  	
  
•  Big	
  Data	
  Labs	
  	
  
•  Note:	
  BUNDLES	
  =	
  Enables	
  Immediate	
  SoluConing	
  at	
  Prototype	
  
•  NEW	
  Products	
  (SVP	
  Neil	
  Mendelson…)	
  
Open	
  world	
  2016	
  –	
  IaaS	
  “Snippets”	
  
43	
  
•  Larry’s	
  Keynote	
  was	
  predominantly	
  on	
  IaaS	
  inclusion…	
  
•  hVps://www.youtube.com/watch?v=WY5qhLwIqBA	
  
•  “Complete,	
  Integrated	
  Cloud”	
  -­‐	
  SaaS,	
  PaaS,	
  IaaS	
  
•  Public	
  v	
  Private	
  and	
  then…Hybrid:	
  
•  “Inter-­‐changeable”	
  
•  “Co-­‐Existence”	
  
•  No	
  1:	
  Compe=tors	
  
•  Amazon	
  –	
  IaaS,	
  not	
  IBM	
  as	
  in	
  past	
  
•  Workday	
  –	
  SaaS,	
  not	
  SAP	
  as	
  in	
  past	
  
•  Data	
  centres	
  
•  19	
  Exis=ng	
  and	
  In	
  Progress	
  on	
  Roadmap	
  Globally	
  
•  hVps://www.oracle.com/openworld/on-­‐demand/index.html?bcid=5133868616001	
  
•  Q:	
  Will	
  this	
  match	
  the	
  compe=tors	
  at	
  some	
  point?	
  
•  Amazon,	
  Microsot…maybe	
  not!	
  
•  Oracle	
  has	
  OCM	
  –	
  which	
  is	
  a	
  Private	
  Cloud	
  for	
  Large	
  Enterprise	
  Clients!	
  (MSPs!)	
  
•  NOTE:	
  Predicted	
  a	
  Full	
  on	
  compeCCon	
  with	
  AWS	
  by	
  Oracle	
  and	
  MS	
  as	
  of	
  2	
  years	
  ago	
  ☺	
  
Open	
  world	
  2016	
  –	
  IaaS	
  “Snippets”	
  
44	
  
•  IaaS:	
  
•  IaaS	
  by	
  nature	
  is	
  combined…	
  
•  Networking	
  
•  Compute	
  
•  Storage	
  
•  Intra	
  Data	
  Centre	
  Strategy	
  (Terms;	
  “Compute	
  Op=ons”,	
  “Domains”	
  etc)	
  
•  Bare	
  Metal	
  Cloud	
  Services	
  
•  hVps://www.oracle.com/openworld/on-­‐demand/index.html?
bcid=5138773664001	
  
Open	
  world	
  2016	
  –	
  My	
  Event…	
  
45	
  
Other	
  updates	
  from	
  Oracle	
  	
  
John	
  Caulfield,	
  Oracle	
  
Copyright	
  ©	
  2016,	
  Oracle	
  and/or	
  its	
  affiliates.	
  All	
  rights	
  reserved.	
  	
  |	
  
	
  	
  Oracle	
  OpenWorld	
  2016	
  Summary	
  
	
  	
  John	
  Caulfield	
  –	
  Oracle	
  Ireland	
  
	
  	
  October	
  20,	
  2016	
  
Confiden=al	
  
Copyright	
  ©	
  2016,	
  Oracle	
  and/or	
  its	
  affiliates.	
  All	
  rights	
  reserved.	
  	
  |	
  
Agenda	
  
Confiden=al	
   48	
  
Cloud	
  Strategy	
  
Cloud	
  Infrastructure	
  
Some	
  Announcements	
  
1	
  
2	
  
3	
  
Copyright	
  ©	
  2016,	
  Oracle	
  and/or	
  its	
  affiliates.	
  All	
  rights	
  reserved.	
  	
  |	
  
Agenda	
  
Confiden=al	
  –	
  Oracle	
  Internal	
   49	
  
Cloud	
  Strategy	
  
Cloud	
  Infrastructure	
  
Some	
  Announcements	
  
1	
  
2	
  
3	
  
Copyright	
  ©	
  2016,	
  Oracle	
  and/or	
  its	
  affiliates.	
  All	
  rights	
  reserved.	
  	
  |	
  
The	
  Cloud:	
  A	
  New	
  Era	
  of	
  U=lity	
  Compu=ng	
  
All	
  Three	
  Tiers	
  of	
  Compu.ng	
  Delivered	
  as	
  a	
  Service	
  via	
  Global	
  Network	
  
•  Applica=ons:	
  Sotware	
  as	
  a	
  Service	
  –	
  SaaS	
  
•  Pla€orm:	
  Database,	
  Middleware,	
  Analy=cs,	
  Integra=on…	
  as	
  a	
  Service	
  –	
  
PaaS	
  
•  Infrastructure:	
  Storage,	
  Compute	
  and	
  Network	
  as	
  a	
  Service	
  –	
  IaaS	
  
SaaS	
   PaaS	
   IaaS	
  
Copyright	
  ©	
  2016,	
  Oracle	
  and/or	
  its	
  affiliates.	
  All	
  rights	
  reserved.	
  	
  	
   50	
  
Copyright	
  ©	
  2016,	
  Oracle	
  and/or	
  its	
  affiliates.	
  All	
  rights	
  reserved.	
  	
  |	
  
Oracle	
  Cloud:	
  All	
  Three	
  Tiers	
  of	
  Service	
  
	
  
•  SaaS:	
  Complete	
  suites	
  of	
  business	
  applica=ons	
  in	
  every	
  category	
  	
  
– CX	
  Suite,	
  HCM	
  Suite,	
  ERP/EPM	
  Suite,	
  Supply	
  Chain	
  Manufacturing	
  Suite…Industries	
  
•  PaaS:	
  Complete	
  suite	
  of	
  industry	
  standards-­‐based	
  pla€orm	
  services	
  
– #1	
  SQL	
  Database,	
  Hadoop,	
  NoSQL,	
  #1	
  Java	
  Middleware,	
  Node.js,	
  Ruby,	
  PHP…	
  
•  IaaS:	
  Reliable,	
  low	
  cost,	
  standards-­‐based	
  infrastructure	
  services	
  
– OpenStack,	
  Linux	
  OS,	
  Xen	
  VM,	
  Docker	
  
Copyright	
  ©	
  2016,	
  Oracle	
  and/or	
  its	
  affiliates.	
  All	
  rights	
  reserved.	
  	
  	
   51	
  
Copyright	
  ©	
  2016,	
  Oracle	
  and/or	
  its	
  affiliates.	
  All	
  rights	
  reserved.	
  	
  |	
  
	
  
Oracle	
  Cloud:	
  Six	
  Design	
  Goals	
  
•  Cost: 	
   	
  Lowest	
  acquisi=on	
  price	
  –	
  Lowest	
  total	
  cost	
  of	
  ownership	
  
• Reliability:	
   	
  Fault	
  tolerant	
  –	
  No	
  single	
  point	
  of	
  failure	
  
• Performance: 	
  Fastest	
  database,	
  middleware,	
  analy=cs…	
  
• Standards:	
   	
  SQL,	
  Hadoop,	
  NoSQL…Java,	
  Ruby,	
  Node.js…Linux,	
  Docker	
  
• Compa=bility: 	
  Easily	
  move	
  workloads	
  between	
  on-­‐premise	
  and	
  Cloud	
  
• Security: 	
   	
  Always-­‐on	
  con=nuous	
  defense	
  against	
  cyber	
  aVacks	
  
52	
  
Copyright	
  ©	
  2016,	
  Oracle	
  and/or	
  its	
  affiliates.	
  All	
  rights	
  reserved.	
  	
  |	
  
Cloud	
  2016	
  PaaS:	
  Compa=bility	
  and	
  Coexistence	
  Strategy	
  
Cloud	
  at	
  Customer	
  Machine:	
  Iden.cal	
  to	
  Oracle	
  Public	
  Cloud	
  
Licensed	
  sotware	
  
Your	
  choice	
  of	
  hardware	
  
Managed	
  by	
  you	
  
Subscrip=on	
  Service	
  
Managed	
  by	
  Oracle	
  
Subscrip=on	
  Service	
  
Managed	
  by	
  Oracle	
  	
  
Behind	
  your	
  firewall	
  
Faster,	
  lower	
  cost	
  networking	
  
On	
  Premises	
   Oracle	
  Cloud	
  
***Announcing***	
  	
  
Cloud	
  at	
  Customer	
  
C	
  C	
  
Applica.on	
  and	
  Data	
  Portability	
  
Copyright	
  ©	
  2016,	
  Oracle	
  and/or	
  its	
  affiliates.	
  All	
  rights	
  reserved.	
  	
  	
   53	
  
Copyright	
  ©	
  2016,	
  Oracle	
  and/or	
  its	
  affiliates.	
  All	
  rights	
  reserved.	
  	
  |	
  
Agenda	
  
Confiden=al	
  –	
  Oracle	
  Internal	
   54	
  
Cloud	
  Strategy	
  
Cloud	
  Infrastructure	
  
Some	
  Announcements	
  
1	
  
2	
  
3	
  
Copyright	
  ©	
  2016,	
  Oracle	
  and/or	
  its	
  affiliates.	
  All	
  rights	
  reserved.	
  	
  |	
  
Cloud	
  2016	
  IaaS:	
  Announcing	
  Genera=on	
  2	
  Infrastructure	
  	
  
Fast	
  Network,	
  High	
  Availability,	
  Fault	
  Isola.on	
  &	
  Fault	
  Tolerance	
  
Bandwidth	
   Latency	
  
10	
  Gb/s	
   <	
  100µs	
  	
   Between	
  hosts	
  in	
  an	
  AD	
  
1	
  Tb/s	
   <	
  5ms	
  	
   Between	
  ADs	
  in	
  a	
  Region	
  
• Three	
  completely	
  fault-­‐independent	
  availability	
  domains	
  	
  
• Ultra	
  low	
  latency	
  and	
  high	
  bandwidth	
  between	
  ADs	
  
• Highly	
  available	
  infrastructure	
  for	
  mission	
  cri=cal	
  workloads	
  
	
  
Availability	
  	
  
Domain	
  1	
  
Availability	
  	
  
Domain	
  2	
  
Availability	
  	
  
Domain	
  3	
  
Region	
  
Copyright	
  ©	
  2016,	
  Oracle	
  and/or	
  its	
  affiliates.	
  All	
  rights	
  reserved.	
  	
  	
   55	
  
Copyright	
  ©	
  2016,	
  Oracle	
  and/or	
  its	
  affiliates.	
  All	
  rights	
  reserved.	
  	
  |	
  
Cloud	
  2016	
  IaaS:	
  Regions	
  Worldwide	
  
Low	
  Latency	
  High	
  Bandwidth	
  Access	
  and	
  Catastrophic	
  Disaster	
  Recovery	
  
	
  	
  	
  
100s	
  Gb/s	
   <	
  100ms	
  	
   Between	
  Regions	
  
Availability	
  	
  
Domain	
  1	
  
Availability	
  	
  
Domain	
  2	
  
Availability	
  	
  
Domain	
  3	
  
Region	
   Region	
  
Region	
  
Latency	
  Bandwidth	
  
Low	
  Latency	
  and	
  High	
  Bandwidth	
  
Network	
  between	
  Regions	
  	
  
	
  
Availability	
  	
  
Domain	
  1	
  
Availability	
  	
  
Domain	
  2	
  
Availability	
  	
  
Domain	
  3	
  
Region	
  
Availability	
  	
  
Domain	
  1	
  
Availability	
  	
  
Domain	
  2	
  
Availability	
  	
  
Domain	
  3	
  
Region	
  
Copyright	
  ©	
  2016,	
  Oracle	
  and/or	
  its	
  affiliates.	
  All	
  rights	
  reserved.	
  	
  	
   56	
  
Copyright	
  ©	
  2016,	
  Oracle	
  and/or	
  its	
  affiliates.	
  All	
  rights	
  reserved.	
  	
  |	
  
Infrastructure	
  as	
  a	
  Service	
  
•  EMEA	
  Datacentres:	
  
– UK	
  North	
  
– UK	
  South	
  
– UK	
  Government	
  
– EU	
  
– West	
  Germany	
  
– Middle	
  East	
  
•  Final	
  Strategy	
  TBC	
  
Confiden=al	
  –	
  Oracle	
  Internal	
   57	
  
Physical	
  Infrastructure	
  &	
  Data	
  Centre	
  Strategy	
  
Link:	
  hVps://www.oracle.com/openworld/on-­‐demand/index.html?bcid=5133868616001	
  
	
  
Copyright	
  ©	
  2016,	
  Oracle	
  and/or	
  its	
  affiliates.	
  All	
  rights	
  reserved.	
  	
  |	
  
Agenda	
  
Confiden=al	
  –	
  Oracle	
  Internal	
   58	
  
Cloud	
  Strategy	
  
Cloud	
  Infrastructure	
  
Some	
  Announcements	
  
1	
  
2	
  
3	
  
Copyright	
  ©	
  2016,	
  Oracle	
  and/or	
  its	
  affiliates.	
  All	
  rights	
  reserved.	
  	
  |	
  
Oracle	
  Cloud:	
  Compute	
  IaaS	
  
Hardware	
  –	
  Physical	
  Servers	
  &	
  Storage	
  
Core	
  Data	
  Center	
  &	
  Access	
  Network	
  
Data	
  Center	
  Regions	
  &	
  Availability	
  Domains	
  
Hypervisor	
  
Dedicated	
  
Compute	
  
Engineered	
  
Systems	
  
Container	
  
Service	
   Ravello	
  Bare	
  Metal	
   Elas=c	
  
Compute	
  
Copyright	
  ©	
  2016,	
  Oracle	
  and/or	
  its	
  affiliates.	
  All	
  rights	
  reserved.	
  	
  |	
   60	
  
Compute	
   Storage	
   Networking	
  
Iden=ty	
  /	
  Access	
  Mgmt	
  
Billing	
  	
  /	
  Metering	
  
REST	
  API	
  /	
  Console	
  
Physical	
  Infrastructure	
  
BM	
  BM	
  BM	
  
BYO	
  Hypervisor	
  	
  
Announcing:	
  True	
  Bare	
  Metal	
  Server	
  Experience	
  
	
  
• Elas=cally	
  Provision	
  Bare	
  Metal	
  Server	
  in	
  <	
  5	
  Minutes	
  with	
  your	
  own	
  OS	
  and	
  Hypervisor	
  
• Differen=ator:	
  Best	
  Performance,	
  Best	
  Security,	
  Elas=c	
  Provisioning,	
  Pay-­‐as-­‐you-­‐go	
  
Pricing	
  
• Differen=ator:	
  Best	
  flexibility	
  and	
  portability	
  for	
  exis=ng	
  sotware	
  stacks	
  
Copyright	
  ©	
  2016,	
  Oracle	
  and/or	
  its	
  affiliates.	
  All	
  rights	
  reserved.	
  	
  |	
  
•  #1	
  Database,	
  including	
  op=ons,	
  on	
  Exadata	
  
•  Fully	
  managed	
  by	
  Oracle	
  
•  Lowest	
  cost,	
  star=ng	
  at	
  $175/month	
  
•  No	
  IaaS	
  required	
  
•  Ideal	
  for	
  new	
  customers	
  &	
  ‘safe’	
  entry	
  point	
  for	
  
exis=ng	
  DB	
  users	
  
Confiden=al	
  –	
  Oracle	
  Internal	
   61	
  
Simple	
  to	
  use,	
  lowest	
  cost	
  Database	
  Cloud	
  Service,	
  running	
  12.2	
  
Announcing:	
  Exadata	
  Express	
  Cloud	
  Service	
  
	
  
Copyright	
  ©	
  2016,	
  Oracle	
  and/or	
  its	
  affiliates.	
  All	
  rights	
  reserved.	
  	
  |	
  
Exadata	
  Express	
  Use	
  Cases	
  
•  Applica=on	
  development	
  
•  Tes=ng	
  &	
  quality	
  assurance	
  
•  Short	
  term,	
  =me-­‐sensi=ve	
  projects	
  
•  Analy=cs	
  and	
  sandboxes	
  
•  Produc=on	
  departmental	
  workloads	
  
•  Applica=on	
  Express	
  to	
  cloud	
  migra=on	
  
Confiden=al	
  –	
  Oracle	
  Internal	
   62	
  
Copyright	
  ©	
  2016,	
  Oracle	
  and/or	
  its	
  affiliates.	
  All	
  rights	
  reserved.	
  	
  |	
  
Announcing:	
  MySQL	
  Cloud	
  Service	
  
	
  
•  Simple:	
  Quickly	
  provision	
  MySQL	
  database	
  instances	
  with	
  
only	
  a	
  few	
  clicks	
  
•  Automated:	
  Database	
  management	
  made	
  easy	
  with	
  tools	
  
that	
  automate	
  administra=ve	
  tasks	
  
•  Integrated:	
  Integrated	
  with	
  Oracle	
  Cloud	
  Services	
  for	
  
quick	
  development	
  and	
  deployment	
  
•  Enterprise	
  Ready:	
  Oracle’s	
  proven	
  MySQL	
  Enterprise	
  
Edi=on	
  for	
  performance,	
  security	
  &	
  up=me	
  
Confiden=al	
  –	
  Oracle	
  Internal	
   63	
  
+	
  
Copyright	
  ©	
  2016,	
  Oracle	
  and/or	
  its	
  affiliates.	
  All	
  rights	
  reserved.	
  	
  |	
  
•  One-­‐stop	
  shop	
  for	
  developers	
  
•  Cloud	
  trials	
  
•  Documenta=on	
  
•  Product	
  informa=on	
  
•  Developer	
  Tools	
  
Confiden=al	
  –	
  Oracle	
  Internal	
   64	
  
developer.oracle.com	
  
	
  “We're	
  working	
  with	
  the	
  developer	
  community	
  to	
  make	
  our	
  
technology	
  accessible	
  to	
  everybody	
  who	
  wants	
  to	
  use	
  it.”	
  
	
  
—Thomas	
  Kurian,	
  President,	
  Product	
  Development,	
  Oracle	
  
Announcing:	
  Oracle	
  Developer	
  Gateway	
  
	
  
Copyright	
  ©	
  2016,	
  Oracle	
  and/or	
  its	
  affiliates.	
  All	
  rights	
  reserved.	
  	
  |	
  
•  A	
  container	
  is	
  packaged	
  as	
  an	
  en=re	
  run=me	
  environment	
  
•  Includes	
  app	
  plus	
  dependencies:	
  libraries,	
  configura=on	
  files	
  needed	
  to	
  
execute	
  
•  Portable	
  across	
  environments	
  &	
  lightweight	
  (share	
  the	
  OS)	
  
•  The	
  main	
  vendor	
  is	
  Docker	
  –	
  becoming	
  an	
  industry	
  standard,	
  not	
  a	
  
compe=ng	
  technology	
  
Confiden=al	
  –	
  Oracle	
  Internal	
   65	
  
Announcing:	
  Container	
  Cloud	
  Service	
  
	
  
Copyright	
  ©	
  2016,	
  Oracle	
  and/or	
  its	
  affiliates.	
  All	
  rights	
  reserved.	
  	
  |	
  
•  Big	
  Data	
  Cloud	
  Service	
  –	
  Compute	
  Edi=on	
  
– Star=ng	
  at	
  1-­‐node	
  Hadoop	
  cluster	
  
– Available	
  as	
  metered	
  or	
  subscrip=on	
  models	
  
•  Event	
  Hub	
  Cloud	
  Service	
  
– Implementa=on	
  of	
  Ka„a,	
  which	
  is	
  a	
  data	
  streaming	
  
technology	
  
– Capture	
  events	
  in	
  data	
  streams	
  and	
  store	
  results	
  for	
  
later	
  analysis	
  
•  This	
  is	
  ‘start	
  small,	
  grow	
  later’	
  Big	
  Data	
  solu=on	
  
Confiden=al	
  –	
  Oracle	
  Internal	
   66	
  
Announcing:	
  Big	
  Data	
  Cloud	
  Service	
  –	
  Compute	
  Edi=on	
  &	
  
Event	
  Hub	
  Cloud	
  Service	
  
Copyright	
  ©	
  2016,	
  Oracle	
  and/or	
  its	
  affiliates.	
  All	
  rights	
  reserved.	
  	
  |	
  
•  Protect	
  Against	
  Known	
  and	
  Unknown	
  Threats	
  	
  
–  Universal	
  threat	
  visibility	
  
–  SOC-­‐ready	
  content	
  	
  
–  External	
  threat	
  feeds	
  
•  Advanced	
  Threat	
  Analy.cs	
  and	
  Visualiza.on	
  
–  Unauthorized	
  data	
  access	
  detec=on	
  
–  Mul=-­‐dimensional	
  behavioral	
  anomaly	
  detec=on	
  
–  Session	
  awareness	
  and	
  aVack	
  chain	
  visualiza=on	
  
•  Next-­‐Genera*on	
  Security	
  Solu.on	
  
–  Topology	
  awareness	
  
–  Configura=on	
  change	
  awareness	
  
–  Auto-­‐remedia=on	
  	
  
67	
  
Unified	
  security	
  monitoring	
  (SIEM	
  +	
  UEBA)	
  
	
  
	
  
Confiden=al	
  –	
  Oracle	
  Internal	
  
Announcing:	
  Security	
  Monitoring	
  &	
  Analy=cs	
  Cloud	
  Service	
  
	
  
Copyright	
  ©	
  2016,	
  Oracle	
  and/or	
  its	
  affiliates.	
  All	
  rights	
  reserved.	
  	
  |	
   68	
  Confiden=al	
  –	
  Oracle	
  Internal	
  
The	
  End	
  
	
  
What	
  next?	
  
What	
  would	
  you	
  like	
  ?	
  
1	
  Days	
  SIG	
  events	
  	
  	
  (once	
  a	
  year)	
  
	
  
vs	
  
	
  
3-­‐4	
  Meet-­‐ups	
  (ater	
  work,	
  just	
  like	
  this	
  evening)	
  
Thursday 12th January
Annual	
  2	
  day	
  Conference	
  (March	
  2017)	
  

Más contenido relacionado

La actualidad más candente

12 Things about Oracle WebLogic Server 12c
12 Things	 about Oracle WebLogic Server 12c12 Things	 about Oracle WebLogic Server 12c
12 Things about Oracle WebLogic Server 12cGuatemala User Group
 
Database Consolidation using the Oracle Multitenant Architecture
Database Consolidation using the Oracle Multitenant ArchitectureDatabase Consolidation using the Oracle Multitenant Architecture
Database Consolidation using the Oracle Multitenant ArchitecturePini Dibask
 
Oracle GoldenGate Architecture Performance
Oracle GoldenGate Architecture PerformanceOracle GoldenGate Architecture Performance
Oracle GoldenGate Architecture PerformanceEnkitec
 
SQL in the Hybrid World
SQL in the Hybrid WorldSQL in the Hybrid World
SQL in the Hybrid WorldTanel Poder
 
Oracle Drivers configuration for High Availability
Oracle Drivers configuration for High AvailabilityOracle Drivers configuration for High Availability
Oracle Drivers configuration for High AvailabilityLudovico Caldara
 
Examining Oracle GoldenGate Trail Files
Examining Oracle GoldenGate Trail FilesExamining Oracle GoldenGate Trail Files
Examining Oracle GoldenGate Trail FilesBobby Curtis
 
Vijfhart thema-avond-oracle-12c-new-features
Vijfhart thema-avond-oracle-12c-new-featuresVijfhart thema-avond-oracle-12c-new-features
Vijfhart thema-avond-oracle-12c-new-featuresmkorremans
 
Oracle Database 12c Release 2 - New Features On Oracle Database Exadata Expr...
Oracle Database 12c Release 2 - New Features On Oracle Database Exadata  Expr...Oracle Database 12c Release 2 - New Features On Oracle Database Exadata  Expr...
Oracle Database 12c Release 2 - New Features On Oracle Database Exadata Expr...Alex Zaballa
 
2017 OWASP SanFran March Meetup - Hacking SQL Server on Scale with PowerShell
2017 OWASP SanFran March Meetup - Hacking SQL Server on Scale with PowerShell2017 OWASP SanFran March Meetup - Hacking SQL Server on Scale with PowerShell
2017 OWASP SanFran March Meetup - Hacking SQL Server on Scale with PowerShellScott Sutherland
 
Extreme replication at IOUG Collaborate 15
Extreme replication at IOUG Collaborate 15Extreme replication at IOUG Collaborate 15
Extreme replication at IOUG Collaborate 15Bobby Curtis
 
Moving Data Between Exadata and Hadoop
Moving Data Between Exadata and HadoopMoving Data Between Exadata and Hadoop
Moving Data Between Exadata and HadoopEnkitec
 
Extreme Replication - RMOUG Presentation
Extreme Replication - RMOUG PresentationExtreme Replication - RMOUG Presentation
Extreme Replication - RMOUG PresentationBobby Curtis
 
NoCOUG Presentation on Oracle RAT
NoCOUG Presentation on Oracle RATNoCOUG Presentation on Oracle RAT
NoCOUG Presentation on Oracle RATHenryBowers
 
Oracle Unified Directory. Lessons learnt. Is it ready for a move from OID? (O...
Oracle Unified Directory. Lessons learnt. Is it ready for a move from OID? (O...Oracle Unified Directory. Lessons learnt. Is it ready for a move from OID? (O...
Oracle Unified Directory. Lessons learnt. Is it ready for a move from OID? (O...Andrejs Prokopjevs
 
Oem12c patching -OOW13
Oem12c patching -OOW13Oem12c patching -OOW13
Oem12c patching -OOW13Bobby Curtis
 
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...Markus Michalewicz
 
RMOUG 18 - Oracle Database Locking Mechanism Demystified
RMOUG 18 - Oracle Database Locking Mechanism DemystifiedRMOUG 18 - Oracle Database Locking Mechanism Demystified
RMOUG 18 - Oracle Database Locking Mechanism DemystifiedPini Dibask
 
Oracle GoldenGate 21c New Features and Best Practices
Oracle GoldenGate 21c New Features and Best PracticesOracle GoldenGate 21c New Features and Best Practices
Oracle GoldenGate 21c New Features and Best PracticesBobby Curtis
 
In Memory Database In Action by Tanel Poder and Kerry Osborne
In Memory Database In Action by Tanel Poder and Kerry OsborneIn Memory Database In Action by Tanel Poder and Kerry Osborne
In Memory Database In Action by Tanel Poder and Kerry OsborneEnkitec
 

La actualidad más candente (20)

12 Things about Oracle WebLogic Server 12c
12 Things	 about Oracle WebLogic Server 12c12 Things	 about Oracle WebLogic Server 12c
12 Things about Oracle WebLogic Server 12c
 
Database Consolidation using the Oracle Multitenant Architecture
Database Consolidation using the Oracle Multitenant ArchitectureDatabase Consolidation using the Oracle Multitenant Architecture
Database Consolidation using the Oracle Multitenant Architecture
 
Oracle GoldenGate Architecture Performance
Oracle GoldenGate Architecture PerformanceOracle GoldenGate Architecture Performance
Oracle GoldenGate Architecture Performance
 
SQL in the Hybrid World
SQL in the Hybrid WorldSQL in the Hybrid World
SQL in the Hybrid World
 
Oracle Drivers configuration for High Availability
Oracle Drivers configuration for High AvailabilityOracle Drivers configuration for High Availability
Oracle Drivers configuration for High Availability
 
Examining Oracle GoldenGate Trail Files
Examining Oracle GoldenGate Trail FilesExamining Oracle GoldenGate Trail Files
Examining Oracle GoldenGate Trail Files
 
Vijfhart thema-avond-oracle-12c-new-features
Vijfhart thema-avond-oracle-12c-new-featuresVijfhart thema-avond-oracle-12c-new-features
Vijfhart thema-avond-oracle-12c-new-features
 
Oracle Database 12c Release 2 - New Features On Oracle Database Exadata Expr...
Oracle Database 12c Release 2 - New Features On Oracle Database Exadata  Expr...Oracle Database 12c Release 2 - New Features On Oracle Database Exadata  Expr...
Oracle Database 12c Release 2 - New Features On Oracle Database Exadata Expr...
 
2017 OWASP SanFran March Meetup - Hacking SQL Server on Scale with PowerShell
2017 OWASP SanFran March Meetup - Hacking SQL Server on Scale with PowerShell2017 OWASP SanFran March Meetup - Hacking SQL Server on Scale with PowerShell
2017 OWASP SanFran March Meetup - Hacking SQL Server on Scale with PowerShell
 
Extreme replication at IOUG Collaborate 15
Extreme replication at IOUG Collaborate 15Extreme replication at IOUG Collaborate 15
Extreme replication at IOUG Collaborate 15
 
Moving Data Between Exadata and Hadoop
Moving Data Between Exadata and HadoopMoving Data Between Exadata and Hadoop
Moving Data Between Exadata and Hadoop
 
Extreme Replication - RMOUG Presentation
Extreme Replication - RMOUG PresentationExtreme Replication - RMOUG Presentation
Extreme Replication - RMOUG Presentation
 
NoCOUG Presentation on Oracle RAT
NoCOUG Presentation on Oracle RATNoCOUG Presentation on Oracle RAT
NoCOUG Presentation on Oracle RAT
 
Oracle Database 12c : Multitenant
Oracle Database 12c : MultitenantOracle Database 12c : Multitenant
Oracle Database 12c : Multitenant
 
Oracle Unified Directory. Lessons learnt. Is it ready for a move from OID? (O...
Oracle Unified Directory. Lessons learnt. Is it ready for a move from OID? (O...Oracle Unified Directory. Lessons learnt. Is it ready for a move from OID? (O...
Oracle Unified Directory. Lessons learnt. Is it ready for a move from OID? (O...
 
Oem12c patching -OOW13
Oem12c patching -OOW13Oem12c patching -OOW13
Oem12c patching -OOW13
 
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
 
RMOUG 18 - Oracle Database Locking Mechanism Demystified
RMOUG 18 - Oracle Database Locking Mechanism DemystifiedRMOUG 18 - Oracle Database Locking Mechanism Demystified
RMOUG 18 - Oracle Database Locking Mechanism Demystified
 
Oracle GoldenGate 21c New Features and Best Practices
Oracle GoldenGate 21c New Features and Best PracticesOracle GoldenGate 21c New Features and Best Practices
Oracle GoldenGate 21c New Features and Best Practices
 
In Memory Database In Action by Tanel Poder and Kerry Osborne
In Memory Database In Action by Tanel Poder and Kerry OsborneIn Memory Database In Action by Tanel Poder and Kerry Osborne
In Memory Database In Action by Tanel Poder and Kerry Osborne
 

Destacado

SQL: The one language to rule all your data
SQL: The one language to rule all your dataSQL: The one language to rule all your data
SQL: The one language to rule all your dataBrendan Tierney
 
Predictive analytics: Mining gold and creating valuable product
Predictive analytics: Mining gold and creating valuable productPredictive analytics: Mining gold and creating valuable product
Predictive analytics: Mining gold and creating valuable productBrendan Tierney
 
Embedded R Execution using SQL
Embedded R Execution using SQLEmbedded R Execution using SQL
Embedded R Execution using SQLBrendan Tierney
 
Moving to the APEX Listener
Moving to the APEX ListenerMoving to the APEX Listener
Moving to the APEX ListenerDimitri Gielis
 
How to make APEX print through Node.js
How to make APEX print through Node.jsHow to make APEX print through Node.js
How to make APEX print through Node.jsDimitri Gielis
 
Oracle Application Express (APEX) and Microsoft Sharepoint integration
Oracle Application Express (APEX) and Microsoft Sharepoint integrationOracle Application Express (APEX) and Microsoft Sharepoint integration
Oracle Application Express (APEX) and Microsoft Sharepoint integrationDimitri Gielis
 
Overview of running R in the Oracle Database
Overview of running R in the Oracle DatabaseOverview of running R in the Oracle Database
Overview of running R in the Oracle DatabaseBrendan Tierney
 
Overview of Hadoop and HDFS
Overview of Hadoop and HDFSOverview of Hadoop and HDFS
Overview of Hadoop and HDFSBrendan Tierney
 
Practical Text Mining with SQL using Relational Databases
Practical Text Mining with SQL using Relational DatabasesPractical Text Mining with SQL using Relational Databases
Practical Text Mining with SQL using Relational DatabasesRalph Winters
 
Gitora, Version Control for PL/SQL
Gitora, Version Control for PL/SQLGitora, Version Control for PL/SQL
Gitora, Version Control for PL/SQLGerger
 
Introduction to Map-Reduce
Introduction to Map-ReduceIntroduction to Map-Reduce
Introduction to Map-ReduceBrendan Tierney
 
Row Pattern Matching in Oracle Database 12c
Row Pattern Matching in Oracle Database 12cRow Pattern Matching in Oracle Database 12c
Row Pattern Matching in Oracle Database 12cStew Ashton
 
An Introduction to Basics of Search and Relevancy with Apache Solr
An Introduction to Basics of Search and Relevancy with Apache SolrAn Introduction to Basics of Search and Relevancy with Apache Solr
An Introduction to Basics of Search and Relevancy with Apache SolrLucidworks (Archived)
 
OBIEE 11.1.1.7: Upgrade y Nuevas Características
OBIEE 11.1.1.7: Upgrade y Nuevas CaracterísticasOBIEE 11.1.1.7: Upgrade y Nuevas Características
OBIEE 11.1.1.7: Upgrade y Nuevas CaracterísticasEdelweiss Kammermann
 
Oracle Enteprise Manager Cloud Control 12c - Setting Up Metrics and Monitorin...
Oracle Enteprise Manager Cloud Control 12c - Setting Up Metrics and Monitorin...Oracle Enteprise Manager Cloud Control 12c - Setting Up Metrics and Monitorin...
Oracle Enteprise Manager Cloud Control 12c - Setting Up Metrics and Monitorin...Leighton Nelson
 
But how do I GET the data? Transparency Camp 2014
But how do I GET the data? Transparency Camp 2014But how do I GET the data? Transparency Camp 2014
But how do I GET the data? Transparency Camp 2014Jeffrey Quigley
 
Incredible ODI tips to work with Hyperion tools that you ever wanted to know
Incredible ODI tips to work with Hyperion tools that you ever wanted to knowIncredible ODI tips to work with Hyperion tools that you ever wanted to know
Incredible ODI tips to work with Hyperion tools that you ever wanted to knowRodrigo Radtke de Souza
 
Oracle BI Hybrid BI : Mode 1 + Mode 2, Cloud + On-Premise Business Analytics
Oracle BI Hybrid BI : Mode 1 + Mode 2, Cloud + On-Premise Business AnalyticsOracle BI Hybrid BI : Mode 1 + Mode 2, Cloud + On-Premise Business Analytics
Oracle BI Hybrid BI : Mode 1 + Mode 2, Cloud + On-Premise Business AnalyticsMark Rittman
 
APEX Dashboard Competition - Winners
APEX Dashboard Competition - WinnersAPEX Dashboard Competition - Winners
APEX Dashboard Competition - WinnersTobias Arnhold
 

Destacado (20)

SQL: The one language to rule all your data
SQL: The one language to rule all your dataSQL: The one language to rule all your data
SQL: The one language to rule all your data
 
Predictive analytics: Mining gold and creating valuable product
Predictive analytics: Mining gold and creating valuable productPredictive analytics: Mining gold and creating valuable product
Predictive analytics: Mining gold and creating valuable product
 
Embedded R Execution using SQL
Embedded R Execution using SQLEmbedded R Execution using SQL
Embedded R Execution using SQL
 
Moving to the APEX Listener
Moving to the APEX ListenerMoving to the APEX Listener
Moving to the APEX Listener
 
APEX Wearables
APEX WearablesAPEX Wearables
APEX Wearables
 
How to make APEX print through Node.js
How to make APEX print through Node.jsHow to make APEX print through Node.js
How to make APEX print through Node.js
 
Oracle Application Express (APEX) and Microsoft Sharepoint integration
Oracle Application Express (APEX) and Microsoft Sharepoint integrationOracle Application Express (APEX) and Microsoft Sharepoint integration
Oracle Application Express (APEX) and Microsoft Sharepoint integration
 
Overview of running R in the Oracle Database
Overview of running R in the Oracle DatabaseOverview of running R in the Oracle Database
Overview of running R in the Oracle Database
 
Overview of Hadoop and HDFS
Overview of Hadoop and HDFSOverview of Hadoop and HDFS
Overview of Hadoop and HDFS
 
Practical Text Mining with SQL using Relational Databases
Practical Text Mining with SQL using Relational DatabasesPractical Text Mining with SQL using Relational Databases
Practical Text Mining with SQL using Relational Databases
 
Gitora, Version Control for PL/SQL
Gitora, Version Control for PL/SQLGitora, Version Control for PL/SQL
Gitora, Version Control for PL/SQL
 
Introduction to Map-Reduce
Introduction to Map-ReduceIntroduction to Map-Reduce
Introduction to Map-Reduce
 
Row Pattern Matching in Oracle Database 12c
Row Pattern Matching in Oracle Database 12cRow Pattern Matching in Oracle Database 12c
Row Pattern Matching in Oracle Database 12c
 
An Introduction to Basics of Search and Relevancy with Apache Solr
An Introduction to Basics of Search and Relevancy with Apache SolrAn Introduction to Basics of Search and Relevancy with Apache Solr
An Introduction to Basics of Search and Relevancy with Apache Solr
 
OBIEE 11.1.1.7: Upgrade y Nuevas Características
OBIEE 11.1.1.7: Upgrade y Nuevas CaracterísticasOBIEE 11.1.1.7: Upgrade y Nuevas Características
OBIEE 11.1.1.7: Upgrade y Nuevas Características
 
Oracle Enteprise Manager Cloud Control 12c - Setting Up Metrics and Monitorin...
Oracle Enteprise Manager Cloud Control 12c - Setting Up Metrics and Monitorin...Oracle Enteprise Manager Cloud Control 12c - Setting Up Metrics and Monitorin...
Oracle Enteprise Manager Cloud Control 12c - Setting Up Metrics and Monitorin...
 
But how do I GET the data? Transparency Camp 2014
But how do I GET the data? Transparency Camp 2014But how do I GET the data? Transparency Camp 2014
But how do I GET the data? Transparency Camp 2014
 
Incredible ODI tips to work with Hyperion tools that you ever wanted to know
Incredible ODI tips to work with Hyperion tools that you ever wanted to knowIncredible ODI tips to work with Hyperion tools that you ever wanted to know
Incredible ODI tips to work with Hyperion tools that you ever wanted to know
 
Oracle BI Hybrid BI : Mode 1 + Mode 2, Cloud + On-Premise Business Analytics
Oracle BI Hybrid BI : Mode 1 + Mode 2, Cloud + On-Premise Business AnalyticsOracle BI Hybrid BI : Mode 1 + Mode 2, Cloud + On-Premise Business Analytics
Oracle BI Hybrid BI : Mode 1 + Mode 2, Cloud + On-Premise Business Analytics
 
APEX Dashboard Competition - Winners
APEX Dashboard Competition - WinnersAPEX Dashboard Competition - Winners
APEX Dashboard Competition - Winners
 

Similar a OUG Ireland Meet-up - Updates from Oracle Open World 2016

RMOUG 18 - Winning Performance Challenges in Oracle Multitenant
RMOUG 18 - Winning Performance Challenges in Oracle MultitenantRMOUG 18 - Winning Performance Challenges in Oracle Multitenant
RMOUG 18 - Winning Performance Challenges in Oracle MultitenantPini Dibask
 
MOUG17 Keynote: Oracle OpenWorld Major Announcements
MOUG17 Keynote: Oracle OpenWorld Major AnnouncementsMOUG17 Keynote: Oracle OpenWorld Major Announcements
MOUG17 Keynote: Oracle OpenWorld Major AnnouncementsMonica Li
 
Oracle OpenWorld 2016 Review - Focus on Data, BigData, Streaming Data, Machin...
Oracle OpenWorld 2016 Review - Focus on Data, BigData, Streaming Data, Machin...Oracle OpenWorld 2016 Review - Focus on Data, BigData, Streaming Data, Machin...
Oracle OpenWorld 2016 Review - Focus on Data, BigData, Streaming Data, Machin...Lucas Jellema
 
Winning performance challenges in oracle multitenant
Winning performance challenges in oracle multitenantWinning performance challenges in oracle multitenant
Winning performance challenges in oracle multitenantPini Dibask
 
SQL Server 2019 Big Data Cluster
SQL Server 2019 Big Data ClusterSQL Server 2019 Big Data Cluster
SQL Server 2019 Big Data ClusterMaximiliano Accotto
 
Best New Features of Oracle Database 12c
Best New Features of Oracle Database 12cBest New Features of Oracle Database 12c
Best New Features of Oracle Database 12cPini Dibask
 
MongoDB at Baidu
MongoDB at BaiduMongoDB at Baidu
MongoDB at BaiduMat Keep
 
Power BI with Essbase in the Oracle Cloud
Power BI with Essbase in the Oracle CloudPower BI with Essbase in the Oracle Cloud
Power BI with Essbase in the Oracle CloudKellyn Pot'Vin-Gorman
 
Getting Into the Business Intelligence Game: Migrating OBIA to the Cloud
Getting Into the Business Intelligence Game: Migrating OBIA to the CloudGetting Into the Business Intelligence Game: Migrating OBIA to the Cloud
Getting Into the Business Intelligence Game: Migrating OBIA to the CloudDatavail
 
My sql 56_roadmap_april2012
My sql 56_roadmap_april2012My sql 56_roadmap_april2012
My sql 56_roadmap_april2012sqlhjalp
 
Lightning Talk: Why and How to Integrate MongoDB and NoSQL into Hadoop Big Da...
Lightning Talk: Why and How to Integrate MongoDB and NoSQL into Hadoop Big Da...Lightning Talk: Why and How to Integrate MongoDB and NoSQL into Hadoop Big Da...
Lightning Talk: Why and How to Integrate MongoDB and NoSQL into Hadoop Big Da...MongoDB
 
OUGN winning performnace challenges in oracle Multitenant
OUGN   winning performnace challenges in oracle MultitenantOUGN   winning performnace challenges in oracle Multitenant
OUGN winning performnace challenges in oracle MultitenantPini Dibask
 
Serverless Data Architecture at scale on Google Cloud Platform
Serverless Data Architecture at scale on Google Cloud PlatformServerless Data Architecture at scale on Google Cloud Platform
Serverless Data Architecture at scale on Google Cloud PlatformMeetupDataScienceRoma
 
Functional architectural patterns
Functional architectural patternsFunctional architectural patterns
Functional architectural patternsLars Albertsson
 
RMOUG2016 - Resource Management (the critical piece of the consolidation puzzle)
RMOUG2016 - Resource Management (the critical piece of the consolidation puzzle)RMOUG2016 - Resource Management (the critical piece of the consolidation puzzle)
RMOUG2016 - Resource Management (the critical piece of the consolidation puzzle)Kristofferson A
 
Lightning Talk: Why and How to Integrate MongoDB and NoSQL into Hadoop Big Da...
Lightning Talk: Why and How to Integrate MongoDB and NoSQL into Hadoop Big Da...Lightning Talk: Why and How to Integrate MongoDB and NoSQL into Hadoop Big Da...
Lightning Talk: Why and How to Integrate MongoDB and NoSQL into Hadoop Big Da...MongoDB
 
Interactive Analytics with the Starburst Presto + Alluxio stack for the Cloud
Interactive Analytics with the Starburst Presto + Alluxio stack for the CloudInteractive Analytics with the Starburst Presto + Alluxio stack for the Cloud
Interactive Analytics with the Starburst Presto + Alluxio stack for the CloudAlluxio, Inc.
 
TechEvent 18c Multitenant New Features
TechEvent 18c Multitenant New FeaturesTechEvent 18c Multitenant New Features
TechEvent 18c Multitenant New FeaturesTrivadis
 

Similar a OUG Ireland Meet-up - Updates from Oracle Open World 2016 (20)

RMOUG 18 - Winning Performance Challenges in Oracle Multitenant
RMOUG 18 - Winning Performance Challenges in Oracle MultitenantRMOUG 18 - Winning Performance Challenges in Oracle Multitenant
RMOUG 18 - Winning Performance Challenges in Oracle Multitenant
 
MOUG17 Keynote: Oracle OpenWorld Major Announcements
MOUG17 Keynote: Oracle OpenWorld Major AnnouncementsMOUG17 Keynote: Oracle OpenWorld Major Announcements
MOUG17 Keynote: Oracle OpenWorld Major Announcements
 
Oow2016 review-db-dev-bigdata-BI
Oow2016 review-db-dev-bigdata-BIOow2016 review-db-dev-bigdata-BI
Oow2016 review-db-dev-bigdata-BI
 
Oracle OpenWorld 2016 Review - Focus on Data, BigData, Streaming Data, Machin...
Oracle OpenWorld 2016 Review - Focus on Data, BigData, Streaming Data, Machin...Oracle OpenWorld 2016 Review - Focus on Data, BigData, Streaming Data, Machin...
Oracle OpenWorld 2016 Review - Focus on Data, BigData, Streaming Data, Machin...
 
Winning performance challenges in oracle multitenant
Winning performance challenges in oracle multitenantWinning performance challenges in oracle multitenant
Winning performance challenges in oracle multitenant
 
SQL Server 2019 Big Data Cluster
SQL Server 2019 Big Data ClusterSQL Server 2019 Big Data Cluster
SQL Server 2019 Big Data Cluster
 
Exploring sql server 2016 bi
Exploring sql server 2016 biExploring sql server 2016 bi
Exploring sql server 2016 bi
 
Best New Features of Oracle Database 12c
Best New Features of Oracle Database 12cBest New Features of Oracle Database 12c
Best New Features of Oracle Database 12c
 
MongoDB at Baidu
MongoDB at BaiduMongoDB at Baidu
MongoDB at Baidu
 
Power BI with Essbase in the Oracle Cloud
Power BI with Essbase in the Oracle CloudPower BI with Essbase in the Oracle Cloud
Power BI with Essbase in the Oracle Cloud
 
Getting Into the Business Intelligence Game: Migrating OBIA to the Cloud
Getting Into the Business Intelligence Game: Migrating OBIA to the CloudGetting Into the Business Intelligence Game: Migrating OBIA to the Cloud
Getting Into the Business Intelligence Game: Migrating OBIA to the Cloud
 
My sql 56_roadmap_april2012
My sql 56_roadmap_april2012My sql 56_roadmap_april2012
My sql 56_roadmap_april2012
 
Lightning Talk: Why and How to Integrate MongoDB and NoSQL into Hadoop Big Da...
Lightning Talk: Why and How to Integrate MongoDB and NoSQL into Hadoop Big Da...Lightning Talk: Why and How to Integrate MongoDB and NoSQL into Hadoop Big Da...
Lightning Talk: Why and How to Integrate MongoDB and NoSQL into Hadoop Big Da...
 
OUGN winning performnace challenges in oracle Multitenant
OUGN   winning performnace challenges in oracle MultitenantOUGN   winning performnace challenges in oracle Multitenant
OUGN winning performnace challenges in oracle Multitenant
 
Serverless Data Architecture at scale on Google Cloud Platform
Serverless Data Architecture at scale on Google Cloud PlatformServerless Data Architecture at scale on Google Cloud Platform
Serverless Data Architecture at scale on Google Cloud Platform
 
Functional architectural patterns
Functional architectural patternsFunctional architectural patterns
Functional architectural patterns
 
RMOUG2016 - Resource Management (the critical piece of the consolidation puzzle)
RMOUG2016 - Resource Management (the critical piece of the consolidation puzzle)RMOUG2016 - Resource Management (the critical piece of the consolidation puzzle)
RMOUG2016 - Resource Management (the critical piece of the consolidation puzzle)
 
Lightning Talk: Why and How to Integrate MongoDB and NoSQL into Hadoop Big Da...
Lightning Talk: Why and How to Integrate MongoDB and NoSQL into Hadoop Big Da...Lightning Talk: Why and How to Integrate MongoDB and NoSQL into Hadoop Big Da...
Lightning Talk: Why and How to Integrate MongoDB and NoSQL into Hadoop Big Da...
 
Interactive Analytics with the Starburst Presto + Alluxio stack for the Cloud
Interactive Analytics with the Starburst Presto + Alluxio stack for the CloudInteractive Analytics with the Starburst Presto + Alluxio stack for the Cloud
Interactive Analytics with the Starburst Presto + Alluxio stack for the Cloud
 
TechEvent 18c Multitenant New Features
TechEvent 18c Multitenant New FeaturesTechEvent 18c Multitenant New Features
TechEvent 18c Multitenant New Features
 

Último

Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 

Último (20)

Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 

OUG Ireland Meet-up - Updates from Oracle Open World 2016

  • 1. Updates  from  Oracle  Open  World  
  • 2. Agenda   18:20-­‐18:30  :  Introduc=ons  &  Welcome,  Agenda,  what  is  OUG  Ireland   18:30-­‐18:45  :  The  Oracle  12.2  Database  new  features  (Simon  Holt)   18:45-­‐19:00  :  What's  new  in  the  BI,  BA,  Big  Data  world  from  Oracle  (Brendan  Tierney)   19:00-­‐19:15  :  What's  happening  with  Cloud  (Tony  Cassidy)   19:15-­‐19:30  :  Other  updates  from  Oracle  (John  Caulfield)   19:30-­‐19:45  :  Q&A  session  and  Open  discussion    
  • 3. OUG  Ireland  CommiVee:   Brendan  Tierney    Tony  Cassidy    Simon  Holt     3-­‐4                                          per  year     Annual  2  day  Conference  (March  2017)  
  • 4. We  Know  what  this  means  
  • 5. Oracle  12.2  Database  new  features     (Well…  A  few  of  them!)  
  • 6. Long  Iden=fiers   •  Object  names  tradi=onally  30  bytes   •  12.2  allows  128  bytes   •  Possible  for   REALLY_VERY_LONG_TABLE_NAMES_TO_BE_ USED      J   •  Going  to  have  to  re-­‐visit  script  formafng  L  
  • 7. Mul=-­‐Tenant  Enhancements   Flashback  Pluggable  Database:   12.1   CDB  only:  Flashback  takes  all  pdbs  backwards.   Can  mimic  single  pdb  flashback  using  a  PDB  PITR,  but  not  always  easy,  and  does  not  recognize  restore   points.       12.2   CDB  or  PDB  level,  using  SCN,  or  restore  points   Uses  auxiliary  instance:       FLASHBACK PLUGGABLE DATABASE sipdb TO RESTORE POINT b4_batch_run AUXILIARY DESTINATION ‘+RECO’;   unless  …  using  PDB  local  undo  (What?!)  then  very  familiar:   FLASHBACK PLUGGABLE DATABASE sipdb TO RESTORE POINT b4_batch_run;  
  • 8. Mul=-­‐Tenant  Enhancements   PDB  Local  Undo  Tablespaces   12.1  –  CDB  contains  UNDO,  Control  Files,  and  Redo  Logs,   PDBS  do  not  have  these  structures.     12.2  –  PDBs  can  op=onally  have  their  own  UNDO   tablespaces   Track  changes  to  individual  PDBs,  allows  transac=ons  to   con=nue  during  migra=on  and  clone,  allows  FLASHBACK  pdb.    
  • 9. Mul=-­‐Tenant  Enhancements   Live  Reloca=on  of  PDB     CDB  1   PDB1   CDB  2   PDB2   Online  Move  of  PDB  
  • 10. Mul=-­‐Tenant  Enhancements   Refreshable  PDB  Clones   CDB  1   PDB1   CDB  2   PDB2   (Read   Only)   Inter  CDB  DB  link   Synchronisa=on  of  PDB2  with  PDB1  
  • 11. Mul=-­‐Tenant  Enhancements   Proxy  PDBs           SQL@CDB2> CREATE DATABASE LINK CDB1 CONNECT TO c##cdbadm … SQL@CDB2> CREATE PLUGGABLE DATABASE pdb2 AS PROXY FROM pdb1@cdb1; CDB  1     PDB1   (Referenced)     CDB  2   PDB2   (Proxy)   Inter  CDB  DB  link   Statements  transferred  
  • 12. Mul=-­‐Tenant  Enhancements   Applica=on  Containers           SQL> ALTER PLUGGABLE DATABASE app_name SYNC;   CDB     PDB1   (Applica=on   Container)     PDB3  (App  pdb)   PDB2  (App  pdb)   Synchronise  app  dbs    
  • 13. Mul=-­‐Tenant  Enhancements   Heat  Map  now  available  in  CDB  /  PDB!   •  12.1:  ADO  and  Heat  Map  not  supported  in  CDB  /  PDB  L      CDB  heat  map  did  not  record  stats,  so  ADO  won’t  work.     •  Oracle  Database  VLDB  and  Par==oning  Guide  12c  Release  2(  12.2):    
  • 14. Mul=-­‐Tenant  Enhancements   PDB  Memory  Management   •  Parameters  that  now  set  minimum  sizes  within  a  PDB:   DB_CACHE_SIZE SHARED_POOL_SIZE SGA_MIN_SIZE (Sum  of  SGA_MIN_SIZE  for  all  PDBs  should  be  <50%  of  SGA)     •  SGA/PGA  size  for  a  PDB  can  also  be  capped   SGA_TARGET PGA_AGGREGATE_LIMIT  
  • 15. Mul=-­‐Tenant  Enhancements   If  CDB$ROOT’s  character  set  is  AL32UTF8,   then  any  PDBs  plugged  into  the  CDB  or  cloned   are  allowed  to  have  a  different  character  set       (PDBs  that  are  created  from  the  seed  inherit  AL32UTF8  as  its   character  set)  
  • 16. Index  Enhancements   Advanced  Compression       Now  possible  to  create  and  alter  indices  to  use  advanced  compression   op=ons:     CREATE INDEX emp_mndp_idx ON employees(manager_id, department_id) COMPRESS ADVANCED HIGH; ALTER INDEX emp_mndp_idx REBUILD COMPRESS ADVANCED LOW;
  • 17. Table  Enhancements   Online  Move   ALTER TABLE ... MOVE ... ONLINE ALTER TABLE ... MOVE PARTITION ... ONLINE ALTER TABLE ... MOVE SUBPARTITION ... ONLINE   Combine  with     UPDATE INDEXES To  keep  indices  USABLE  during  and  ater  the  opera=on.  
  • 18. Par==on  Enhancements   Convert  table  to  be  par==oned  with  a  single  ALTER  TABLE  …  MODIFY       ALTER TABLE employees_convert MODIFY PARTITION BY RANGE (employee_id) INTERVAL (100) ( PARTITION P1 VALUES LESS THAN (100), PARTITION P2 VALUES LESS THAN (500) ) ONLINE UPDATE INDEXES ( IDX1_SALARY LOCAL, IDX2_EMP_ID GLOBAL PARTITION BY RANGE (employee_id) ( PARTITION IP1 VALUES LESS THAN (MAXVALUE)) );  
  • 19. Par==on  Enhancements   Create  table  for  par==on  exchange   CREATE TABLE sales_exchange TABLESPACE my_sales_tblspace FOR EXCHANGE WITH TABLE sales;
  • 20. Op=miszer  –  Fine  Control  
  • 21. What's  new  in  the  BI,  BA,  Big  Data   world  from  Oracle    
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29.
  • 30.
  • 31.
  • 32.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37. What's  happening  with  Cloud     Tony  Cassidy,  Ver=ce  
  • 38. Open  world  2016  –  Overall…   38   •  Subtle  ”c”hange  to  the  event…     •  Slightly  reduced  in  scale…   •  No  BIG  SPLASH  Announcements...     •  More  Incremental  Updates  on  Exis=ng  and  new  products  in  SaaS  and  PaaS...   •  Cover  these  in  Summary  in  next  few  slides       •  Signifies  Oracles  Move  to  a  Global  Cloud  Model...   •  Everything  comes  more  frequently,  so  less  of  the  big  announcements  each  year...   •  Which  aligns  to  the  more  frequent  release  paVerns  of  Cloud  based  solu=ons...   •  Emphasis  was  more  on  the  IaaS  prominence  in  the  Oracle  Cloud  family...   •  Cover  these  in  Summary  in  next  few  slides    
  • 39. Open  world  2016  –  SaaS,  PaaS,  IaaS…   39   SaaS   HCM   ERP   EPM   CX  Sales   CX  Service   Marke=ng   PaaS   Data   Management   Applica=on   Development   Enterprise   Integra=on   Data  Integra=on   Business  Analy=cs   Security   Content   Big  Data   Cloud   Management   IaaS   Networking   Compute   Storage   “Snippets”  
  • 40. Open  world  2016  –  SaaS  “Snippets”   40   •  CX  Updates   •  HCM  Updates   •  ERP  Updates   •  Financials   •  Procurement   •  Projects   •  SCM  Released   •  EPM  Updates   •  PBCS   •  FCCS  Released   •  HPCM  Released   •  +  +  +     •  Event  of  the  term  “ERPM”  by  Oracle  –  conjoining  the  ERP  Product  set  with  the  EPM  Product  Set…     •  Term  “Digital  Finance”  is  prevalent  
  • 41. Open  world  2016  –  PaaS  “Snippets”   41   •  Business  Analy=cs   •  Oracle  Analy=cs  Cloud  Suite  (OACS)  Released   •  Smart  feed,  DV,  Infographics,  BI  Ask  and  Day  by  Day  on  Siri   •  Thomas  Kurian  demo:  hVps://www.youtube.com/watch?v=2_HNhdqiMkk   •  NOTE:  Seems  to  be  aligning  closely  to  IBM  Watson  AnalyCcs   •  Note:  Stepping  out  of  the  “Caretaker  Period”  –  ask  me  later  on  meaning…   •  Note:  BUNDLES  =  Enables  Immediate  SoluConing  at  Prototype   Story  So  far:   •  Oracle  Analy.cs  Cloud  Suite  (OACS)   •  Instantly  Visualize  any  data  on  any  device     •  Ask  quesCons  for  instant,  visual  answers     •  Connects  to  40+  sources:  SaaS,  Databases,  Big  data     •  Self-­‐service  data  preparaCon  and  blending     •  1000s  of  pre-­‐built  KPIs  and  analysis  for  CX,  ERP,  HCM,  &  SCM   •  More  Informa=on  –  being  released  very  carefully  on  OACS  by  Product  Management  –  Look  to  NEXT   “Meetup”  for  more  on  this!    
  • 42. Open  world  2016  –  PaaS  “Snippets”   42   •  Big  Data     •  Big  Data  Labs     •  Note:  BUNDLES  =  Enables  Immediate  SoluConing  at  Prototype   •  NEW  Products  (SVP  Neil  Mendelson…)  
  • 43. Open  world  2016  –  IaaS  “Snippets”   43   •  Larry’s  Keynote  was  predominantly  on  IaaS  inclusion…   •  hVps://www.youtube.com/watch?v=WY5qhLwIqBA   •  “Complete,  Integrated  Cloud”  -­‐  SaaS,  PaaS,  IaaS   •  Public  v  Private  and  then…Hybrid:   •  “Inter-­‐changeable”   •  “Co-­‐Existence”   •  No  1:  Compe=tors   •  Amazon  –  IaaS,  not  IBM  as  in  past   •  Workday  –  SaaS,  not  SAP  as  in  past   •  Data  centres   •  19  Exis=ng  and  In  Progress  on  Roadmap  Globally   •  hVps://www.oracle.com/openworld/on-­‐demand/index.html?bcid=5133868616001   •  Q:  Will  this  match  the  compe=tors  at  some  point?   •  Amazon,  Microsot…maybe  not!   •  Oracle  has  OCM  –  which  is  a  Private  Cloud  for  Large  Enterprise  Clients!  (MSPs!)   •  NOTE:  Predicted  a  Full  on  compeCCon  with  AWS  by  Oracle  and  MS  as  of  2  years  ago  ☺  
  • 44. Open  world  2016  –  IaaS  “Snippets”   44   •  IaaS:   •  IaaS  by  nature  is  combined…   •  Networking   •  Compute   •  Storage   •  Intra  Data  Centre  Strategy  (Terms;  “Compute  Op=ons”,  “Domains”  etc)   •  Bare  Metal  Cloud  Services   •  hVps://www.oracle.com/openworld/on-­‐demand/index.html? bcid=5138773664001  
  • 45. Open  world  2016  –  My  Event…   45  
  • 46. Other  updates  from  Oracle     John  Caulfield,  Oracle  
  • 47. Copyright  ©  2016,  Oracle  and/or  its  affiliates.  All  rights  reserved.    |      Oracle  OpenWorld  2016  Summary      John  Caulfield  –  Oracle  Ireland      October  20,  2016   Confiden=al  
  • 48. Copyright  ©  2016,  Oracle  and/or  its  affiliates.  All  rights  reserved.    |   Agenda   Confiden=al   48   Cloud  Strategy   Cloud  Infrastructure   Some  Announcements   1   2   3  
  • 49. Copyright  ©  2016,  Oracle  and/or  its  affiliates.  All  rights  reserved.    |   Agenda   Confiden=al  –  Oracle  Internal   49   Cloud  Strategy   Cloud  Infrastructure   Some  Announcements   1   2   3  
  • 50. Copyright  ©  2016,  Oracle  and/or  its  affiliates.  All  rights  reserved.    |   The  Cloud:  A  New  Era  of  U=lity  Compu=ng   All  Three  Tiers  of  Compu.ng  Delivered  as  a  Service  via  Global  Network   •  Applica=ons:  Sotware  as  a  Service  –  SaaS   •  Pla€orm:  Database,  Middleware,  Analy=cs,  Integra=on…  as  a  Service  –   PaaS   •  Infrastructure:  Storage,  Compute  and  Network  as  a  Service  –  IaaS   SaaS   PaaS   IaaS   Copyright  ©  2016,  Oracle  and/or  its  affiliates.  All  rights  reserved.       50  
  • 51. Copyright  ©  2016,  Oracle  and/or  its  affiliates.  All  rights  reserved.    |   Oracle  Cloud:  All  Three  Tiers  of  Service     •  SaaS:  Complete  suites  of  business  applica=ons  in  every  category     – CX  Suite,  HCM  Suite,  ERP/EPM  Suite,  Supply  Chain  Manufacturing  Suite…Industries   •  PaaS:  Complete  suite  of  industry  standards-­‐based  pla€orm  services   – #1  SQL  Database,  Hadoop,  NoSQL,  #1  Java  Middleware,  Node.js,  Ruby,  PHP…   •  IaaS:  Reliable,  low  cost,  standards-­‐based  infrastructure  services   – OpenStack,  Linux  OS,  Xen  VM,  Docker   Copyright  ©  2016,  Oracle  and/or  its  affiliates.  All  rights  reserved.       51  
  • 52. Copyright  ©  2016,  Oracle  and/or  its  affiliates.  All  rights  reserved.    |     Oracle  Cloud:  Six  Design  Goals   •  Cost:    Lowest  acquisi=on  price  –  Lowest  total  cost  of  ownership   • Reliability:    Fault  tolerant  –  No  single  point  of  failure   • Performance:  Fastest  database,  middleware,  analy=cs…   • Standards:    SQL,  Hadoop,  NoSQL…Java,  Ruby,  Node.js…Linux,  Docker   • Compa=bility:  Easily  move  workloads  between  on-­‐premise  and  Cloud   • Security:    Always-­‐on  con=nuous  defense  against  cyber  aVacks   52  
  • 53. Copyright  ©  2016,  Oracle  and/or  its  affiliates.  All  rights  reserved.    |   Cloud  2016  PaaS:  Compa=bility  and  Coexistence  Strategy   Cloud  at  Customer  Machine:  Iden.cal  to  Oracle  Public  Cloud   Licensed  sotware   Your  choice  of  hardware   Managed  by  you   Subscrip=on  Service   Managed  by  Oracle   Subscrip=on  Service   Managed  by  Oracle     Behind  your  firewall   Faster,  lower  cost  networking   On  Premises   Oracle  Cloud   ***Announcing***     Cloud  at  Customer   C  C   Applica.on  and  Data  Portability   Copyright  ©  2016,  Oracle  and/or  its  affiliates.  All  rights  reserved.       53  
  • 54. Copyright  ©  2016,  Oracle  and/or  its  affiliates.  All  rights  reserved.    |   Agenda   Confiden=al  –  Oracle  Internal   54   Cloud  Strategy   Cloud  Infrastructure   Some  Announcements   1   2   3  
  • 55. Copyright  ©  2016,  Oracle  and/or  its  affiliates.  All  rights  reserved.    |   Cloud  2016  IaaS:  Announcing  Genera=on  2  Infrastructure     Fast  Network,  High  Availability,  Fault  Isola.on  &  Fault  Tolerance   Bandwidth   Latency   10  Gb/s   <  100µs     Between  hosts  in  an  AD   1  Tb/s   <  5ms     Between  ADs  in  a  Region   • Three  completely  fault-­‐independent  availability  domains     • Ultra  low  latency  and  high  bandwidth  between  ADs   • Highly  available  infrastructure  for  mission  cri=cal  workloads     Availability     Domain  1   Availability     Domain  2   Availability     Domain  3   Region   Copyright  ©  2016,  Oracle  and/or  its  affiliates.  All  rights  reserved.       55  
  • 56. Copyright  ©  2016,  Oracle  and/or  its  affiliates.  All  rights  reserved.    |   Cloud  2016  IaaS:  Regions  Worldwide   Low  Latency  High  Bandwidth  Access  and  Catastrophic  Disaster  Recovery         100s  Gb/s   <  100ms     Between  Regions   Availability     Domain  1   Availability     Domain  2   Availability     Domain  3   Region   Region   Region   Latency  Bandwidth   Low  Latency  and  High  Bandwidth   Network  between  Regions       Availability     Domain  1   Availability     Domain  2   Availability     Domain  3   Region   Availability     Domain  1   Availability     Domain  2   Availability     Domain  3   Region   Copyright  ©  2016,  Oracle  and/or  its  affiliates.  All  rights  reserved.       56  
  • 57. Copyright  ©  2016,  Oracle  and/or  its  affiliates.  All  rights  reserved.    |   Infrastructure  as  a  Service   •  EMEA  Datacentres:   – UK  North   – UK  South   – UK  Government   – EU   – West  Germany   – Middle  East   •  Final  Strategy  TBC   Confiden=al  –  Oracle  Internal   57   Physical  Infrastructure  &  Data  Centre  Strategy   Link:  hVps://www.oracle.com/openworld/on-­‐demand/index.html?bcid=5133868616001    
  • 58. Copyright  ©  2016,  Oracle  and/or  its  affiliates.  All  rights  reserved.    |   Agenda   Confiden=al  –  Oracle  Internal   58   Cloud  Strategy   Cloud  Infrastructure   Some  Announcements   1   2   3  
  • 59. Copyright  ©  2016,  Oracle  and/or  its  affiliates.  All  rights  reserved.    |   Oracle  Cloud:  Compute  IaaS   Hardware  –  Physical  Servers  &  Storage   Core  Data  Center  &  Access  Network   Data  Center  Regions  &  Availability  Domains   Hypervisor   Dedicated   Compute   Engineered   Systems   Container   Service   Ravello  Bare  Metal   Elas=c   Compute  
  • 60. Copyright  ©  2016,  Oracle  and/or  its  affiliates.  All  rights  reserved.    |   60   Compute   Storage   Networking   Iden=ty  /  Access  Mgmt   Billing    /  Metering   REST  API  /  Console   Physical  Infrastructure   BM  BM  BM   BYO  Hypervisor     Announcing:  True  Bare  Metal  Server  Experience     • Elas=cally  Provision  Bare  Metal  Server  in  <  5  Minutes  with  your  own  OS  and  Hypervisor   • Differen=ator:  Best  Performance,  Best  Security,  Elas=c  Provisioning,  Pay-­‐as-­‐you-­‐go   Pricing   • Differen=ator:  Best  flexibility  and  portability  for  exis=ng  sotware  stacks  
  • 61. Copyright  ©  2016,  Oracle  and/or  its  affiliates.  All  rights  reserved.    |   •  #1  Database,  including  op=ons,  on  Exadata   •  Fully  managed  by  Oracle   •  Lowest  cost,  star=ng  at  $175/month   •  No  IaaS  required   •  Ideal  for  new  customers  &  ‘safe’  entry  point  for   exis=ng  DB  users   Confiden=al  –  Oracle  Internal   61   Simple  to  use,  lowest  cost  Database  Cloud  Service,  running  12.2   Announcing:  Exadata  Express  Cloud  Service    
  • 62. Copyright  ©  2016,  Oracle  and/or  its  affiliates.  All  rights  reserved.    |   Exadata  Express  Use  Cases   •  Applica=on  development   •  Tes=ng  &  quality  assurance   •  Short  term,  =me-­‐sensi=ve  projects   •  Analy=cs  and  sandboxes   •  Produc=on  departmental  workloads   •  Applica=on  Express  to  cloud  migra=on   Confiden=al  –  Oracle  Internal   62  
  • 63. Copyright  ©  2016,  Oracle  and/or  its  affiliates.  All  rights  reserved.    |   Announcing:  MySQL  Cloud  Service     •  Simple:  Quickly  provision  MySQL  database  instances  with   only  a  few  clicks   •  Automated:  Database  management  made  easy  with  tools   that  automate  administra=ve  tasks   •  Integrated:  Integrated  with  Oracle  Cloud  Services  for   quick  development  and  deployment   •  Enterprise  Ready:  Oracle’s  proven  MySQL  Enterprise   Edi=on  for  performance,  security  &  up=me   Confiden=al  –  Oracle  Internal   63   +  
  • 64. Copyright  ©  2016,  Oracle  and/or  its  affiliates.  All  rights  reserved.    |   •  One-­‐stop  shop  for  developers   •  Cloud  trials   •  Documenta=on   •  Product  informa=on   •  Developer  Tools   Confiden=al  –  Oracle  Internal   64   developer.oracle.com    “We're  working  with  the  developer  community  to  make  our   technology  accessible  to  everybody  who  wants  to  use  it.”     —Thomas  Kurian,  President,  Product  Development,  Oracle   Announcing:  Oracle  Developer  Gateway    
  • 65. Copyright  ©  2016,  Oracle  and/or  its  affiliates.  All  rights  reserved.    |   •  A  container  is  packaged  as  an  en=re  run=me  environment   •  Includes  app  plus  dependencies:  libraries,  configura=on  files  needed  to   execute   •  Portable  across  environments  &  lightweight  (share  the  OS)   •  The  main  vendor  is  Docker  –  becoming  an  industry  standard,  not  a   compe=ng  technology   Confiden=al  –  Oracle  Internal   65   Announcing:  Container  Cloud  Service    
  • 66. Copyright  ©  2016,  Oracle  and/or  its  affiliates.  All  rights  reserved.    |   •  Big  Data  Cloud  Service  –  Compute  Edi=on   – Star=ng  at  1-­‐node  Hadoop  cluster   – Available  as  metered  or  subscrip=on  models   •  Event  Hub  Cloud  Service   – Implementa=on  of  Ka„a,  which  is  a  data  streaming   technology   – Capture  events  in  data  streams  and  store  results  for   later  analysis   •  This  is  ‘start  small,  grow  later’  Big  Data  solu=on   Confiden=al  –  Oracle  Internal   66   Announcing:  Big  Data  Cloud  Service  –  Compute  Edi=on  &   Event  Hub  Cloud  Service  
  • 67. Copyright  ©  2016,  Oracle  and/or  its  affiliates.  All  rights  reserved.    |   •  Protect  Against  Known  and  Unknown  Threats     –  Universal  threat  visibility   –  SOC-­‐ready  content     –  External  threat  feeds   •  Advanced  Threat  Analy.cs  and  Visualiza.on   –  Unauthorized  data  access  detec=on   –  Mul=-­‐dimensional  behavioral  anomaly  detec=on   –  Session  awareness  and  aVack  chain  visualiza=on   •  Next-­‐Genera*on  Security  Solu.on   –  Topology  awareness   –  Configura=on  change  awareness   –  Auto-­‐remedia=on     67   Unified  security  monitoring  (SIEM  +  UEBA)       Confiden=al  –  Oracle  Internal   Announcing:  Security  Monitoring  &  Analy=cs  Cloud  Service    
  • 68. Copyright  ©  2016,  Oracle  and/or  its  affiliates.  All  rights  reserved.    |   68  Confiden=al  –  Oracle  Internal  
  • 69.
  • 70. The  End     What  next?  
  • 71. What  would  you  like  ?   1  Days  SIG  events      (once  a  year)     vs     3-­‐4  Meet-­‐ups  (ater  work,  just  like  this  evening)  
  • 73.
  • 74.
  • 75. Annual  2  day  Conference  (March  2017)