SlideShare una empresa de Scribd logo
1 de 25
Descargar para leer sin conexión
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Build	and	Run	Applications	Better	on	
Oracle	Solaris	11.3
Tech	Day,	NYC
Liane Praza,	Senior	Principal	Software	Engineer
Ikroop	Dhillon,	Principal	Product	Manager
June,	2016
Copyright	©	2015, 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.
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Driving	Application	Innovations	into	the	Platform
• Software	in	Silicon
• Basic	OS	improvements
• New	OS	libraries
• Deployment/config automation
• Application	isolation
• Debugging	tools
• Compilers/IDEs
4
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
DevOps for	the	Enterprise	
5
Continuous	DeploymentContinuous	Integration
• Correlation	of	app	and	HW	
interactions,	DTrace
• Memory	protection	in	HW
• Optimized,	remote	IDE	
Agile	Development
• Rich	performance	monitoring	 tool
• Scalable
• Secure
• Multi-level	fault-tolerant
YOUR	
APP
YOUR	
APP
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Programmatic	Automation	with	RAD
• Multiple	language	bindings,	administrative	API
– Manage:	Zones,	SMF,	IPS,	ZFS,	Datalinks,	Flows,	Users,	AI	Server
– C,	Python,	Java,	REST
– Precise	error	semantics
• Create	your	own	modules
6
F
Remote	Access	Daemon	(RAD)	interface:	C,	Python,	Java,	REST
Solaris	System	Libraries,	e.g.	libevs
OpenStack
Horizon
evsadm(1m)
OpenStack
Neutron
Custom	
CLI	tools
OEM/OC
Custom	
BUI	tools
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Actively	Participating	in	Open	Source	Communities	and	Projects
Updated	OSS	APIs	and	Tools	
– OpenStack,	Murano,	Trove,	
Cinder,	Swift,	Docker,	
Open	Daylight,	Puppet,	
Clang,	LLVM,	Kerberos,	
OpenBSD PF,	OpenSSL,		
OVAL	Community,	
OpenSCAP,	
Hadoop,	…
– Over	500	supported	with	Solaris
– New	11.3	evaluation	packages
available	soon	in
http://pkg.oracle.com/solaris/release
Dozens	of	communities	and	>500	projects Free	and	Open	Source	Packages
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Great	Language	Support
• Extensive	Python	integration
– We	use	it	ourselves:	IPS,	Deployment,	OpenStack,	new	development
• Java
• Perl,	Ruby,	Erlang …
• Obviously,	C	and	C++
• All	64-bit	where	appropriate.		2038	is	closer	than	we	think.
8
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Oracle	Solaris	Studio
Write	Better	Code,	In	Less	Time
9
• Productivity	
– Maximize	developer	productivity	
• Security
– Increase	application	security
• Performance
– Generate	the	fastest	SPARC	and	x86	code
• Integration	
– Leverage	highly	integrated	engineering
Performance
Security
Integration
Productivity
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Develop	Faster	Applications	Faster
• Up	to	4.5x	faster	code
• Up	to	50%	higher	developer	efficiency
• Powerful	Java,	C,	C++	profiling	tools
– HW	counter	overflow	and	clock-based	
profiling
– Rich	set	of	performance	data
– Low	overhead,	accurate
• Remote	development	and	analysis	
from	your	laptop
10
With	Oracle	Solaris	Studio
1.42
4.57
1 1
0
1
2
3
4
5
6
7
Integer Floating	Point
Speed	Performance
Oracle	SPARC	M7
Solaris	Studio	12.4	4/15	PSE GCC	4.8.2
1.42
1.26
1 1
0
1
2
Integer Floating	Point
Throughput	Performance
Oracle	SPARC	M7
Solaris	Studio	12.4,	4/15	PSE GCC	4.8.2
* Estimated	results	from	SPEC	CPU2006	benchmarks	on	Oracle	SPARC	M7,	see	disclosure	statement
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Multinational	Financial	Services	Company
• Optimize	low	latency	algorithmic	
trading	and	risk	and	pricing	apps	
• Key	Benefits
– 20%	performance	boost
– Correlates	Java	performance	and	
bottlenecks	to	HW	“like	nothing	else	in	
the	market”
– Remote profiling	
– Mixed-language analysis
– Low	cost	support	and	licensing	model
11
Standardized	on	Performance	Analyzer	for	Java
Timeline	of	events
Call	stack	for	
selected	event
Performance	data	
organized	by	views
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Oracle	Solaris	Studio	IDE
12
• Optimized	for	C,	C++	and	Java/C++
• Remote	development
• Custom	development	extensions
• NetBeans	Plug-ins
• Tuned	for	large	enterprise	apps
Maximize	Productivity
600
3000
100
400
0 1000 2000 3000 4000
Firefox	Source
Boost	Source
Seconds
Solaris	Studio	IDE	- Parse	Time
Solaris	Studio
Eclipse
7.5x	Faster
6x	Faster
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Best	OS	debugging/observability tools
• Powerful,	integrated	observability
– DTrace,	kstat,	proc tools,	*stat	tools
• 11.3	adds
– Named	threads:	pthread_attr_setname_np(3C)
– Deferred	dump
– IOMMU	statistics
13
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Basic	OS	improvments,	Big	Application	Value
• Event	ports	(port_create())
– Aggregate	multiple	event	types	without	poll().	Files,	and	now	signals	in	11.3
• gethrtime()/gettimeofday()
– Massive	improvements	for	real	world	apps
• posix_spawn()
– Avoid	full	address	space	copy
– Improves	java	performance
• Scalable	read/write	locks
• OSM
14
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Previously	Unimaginable	Results	for	Apps	&	Cloud,	Attainable	Now
Breakthrough	Hardware	And	Software	Co-Engineering
Mid-1990’s
Larger	Memory
Support,
Greater	Accuracy
Mid-2000’s
Multi-core,
Multi-threaded
Computing Today:
32-Core	Revolution
Software	in	Silicon:
Software	Functions	on	Chip
Open	Systems Virtualization	&	Cloud
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Memory	intrusion	
protection
First hardware	based	
memory	protection
Always-on	memory	
protection
Improved	developer	
efficiency,	security,	and	
reliability
Security	In	Silicon: Silicon	Secured	Memory
Improved	Security	&	Reliability	in	Hardware
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Security	In	Silicon:	Silicon	Secured	Memory
Applications Memory
Pointer	“Y”
Pointer	“R”
GO
Pointer	“B”
GO
• Protects	data	in	memory
• Hidden	“color”	bits	added	to	
pointers (key),	and	content	(lock)
• Pointer	color	(key)	must	match	
content	color	or	program	is	aborted
• Set	on	memory	allocation,	changed	on	
memory	free
• Protects	against	access	off	end	of	
structure,	stale	pointer access	and		
malicious	attacks
M7	Processor
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		| 18
Real-time	Memory	Access	Checking
• Code	Analyzer	faster	than	popular	memory	access	checking	tools
• Code	Analyzer	+	M7	Silicon	Secured	Memory	=	 near	real-time	checking
70x
30x
1.01x
Valgrind/Linux Studio	Discover,	
software-only
Studio	Discover	with	
M7	SSM
Base	line	performance
Overhead	with	Memory	
checking	enabled
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
We	Find	Bugs	For You	
• Large	enterprise	app	with	heavy	use	of	
memory	intensive	processing
• Time	to	value	for	SPARC	M7
– 4	cross	platform	bugs	tagged	in	2	days
– 180x	faster	bug	identification
• Other	memory	validation	tool:	3	hours
• Silicon	Secured	Memory	and	Discover:	1	minute
19
Secure	Software	Made	Simple	– A	Case	Study	
Silicon	Secured	
Memory
Integrated.	Simple.	Fast.
Oracle	Solaris	
Studio
+
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Cool,	how	do	I	use	it?
20
Use	in	development to	find	and	fix
application	memory	access	errors
Use	in	production	to	limit	memory
access	errors	and	attacks	in	real-time
Discover	-i a.out
or
libdiscoverADI.so
LD_PRELOAD_64=/lib/sparcv9/libadimalloc.so;	a.out
Near-zero	overhead
Silicon	Secured	Memory
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
“The	revolutionary	Security	in	Silicon	capabilities	
of	SPARC	M7	enable	us	to	catch	difficult	
software	issues	early	in	the	development	cycle,	
helping	us	save	development	time,	improve	
customer	satisfaction,	and	significantly	reduce	
costs.”
– Juan	Loaiza,	Senior	Vice	President,	Oracle	Database
21
Oracle	Database	code	tested	on	Oracle	Solaris	and	SPARC	M7
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Oracle	Software	In	Silicon	Developer	Cloud
Available	now	at	http://SWiSdev.Oracle.com
Opening	up	to	broader
set	of	developers
• Online	Click	through	agreement	
• Free	for	OPN	partners
• SPARC	Enterprise	Developers
• University	Researchers
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
23
• Learn	about	the	benefit	and	value	
of	our	tools	and	technologies	for	
your	applications	
• Direct	from	the	Engineering	team
• Contact	me	to	sign	up!
– ikroop.dhillon@oracle.com
23
Developer	Workshops	For	Your	Development	Teams
Copyright	©	2016, Oracle	and/or	its	affiliates.	All	rights	reserved.		| 24
Oracle Solaris  Build and Run Applications Better on 11.3

