SlideShare a Scribd company logo
1 of 27
Download to read offline
Copyright	©	2016, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Push-button	Deployment	of	Oracle	
Applications	and	Database	with	
OpenStack Murano
Avi	Miller
Product	Management	Director
Oracle	Linux
OpenStack	Australia	Government	Day
14	November		2016
Copyright	©	2016, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Safe	Harbor	Statement
The	following	is	intended	to	outline	our	general	product	direction.	It	is	intended	for	
information	purposes	only,	and	may	not	be	incorporated	into	any	contract.	It	is	not	a	
commitment	to	deliver	any	material,	code,	or	functionality,	and	should	not	be	relied	upon	
in	making	purchasing	decisions.	The	development,	release,	and	timing	of	any	features	or	
functionality	described	for	Oracle’s	products	remains	at	the	sole	discretion	of	Oracle.
3
Copyright	©	2016, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Deploying	Oracle	Products	in
OpenStack using	Murano
What	you	will	need…
4
Copyright	©	2016, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Deploying	Oracle	Products	in	OpenStack using	Murano
• Oracle	OpenStack for	Oracle	Linux	version	3.0+
– Based	on	OpenStack Mitaka
– Oracle	VM	Server	3.4.2
– NOTE:	KVM	is	not a	certified	platform	for	any	Oracle	product
• Cinder	volumes	for	database	storage
– Possible	to	use	ephemeral,	only	suggested	for	dev /	test	environments
– ASM	for	the	database	storage	management
– Do	not	use	the	LVM	driver	for	production
What	you	will	need
5
Copyright	©	2016, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Deploying	Oracle	Products	in
OpenStack using	Murano
Why	Murano for	the	Oracle	Database
6
Copyright	©	2016, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Deploying	Oracle	Products	in	OpenStack using	Murano
• Release	scheduling
– The	Oracle	Database	is	on	a	very	different	release	schedule	compared	to	OpenStack
• Using	Murano allows	us	to	update	/	release	new	versions	or	patches	any	time
– Decoupling	the	products	allowing	us	to	line	up	updates	on	the	application’s	schedule	and	features
• Allows	us	to	expose	more	of	the	Oracle	Database’s	advanced	and	powerful	
features
• We	would	be	able	to	make	use	of	the	new	ReST API’s	etc.	that	is	being	added	to	Oracle	Database	to	
make	the	user	experience	deploying	and	managing	the	Oracle	database	even	easier	and	more	
integrated
• Provides	a	platform	to	build	on	allowing	us	to	bring	all	of	the	Oracle	
Products	to	OpenStack
7
Why	Murano for	the	Oracle	Database
Copyright	©	2016, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Murano Architecture
8
Source:		docs.openstack.org
Copyright	©	2016, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Layers	of	Abstraction
9
Heat
Murano
Nova Neutron Other
Application	Packages:		data	&	logic
Orchestration	Templates:		data	only
Copyright	©	2016, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Heat	Orchestration	Layer
10
OS::Cinder::Volume
OS::Nova::Server
OS::Neutron::Port
OS::Neutron::Network
my_vm:
type: OS::Nova::Server
properties:
block_device_mapping_v2:
device_type: disk
boot_index: 0
volume_size: {get_param: bootvol_size}
image_id: {get_resource: boot_image}
delete_on_termination: false
flavor: {get_param: flavor}
key_name: {get_param: keypair}
networks:
- port: {get_resource: my_vm_port}
security_groups:
- {get_resource: my_secgroup}
software_config_transport: String
user_data: {get_param: cloudinit_data}
user_data_format: raw
Copyright	©	2016, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Heat	Orchestration	Layer
Trove’s	Approach
11
OS::Cinder::Volume
OS::Nova::Server
OS::Neutron::Port
OS::Neutron::Network
OS::Neutron::Port
OS::Trove::Instance
Copyright	©	2016, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Heat	Orchestration	Layer
Murano’s Approach
12
OS::Cinder::Volume
OS::Nova::Server
OS::Neutron::Port
OS::Neutron::Network
OS::Neutron::Port
OS::Cinder::Volume
OS::Nova::Server
Database	server	
composed	of	vanilla	
compute	resources.
Copyright	©	2016, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Murano’s Approach
Consumers	&	Providers	at	the	Application	Package	Layer
13
ExtendsApplication
Database
LinuxApplication
SqlDatabaseExtends
Package Package	Type
Consumes
Copyright	©	2016, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Murano Agent
14
Source:		docs.openstack.org
Copyright	©	2016, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Murano vs Trove
Trove
• Trove	well	suited	for	the	“just	give	
me	a	database”	use	case.
• Changes:
– can	entail	API	change,	requiring	broad	
consensus.
– released	on	a	fixed	schedule.
• Design	mitigates	toward	“lowest	
common	denominator”.
• Strict	abstraction
Murano
• Potential	to	excel	for	complex	
Database	configurations.
• Changes	to	Database	package:
– can	be	done	in	an	appropriate	scope	to	
minimize	risk	to	other	packages.
– can	be	released	at	any	time.
• Framework	facilitates	exposure	of	
unique	Database	features.
• Loose	abstraction	(applications	can	
affect	DB	configuration)
15
Copyright	©	2016, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Deploying	Oracle	Products	in
OpenStack using	Murano
Oracle	Database	Murano Application	Catalog	Entry	- Architecture
16
Copyright	©	2016, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Deploying	Oracle	Products	in	OpenStack using	Murano
• Building	on	top	of	proven	Oracle	Template	technology
– Using	the	standard	Oracle	Database	Template	(available	for	both	11gR2	and	12cR1)
• The	latest	template	has	some	minor	changes	to	accommodate	deployment	in	OpenStack better
– e.g.:	The	Oracle	UID	has	been	changed	to	54321	to	prevent	clashing	with	cloud-init which	requires	UID	1000
• Template	consists	of	two	disk	image	files
– Operating	System	- OL7U2 or	OL6U8
– Application	Disk	– Oracle	Database	11gR2	or	12cR1
Oracle	Database	Murano Application	Catalog	Entry	- Architecture
17
Copyright	©	2016, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Deploying	Oracle	Products	in	OpenStack using	Murano
• Database	installation	and	configuration
– Automated	using	‘buildcluster.sh’
• Battle	tested	deployment	of	Oracle	Databases	over	quite	a	few	years
• Able	to	handle	many	different	environments
• Template	supported	deployments
– Single	Instance
– Single	Instance	Data	Guard
– Multi-node	Real	Application	Clusters	(RAC)
– Multi-node	Real	Application	Clusters	(RAC)	with	Data	Guard
Oracle	Database	Murano Application	Catalog	Entry	– Under	the	Hood
18
Copyright	©	2016, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Deploying	Oracle	Products	in	OpenStack using	Murano
• Storage
– Strongly	suggest	using	Cinder	Volumes
• For	dev /	test	ephemeral	is	OK	as	long	as	it	is	backed	by	shared	storage	like	CEPH	etc.
– ASM	used	to	present	/	manage	the	storage	for	the	database
• Configurable	redundancy	level
– NOTE:	Be	very	careful	when	selecting	external	redundancy
Oracle	Database	Murano Application	Catalog	Entry	– Under	the	Hood
19
Copyright	©	2016, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Deploying	Oracle	Products	in	OpenStack using	Murano
• What	you	will	see	today	is	still	fairly	early	days	for	the	Oracle	Database	
Application	Catalog	Entry
– We	will	release	a	full	Tech	Preview	very	soon
• NOTE:	This	is	only	for	the	MACE,	the	Oracle	Database	Template	is	fully	production	ready	and	
supported	by	Oracle
• Work	with	the	Murano community	on	enhancements	to	Murano to	better	
support	complex	Enterprise	Applications
• We	really	would	like	get	feedback	from	the	OpenStack community,	
customers	and	users
– Any	and	all	feedback	is	welcome	to	make	this	useful	for	the	broader	community
Oracle	Database	Murano Application	Catalog	Entry	– What’s	next?
20
Copyright	©	2016, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Deploying	Oracle	Products	in	OpenStack using	Murano
• Enable	more	integration	using	the	APIs
– For	example,	today	there	is	no	Ceilometer	integration	with	the	Oracle	Database
• The	Oracle	Database	is	a	black	box	to	Ceilometer
• Multi-attach	volume	support	in	Nova
– Required	for	Oracle	Real	Application	Clusters	(RAC)
Limitations	with	the	Oracle	Database	in	OpenStack today
21
Copyright	©	2016, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Deploying	Oracle	Products	in	OpenStack using	Murano
• Memory	overcommit	is	not	supported
– Can	lead	to	performance	issues
– Not	supported	by	Oracle	VM	Server
• Ephemeral	storage
– Use	shared	(Ceph)	backend	to	enable	live	migration	of	instances
• Oracle	Database	specific
– NOTE:	Oracle	Real	Application	Clusters	(RAC)	not	yet	supported
• Require	multi-attached	volumes	– not	yet	available	in	Nova
• CPU	overcommit	with	RAC	is	unsupported	– can	lead	to	node	evictions
22
Limitations	with	the	Oracle	Database	in	OpenStack today
Copyright	©	2016, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
OK,	so	we	can	spin	up	a	Oracle	Database…
Awesome,	but	where	are	we	going	with	all	this?
23
Copyright	©	2016, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Deploying	Oracle	Products	in	OpenStack using	Murano
• The	Oracle	Database	is	just	the	first	step
• Started	working	with	the	other	product	groups	in	Oracle	to	add	them	to	
the	App	Catalog	as	well
• Intending	to	follow	the	same	path	we	did	for	the	Oracle	Database
– In	other	words,	start	with	the	current	Oracle	product	template	and	build	on	that
• Work	with	the	community	on	a	Reference	Architecture	with	the	Oracle	
Database
Next	on	deck	– Applications
24
Copyright	©	2016, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Stay	connected
@ORCL_Linux
Facebook.com/OracleLinux
Blogs.oracle.com/linux
Oracle Linux Experts Group
YouTube.com/OracleLinuxChannel
Or	visit	us	at:	www.oracle.com/linux
25
@ORCL_Virtualize
Facebook.com/OracleVirtualization
Blogs.oracle.com/virtualization
Oracle VM Group
YouTube.com/OracleVirtualization
Or	visit	us	at:		www.oracle.com/virtualization
Copyright	©	2016, Oracle	and/or	its	affiliates.	All	rights	reserved.		| 26
Push-button Composition of Oracle Application and Database Environments: Avi Miller, Oracle

