SlideShare a Scribd company logo
Weblogic 101 for DBA
Osama Mustafa
Agenda
 Basic Concepts – Architecture.
 Installing WLS & Configuring a Domain.
 WebLogic & Java EE Compatibility.
 Managing WebLogic.
Who Am I ?
 Founder/CEO for Gurus Solutions company.
 Leader & Director for JAOUG.
 Oracle ACE Director.
 Certified OCP,OCE,OCS 10g,11g
 Certified Ethical hacker / LPT
 Sun / Linux Certified
 Author Of Oracle Penetration testing book, Now Working on
2nd one.
 Presenter & Contributor in Oracle Community .
 Published Articles in different Magazine.
 Blogger.
Basic Concepts – Architecture.
Weblogic concept
• Domains
• Server / Admin Server
• Managed Server.
• Node Manager
• Cluster
• Machine
Weblogic  101 for dba
Domain
 Domain
◦ Grouping of config/resources for an environment
◦ Has one set of administrators/security privileges
◦ Supports one major release of WebLogic at a time
◦ Is run in either ‘Production’ or ‘Development’ mode
Consists of
o Server
o Cluster
Server
• Server is where we :
• Deploy Enterprise Applications or Web Applications.
• Create JDBC Resources.
• Create JMS Resources.
• Two Weblogic Server type:
• Admin Server
• Managed Server
Admin Server
• Only ONE per domain.
• Controls start and stop of other servers in the Domain.
• Manages the creation of JDBC, JMS and other resources.
• Manages the deployment to servers in the domain.
• In development we use Admin Server for Deployment and Testing. This is
usually done via the Integrated WebLogic instance installed within
JDeveloper.
Managed Server
• Managed Server is an instance of WebLogic Server Managed by an Admin
Server.
• Managed Servers in a Domain are Independent of each other, in every
aspect.
• Applications Deployed in a Managed Server do not share any resources,
including JDBC and JMS Connections and Connection Factories.
• Configuration changes are send over to the Managed Server from the Admin
Server.
Managed Server
Node Manager
• Process to Start/Stop Managed Server instance on a Physical Machine.
• Connect to Admin Server and starts/stops WebLogic instance based
• Independent of Domain
• Default port 5556.
• Check the port using netstat –anp | grep port#.
Weblogic  101 for dba
Weblogic  101 for dba
Weblogic Installation
• Install JVM Depend on version.
• 2. Install a Middleware Home and WebLogic
• 3. Configure a Domain
Note: I usually install the JVM and use the generic
.jar installer (i.e. same for all platforms) rather than
using installer bundled with a JVM
Note about Install JVM
 Sun HotSpot or JRockit (being merged in Java7/8), or JVM for
your platform (e.g. IBM or HP).
 JRockit specific:
 Don’t install demos & samples/source code
 You probably don’t want JRockit as the public JRE
Install Weblogic
 Command line :-
 java -jar wls_version_generic.jar
 Don’t forget WLS has PSUs (e.g. 10.3.6.0.3) and quarterly SPUs (fka
CPUs)
 See the screens 
Weblogic  101 for dba
Weblogic  101 for dba
Weblogic  101 for dba
Weblogic  101 for dba
Configure a Domain
 You use the config wizard to create domains
◦ $WL_HOME/common/bin/config.sh (.cmd)
◦ there are several other methods too
Weblogic  101 for dba
Weblogic  101 for dba
Weblogic  101 for dba
Weblogic  101 for dba
Weblogic Cluster
• Scalability
• Load Balance
• Even distribution of jobs
• Multiple copies of an object that can do a particular job must be
available
• High-Availability
• Failover
• When a object processing a job becomes unavailable, a copy of the
object elsewhere takes over and finishes the job
Understand Clustering
 Stand Alone
 High Availability
 Another feature in Cluster Called Scalability