Más contenido relacionado

La actualidad más candente

La actualidad más candente (20)

Oracle Cloud : Big Data Use Cases and Architecture
Oracle Cloud : Big Data Use Cases and ArchitectureOracle Cloud : Big Data Use Cases and Architecture
Oracle Cloud : Big Data Use Cases and Architecture
 
Oracle Data Integration - Overview
Oracle Data Integration - OverviewOracle Data Integration - Overview
Oracle Data Integration - Overview
 
Eric Baldeschwieler Keynote from Storage Developers Conference
Eric Baldeschwieler Keynote from Storage Developers ConferenceEric Baldeschwieler Keynote from Storage Developers Conference
Eric Baldeschwieler Keynote from Storage Developers Conference
 
3 CTOs Discuss the Shift to Next-Gen Analytic Ecosystems
3 CTOs Discuss the Shift to Next-Gen Analytic Ecosystems3 CTOs Discuss the Shift to Next-Gen Analytic Ecosystems
3 CTOs Discuss the Shift to Next-Gen Analytic Ecosystems
 
Tapping into the Big Data Reservoir (CON7934)
Tapping into the Big Data Reservoir (CON7934)Tapping into the Big Data Reservoir (CON7934)
Tapping into the Big Data Reservoir (CON7934)
 
K2 keynote 2_oracle_saa_s_strategy
K2 keynote 2_oracle_saa_s_strategyK2 keynote 2_oracle_saa_s_strategy
K2 keynote 2_oracle_saa_s_strategy
 
