SlideShare une entreprise Scribd logo
1  sur  32
Télécharger pour lire hors ligne
Journey to the
future -
Discovering
Oracle Developer
Cloud Services
and more
page
02
Francisco Munoz Alvarez
• Oracle ACE Director
• 8/9/10g/11g/12c OCP, RAC OCE, AS OCA, E-Business OCP,
• SQL/PLSQL OCA, Oracle 7 OCM
• Oracle 7, 11GR2, 12cR1, 12cR2, ADWCS and OVM 3.1 and 3.2 and 3.3
Beta Tester/Early Adopter
• IOUC LA and APAC Spokesperson, President of APACOUC,AUSOUG NSW
and QLD,CLOUG and NZOUG
• ITIL Certified
• 2008 Top OTN Forum Contributor (All year #1)
• 2008 Oracle ACE Award Winner
• 2010 Oracle Excellence Award Winner
• 2010 Oracle Magazine Editors Choice Award Winner
• 2012 LAOUC Architect of the year Winner
• 2017 and 2018 APAC Webinar Tour Best Session Winner
• Presented over 440 sessions at 48 Countries around the world
Blog: oraclenz.com - Email: alvarez@clouddb.solutions
Twitter : fcomunoz
CloudDB
CEO
www.clouddb.solutions
page
03
A millennia of documented work available
and searchable
Client portal for work tracking and outcome
dashboards
Collaboration knowledge systems to speed
problem resolution
Secured and controlled access
Experts enabled by technology
page
04
Experts enabled by technology
Community Leaders
Remote data management services
Five main offerings
üMonitoring and Alerting
üManaged Services
üConsulting
üProject Consulting
üAs a Service
Engaged by IT and Operations executives looking to address skills or
resourcing gaps
CloudDB is an official partner of Amazon, Microsoft, Google and
Oracle
Top expertise
• 2 Oracle ACEs
• 3 Oracle ACE Directors
• 2 Oracle Certified Master
• 1 Microsoft MVPs
• 2 Microsoft MCMs
• 3 AWS Certified SysOps Administrator – Associate
• 3 AWS Certified Solutions Architect – Associate
• 3 AWS Certified Developer – Associate
• 2 Microsoft Certified Solutions Expert : Data Platform
• 2 Microsoft Certified Solutions Associate
• 2 Microsoft Certified IT Professional
• 3 ITIL V3 Foundation Certified
Fast Facts
page
05
Offices
Australia
Brisbane
Sydney
Perth
New Zealand
Auckland
United States
San Francisco
page
06
Not Your ordinary Partner
01 Unparalleled Expertise
02 Flexible, Open Scope and no lock in
Contracts
05 Billed per the minute, pay only for
real work done
06 The Best Talent and Technology
Leaders
03 Small, Highly Skilled Global Teams
07 Advanced Security
04 Free Onboarding Process
08 Free Internal Communications and
Customer Success
page
07
Professional Services
Big data
Data science
Data Intelligence
Cloud
Business resilience
Performance optimization
Data integration
Systems architecture
Configuration management
Monitoring and Alerting
Databases (*)
Infrastructure
Applications
DevOps
Continuous
Transformation
Managed Services
Databases (*)
Infrastructure
Applications
Our Services
As a Service
AWS
Azure
GCP
Oracle Cloud
(*) Oracle, SQL Server, MySQL, Cassandra, MongoDB, PostgreSQL and Hadoop
Discover Oracle Developer Cloud Services - DevCSObjectives
page
08
01 What is Git and why use it
02 Discovering DevCS
03 Managing SQL Code with
SQL Developer and DevCS
04 Free Onboarding Process
Git, and more
Check it at https://git-scm.com/Concepts
page
10
04 Free Onboarding Process
Community LeadersFast Facts
VCS – Version Control SystemConcepts
page
11
04 Free Onboarding Process
Distributed VCS
SVN GIT
Central VCS
Check it at https://git-scm.com/Concepts
page
12
04 Free Onboarding Process
Community LeadersFast Facts
Check it at https://git-scm.com/Concepts
page
13
04 Free Onboarding Process
Community LeadersFast Facts
Check it at https://git-scm.com/Commands
page
14
04 Free Onboarding Process
Basic CommandsInstallation/Configuration
Check it at https://git-scm.com/Commands
page
15
04 Free Onboarding Process
Basic Commands
$ git –version
$ git config –global user.name “Francisco Munoz Alvarez”
$ git config – global user.email alvarez@clouddb.com.au
$ git config –list
$ git init
$ rm -rf .git
$ git clone <url> <where to clone>
$ git clone ../remote_repo.git .
$ git remote –v
$ git branch -a
$ git help config
$ git config –help
$ git status
$ touch .gitignore
$ git diff
$ git add <file>
$ git reset <file>
$ git add –A
$ git reset
$ git commit –m “message”
$ git log
$ git pull origin master
$ git push origin master
Installation/Configuration
VCS – Version Control SystemConcepts
page
16
04 Free Onboarding Process
Github
Git is a revision control system, a tool to manage your source code
history. Git is the tool.
GitHub is a hosting service for Git repositories. GitHub is the
service for projects that use Git.
Git
Discovering
DevCS
page
18
Discovering DevCS
DevCS
Benefits
You will be able to plan and manage: Issue tracking, Team management, Agile Dashboard.
Versioning
With regards to code: Version management, code review, and track changes.
Develop
Build and deliver (continuous integration, orchestration, deployment automation) and finally
team collaboration (activity stream, wiki, web dashboard).
Flexibility
You can make it work with PL/SQL. SQL , Oracle APEX and more. This session will cover a
couple of real live scenarios and user cases, including APEX on Autonomous Database.
Learn all about Oracle
Developer Cloud Services
and how to Streamline
Team Development and
Software Delivery using a
SaaS solution.
page
19
Discovering DevCS
DevCS
Benefits
You will be able to plan and manage: Issue tracking, Team management, Agile Dashboard.
With regards to code: Version management, code review, and track changes.
Develop
Build and deliver (continuous integration, orchestration, deployment automation) and finally
team collaboration (activity stream, wiki, web dashboard).
Flexibility
You can make it work with PL/SQL. SQL , Oracle APEX and more. This session will cover a
couple of real live scenarios and user cases, including APEX on Autonomous Database.
Learn all about Oracle
Developer Cloud Services
and how to Streamline
Team Development and
Software Delivery using a
SaaS solution.
page
20
Complete Application Lifecycle Support
Key Benefit
Task tracking system
Track issues, features, and tasks in a central repository.
Assign tasks to team member, estimate the effort, and target tasks for specific software releases, then track the progress
through the development process.
Agile and sprint planning boards
Create agile boards and track the execution of development sprints, the tasks associated with them, and the load across team
members.
Code versioning repository
Git based version management system manages your code revisions in central code repositories accessible to your
developers.
Code review process
Give managers and team members the opportunity to review and comment on code changes before they are merges with the
rest of the project.
Build servers
Define build scripts that automate such tasks as compiling, packaging and testing of your application source. With support for
various popular build frameworks and development languages.
Tests Automation
Integration with popular testing frameworks such as JUnit and Selenium enable you to automate testing of both the logic and
UI of your application.
Automation server
Orchestrate, schedule, and automate build execution. Define triggers that will initiate build as well as dependencies between
builds.
Deployment automation Automate deployment of your code to Oracle cloud services with ease.
page
21
Enhanced Team Collaboration and Development Process Management
Key Benefit
Wiki
Create web pages that contains information that needs to be shared among team members. Add attachments to create a
repository of team knowledge.
Activity Stream
Live dashboard shows you the latest activity in the project. See exactly who did what and when and have the latest
information at your fingertips.
Code Review
Team members can request code review from their peers to help them create better code. The team members can comment
on the code to share their advice and practice peer programming approach.
Issue tracking system Track your to-do items, prioritize, assign to team members, and estimate the required time.
Agile dashboards
Track team’s backlog and specific development sprints. Track and update the status of each task in a sprint with a view of
ownership and status.
Reports
See the activity of various team members in charts that help you plan the
development process for future sprints.
page
22
Accelerating your time to value
FASTER
With a rich web based dashboard and
integration with popular development
tools, Oracle Developer Cloud Service
helps deliver better applications faster.
Modern development teams aim to deliver
software in shorter cycles with better
quality.
FOR THE LONG TERM
With a cloud-based platform that
integrates the full application lifecycle
management
with continuous delivery, Oracle Developer
Cloud Service offers an easy way to
modernize development process resulting
in better applications delivered faster.
THE BEST OUTCOMES
Communication between team
members is an essential
component to successful
development teams.
Keeping track of the execution of
project tasks help deliver
applications on time with the
right scope defined.
page
23
We use it internally
page
24
We use it internally
page
25
We use it internally
page
26
We use it internally
page
27
We use it internally
page
28
We use it internally
Managing SQL
Code with
SQL Developer
and DevCS
Using SQL Developer with DevCS
Live Demo
page
30
page
31
Resource Pages
https://blogs.oracle.com/shay/devcs
https://docs.oracle.com/en/cloud/paas
/developer-cloud/tutorials.html
https://docs.oracle.com/en/cloud/paas
/developer-cloud/index.html
https://www.youtube.com/watch?v=8eKZE6d
pzSI
https://www.youtube.com/watc
h?v=rsiM1CsNnUA
https://www.youtube.com/embed/Yv5VJgyXEg8?rel
=0&autoplay=1
Thank You

Contenu connexe

Plus de Insight Technology, Inc.

コモディティサーバー3台で作る高速処理 “ハイパー・コンバージド・データベース・インフラストラクチャー(HCDI)” システム『Insight Qube』...
コモディティサーバー3台で作る高速処理 “ハイパー・コンバージド・データベース・インフラストラクチャー(HCDI)” システム『Insight Qube』...コモディティサーバー3台で作る高速処理 “ハイパー・コンバージド・データベース・インフラストラクチャー(HCDI)” システム『Insight Qube』...
コモディティサーバー3台で作る高速処理 “ハイパー・コンバージド・データベース・インフラストラクチャー(HCDI)” システム『Insight Qube』...
Insight Technology, Inc.
 

Plus de Insight Technology, Inc. (20)

SQL Server エンジニアのためのコンテナ入門
SQL Server エンジニアのためのコンテナ入門SQL Server エンジニアのためのコンテナ入門
SQL Server エンジニアのためのコンテナ入門
 
Lunch & Learn, AWS NoSQL Services
Lunch & Learn, AWS NoSQL ServicesLunch & Learn, AWS NoSQL Services
Lunch & Learn, AWS NoSQL Services
 
db tech showcase2019オープニングセッション @ 森田 俊哉
db tech showcase2019オープニングセッション @ 森田 俊哉 db tech showcase2019オープニングセッション @ 森田 俊哉
db tech showcase2019オープニングセッション @ 森田 俊哉
 
db tech showcase2019 オープニングセッション @ 石川 雅也
db tech showcase2019 オープニングセッション @ 石川 雅也db tech showcase2019 オープニングセッション @ 石川 雅也
db tech showcase2019 オープニングセッション @ 石川 雅也
 
db tech showcase2019 オープニングセッション @ マイナー・アレン・パーカー
db tech showcase2019 オープニングセッション @ マイナー・アレン・パーカー db tech showcase2019 オープニングセッション @ マイナー・アレン・パーカー
db tech showcase2019 オープニングセッション @ マイナー・アレン・パーカー
 
難しいアプリケーション移行、手軽に試してみませんか?
難しいアプリケーション移行、手軽に試してみませんか?難しいアプリケーション移行、手軽に試してみませんか?
難しいアプリケーション移行、手軽に試してみませんか?
 
Attunityのソリューションと異種データベース・クラウド移行事例のご紹介
Attunityのソリューションと異種データベース・クラウド移行事例のご紹介Attunityのソリューションと異種データベース・クラウド移行事例のご紹介
Attunityのソリューションと異種データベース・クラウド移行事例のご紹介
 
そのデータベース、クラウドで使ってみませんか?
そのデータベース、クラウドで使ってみませんか?そのデータベース、クラウドで使ってみませんか?
そのデータベース、クラウドで使ってみませんか?
 
コモディティサーバー3台で作る高速処理 “ハイパー・コンバージド・データベース・インフラストラクチャー(HCDI)” システム『Insight Qube』...
コモディティサーバー3台で作る高速処理 “ハイパー・コンバージド・データベース・インフラストラクチャー(HCDI)” システム『Insight Qube』...コモディティサーバー3台で作る高速処理 “ハイパー・コンバージド・データベース・インフラストラクチャー(HCDI)” システム『Insight Qube』...
コモディティサーバー3台で作る高速処理 “ハイパー・コンバージド・データベース・インフラストラクチャー(HCDI)” システム『Insight Qube』...
 
複数DBのバックアップ・切り戻し運用手順が異なって大変?!運用性の大幅改善、その先に。。
複数DBのバックアップ・切り戻し運用手順が異なって大変?!運用性の大幅改善、その先に。。 複数DBのバックアップ・切り戻し運用手順が異なって大変?!運用性の大幅改善、その先に。。
複数DBのバックアップ・切り戻し運用手順が異なって大変?!運用性の大幅改善、その先に。。
 
Attunity社のソリューションの日本国内外適用事例及びロードマップ紹介[ATTUNITY & インサイトテクノロジー IoT / Big Data フ...
Attunity社のソリューションの日本国内外適用事例及びロードマップ紹介[ATTUNITY & インサイトテクノロジー IoT / Big Data フ...Attunity社のソリューションの日本国内外適用事例及びロードマップ紹介[ATTUNITY & インサイトテクノロジー IoT / Big Data フ...
Attunity社のソリューションの日本国内外適用事例及びロードマップ紹介[ATTUNITY & インサイトテクノロジー IoT / Big Data フ...
 
レガシーに埋もれたデータをリアルタイムでクラウドへ [ATTUNITY & インサイトテクノロジー IoT / Big Data フォーラム 2018]
レガシーに埋もれたデータをリアルタイムでクラウドへ [ATTUNITY & インサイトテクノロジー IoT / Big Data フォーラム 2018]レガシーに埋もれたデータをリアルタイムでクラウドへ [ATTUNITY & インサイトテクノロジー IoT / Big Data フォーラム 2018]
レガシーに埋もれたデータをリアルタイムでクラウドへ [ATTUNITY & インサイトテクノロジー IoT / Big Data フォーラム 2018]
 
エンタープライズでのAI活用を支援する新世代データウェアハウスのあり方[ATTUNITY & インサイトテクノロジー IoT / Big Data フォー...
エンタープライズでのAI活用を支援する新世代データウェアハウスのあり方[ATTUNITY & インサイトテクノロジー IoT / Big Data フォー...エンタープライズでのAI活用を支援する新世代データウェアハウスのあり方[ATTUNITY & インサイトテクノロジー IoT / Big Data フォー...
エンタープライズでのAI活用を支援する新世代データウェアハウスのあり方[ATTUNITY & インサイトテクノロジー IoT / Big Data フォー...
 
Database as code in Devops - DBを10分間で1000個構築するDB仮想化テクノロジーとは?(Adam)
Database as code in Devops - DBを10分間で1000個構築するDB仮想化テクノロジーとは?(Adam)Database as code in Devops - DBを10分間で1000個構築するDB仮想化テクノロジーとは?(Adam)
Database as code in Devops - DBを10分間で1000個構築するDB仮想化テクノロジーとは?(Adam)
 
Database as code in Devops - DBを10分間で1000個構築するDB仮想化テクノロジーとは?(Ishikawa)
Database as code in Devops - DBを10分間で1000個構築するDB仮想化テクノロジーとは?(Ishikawa)Database as code in Devops - DBを10分間で1000個構築するDB仮想化テクノロジーとは?(Ishikawa)
Database as code in Devops - DBを10分間で1000個構築するDB仮想化テクノロジーとは?(Ishikawa)
 
[db tech showcase Tokyo 2018] #dbts2018 #E24 『インメモリデータベースを気軽にスケールアップ! 次世代サーバ仮...
[db tech showcase Tokyo 2018] #dbts2018 #E24 『インメモリデータベースを気軽にスケールアップ! 次世代サーバ仮...[db tech showcase Tokyo 2018] #dbts2018 #E24 『インメモリデータベースを気軽にスケールアップ! 次世代サーバ仮...
[db tech showcase Tokyo 2018] #dbts2018 #E24 『インメモリデータベースを気軽にスケールアップ! 次世代サーバ仮...
 
[db tech showcase Tokyo 2018] #dbts2018 #E37 『Attunity Replicateが変えた Oracle D...
[db tech showcase Tokyo 2018] #dbts2018 #E37 『Attunity Replicateが変えた Oracle D...[db tech showcase Tokyo 2018] #dbts2018 #E37 『Attunity Replicateが変えた Oracle D...
[db tech showcase Tokyo 2018] #dbts2018 #E37 『Attunity Replicateが変えた Oracle D...
 
[db tech showcase Tokyo 2018] #dbts2018 #E28 『Hadoop DataLakeにリアルタイムでデータをレプリケ...
[db tech showcase Tokyo 2018] #dbts2018 #E28 『Hadoop DataLakeにリアルタイムでデータをレプリケ...[db tech showcase Tokyo 2018] #dbts2018 #E28 『Hadoop DataLakeにリアルタイムでデータをレプリケ...
[db tech showcase Tokyo 2018] #dbts2018 #E28 『Hadoop DataLakeにリアルタイムでデータをレプリケ...
 
[db tech showcase Tokyo 2018] #dbts2018 #D24 『異種データベース間データ連携ウラ話 ~ 新しいデータベースを試...
[db tech showcase Tokyo 2018] #dbts2018 #D24 『異種データベース間データ連携ウラ話 ~ 新しいデータベースを試...[db tech showcase Tokyo 2018] #dbts2018 #D24 『異種データベース間データ連携ウラ話 ~ 新しいデータベースを試...
[db tech showcase Tokyo 2018] #dbts2018 #D24 『異種データベース間データ連携ウラ話 ~ 新しいデータベースを試...
 
[db tech showcase Tokyo 2018] #dbts2018 #D1L 『"何が必要?どう実現?"~異種DB間データリアルタイム連携』
[db tech showcase Tokyo 2018] #dbts2018 #D1L 『"何が必要?どう実現?"~異種DB間データリアルタイム連携』[db tech showcase Tokyo 2018] #dbts2018 #D1L 『"何が必要?どう実現?"~異種DB間データリアルタイム連携』
[db tech showcase Tokyo 2018] #dbts2018 #D1L 『"何が必要?どう実現?"~異種DB間データリアルタイム連携』
 

Dernier

Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
amitlee9823
 
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
amitlee9823
 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
amitlee9823
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
amitlee9823
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Dernier (20)

Capstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics ProgramCapstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics Program
 
Anomaly detection and data imputation within time series
Anomaly detection and data imputation within time seriesAnomaly detection and data imputation within time series
Anomaly detection and data imputation within time series
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptx
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFx
 
ALSO dropshipping via API with DroFx.pptx
ALSO dropshipping via API with DroFx.pptxALSO dropshipping via API with DroFx.pptx
ALSO dropshipping via API with DroFx.pptx
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptx
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signals
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
 
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptx
 
Predicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science ProjectPredicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science Project
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysis
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Research
 

未来への旅たち - Oracle Developer Cloud Servicesなどについて

  • 1. Journey to the future - Discovering Oracle Developer Cloud Services and more
  • 2. page 02 Francisco Munoz Alvarez • Oracle ACE Director • 8/9/10g/11g/12c OCP, RAC OCE, AS OCA, E-Business OCP, • SQL/PLSQL OCA, Oracle 7 OCM • Oracle 7, 11GR2, 12cR1, 12cR2, ADWCS and OVM 3.1 and 3.2 and 3.3 Beta Tester/Early Adopter • IOUC LA and APAC Spokesperson, President of APACOUC,AUSOUG NSW and QLD,CLOUG and NZOUG • ITIL Certified • 2008 Top OTN Forum Contributor (All year #1) • 2008 Oracle ACE Award Winner • 2010 Oracle Excellence Award Winner • 2010 Oracle Magazine Editors Choice Award Winner • 2012 LAOUC Architect of the year Winner • 2017 and 2018 APAC Webinar Tour Best Session Winner • Presented over 440 sessions at 48 Countries around the world Blog: oraclenz.com - Email: alvarez@clouddb.solutions Twitter : fcomunoz CloudDB CEO www.clouddb.solutions
  • 3. page 03 A millennia of documented work available and searchable Client portal for work tracking and outcome dashboards Collaboration knowledge systems to speed problem resolution Secured and controlled access Experts enabled by technology
  • 4. page 04 Experts enabled by technology Community Leaders Remote data management services Five main offerings üMonitoring and Alerting üManaged Services üConsulting üProject Consulting üAs a Service Engaged by IT and Operations executives looking to address skills or resourcing gaps CloudDB is an official partner of Amazon, Microsoft, Google and Oracle Top expertise • 2 Oracle ACEs • 3 Oracle ACE Directors • 2 Oracle Certified Master • 1 Microsoft MVPs • 2 Microsoft MCMs • 3 AWS Certified SysOps Administrator – Associate • 3 AWS Certified Solutions Architect – Associate • 3 AWS Certified Developer – Associate • 2 Microsoft Certified Solutions Expert : Data Platform • 2 Microsoft Certified Solutions Associate • 2 Microsoft Certified IT Professional • 3 ITIL V3 Foundation Certified Fast Facts
  • 6. page 06 Not Your ordinary Partner 01 Unparalleled Expertise 02 Flexible, Open Scope and no lock in Contracts 05 Billed per the minute, pay only for real work done 06 The Best Talent and Technology Leaders 03 Small, Highly Skilled Global Teams 07 Advanced Security 04 Free Onboarding Process 08 Free Internal Communications and Customer Success
  • 7. page 07 Professional Services Big data Data science Data Intelligence Cloud Business resilience Performance optimization Data integration Systems architecture Configuration management Monitoring and Alerting Databases (*) Infrastructure Applications DevOps Continuous Transformation Managed Services Databases (*) Infrastructure Applications Our Services As a Service AWS Azure GCP Oracle Cloud (*) Oracle, SQL Server, MySQL, Cassandra, MongoDB, PostgreSQL and Hadoop
  • 8. Discover Oracle Developer Cloud Services - DevCSObjectives page 08 01 What is Git and why use it 02 Discovering DevCS 03 Managing SQL Code with SQL Developer and DevCS 04 Free Onboarding Process
  • 10. Check it at https://git-scm.com/Concepts page 10 04 Free Onboarding Process Community LeadersFast Facts
  • 11. VCS – Version Control SystemConcepts page 11 04 Free Onboarding Process Distributed VCS SVN GIT Central VCS
  • 12. Check it at https://git-scm.com/Concepts page 12 04 Free Onboarding Process Community LeadersFast Facts
  • 13. Check it at https://git-scm.com/Concepts page 13 04 Free Onboarding Process Community LeadersFast Facts
  • 14. Check it at https://git-scm.com/Commands page 14 04 Free Onboarding Process Basic CommandsInstallation/Configuration
  • 15. Check it at https://git-scm.com/Commands page 15 04 Free Onboarding Process Basic Commands $ git –version $ git config –global user.name “Francisco Munoz Alvarez” $ git config – global user.email alvarez@clouddb.com.au $ git config –list $ git init $ rm -rf .git $ git clone <url> <where to clone> $ git clone ../remote_repo.git . $ git remote –v $ git branch -a $ git help config $ git config –help $ git status $ touch .gitignore $ git diff $ git add <file> $ git reset <file> $ git add –A $ git reset $ git commit –m “message” $ git log $ git pull origin master $ git push origin master Installation/Configuration
  • 16. VCS – Version Control SystemConcepts page 16 04 Free Onboarding Process Github Git is a revision control system, a tool to manage your source code history. Git is the tool. GitHub is a hosting service for Git repositories. GitHub is the service for projects that use Git. Git
  • 18. page 18 Discovering DevCS DevCS Benefits You will be able to plan and manage: Issue tracking, Team management, Agile Dashboard. Versioning With regards to code: Version management, code review, and track changes. Develop Build and deliver (continuous integration, orchestration, deployment automation) and finally team collaboration (activity stream, wiki, web dashboard). Flexibility You can make it work with PL/SQL. SQL , Oracle APEX and more. This session will cover a couple of real live scenarios and user cases, including APEX on Autonomous Database. Learn all about Oracle Developer Cloud Services and how to Streamline Team Development and Software Delivery using a SaaS solution.
  • 19. page 19 Discovering DevCS DevCS Benefits You will be able to plan and manage: Issue tracking, Team management, Agile Dashboard. With regards to code: Version management, code review, and track changes. Develop Build and deliver (continuous integration, orchestration, deployment automation) and finally team collaboration (activity stream, wiki, web dashboard). Flexibility You can make it work with PL/SQL. SQL , Oracle APEX and more. This session will cover a couple of real live scenarios and user cases, including APEX on Autonomous Database. Learn all about Oracle Developer Cloud Services and how to Streamline Team Development and Software Delivery using a SaaS solution.
  • 20. page 20 Complete Application Lifecycle Support Key Benefit Task tracking system Track issues, features, and tasks in a central repository. Assign tasks to team member, estimate the effort, and target tasks for specific software releases, then track the progress through the development process. Agile and sprint planning boards Create agile boards and track the execution of development sprints, the tasks associated with them, and the load across team members. Code versioning repository Git based version management system manages your code revisions in central code repositories accessible to your developers. Code review process Give managers and team members the opportunity to review and comment on code changes before they are merges with the rest of the project. Build servers Define build scripts that automate such tasks as compiling, packaging and testing of your application source. With support for various popular build frameworks and development languages. Tests Automation Integration with popular testing frameworks such as JUnit and Selenium enable you to automate testing of both the logic and UI of your application. Automation server Orchestrate, schedule, and automate build execution. Define triggers that will initiate build as well as dependencies between builds. Deployment automation Automate deployment of your code to Oracle cloud services with ease.
  • 21. page 21 Enhanced Team Collaboration and Development Process Management Key Benefit Wiki Create web pages that contains information that needs to be shared among team members. Add attachments to create a repository of team knowledge. Activity Stream Live dashboard shows you the latest activity in the project. See exactly who did what and when and have the latest information at your fingertips. Code Review Team members can request code review from their peers to help them create better code. The team members can comment on the code to share their advice and practice peer programming approach. Issue tracking system Track your to-do items, prioritize, assign to team members, and estimate the required time. Agile dashboards Track team’s backlog and specific development sprints. Track and update the status of each task in a sprint with a view of ownership and status. Reports See the activity of various team members in charts that help you plan the development process for future sprints.
  • 22. page 22 Accelerating your time to value FASTER With a rich web based dashboard and integration with popular development tools, Oracle Developer Cloud Service helps deliver better applications faster. Modern development teams aim to deliver software in shorter cycles with better quality. FOR THE LONG TERM With a cloud-based platform that integrates the full application lifecycle management with continuous delivery, Oracle Developer Cloud Service offers an easy way to modernize development process resulting in better applications delivered faster. THE BEST OUTCOMES Communication between team members is an essential component to successful development teams. Keeping track of the execution of project tasks help deliver applications on time with the right scope defined.
  • 23. page 23 We use it internally
  • 24. page 24 We use it internally
  • 25. page 25 We use it internally
  • 26. page 26 We use it internally
  • 27. page 27 We use it internally
  • 28. page 28 We use it internally
  • 29. Managing SQL Code with SQL Developer and DevCS
  • 30. Using SQL Developer with DevCS Live Demo page 30