Node with
OFM
No System
Active Passive
Active Active
Active Active Active Active
Load Balancer
Active
FMW
Active
FMW
Domain, Database
- Oracle OHS
- Clients
Active
OFM Passive
Domain, Database
VIP
Active-Passive (Bad & Good)
• Cost.
• Easier configuration & administration.
• Provide availability for Application.
• No Additional H.W Cost ( Two Nodes ).
• Failover Time.
• Second node will not be used.
• Does not scale
Active-Active ( Bad & Good)
 Not all the application load is hosted by a single server.
 No Time For Failover.
 Flexibility to scale up.
 Load balancers improve manageability by routing application
deployment and system configuration requests to the most available
node.
• Cost
• complexity  mean more maintaining and
administering
WebLogic & Java EE Compatibility
• WebLogic 11g - JEE 5 Certified
• WebLogic 12c - JEE 6 Certified
• Java EE 6
• JSP 2.1, JSF 2.0
• EJB 3.1, JPA 2.0
• Context and Dependency Injection
• Restful Web Services
• Weblogic 12cR2 - Java SE Development Kit 8
• Always check certification martix
Typical Application Archt.
Examples :-
#EMC12c
 Installer sets up WebLogic for you
 Some options to customise to be consistent with your environment
Weblogic  101 for dba
Weblogic  101 for dba
Weblogic  101 for dba
Quick Demo
Live
Managing Weblogic
 Admin console is usually starting point
 Processes to check
 java for admin server & managed server
 Admin & Managed server logs are under:
 DOMAIN_HOME/servers/<name>/logs
Monitoring Tools
 Pure WebLogic / Admin Console
 Weblogic Enterprise manager
 Enterprise manager 12c.
Quick Demo
Live
Processes
Log files
Monitoring Dashboard
WebLogic Scripting Tool / wlst
 interface that system administrators and operators use to monitor and manage
WebLogic Server instances and domains.
 WLST scripting environment is based on the Java scripting interpreter, Jython.
 use common features of interpreted languages, including local variables,
conditional variables, and flow control statements
 WebLogic Server developers and administrators can extend the WebLogic scripting
language to suit their environmental needs
Benefits of Wlst
 Retrieve domain configuration and runtime information.
 Edit the domain configuration and persist the changes in the domain's
configuration files.
 Automate domain configuration tasks and application deployment.
 Control and manage the server life cycle.
 Access the Node Manager and start, stop, and suspend server instances
remotely or locally, without requiring the presence of a running
Administration Server.
 Can be used Online and offline.
Summary
 WebLogic is a java application server.
 All WLS processes run on a JVM.
 Middleware home is static; domain home contains config and logs.
 WLS Console is usually first point of contact (though don’t forget about
WLST for automation).
 OEM 12c runs on WebLogic but the installer now does the WLS set up
work for you
 Twitter : @OsamaOracle
 My Blog : Osamamustafa.blogspot.com
 Linkedin :- https://jo.linkedin.com/in/osamamustafa
Or
Google Me : Osama Mustafa Oracle

More Related Content

What's hot (20)

PDF
OpenStackを利用したNFVの商用化 - OpenStack最新情報セミナー 2017年7月
VirtualTech Japan Inc.
 
PDF
WiGig PPT
Seminar Links
 
PPT
Less05 Network
vivaankumar
 
PPTX
Module 6: YANG Tutorial - part 2
Tail-f Systems
 
PDF
5G Network Architecture and Design
3G4G
 
PPTX
Network solutions presentation
sabrinacummings
 
PPT
Why MVC?
Wayne Tun Myint
 
PPTX
java Servlet technology
Tanmoy Barman
 
PPTX
Weblogic
sudeeporcl
 
PDF
AOT and Native with Spring Boot 3.0
MoritzHalbritter
 
PDF
JMeter - Performance testing your webapp
Amit Solanki
 
PDF
GraalVM: Run Programs Faster Everywhere
J On The Beach
 
PPTX
Selenium
Rakshitha Raviprakash
 
PPTX
JVM++: The Graal VM
Martin Toshev
 
PDF
Technical Paper: 5G Standalone Architecture
Massimo Talia
 