Yapp methodology anjo-kolk
Yapp methodology anjo-kolkYapp methodology anjo-kolk
Yapp methodology anjo-kolk
 
Meetup Oracle Database MAD_BCN: 1.2 Oracle Database 18c (autonomous database)
Meetup Oracle Database MAD_BCN: 1.2 Oracle Database 18c (autonomous database)Meetup Oracle Database MAD_BCN: 1.2 Oracle Database 18c (autonomous database)
Meetup Oracle Database MAD_BCN: 1.2 Oracle Database 18c (autonomous database)
 
Pivotal HAWQ and Hortonworks Data Platform: Modern Data Architecture for IT T...
Pivotal HAWQ and Hortonworks Data Platform: Modern Data Architecture for IT T...Pivotal HAWQ and Hortonworks Data Platform: Modern Data Architecture for IT T...
Pivotal HAWQ and Hortonworks Data Platform: Modern Data Architecture for IT T...
 
A Comprehensive Approach to Building your Big Data - with Cisco, Hortonworks ...
A Comprehensive Approach to Building your Big Data - with Cisco, Hortonworks ...A Comprehensive Approach to Building your Big Data - with Cisco, Hortonworks ...
A Comprehensive Approach to Building your Big Data - with Cisco, Hortonworks ...
 
Modernize Your Existing EDW with IBM Big SQL & Hortonworks Data Platform
Modernize Your Existing EDW with IBM Big SQL & Hortonworks Data PlatformModernize Your Existing EDW with IBM Big SQL & Hortonworks Data Platform
Modernize Your Existing EDW with IBM Big SQL & Hortonworks Data Platform
 