More Related Content

What's hot

What's hot (20)

The Consequences of Infinite Storage Bandwidth: Allen Samuels, SanDisk
The Consequences of Infinite Storage Bandwidth: Allen Samuels, SanDiskThe Consequences of Infinite Storage Bandwidth: Allen Samuels, SanDisk
The Consequences of Infinite Storage Bandwidth: Allen Samuels, SanDisk
 
Telco open stack use cases james thorne
Telco open stack use cases   james thorneTelco open stack use cases   james thorne
Telco open stack use cases james thorne
 
Containers and OpenStack: Marc Van Hoof, Kumulus: Containers and OpenStack
Containers and OpenStack: Marc Van Hoof, Kumulus: Containers and OpenStackContainers and OpenStack: Marc Van Hoof, Kumulus: Containers and OpenStack
Containers and OpenStack: Marc Van Hoof, Kumulus: Containers and OpenStack
 
[OpenStack Day in Korea 2015] Track 2-2 - OpenStack for PaaS: Why it's Hot
[OpenStack Day in Korea 2015] Track 2-2 - OpenStack for PaaS: Why it's Hot[OpenStack Day in Korea 2015] Track 2-2 - OpenStack for PaaS: Why it's Hot
[OpenStack Day in Korea 2015] Track 2-2 - OpenStack for PaaS: Why it's Hot
 