PDF
Learn Oracle WebLogic Server 12c Administration
Revelation Technologies
 
PDF
Desarrolla tu primera api con spring boot
CloudAppi
 
PPTX
Real time simulation with HLA and DDS
José Ramón Martínez Salio
 
PDF
Introducción a java EE 7
Carlos Camacho
 
OpenStackを利用したNFVの商用化 - OpenStack最新情報セミナー 2017年7月
VirtualTech Japan Inc.
 
WiGig PPT
Seminar Links
 
Less05 Network
vivaankumar
 
Module 6: YANG Tutorial - part 2
Tail-f Systems
 
5G Network Architecture and Design
3G4G
 
Network solutions presentation
sabrinacummings
 
Why MVC?
Wayne Tun Myint
 
java Servlet technology
Tanmoy Barman
 
Weblogic
sudeeporcl
 
AOT and Native with Spring Boot 3.0
MoritzHalbritter
 
JMeter - Performance testing your webapp
Amit Solanki
 
GraalVM: Run Programs Faster Everywhere
J On The Beach
 
JVM++: The Graal VM
Martin Toshev
 
Technical Paper: 5G Standalone Architecture
Massimo Talia
 
Learn Oracle WebLogic Server 12c Administration
Revelation Technologies
 
Desarrolla tu primera api con spring boot
CloudAppi
 
Real time simulation with HLA and DDS
José Ramón Martínez Salio
 
Introducción a java EE 7
Carlos Camacho
 

Similar to Weblogic 101 for dba (20)

PDF
Oracle Web Logic server
Rakesh Gujjarlapudi
 
PDF
F428435966 odtug web-logic for developers
Meng He
 
PPT
Weblogic Domain Activity
subash prakash
 
PPT
WLS
Bebo Yu
 
PPT
WebLogic Scripting Tool Overview
James Bayer
 
PDF
WebLogic for DBAs
Simon Haslam
 
PDF
12 Things About WebLogic 12.1.3 #oow2014 #otnla15
Frank Munz
 
PDF
Weblogic 11g admin basic with screencast
Rajiv Gupta
 
PPT
WebLogic 12c - OMF Canberra June 2014
Joelith
 
PDF
Introduction to weblogic
Vishal Srivastava
 
PDF
12 Things about Oracle WebLogic Server 12c
Guatemala User Group
 
PPTX
Ausoug glassfish perth
LansenConsulting
 
PDF
What's New and Noteworthy on Oracle CAF 12.1.3
Bruno Borges
 
PPT
Weblogic - clustering failover, and load balancing
Vibrant Technologies & Computers
 
PDF
Oracle WebLogic 12c New Multitenancy features
Michel Schildmeijer
 
PDF
What You Should Know About WebLogic Server 12c (12.2.1.2) #oow2015 #otntour2...
Frank Munz
 
PPT
Weblogicserveroverviewtopologyconfigurationadministration 1227546826890714-9
Mohammed Khan
 
PPT
Weblogicserveroverviewtopologyconfigurationadministration 1227546826890714-9
Bhaskar Naik
 
PDF
WebLogic FAQs
Amit Sharma
 
PDF
Server Day 2009: Oracle/Bea Fusion Middleware by Paolo Ramasso
JUG Genova
 
Oracle Web Logic server
Rakesh Gujjarlapudi
 
F428435966 odtug web-logic for developers
Meng He
 
Weblogic Domain Activity
subash prakash
 
WLS
Bebo Yu
 
WebLogic Scripting Tool Overview
James Bayer
 
WebLogic for DBAs
Simon Haslam
 
12 Things About WebLogic 12.1.3 #oow2014 #otnla15
Frank Munz
 
Weblogic 11g admin basic with screencast
Rajiv Gupta
 
WebLogic 12c - OMF Canberra June 2014
Joelith
 
Introduction to weblogic
Vishal Srivastava
 
12 Things about Oracle WebLogic Server 12c
Guatemala User Group
 