Sesion covergentes 2016
Sesion covergentes 2016Sesion covergentes 2016
Sesion covergentes 2016
 
C4 optimizing your_application_infrastructure
C4 optimizing your_application_infrastructureC4 optimizing your_application_infrastructure
C4 optimizing your_application_infrastructure
 
Oracle's BigData solutions
Oracle's BigData solutionsOracle's BigData solutions
Oracle's BigData solutions
 
2009.10.22 S308460 Cloud Data Services
2009.10.22 S308460  Cloud Data Services2009.10.22 S308460  Cloud Data Services
2009.10.22 S308460 Cloud Data Services
 
Beyond TCO
Beyond TCOBeyond TCO
Beyond TCO
 
Oracle Solaris Secure Cloud Infrastructure
Oracle Solaris Secure Cloud InfrastructureOracle Solaris Secure Cloud Infrastructure
Oracle Solaris Secure Cloud Infrastructure
 
2015 02 12 talend hortonworks webinar challenges to hadoop adoption
2015 02 12 talend hortonworks webinar challenges to hadoop adoption2015 02 12 talend hortonworks webinar challenges to hadoop adoption
2015 02 12 talend hortonworks webinar challenges to hadoop adoption
 
Pivotal Big Data Suite: A Technical Overview
Pivotal Big Data Suite: A Technical OverviewPivotal Big Data Suite: A Technical Overview
Pivotal Big Data Suite: A Technical Overview
 
Tame Big Data with Oracle Data Integration
Tame Big Data with Oracle Data IntegrationTame Big Data with Oracle Data Integration
Tame Big Data with Oracle Data Integration
 

Destacado

Destacado (18)

Oracle Solaris Overview
Oracle Solaris OverviewOracle Solaris Overview
Oracle Solaris Overview
 
Oracle Solaris Software Integration
Oracle Solaris Software IntegrationOracle Solaris Software Integration
Oracle Solaris Software Integration
 
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
 
Accelerating Business Intelligence Solutions with Microsoft Azure pass
Accelerating Business Intelligence Solutions with Microsoft Azure   passAccelerating Business Intelligence Solutions with Microsoft Azure   pass
Accelerating Business Intelligence Solutions with Microsoft Azure pass
 
Georgia Azure Event - Scalable cloud games using Microsoft Azure
Georgia Azure Event - Scalable cloud games using Microsoft AzureGeorgia Azure Event - Scalable cloud games using Microsoft Azure
Georgia Azure Event - Scalable cloud games using Microsoft Azure
 
OpenPOWER Roadmap Toward CORAL
OpenPOWER Roadmap Toward CORALOpenPOWER Roadmap Toward CORAL
OpenPOWER Roadmap Toward CORAL
 
The State of Linux Containers
The State of Linux ContainersThe State of Linux Containers
The State of Linux Containers
 
IBM POWER8 as an HPC platform
IBM POWER8 as an HPC platformIBM POWER8 as an HPC platform
IBM POWER8 as an HPC platform
 
Presentacin webinar move_up_to_power8_with_scale_out_servers_final
Presentacin webinar move_up_to_power8_with_scale_out_servers_finalPresentacin webinar move_up_to_power8_with_scale_out_servers_final
Presentacin webinar move_up_to_power8_with_scale_out_servers_final
 
Bitcoin explained
Bitcoin explainedBitcoin explained
Bitcoin explained
 
Blockchain
BlockchainBlockchain
Blockchain
 
Open Innovation with Power Systems
Open Innovation with Power Systems Open Innovation with Power Systems
Open Innovation with Power Systems
 