Things You MUST Know Before Deploying OpenStack: Bruno Lago, Catalyst IT
Things You MUST Know Before Deploying OpenStack: Bruno Lago, Catalyst ITThings You MUST Know Before Deploying OpenStack: Bruno Lago, Catalyst IT
Things You MUST Know Before Deploying OpenStack: Bruno Lago, Catalyst IT
 
Big Data and OpenStack, a Love Story: Michael Still, Rackspace
Big Data and OpenStack, a Love Story: Michael Still, RackspaceBig Data and OpenStack, a Love Story: Michael Still, Rackspace
Big Data and OpenStack, a Love Story: Michael Still, Rackspace
 
Deploying OpenStack with Ansible
Deploying OpenStack with AnsibleDeploying OpenStack with Ansible
Deploying OpenStack with Ansible
 
The OpenStack Tacker Project and SDN/NFV MANO: Craig Stevens, Brocade
The OpenStack Tacker Project and SDN/NFV MANO: Craig Stevens, BrocadeThe OpenStack Tacker Project and SDN/NFV MANO: Craig Stevens, Brocade
The OpenStack Tacker Project and SDN/NFV MANO: Craig Stevens, Brocade
 
Implementing OpenStack in a Government Environment: Vanessa Binding, Departme...
Implementing OpenStack in a Government Environment: Vanessa Binding, Departme...Implementing OpenStack in a Government Environment: Vanessa Binding, Departme...
Implementing OpenStack in a Government Environment: Vanessa Binding, Departme...
 