Ausoug glassfish perth
LansenConsulting
 
What's New and Noteworthy on Oracle CAF 12.1.3
Bruno Borges
 
Weblogic - clustering failover, and load balancing
Vibrant Technologies & Computers
 
Oracle WebLogic 12c New Multitenancy features
Michel Schildmeijer
 
What You Should Know About WebLogic Server 12c (12.2.1.2) #oow2015 #otntour2...
Frank Munz
 
Weblogicserveroverviewtopologyconfigurationadministration 1227546826890714-9
Mohammed Khan
 
Weblogicserveroverviewtopologyconfigurationadministration 1227546826890714-9
Bhaskar Naik
 
WebLogic FAQs
Amit Sharma
 
Server Day 2009: Oracle/Bea Fusion Middleware by Paolo Ramasso
JUG Genova
 
Ad

More from Osama Mustafa (20)

PDF
Case study for software architect
Osama Mustafa
 
PPTX
DevOps for database
Osama Mustafa
 
PPTX
Does cloud mean the end of the dba
Osama Mustafa
 
PDF
Using git hub for your code
Osama Mustafa
 
PDF
DevOps Project
Osama Mustafa
 
PDF
Java business service
Osama Mustafa
 
PDF
Steps creating data_integration_services
Osama Mustafa
 
PDF
Build, Deploy and Run Node Js Application on Azure using Docker
Osama Mustafa
 
PDF
Oracle api gateway installation as cluster and single node
Osama Mustafa
 
PDF
Helping implementer dealing with famous siebel based system messages and er...
Osama Mustafa
 
PPTX
Weblogic and docker
Osama Mustafa
 
PDF
Ebs clone r12.2.4
Osama Mustafa
 
PDF
Oracle obia 11.1.1.10.1 installation
Osama Mustafa
 
PDF
Oracle Enterprise manager 13c Installation
Osama Mustafa
 
PDF
Erp installation r12.2
Osama Mustafa
 
PDF
OBIA Installation
Osama Mustafa
 
DOCX
Upgrade EBS DB from 11g to 12c.
Osama Mustafa
 
PPTX
Eouc 12 on 12c osama mustafa
Osama Mustafa
 
PDF
Install oracle siebel on windows 2008 r2
Osama Mustafa
 
PDF
Enable oracle database vault
Osama Mustafa
 
Case study for software architect
Osama Mustafa
 
DevOps for database
Osama Mustafa
 
Does cloud mean the end of the dba
Osama Mustafa
 
Using git hub for your code
Osama Mustafa
 
DevOps Project
Osama Mustafa
 
Java business service
Osama Mustafa
 
Steps creating data_integration_services
Osama Mustafa
 
Build, Deploy and Run Node Js Application on Azure using Docker
Osama Mustafa
 
Oracle api gateway installation as cluster and single node
Osama Mustafa
 
Helping implementer dealing with famous siebel based system messages and er...
Osama Mustafa
 
Weblogic and docker
Osama Mustafa
 
Ebs clone r12.2.4
Osama Mustafa
 
Oracle obia 11.1.1.10.1 installation
Osama Mustafa
 
Oracle Enterprise manager 13c Installation
Osama Mustafa
 
Erp installation r12.2
Osama Mustafa
 
OBIA Installation
Osama Mustafa
 
Upgrade EBS DB from 11g to 12c.
Osama Mustafa
 
Eouc 12 on 12c osama mustafa
Osama Mustafa
 
Install oracle siebel on windows 2008 r2
Osama Mustafa
 
Enable oracle database vault
Osama Mustafa
 
Ad

Recently uploaded (20)

PDF
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
PPTX
Mastering ODC + Okta Configuration - Chennai OSUG
HathiMaryA
 
PDF
LOOPS in C Programming Language - Technology
RishabhDwivedi43
 
PDF
“Computer Vision at Sea: Automated Fish Tracking for Sustainable Fishing,” a ...
Edge AI and Vision Alliance
 