IBM Power8 announce
IBM Power8 announceIBM Power8 announce
IBM Power8 announce
 
Expert summit SQL Server 2016
Expert summit   SQL Server 2016Expert summit   SQL Server 2016
Expert summit SQL Server 2016
 
Puppet + Windows Nano Server
Puppet + Windows Nano ServerPuppet + Windows Nano Server
Puppet + Windows Nano Server
 
IlOUG Tech Days 2016 - Big Data for Oracle Developers - Towards Spark, Real-T...
IlOUG Tech Days 2016 - Big Data for Oracle Developers - Towards Spark, Real-T...IlOUG Tech Days 2016 - Big Data for Oracle Developers - Towards Spark, Real-T...
IlOUG Tech Days 2016 - Big Data for Oracle Developers - Towards Spark, Real-T...
 
The Quantum Effect: HPC without FLOPS
The Quantum Effect: HPC without FLOPSThe Quantum Effect: HPC without FLOPS
The Quantum Effect: HPC without FLOPS
 
IlOUG Tech Days 2016 - Unlock the Value in your Data Reservoir using Oracle B...
IlOUG Tech Days 2016 - Unlock the Value in your Data Reservoir using Oracle B...IlOUG Tech Days 2016 - Unlock the Value in your Data Reservoir using Oracle B...
IlOUG Tech Days 2016 - Unlock the Value in your Data Reservoir using Oracle B...
 

Similar a Oracle Solaris Build and Run Applications Better on 11.3

Similar a Oracle Solaris Build and Run Applications Better on 11.3 (20)

Extensibility in the cloud – power to the business user
Extensibility in the cloud – power to the business userExtensibility in the cloud – power to the business user
Extensibility in the cloud – power to the business user
 
Agile Development and DevOps in the Oracle Cloud
Agile Development and DevOps in the Oracle CloudAgile Development and DevOps in the Oracle Cloud
Agile Development and DevOps in the Oracle Cloud
 
Why cloud?
Why cloud?Why cloud?
Why cloud?
 
DevOps - Developer Cloud Service Demo
DevOps - Developer Cloud Service DemoDevOps - Developer Cloud Service Demo
DevOps - Developer Cloud Service Demo
 
Mastering DevOps with Oracle
Mastering DevOps with Oracle Mastering DevOps with Oracle
Mastering DevOps with Oracle
 
[2015 Oracle Cloud Summit] 2. Innovate with Oracle Platform as a Service
[2015 Oracle Cloud Summit] 2. Innovate with Oracle Platform as a Service[2015 Oracle Cloud Summit] 2. Innovate with Oracle Platform as a Service
[2015 Oracle Cloud Summit] 2. Innovate with Oracle Platform as a Service
 
Application Development with Oracle Database
Application Development with Oracle DatabaseApplication Development with Oracle Database
Application Development with Oracle Database
 
Mastering DevOps With Oracle
Mastering DevOps With OracleMastering DevOps With Oracle
Mastering DevOps With Oracle
 
Cloud 2014: Top Five Best Practices for Your Application PaaS Audience
Cloud 2014: Top Five Best Practices for Your Application PaaS AudienceCloud 2014: Top Five Best Practices for Your Application PaaS Audience
Cloud 2014: Top Five Best Practices for Your Application PaaS Audience
 
Data archival tool
Data archival toolData archival tool
Data archival tool
 
Migrating Oracle Forms Using Oracle Application Express
Migrating Oracle Forms Using Oracle Application ExpressMigrating Oracle Forms Using Oracle Application Express
Migrating Oracle Forms Using Oracle Application Express
 
Primavera Mobile Applications - Now and Beyond
Primavera Mobile Applications - Now and BeyondPrimavera Mobile Applications - Now and Beyond
Primavera Mobile Applications - Now and Beyond
 
Oracle Mobility Apps
Oracle Mobility AppsOracle Mobility Apps
Oracle Mobility Apps
 