OpenStack at Scale Inside NetApp
OpenStack at Scale Inside NetAppOpenStack at Scale Inside NetApp
OpenStack at Scale Inside NetApp
 
Simple flexible deployments with openstack ansible
Simple flexible deployments with openstack ansibleSimple flexible deployments with openstack ansible
Simple flexible deployments with openstack ansible
 
Moving to Cloud for Good: Alexander Tsirel, HiveTec
Moving to Cloud for Good: Alexander Tsirel, HiveTecMoving to Cloud for Good: Alexander Tsirel, HiveTec
Moving to Cloud for Good: Alexander Tsirel, HiveTec
 
OpenStack-Ansible Security
OpenStack-Ansible SecurityOpenStack-Ansible Security
OpenStack-Ansible Security
 
Are We Done Yet ? Testing Your OpenStack Deployment
Are We Done Yet ? Testing Your OpenStack DeploymentAre We Done Yet ? Testing Your OpenStack Deployment
Are We Done Yet ? Testing Your OpenStack Deployment
 
Automating OpenStack Deployment with Fuel
Automating OpenStack Deployment with FuelAutomating OpenStack Deployment with Fuel
Automating OpenStack Deployment with Fuel
 
[OpenStack Day in Korea 2015] Track 1 - Triple O를 이용한 빠르고 쉬운 OpenStack 설치
[OpenStack Day in Korea 2015] Track 1 - Triple O를 이용한 빠르고 쉬운 OpenStack 설치[OpenStack Day in Korea 2015] Track 1 - Triple O를 이용한 빠르고 쉬운 OpenStack 설치
[OpenStack Day in Korea 2015] Track 1 - Triple O를 이용한 빠르고 쉬운 OpenStack 설치
 
Mastering OpenStack - Episode 04 - Provisioning and Deployment
Mastering OpenStack - Episode 04 - Provisioning and DeploymentMastering OpenStack - Episode 04 - Provisioning and Deployment
Mastering OpenStack - Episode 04 - Provisioning and Deployment
 
St.Louis OpenStack February meetup
St.Louis OpenStack February meetupSt.Louis OpenStack February meetup
St.Louis OpenStack February meetup
 
Fuel, Puppet and OpenStack
Fuel, Puppet and OpenStackFuel, Puppet and OpenStack
Fuel, Puppet and OpenStack
 
OPNFV & OpenStack
OPNFV & OpenStackOPNFV & OpenStack
OPNFV & OpenStack
 

Viewers also liked

The Environment for Innovation: Tristan Goode, Aptira
The Environment for Innovation: Tristan Goode, AptiraThe Environment for Innovation: Tristan Goode, Aptira
The Environment for Innovation: Tristan Goode, Aptira
OpenStack
 