PDF
UPDF - AI PDF Editor & Converter Key Features
DealFuel
 
PDF
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
PPTX
Agentforce World Tour Toronto '25 - MCP with MuleSoft
Alexandra N. Martinez
 
PDF
NLJUG Speaker academy 2025 - first session
Bert Jan Schrijver
 
DOCX
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
PPTX
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
PDF
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
PDF
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
PDF
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
Edge AI and Vision Alliance
 
PPTX
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
PPTX
Agentforce World Tour Toronto '25 - Supercharge MuleSoft Development with Mod...
Alexandra N. Martinez
 
PDF
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
PDF
How do you fast track Agentic automation use cases discovery?
DianaGray10
 
PDF
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 
PDF
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
PDF
Automating Feature Enrichment and Station Creation in Natural Gas Utility Net...
Safe Software
 
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
Mastering ODC + Okta Configuration - Chennai OSUG
HathiMaryA
 
LOOPS in C Programming Language - Technology
RishabhDwivedi43
 
“Computer Vision at Sea: Automated Fish Tracking for Sustainable Fishing,” a ...
Edge AI and Vision Alliance
 
UPDF - AI PDF Editor & Converter Key Features
DealFuel
 
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
Agentforce World Tour Toronto '25 - MCP with MuleSoft
Alexandra N. Martinez
 
NLJUG Speaker academy 2025 - first session
Bert Jan Schrijver
 
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
Edge AI and Vision Alliance
 
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
Agentforce World Tour Toronto '25 - Supercharge MuleSoft Development with Mod...
Alexandra N. Martinez
 
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
How do you fast track Agentic automation use cases discovery?
DianaGray10
 
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
Automating Feature Enrichment and Station Creation in Natural Gas Utility Net...
Safe Software
 