Successful SaaS implementation journey, Sarkis Kerkezian, Oracle @ SaaS Day, ...
Successful SaaS implementation journey, Sarkis Kerkezian, Oracle @ SaaS Day, ...Successful SaaS implementation journey, Sarkis Kerkezian, Oracle @ SaaS Day, ...
Successful SaaS implementation journey, Sarkis Kerkezian, Oracle @ SaaS Day, ...
 
OOW15 - Building, Deploying, and Managing Smartphone Apps for Oracle E-Busine...
OOW15 - Building, Deploying, and Managing Smartphone Apps for Oracle E-Busine...OOW15 - Building, Deploying, and Managing Smartphone Apps for Oracle E-Busine...
OOW15 - Building, Deploying, and Managing Smartphone Apps for Oracle E-Busine...
 
Coding from Application Container Cloud to Oracle JET
Coding from Application Container Cloud to Oracle JETCoding from Application Container Cloud to Oracle JET
Coding from Application Container Cloud to Oracle JET
 
OOW16 - Testing Oracle E-Business Suite Best Practices [CON6713]
OOW16 - Testing Oracle E-Business Suite Best Practices [CON6713]OOW16 - Testing Oracle E-Business Suite Best Practices [CON6713]
OOW16 - Testing Oracle E-Business Suite Best Practices [CON6713]
 
Modern App Development with Oracle Cloud
Modern App Development with Oracle CloudModern App Development with Oracle Cloud
Modern App Development with Oracle Cloud
 
Polyglot! A Lightweight Cloud Platform for Java SE, Node, and More
Polyglot! A Lightweight Cloud Platform for Java SE, Node, and MorePolyglot! A Lightweight Cloud Platform for Java SE, Node, and More
Polyglot! A Lightweight Cloud Platform for Java SE, Node, and More
 
Slidedeck MCS Demo eines Anwendungsfalles - DOAG2015
Slidedeck MCS Demo eines Anwendungsfalles - DOAG2015Slidedeck MCS Demo eines Anwendungsfalles - DOAG2015
Slidedeck MCS Demo eines Anwendungsfalles - DOAG2015
 

Más de OTN Systems Hub

Más de OTN Systems Hub (10)

Oracle super cluster m7
Oracle super cluster m7Oracle super cluster m7
Oracle super cluster m7
 
Oracle super cluster for oracle e business suite
Oracle super cluster for oracle e business suiteOracle super cluster for oracle e business suite
Oracle super cluster for oracle e business suite
 
Oracle engineered systems executive presentation
Oracle engineered systems executive presentationOracle engineered systems executive presentation
Oracle engineered systems executive presentation
 
Using oracle vm virtual box as your development platform
Using oracle vm virtual box as your development platformUsing oracle vm virtual box as your development platform
Using oracle vm virtual box as your development platform
 
Rapid private cloud with oracle vm and oracle openstack for oracle linux
Rapid private cloud with oracle vm and oracle openstack for oracle linuxRapid private cloud with oracle vm and oracle openstack for oracle linux
Rapid private cloud with oracle vm and oracle openstack for oracle linux
 
Oracle vm engineered for open cloud
Oracle vm engineered for open cloudOracle vm engineered for open cloud
Oracle vm engineered for open cloud
 
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
 
Oracle develop in virtual box deploy to the cloud
Oracle develop in virtual box deploy to the cloudOracle develop in virtual box deploy to the cloud
Oracle develop in virtual box deploy to the cloud
 
Oracle business continuity for virtualization and cloud infrastructure
Oracle business continuity for virtualization and cloud infrastructureOracle business continuity for virtualization and cloud infrastructure
Oracle business continuity for virtualization and cloud infrastructure
 
Oracle Solaris Application-Centric Lifecycle and DevOps
Oracle Solaris Application-Centric Lifecycle and DevOpsOracle Solaris Application-Centric Lifecycle and DevOps
Oracle Solaris Application-Centric Lifecycle and DevOps
 

Último

+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
Health
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
mohitmore19
 
The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
shinachiaurasa2
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
VishalKumarJha10
 

Último (20)

+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfPayment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK Software
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
 
The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
 
The Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdfThe Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdf
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the past
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare
 

Oracle Solaris Build and Run Applications Better on 11.3