From Community to Enterprise and Back Again! Chris Wright, Red Hat
From Community to Enterprise and Back Again! Chris Wright, Red HatFrom Community to Enterprise and Back Again! Chris Wright, Red Hat
From Community to Enterprise and Back Again! Chris Wright, Red Hat
OpenStack
 

Viewers also liked (9)

The Environment for Innovation: Tristan Goode, Aptira
The Environment for Innovation: Tristan Goode, AptiraThe Environment for Innovation: Tristan Goode, Aptira
The Environment for Innovation: Tristan Goode, Aptira
 
An Open Approach to Government Cloud: Dez Blanchfield, Vault Systems
An Open Approach to Government Cloud: Dez Blanchfield, Vault SystemsAn Open Approach to Government Cloud: Dez Blanchfield, Vault Systems
An Open Approach to Government Cloud: Dez Blanchfield, Vault Systems
 
We Are OpenStack: David F. Flanders & Tom Fifield, OpenStack Foundation
We Are OpenStack: David F. Flanders & Tom Fifield, OpenStack FoundationWe Are OpenStack: David F. Flanders & Tom Fifield, OpenStack Foundation
We Are OpenStack: David F. Flanders & Tom Fifield, OpenStack Foundation
 
Crowbar and OpenStack: Steve Kowalik, SUSE
Crowbar and OpenStack: Steve Kowalik, SUSECrowbar and OpenStack: Steve Kowalik, SUSE
Crowbar and OpenStack: Steve Kowalik, SUSE
 
The 'Untold' OpenStack Enterprise Customer Stories: Anthony Rees & Alex Tesch...
The 'Untold' OpenStack Enterprise Customer Stories: Anthony Rees & Alex Tesch...The 'Untold' OpenStack Enterprise Customer Stories: Anthony Rees & Alex Tesch...
The 'Untold' OpenStack Enterprise Customer Stories: Anthony Rees & Alex Tesch...
 
Multiple Sites and Disaster Recovery with Ceph: Andrew Hatfield, Red Hat
Multiple Sites and Disaster Recovery with Ceph: Andrew Hatfield, Red HatMultiple Sites and Disaster Recovery with Ceph: Andrew Hatfield, Red Hat
Multiple Sites and Disaster Recovery with Ceph: Andrew Hatfield, Red Hat
 
OpenStack Australia Day 2016 - Peter Lees, SUSE: Planning an Enterprise OpenS...
OpenStack Australia Day 2016 - Peter Lees, SUSE: Planning an Enterprise OpenS...OpenStack Australia Day 2016 - Peter Lees, SUSE: Planning an Enterprise OpenS...
OpenStack Australia Day 2016 - Peter Lees, SUSE: Planning an Enterprise OpenS...
 
From Community to Enterprise and Back Again! Chris Wright, Red Hat
From Community to Enterprise and Back Again! Chris Wright, Red HatFrom Community to Enterprise and Back Again! Chris Wright, Red Hat
From Community to Enterprise and Back Again! Chris Wright, Red Hat
 
We Are OpenStack: Jonathan Bryce, OpenStack Foundation
We Are OpenStack: Jonathan Bryce, OpenStack FoundationWe Are OpenStack: Jonathan Bryce, OpenStack Foundation
We Are OpenStack: Jonathan Bryce, OpenStack Foundation
 

Similar to Push-button Composition of Oracle Application and Database Environments: Avi Miller, Oracle

Next Generation Data Center Strategies
Next Generation Data Center StrategiesNext Generation Data Center Strategies
Next Generation Data Center Strategies
Venkat Nambiyur
 

Similar to Push-button Composition of Oracle Application and Database Environments: Avi Miller, Oracle (20)

Percona Live - Dublin 03 ee + cloud
Percona Live - Dublin 03 ee + cloudPercona Live - Dublin 03 ee + cloud
Percona Live - Dublin 03 ee + cloud
 
Develop Oracle Virtual Box and deploy to Cloud
Develop Oracle Virtual Box and deploy to CloudDevelop Oracle Virtual Box and deploy to Cloud
Develop Oracle Virtual Box and deploy to Cloud
 