Weblogic 101 for dba

  • 1. Weblogic 101 for DBA Osama Mustafa
  • 2. Agenda  Basic Concepts – Architecture.  Installing WLS & Configuring a Domain.  WebLogic & Java EE Compatibility.  Managing WebLogic.
  • 3. Who Am I ?  Founder/CEO for Gurus Solutions company.  Leader & Director for JAOUG.  Oracle ACE Director.  Certified OCP,OCE,OCS 10g,11g  Certified Ethical hacker / LPT  Sun / Linux Certified  Author Of Oracle Penetration testing book, Now Working on 2nd one.  Presenter & Contributor in Oracle Community .  Published Articles in different Magazine.  Blogger.
  • 4. Basic Concepts – Architecture.
  • 5. Weblogic concept • Domains • Server / Admin Server • Managed Server. • Node Manager • Cluster • Machine
  • 7. Domain  Domain ◦ Grouping of config/resources for an environment ◦ Has one set of administrators/security privileges ◦ Supports one major release of WebLogic at a time ◦ Is run in either ‘Production’ or ‘Development’ mode Consists of o Server o Cluster
  • 8. Server • Server is where we : • Deploy Enterprise Applications or Web Applications. • Create JDBC Resources. • Create JMS Resources. • Two Weblogic Server type: • Admin Server • Managed Server
  • 9. Admin Server • Only ONE per domain. • Controls start and stop of other servers in the Domain. • Manages the creation of JDBC, JMS and other resources. • Manages the deployment to servers in the domain. • In development we use Admin Server for Deployment and Testing. This is usually done via the Integrated WebLogic instance installed within JDeveloper.
  • 10. Managed Server • Managed Server is an instance of WebLogic Server Managed by an Admin Server. • Managed Servers in a Domain are Independent of each other, in every aspect. • Applications Deployed in a Managed Server do not share any resources, including JDBC and JMS Connections and Connection Factories. • Configuration changes are send over to the Managed Server from the Admin Server.
  • 12. Node Manager • Process to Start/Stop Managed Server instance on a Physical Machine. • Connect to Admin Server and starts/stops WebLogic instance based • Independent of Domain • Default port 5556. • Check the port using netstat –anp | grep port#.
  • 15. Weblogic Installation • Install JVM Depend on version. • 2. Install a Middleware Home and WebLogic • 3. Configure a Domain Note: I usually install the JVM and use the generic .jar installer (i.e. same for all platforms) rather than using installer bundled with a JVM
  • 16. Note about Install JVM  Sun HotSpot or JRockit (being merged in Java7/8), or JVM for your platform (e.g. IBM or HP).  JRockit specific:  Don’t install demos & samples/source code  You probably don’t want JRockit as the public JRE
  • 17. Install Weblogic  Command line :-  java -jar wls_version_generic.jar  Don’t forget WLS has PSUs (e.g. 10.3.6.0.3) and quarterly SPUs (fka CPUs)  See the screens 
  • 22. Configure a Domain  You use the config wizard to create domains ◦ $WL_HOME/common/bin/config.sh (.cmd) ◦ there are several other methods too
  • 27. Weblogic Cluster • Scalability • Load Balance • Even distribution of jobs • Multiple copies of an object that can do a particular job must be available • High-Availability • Failover • When a object processing a job becomes unavailable, a copy of the object elsewhere takes over and finishes the job
  • 29.  Stand Alone  High Availability  Another feature in Cluster Called Scalability Node with OFM No System Active Passive Active Active Active Active Active Active
  • 30. Load Balancer Active FMW Active FMW Domain, Database - Oracle OHS - Clients Active OFM Passive Domain, Database VIP
  • 31. Active-Passive (Bad & Good) • Cost. • Easier configuration & administration. • Provide availability for Application. • No Additional H.W Cost ( Two Nodes ). • Failover Time. • Second node will not be used. • Does not scale
  • 32. Active-Active ( Bad & Good)  Not all the application load is hosted by a single server.  No Time For Failover.  Flexibility to scale up.  Load balancers improve manageability by routing application deployment and system configuration requests to the most available node. • Cost • complexity  mean more maintaining and administering
  • 33. WebLogic & Java EE Compatibility • WebLogic 11g - JEE 5 Certified • WebLogic 12c - JEE 6 Certified • Java EE 6 • JSP 2.1, JSF 2.0 • EJB 3.1, JPA 2.0 • Context and Dependency Injection • Restful Web Services • Weblogic 12cR2 - Java SE Development Kit 8 • Always check certification martix
  • 35. Examples :- #EMC12c  Installer sets up WebLogic for you  Some options to customise to be consistent with your environment
  • 40. Managing Weblogic  Admin console is usually starting point  Processes to check  java for admin server & managed server  Admin & Managed server logs are under:  DOMAIN_HOME/servers/<name>/logs
  • 41. Monitoring Tools  Pure WebLogic / Admin Console  Weblogic Enterprise manager  Enterprise manager 12c.
  • 43. WebLogic Scripting Tool / wlst  interface that system administrators and operators use to monitor and manage WebLogic Server instances and domains.  WLST scripting environment is based on the Java scripting interpreter, Jython.  use common features of interpreted languages, including local variables, conditional variables, and flow control statements  WebLogic Server developers and administrators can extend the WebLogic scripting language to suit their environmental needs
  • 44. Benefits of Wlst  Retrieve domain configuration and runtime information.  Edit the domain configuration and persist the changes in the domain's configuration files.  Automate domain configuration tasks and application deployment.  Control and manage the server life cycle.  Access the Node Manager and start, stop, and suspend server instances remotely or locally, without requiring the presence of a running Administration Server.  Can be used Online and offline.
  • 45. Summary  WebLogic is a java application server.  All WLS processes run on a JVM.  Middleware home is static; domain home contains config and logs.  WLS Console is usually first point of contact (though don’t forget about WLST for automation).  OEM 12c runs on WebLogic but the installer now does the WLS set up work for you
  • 46.  Twitter : @OsamaOracle  My Blog : Osamamustafa.blogspot.com  Linkedin :- https://jo.linkedin.com/in/osamamustafa Or Google Me : Osama Mustafa Oracle