Web protocols for java developers
Web protocols for java developersWeb protocols for java developers
Web protocols for java developers
 
MySQL Enterprise Cloud
MySQL Enterprise Cloud MySQL Enterprise Cloud
MySQL Enterprise Cloud
 
MySQL Enterprise Cloud
MySQL Enterprise CloudMySQL Enterprise Cloud
MySQL Enterprise Cloud
 
Migrating your infrastructure to OpenStack - Avi Miller, Oracle
Migrating your infrastructure to OpenStack - Avi Miller, OracleMigrating your infrastructure to OpenStack - Avi Miller, Oracle
Migrating your infrastructure to OpenStack - Avi Miller, Oracle
 
Oracle Solaris Cloud Management and Deployment with OpenStack
Oracle Solaris Cloud Management and Deployment with OpenStackOracle Solaris Cloud Management and Deployment with OpenStack
Oracle Solaris Cloud Management and Deployment with OpenStack
 
MySQL Group Replication
MySQL Group ReplicationMySQL Group Replication
MySQL Group Replication
 
Next Generation Data Center Strategies
Next Generation Data Center StrategiesNext Generation Data Center Strategies
Next Generation Data Center Strategies
 
Oracle making openstack an enterprise grade solution
Oracle making openstack an enterprise grade solutionOracle making openstack an enterprise grade solution
Oracle making openstack an enterprise grade solution
 
Pitfalls of migrating projects to JDK 9
Pitfalls of migrating projects to JDK 9Pitfalls of migrating projects to JDK 9
Pitfalls of migrating projects to JDK 9
 
MySQL Clusters
MySQL ClustersMySQL Clusters
MySQL Clusters
 
MySQL HA
MySQL HAMySQL HA
MySQL HA
 
Trivadis TechEvent 2017 Leveraging the Oracle Cloud by Kris Bhanushali tech_e...
Trivadis TechEvent 2017 Leveraging the Oracle Cloud by Kris Bhanushali tech_e...Trivadis TechEvent 2017 Leveraging the Oracle Cloud by Kris Bhanushali tech_e...
Trivadis TechEvent 2017 Leveraging the Oracle Cloud by Kris Bhanushali tech_e...
 
MySQL InnoDB + NDB Cluster - 2018 MySQL Days
MySQL InnoDB + NDB Cluster - 2018 MySQL DaysMySQL InnoDB + NDB Cluster - 2018 MySQL Days
MySQL InnoDB + NDB Cluster - 2018 MySQL Days
 
OOW16 - Oracle E-Business Suite Integration Best Practices [CON6709]
OOW16 - Oracle E-Business Suite Integration Best Practices [CON6709]OOW16 - Oracle E-Business Suite Integration Best Practices [CON6709]
OOW16 - Oracle E-Business Suite Integration Best Practices [CON6709]
 
MySQL as a Document Store
MySQL as a Document StoreMySQL as a Document Store
MySQL as a Document Store
 
MySQL Enterprise Monitor 3
MySQL Enterprise Monitor 3MySQL Enterprise Monitor 3
MySQL Enterprise Monitor 3
 
OOW16 - Simplified and Touch-Friendly User Interface in Oracle E-Business Sui...
OOW16 - Simplified and Touch-Friendly User Interface in Oracle E-Business Sui...OOW16 - Simplified and Touch-Friendly User Interface in Oracle E-Business Sui...
OOW16 - Simplified and Touch-Friendly User Interface in Oracle E-Business Sui...
 
OOW16 - Leverage Oracle Integration Cloud Service for Oracle E-Business Suite...
OOW16 - Leverage Oracle Integration Cloud Service for Oracle E-Business Suite...OOW16 - Leverage Oracle Integration Cloud Service for Oracle E-Business Suite...
OOW16 - Leverage Oracle Integration Cloud Service for Oracle E-Business Suite...
 

More from OpenStack

Federation and Interoperability in the Nectar Research Cloud
Federation and Interoperability in the Nectar Research CloudFederation and Interoperability in the Nectar Research Cloud
Federation and Interoperability in the Nectar Research Cloud
OpenStack
 
Enabling OpenStack for Enterprise - Tarso Dos Santos, Veritas
Enabling OpenStack for Enterprise - Tarso Dos Santos, VeritasEnabling OpenStack for Enterprise - Tarso Dos Santos, Veritas
Enabling OpenStack for Enterprise - Tarso Dos Santos, Veritas
OpenStack
 
Diving in the desert: A quick overview into OpenStack Sahara capabilities - A...
Diving in the desert: A quick overview into OpenStack Sahara capabilities - A...Diving in the desert: A quick overview into OpenStack Sahara capabilities - A...
Diving in the desert: A quick overview into OpenStack Sahara capabilities - A...
OpenStack
 
Building a GPU-enabled OpenStack Cloud for HPC - Blair Bethwaite, Monash Univ...
Building a GPU-enabled OpenStack Cloud for HPC - Blair Bethwaite, Monash Univ...Building a GPU-enabled OpenStack Cloud for HPC - Blair Bethwaite, Monash Univ...
Building a GPU-enabled OpenStack Cloud for HPC - Blair Bethwaite, Monash Univ...
OpenStack
 
Building a GPU-enabled OpenStack Cloud for HPC - Lance Wilson, Monash University
Building a GPU-enabled OpenStack Cloud for HPC - Lance Wilson, Monash UniversityBuilding a GPU-enabled OpenStack Cloud for HPC - Lance Wilson, Monash University
Building a GPU-enabled OpenStack Cloud for HPC - Lance Wilson, Monash University
OpenStack
 

More from OpenStack (19)

Swinburne University of Technology - Shunde Zhang & Kieran Spear, Aptira
Swinburne University of Technology - Shunde Zhang & Kieran Spear, AptiraSwinburne University of Technology - Shunde Zhang & Kieran Spear, Aptira
Swinburne University of Technology - Shunde Zhang & Kieran Spear, Aptira
 
Related OSS Projects - Peter Rowe, Flexera Software
Related OSS Projects - Peter Rowe, Flexera SoftwareRelated OSS Projects - Peter Rowe, Flexera Software
Related OSS Projects - Peter Rowe, Flexera Software
 
Supercomputing by API: Connecting Modern Web Apps to HPC
Supercomputing by API: Connecting Modern Web Apps to HPCSupercomputing by API: Connecting Modern Web Apps to HPC
Supercomputing by API: Connecting Modern Web Apps to HPC
 
Federation and Interoperability in the Nectar Research Cloud
Federation and Interoperability in the Nectar Research CloudFederation and Interoperability in the Nectar Research Cloud
Federation and Interoperability in the Nectar Research Cloud
 
Simplifying the Move to OpenStack
Simplifying the Move to OpenStackSimplifying the Move to OpenStack
Simplifying the Move to OpenStack
 
Hyperconverged Cloud, Not just a toy anymore - Andrew Hatfield, Red Hat
Hyperconverged Cloud, Not just a toy anymore - Andrew Hatfield, Red HatHyperconverged Cloud, Not just a toy anymore - Andrew Hatfield, Red Hat
Hyperconverged Cloud, Not just a toy anymore - Andrew Hatfield, Red Hat
 
A glimpse into an industry Cloud using Open Source Technologies - Adrian Koh,...
A glimpse into an industry Cloud using Open Source Technologies - Adrian Koh,...A glimpse into an industry Cloud using Open Source Technologies - Adrian Koh,...
A glimpse into an industry Cloud using Open Source Technologies - Adrian Koh,...
 
Enabling OpenStack for Enterprise - Tarso Dos Santos, Veritas
Enabling OpenStack for Enterprise - Tarso Dos Santos, VeritasEnabling OpenStack for Enterprise - Tarso Dos Santos, Veritas
Enabling OpenStack for Enterprise - Tarso Dos Santos, Veritas
 
Understanding blue store, Ceph's new storage backend - Tim Serong, SUSE
Understanding blue store, Ceph's new storage backend - Tim Serong, SUSEUnderstanding blue store, Ceph's new storage backend - Tim Serong, SUSE
Understanding blue store, Ceph's new storage backend - Tim Serong, SUSE
 
OpenStack Networks the Web-Scale Way - Scott Laffer, Cumulus Networks
OpenStack Networks the Web-Scale Way - Scott Laffer, Cumulus NetworksOpenStack Networks the Web-Scale Way - Scott Laffer, Cumulus Networks
OpenStack Networks the Web-Scale Way - Scott Laffer, Cumulus Networks
 
Diving in the desert: A quick overview into OpenStack Sahara capabilities - A...
Diving in the desert: A quick overview into OpenStack Sahara capabilities - A...Diving in the desert: A quick overview into OpenStack Sahara capabilities - A...
Diving in the desert: A quick overview into OpenStack Sahara capabilities - A...
 
Building a GPU-enabled OpenStack Cloud for HPC - Blair Bethwaite, Monash Univ...
Building a GPU-enabled OpenStack Cloud for HPC - Blair Bethwaite, Monash Univ...Building a GPU-enabled OpenStack Cloud for HPC - Blair Bethwaite, Monash Univ...
Building a GPU-enabled OpenStack Cloud for HPC - Blair Bethwaite, Monash Univ...
 
OpenStack and Red Hat: How we learned to adapt with our customers in a maturi...
OpenStack and Red Hat: How we learned to adapt with our customers in a maturi...OpenStack and Red Hat: How we learned to adapt with our customers in a maturi...
OpenStack and Red Hat: How we learned to adapt with our customers in a maturi...
 
Meshing OpenStack and Bare Metal Networks with EVPN - David Iles, Mellanox Te...
Meshing OpenStack and Bare Metal Networks with EVPN - David Iles, Mellanox Te...Meshing OpenStack and Bare Metal Networks with EVPN - David Iles, Mellanox Te...
Meshing OpenStack and Bare Metal Networks with EVPN - David Iles, Mellanox Te...
 
The Why and How of HPC-Cloud Hybrids with OpenStack - Lev Lafayette, Universi...
The Why and How of HPC-Cloud Hybrids with OpenStack - Lev Lafayette, Universi...The Why and How of HPC-Cloud Hybrids with OpenStack - Lev Lafayette, Universi...
The Why and How of HPC-Cloud Hybrids with OpenStack - Lev Lafayette, Universi...
 
Ironically, Infrastructure Doesn't Matter - Quinton Anderson, Commonwealth Ba...
Ironically, Infrastructure Doesn't Matter - Quinton Anderson, Commonwealth Ba...Ironically, Infrastructure Doesn't Matter - Quinton Anderson, Commonwealth Ba...
Ironically, Infrastructure Doesn't Matter - Quinton Anderson, Commonwealth Ba...
 
Traditional Enterprise to OpenStack Cloud - An Unexpected Journey
Traditional Enterprise to OpenStack Cloud - An Unexpected JourneyTraditional Enterprise to OpenStack Cloud - An Unexpected Journey
Traditional Enterprise to OpenStack Cloud - An Unexpected Journey
 
Building a GPU-enabled OpenStack Cloud for HPC - Lance Wilson, Monash University
Building a GPU-enabled OpenStack Cloud for HPC - Lance Wilson, Monash UniversityBuilding a GPU-enabled OpenStack Cloud for HPC - Lance Wilson, Monash University
Building a GPU-enabled OpenStack Cloud for HPC - Lance Wilson, Monash University
 
Monitoring Uptime on the NeCTAR Research Cloud - Andy Botting, University of ...
Monitoring Uptime on the NeCTAR Research Cloud - Andy Botting, University of ...Monitoring Uptime on the NeCTAR Research Cloud - Andy Botting, University of ...
Monitoring Uptime on the NeCTAR Research Cloud - Andy Botting, University of ...
 

Recently uploaded

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Recently uploaded (20)

FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
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...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 

Push-button Composition of Oracle Application and Database Environments: Avi Miller, Oracle