SlideShare a Scribd company logo
1 of 39
© OPITZ CONSULTING 2017
 überraschend mehr Möglichkeiten!
© OPITZ CONSULTING 2017
DOAG 2017 Konferenz
Borys Neselovskyi | November 2017
SOA Suite 12c aus der
Infrastruktur-Sicht
© OPITZ CONSULTING 2017 Seite 2
Agenda
1
2
3
4
SOA Architektur und Planung
Installation und Konfiguration
Monitoring
Administration
SOA Suite 12c aus der Infrastruktur-Sicht
Tuning und Troubleshooting5
© OPITZ CONSULTING 2017 Seite 3
SOA Architektur und Planung
 Architektur
 Hochverfügbarkeit
 Security
 Anforderungen
 Shared Storage
1
SOA Suite 12c aus der Infrastruktur-Sicht
© OPITZ CONSULTING 2017 SOA Suite 12c aus der Infrastruktur-Sicht
SOA Suite Komponenten
 AdminServer – Zentrale Konfigurations-
instanz
 OWSM – Security Komponente
 Management / Anwendung von Policies
 ESS – Scheduler Komponente
 SOA
 Integrations-/Automatisierungsplattform
 Entwicklung zustandsbehafteter Services
 SB
 Standalone Enterprise Service Bus
 Entwicklung zustandsloser Services
Source: https://thecattlecrew.net/2016/08/21/soa-suite-12-2-1-1-0-create-configure-and-tune-a-soaosb-domain/
© OPITZ CONSULTING 2017 SOA Suite 12c aus der Infrastruktur-Sicht
SOA Suite Topologie (EDG)
 Load Balancer
 3 Tier Architektur
 Web Tier
 Application Tier
 Data Tier
 High Availability
Source: https://docs.oracle.com/middleware/12213/lcm/SOEDG/SOEDG.pdf
© OPITZ CONSULTING 2017 SOA Suite 12c aus der Infrastruktur-Sicht
High Availability
 Managed Server in Cluster
 AdminServer:
 Single point of failure
 Whole Server Migration
 Für 12c nicht empfohlen: EDG
 Service Migration:
 Empfohlene Option für 12c
 Redundante Loadbalancer
 Redundante Webserver
 Redundanz für die Datenbank:
 RAC
 Data Guard oder DBVisit
 Redundante Netzwerkkomponente:
 Switsches
 Bonding
© OPITZ CONSULTING 2017 SOA Suite 12c aus der Infrastruktur-Sicht
Load Balancer Anforderungen
 Software Load Balancer
 Oracle Traffic Director
 OHS
 Nur Round Robin möglich
 Hardware Load Balancer
 Citrix Netscaler: gute Erfahrungen
 F5 BIG-IP
 Anforderungen
 Sticky session routing: route traffic to the
same server that processes the first
request
 Ability to configure virtual server names
and ports on the load balancer
 SSL acceleration. Oracle recommends
this feature but doesn't require it
 Client IP Address (Preserving): the load
balancer must be able to insert a
request's original client IP address in an
X-Forwarded-For HTTP header to
preserve it.
© OPITZ CONSULTING 2017 SOA Suite 12c aus der Infrastruktur-Sicht
Shared Storage in der Cluster Architektur
 $ORACLE_HOME
 Verzeichnisse:
 $DOMAIN_HOME/config
$DOMAIN_HOME/bin
$DOMAIN_HOME/servers/AdminServer
 Deployments
 JMS Persistent Store / TLog
 Logfiles
 SOA Connectors: Anpassung soa-
connectors auf Shared-Storage und
kopieren der .rar Files
 Shared Storage:
 NAS / SAN
 NFS Optionen:
mount nasfiler:/vol/vol1/u01/oracle
/u01/oracle -t nfs -o rw,bg,hard,
nointr,tcp,vers=3, timeo=300,rsize=32768,
wsize=32768
 Tipps:
 ORACLE_HOME: mount read only
 ORACLE_HOME: Alle Upgrade/Patch
Aktionen auf dem Server durchführen, wo
die Installation stattgefunden ist
 Info:
 Example Implementation How to Effectively Use the Enterprise Deployment Guide for Oracle
SOA Suite Products (SOA, BPM, BAM, OSB) (Doc ID 1536364.2)
 https://docs.oracle.com/middleware/12213/lcm/SOEDG/SOEDG.pdf
© OPITZ CONSULTING 2017 SOA Suite 12c aus der Infrastruktur-Sicht
Datenbank Voraussetzungen
 SOA Repository:
 RDBMS Versionen:
 11.2.0.4
 12.1 (und höher)
 Java muss installiert werden
 Zeichensatz ATL32UTF8
 Info:
http://docs.oracle.com/html/E82037_01/toc.h
tm#GUID-85F0EAF9-3ACE-421D-BD72-
F1A8E6B91116
 Fachdaten sollen in einer separaten
Datenbank aufbewahrt werden
 LifeCycle von Fachdaten implementieren
 Hochverfügbarkeit:
 RAC
 Data Guard
 Data Guard Failover:
 Datenquelle Definition:
jdbc:oracle:thin:@(DESCRIPTION_LIST=(LOAD_BALA
NCE=OFF)(FAILOVER=ON)
(DESCRIPTION=(CONNECT_TIMEOUT=3)(TRANSPORT_CON
NECT_TIMEOUT=3)(RETRY_COUNT=3)
(ADDRESS_LIST=(LOAD_BALANCE=OFF)(FAILOVER=ON)
(ADDRESS=(PROTOCOL=TCP)(HOST=<primary db
host>)(PORT=1521)))
(CONNECT_DATA=(SERVICE_NAME=myorcl)))
(DESCRIPTION=(CONNECT_TIMEOUT=3)(TRANSPORT_CON
NECT_TIMEOUT=3)(RETRY_COUNT=3)
(ADDRESS_LIST=(LOAD_BALANCE=OFF)(FAILOVER=ON)(
ADDRESS=(PROTOCOL=TCP)(HOST=<standby db
host>)(PORT=1521)))
(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=
myorcl))))
© OPITZ CONSULTING 2017 SOA Suite 12c aus der Infrastruktur-Sicht
Security
 OHS
 Module:
 mod_ossl: SSL Unterstützung
 mod_security: Sicherheitsregeln
 mod_certheaders:Proxy für SSL Terminating
 mod_ora_audit: Auditing
 mod_webgate: SSO für WebGate
 SOA Suite
 SSL für SOA Domain
 SAML Konfiguration
 Configuring SOA Composite Applications for
Two-Way SSL Communication
 Dokumentation:
https://docs.oracle.com/middleware/12213/soasu
ite/administer/SOAAG.pdf
 Netzwerk
 Firewall
 SSL
 ACL‘s
 Auditing
 Betriebssystem:
 Härtung
 Auditing
 Datenbank:
 SSL Konfiguration für Datenbank
Listener
 Datenbank Security: viele Optionen
© OPITZ CONSULTING 2017 SOA Suite 12c aus der Infrastruktur-Sicht
Planung der Installation
 Best Practices:
 OSB / SOA / BAM:
 Eigene ORACLE_HOME / Eigene Domäne
 Grund 1: unterschiedliche Patch Anforderungen
 Grund 2: BAM – Performance, OSB – Stand-alone für mehrere SOA Domänen
 Eventuell separate Hosts für BAM und SOA/OSB (wegen Ressourcen Aufteilung)
 Dokumentation:
 Supported System Configurations:
http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-certification-100350.html
 Enterprise Deployment Guide:
 https://docs.oracle.com/middleware/12213/lcm/SOEDG/SOEDG.pdf
 Planning Workbook for SOA Suite:
 http://www.oracle.com/pls/topic/lookup?ctx=fmw122130&id=soa_edg_workbook_12213
 System Requirements and Specifications
 http://docs.oracle.com/html/E82037_01/toc.htm
 Installation Guides:
 SOA: https://docs.oracle.com/middleware/12213/lcm/INSOA/INSOA.pdf
 OSB: https://docs.oracle.com/middleware/12213/lcm/INOSB/INOSB.pdf
© OPITZ CONSULTING 2017 Seite 12
Installation und Konfiguration
2
SOA Suite 12c aus der Infrastruktur-Sicht
© OPITZ CONSULTING 2017
Konfiguration: Repository Datenbank
 Voraussetzung:
Datenbankbenutzer mit DBA /
SYSDBA Berechtigungen
 Starten RCU (Repository
Creation Utility):
 Beispiel:
${ORACLE_HOME}/oracle_common/bin/rcu
 Erstellt einige Datenbank
Schemas und Tablespaces
 Wichtig:
 Sizing: Medium und Large setzen die
Partitioning Option voraus!!!
 Zusätzliche Lizenzkosten
SOA Suite 12c aus der Infrastruktur-Sicht
Quelle:
https://docs.oracle.com/middleware/12213/soasuite/administer/SOAAG.pdf
© OPITZ CONSULTING 2017
Konfiguration: Erstellen SOA Domäne
 Die Binary config.sh ausführen:
 Beispiel:
${ORACLE_HOME}/oracle_common/common/bin/co
nfig.sh
 Templates auswählen:
 Nur notwendige Templates auswählen!
 Andernfalls:
 Performance Einbüße
 Mehr Administration
 Mehr Wartung
SOA Suite 12c aus der Infrastruktur-Sicht
© OPITZ CONSULTING 2017
Konfiguration: Erstellen SOA Domäne
SOA Suite 12c aus der Infrastruktur-Sicht
Domain Template Referenz: https://docs.oracle.com/middleware/12213/lcm/WLDTR/WLDTR.pdf
© OPITZ CONSULTING 2017
Cluster Konfiguration
SOA Suite 12c aus der Infrastruktur-Sicht
© OPITZ CONSULTING 2017
Erweiterte Konfiguration
 Derby Datenbank deaktivieren:
cd ${ORACLE_HOME}/wlserver/common/derby/lib/
mv derby.jar disable_derby.jar
 Tuning Fusion Middleware Control :
 MOS Note “How to Enable Discovery Cache To Avoid Long Delay During Login To Fusion Middleware
Control (Doc ID 1423893.1)
EM > … > System MBeanBrowser > emoms.properties >set Property
ORACLE.SYSMAN.EMAS.DISCOVERY.WLS.FMW_DISCOVERY_USE_CACHED_RESULTS=TRUE
ORACLE.SYSMAN.EMAS.DISCOVERY.WLS.FMW_DISCOVERY_MAX_CACHE_AGE=7200000
ORACLE.SYSMAN.EMAS.DISCOVERY.WLS.FMW_DISCOVERY_MAX_WAIT_TIME=100007
SOA Suite 12c aus der Infrastruktur-Sicht
© OPITZ CONSULTING 2017
JVM Konfiguration: SetUserOverrides.sh
 $DOMAIN_HOME/bin/setUserOverrides.sh:
#!/bin/bash
echo "Setting from UserOverrides.sh"
# global settinga (for all servers)s
export JAVA_OPTIONS="$JAVA_OPTIONS -Dweblogic.MaxMessageSize=300000000"
# customer settings for each server
if [ "${SERVER_NAME}" = "AdminServer" ]
then
echo "Customizing USER_MEM_ARGS for SERVER_NAME ${SERVER_NAME}"
export USER_MEM_ARGS="-Xms3g -Xmx3g"
export JAVA_OPTIONS="$JAVA_OPTIONS -Djava.awt.headless=true"
fi
if [ "${SERVER_NAME}" = "soa_server1" -o "${SERVER_NAME}" = "soa_server2" -o "${SERVER_NAME}" = "soa_server3" ]
then
echo "Customizing USER_MEM_ARGS for SERVER_NAME ${SERVER_NAME}"
export USER_MEM_ARGS="-Xms3g -Xmx3g -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:NewSize=1g"
export JAVA_OPTIONS="$JAVA_OPTIONS -Djava.awt.headless=true"
fi
echo "End setting from UserOverrides.sh"
SOA Suite 12c aus der Infrastruktur-Sicht
© OPITZ CONSULTING 2017 SOA Suite 12c aus der Infrastruktur-Sicht
JVM Tuning
 Garbage Collection (Auszug
aus dem Tuning Guide)
 Kapitel 4.3.6 Java HotSpot VM
Heap Size Options:
https://docs.oracle.com/middle
ware/1221/wls/PERFM.pdf
 Training - How to Tune G1
Garbage Collector (Doc ID
2103280.1)
 https://borysneselovskyi.word
press.com/2016/07/24/how-
to-customize-java-virtual-
machine-settings-in-oracle-
weblogic-server-12-on-os-
linux-unix/
© OPITZ CONSULTING 2017
Coherence
 Konfiguratrion:
 1 Coherence Cluster pro Domain
 Kommunikation: Tangosol Cluster Management Protocol (TCMP)
 Unicast/Multicast
 Infos und Notes:
 SOA 11g Health Check: Check for Coherence Protocol Conflict (Doc ID 1520616.1)
 https://coherencedownunder.wordpress.com/2016/05/04/coherence-12-2-1-cluster-discovery-made-easy/
 http://www.oracle.com/technetwork/middleware/coherence/learnmore/oracle-coherence-12c-deployment-
3049521.pdf
 Konfiguration der reinen Unicast-Kommunikation (WKAs):
https://docs.oracle.com/middleware/12213/coherence/develop-applications/setting-cluster.htm#GUID-
EC077736-7187-4186-9E95-38D6107A8294
 Troubleshooting Notes:
 How To Verify that Multicast Communication Works Correctly Between Machines the Coherence Cluster
Members Are Running On (Doc ID 1936452.1)
 How To Verify That Peer-To-Peer UDP Communication Does Work Well Between Machines Coherence
Cluster Members Are Supposed To Be Running On (Doc ID 1936575.1)
 How To Verify That the IPMonitor Feature Works Correctly Between the Machines Coherence Cluster
Members Are Running On (Doc ID 1936105.1)
 General Coherence Network Troubleshooting And Configuration Advice (Doc ID 1389045.1)
SOA Suite 12c aus der Infrastruktur-Sicht
© OPITZ CONSULTING 2017
Coherence: Unicast Konfigurationsbeispiel
SOA_SERVER1: IP - 11.1.1.1 SOA_SERVER2: IP - 11.1.1.2 SOA_SERVER3: IP - 11.1.1.3
SetUserOverrides.sh:
soa_server1)
JAVA_OPTIONS="$JAVA_OPTIONS -Dtangosol.coherence.localhost=11.1.1.1"
JAVA_OPTIONS="$JAVA_OPTIONS -Dtangosol.coherence.wka1=11.1.1.1 -
Dtangosol.coherence.wka2=11.1.1.2 -Dtangosol.coherence.wka3=11.1.1.3"
JAVA_OPTIONS="$JAVA_OPTIONS -Dtangosol.coherence.localport=8090"
JAVA_OPTIONS="$JAVA_OPTIONS -Dtangosol.coherence.localport.adjust=true"
soa_server2)
JAVA_OPTIONS="$JAVA_OPTIONS -Dtangosol.coherence.localhost=11.1.1.2"
JAVA_OPTIONS="$JAVA_OPTIONS -Dtangosol.coherence.wka1=11.1.1.1 -
Dtangosol.coherence.wka2=11.1.1.2 -Dtangosol.coherence.wka3=11.1.1.3"
JAVA_OPTIONS="$JAVA_OPTIONS -Dtangosol.coherence.localport=8090"
JAVA_OPTIONS="$JAVA_OPTIONS -Dtangosol.coherence.localport.adjust=true"
soa_server3)
JAVA_OPTIONS="$JAVA_OPTIONS -Dtangosol.coherence.localhost=11.1.1.3"
JAVA_OPTIONS="$JAVA_OPTIONS -Dtangosol.coherence.wka1=11.1.1.1 -
Dtangosol.coherence.wka2=11.1.1.2 -Dtangosol.coherence.wka3=11.1.1.3"
JAVA_OPTIONS="$JAVA_OPTIONS -Dtangosol.coherence.localport=8090"
JAVA_OPTIONS="$JAVA_OPTIONS -Dtangosol.coherence.localport.adjust=true"
SOA Suite 12c aus der Infrastruktur-Sicht
© OPITZ CONSULTING 2017 Seite 27
Monitoring
3
SOA Suite 12c aus der Infrastruktur-Sicht
© OPITZ CONSULTING 2017
Monitoring
 Tools:
 Skript-basierte Lösung für Logfile
Überwachung
 Introscope:
 Logfile Überwachung und SOA Überwachung
 Dynatrace:
 Logfile Überwachung
 Flopstar:
 SOA Überwachung
 Cloud Control Metriken für WebLogic
 Cloud Control und SOA Überwachung:
 SOA Plug-In
 BTM: wird dessuported
 Check_MK und Jolokia:
SOA Suite 12c aus der Infrastruktur-Sicht
© OPITZ CONSULTING 2017
Monitoring: Cloud Control: sinnvolle Metriken
© OPITZ CONSULTING 2017 SOA Suite 12c aus der Infrastruktur-Sicht
SOA Monitoring: Logs und Mbeans
 OHS Logs
 Pfad: $DOMAIN_HOME/servers/<component name>/logs
 Dateien: access.log/error.log
 SOA Suite:
 WLDF:
 Oracle WebLogic Server Mbeans
 JVM: weblogic.management.runtime.JVMRuntimeMBean
 Server Status: weblogic.management.runtime.ServerRuntimeMBean
 JDBC: weblogic.management.runtime.JDBCDataSourceRuntimeMBean
 Diagnostic Oracle SOA Suite MBeans
 Deployment: oracle.fabric.management.wldf.mbean.DeploymentWatchMXBeanImpl
 Logs: $DOMAIN_HOME/servers/<servername>/logs
© OPITZ CONSULTING 2017 Seite 34
Administration
4
SOA Suite 12c aus der Infrastruktur-Sicht
© OPITZ CONSULTING 2017
Patching
 Notes:
 Master Note on WebLogic Server Patch Set Updates (PSUs) (Doc ID 1470197.1)
 SOA 11g and 12c: Bundle Patch Reference (Doc ID 1485949.1)
 Service Bus 11g and 12c: Bundle Patch Reference (Doc ID 1499170.1)
 Strategie:
 Patche in der Testumgebung installieren
 Testen… testen… testen
 Probleme beseitigen
 Installation in der Produktionsumgebung
SOA Suite 12c aus der Infrastruktur-Sicht
© OPITZ CONSULTING 2017
Start - Stop
 Automatisches Starten – Stoppen
konfigurieren: „rebootfest“
 Reihenfolge von Komponenten beim Starten
/ Stoppen beachten
 Ablauf:
 Start:
 NodeManager
 AdminServer
 SOA Managed Server(s)
 Stop:
 SOA Managed Server(s)
 AdminServer
 NodeManager
 Webserver und Loadbalancer betrachten
 Realisierung:
 Python (WLST) / Shell Skripte
SOA Suite 12c aus der Infrastruktur-Sicht
 NodeManager Start/Stop:
 Als Dienst konfigurieren
 Beispiel Skript:
#!/bin/bash
## fmw_nodemanager.sh
DOMAIN_HOME=/opt/oracle/user_projects/domains/base_domain
WORK_DIR=/home/oracle/scripts
export DOMAIN_HOME WORK_DIR
case "$1" in
start) nohup ${DOMAIN_HOME}/bin/startNodeManager.sh ;;
stop) ${DOMAIN_HOME}/bin/stopNodeManager.sh ;;
*) echo "usage: $0 [start|stop]„
exit 2 ;;
esac
© OPITZ CONSULTING 2017
Start - Stop
 WLST Beispiele:
 Mit dem NodeManager verbinden:
nmConnect(userConfigFile='<Pfad zum
File>/userConfigFile',userKeyFile='<Pfad zum
File>/userKeyFile',host=‚xxx',port='5556',domainName='soa_domain',do
mainDir='/u01/domains/soa_domain‘)
 Start/Stop OHS Server:
nmStart(serverName='ohs1', serverType='OHS‘)
nmKill(serverName='ohs1', serverType='OHS')
 Start/Stop AdminServer:
nmStart('AdminServer')
nmKill(‘AdminServer’)
SOA Suite 12c aus der Infrastruktur-Sicht
 Start/Stop Managed Server:
nmStart(‘soa_server1')
nmKill(‘soa_server1')
 Beispiele im Netz:
 https://jan-peter.me/oracle-wlst-
sammlung/programm-sammlung-wlst/start-und-
stop-skript
© OPITZ CONSULTING 2017
Purging
SOA Suite 12c aus der Infrastruktur-Sicht
© OPITZ CONSULTING 2017 SOA Suite 12c aus der Infrastruktur-Sicht
Purging
 Purging Strategie:
 SQL Skripte
 DBMS_SCHEFULER Jobs
 Anpassung:
 Parallelität
 Wie lange sollen Daten
aufbewahrt werden
 Wie häufig soll der Job laufen
 Tuning auf der DB Ebene
 Bugs
 Master Tabellen:
 SCA_FLOW_INSTANCE
 CUBE_INSTANCE
 Daten Wachstum überwachen - Componenten:
SQL> CREATE TABLE SOA_FABRIC_HIST (SFH_DATE TIMESTAMP,
SFH_COUNT NUMBER);
SQL> INSERT INTO SOA_FABRIC_HIST SELECT SYSTIMESTAMP,
COUNT(*) FROM SCA_FLOW_INSTANCE GROUP BY SYSTIMESTAMP;
SQL> CREATE TABLE SOA_BPEL_HIST (SBH_DATE TIMESTAMP,
SBH_COUNT NUMBER);
SQL> INSERT INTO SOA_BPEL_HIST SELECT SYSTIMESTAMP,
COUNT(*) FROM CUBE_INSTANCE GROUP BY SYSTIMESTAMP;
 SOA Schema Wachstum:
SQL> CREATE TABLE SOA_SIZE_SCHEMA_HIST (SSCH_DATE
TIMESTAMP, SSCH_SUM_MB NUMBER);
SQL> INSERT INTO SOA_SIZE_SCHEMA_HIST SELECT
SYSTIMESTAMP, SUM(BYTES)/1024/1024 FROM DBA_SEGMENTS
WHERE OWNER='<SOA_OWNER>' GROUP BY SYSTIMESTAMP;
© OPITZ CONSULTING 2017 SOA Suite 12c aus der Infrastruktur-Sicht
Purging
 Verwaltung von fachlichen Daten:
 Eigene Datenbank
 EE + Partitioning
 Datenverwaltung auf der Partitionsebene
 Dokumentation:
 SOA Administration Guide:
https://docs.oracle.com/middleware/12213/soasuite/administer/SOAAG.pdf
 How to run Serial Purge manually and outline of default values (Doc ID 2215059.1)
 How to Interpret Serial Purge Debug Output (Doc ID 2171891.1)
 How to run Parallel Purge manually with outline of default values. (Doc ID 2214284.1)
 How to Interpret Parallel Purge Debug Output (Doc ID 2214333.1)
 Relationship of Auto-Purge to Parallel/Single Loop Purge Procedure (Doc ID 2209979.1)
 Relationship of EM purge (per flow id) to PL/SQL purge procedure (Doc ID 2213788.1)
© OPITZ CONSULTING 2017 Seite 41
Tuning und Troubleshooting
5
SOA Suite 12c aus der Infrastruktur-Sicht
© OPITZ CONSULTING 2017 SOA Suite 12c aus der Infrastruktur-Sicht
SOA Tuning und Troubleshooting
 Konfiguration Callback URL für den Webserver:
 https://borysneselovskyi.wordpress.com/2015/11/03/configuring-frontenhost-in-weblogic-and-soa-
suite/
 Data Source Konfiguration:
 Connection Pool Einstellungen (Default: 50)
 XA Transaction Timeout (Default: 0)
 SOA Composites mit viel Last:
 JTA Timeout vergrössern (Default: 30 Sekunden)
 Große Anzahl (z.B. 200000) von Benachrichtigungen werden gesendet:
 JTA Timeout erhöhen: min. 1200 Sekunden
 EJB Timeout erhöhen: min. 1800 Sekundne
 Datenquelle XA Transaction Timeout erhöhen: min. 1330
 Datenbankparameter: distributed_lock_timeout: 1440
© OPITZ CONSULTING 2017 SOA Suite 12c aus der Infrastruktur-Sicht
SOA Tuning und Troubleshooting
 Langlaufende synchrone Anfragen zu externen Webservices:
 JTA Timeout vergrössern (Default: 30 Sekunden)
 Broken Pipe Fehler: Erhöhen HTTP POST Timeout
 Dokumentation und MOS Notes:
 SOA 11g and SOA 12c: How to configure transaction timeouts for BPEL (Doc ID 880313.1)
 Configuring Transaction Timeouts in BPM and SOA (Doc ID 2002067.1)
 STUCK Threads With The OSB Service Because It Is Not Taking The Database Timeout (Doc ID
2291297.1)
 Tuning Guide: https://docs.oracle.com/middleware/12213/lcm/ASPER/ASPER.pdf
java.net.SocketException: Broken pipe
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113)
© OPITZ CONSULTING 2017 SOA Suite 12c aus der Infrastruktur-Sicht
Datenbank Tuning
 Statistiken verwalten:
 Für SOA Tabellen: automatisches Sammeln deaktivieren
 Performance prüfen:
 AWR Reports
 Statspack
 Tuning von Datenbank Parameter
 Falls notwendig: Anlegen von Indexes
© OPITZ CONSULTING 2017 SOA Suite 12c aus der Infrastruktur-Sicht
Fazit
 Gute Planung: Grundlage für reibungslosen Betrieb
 Viel Aufwand bei der Installation, Konfiguration und Tuning
 Vor dem Rollout:
 testen… testen… testen
 Lasttests sind notwendig!
 Wenn alles richtig eingestellt und konfiguriert:
 Stabil im Betrieb
© OPITZ CONSULTING 2017 Seite 46SOA Suite 12c aus der Infrastruktur-Sicht
Fragen
© OPITZ CONSULTING 2017
 überraschend mehr Möglichkeiten!
@OC_WIRE OPITZCONSULTING opitzconsultingWWW.OPITZ-CONSULTING.COM
SOA Suite 12c aus der Infrastruktur-Sicht
Kontaktdaten
Borys Neselovskyi
Solution Architect
OPITZ CONSULTING Deutschland GmbH
Lazarettstr. 15, 45127 Essen, Germany
Phone: +49 173 7279029
Mail: borys.neselovskyi@opitz-consulting.com
@bneselov
https://borysneselovskyi.wordpress.com

More Related Content

What's hot

LinuxTag 2008 - Virtuelle Cold-Standby Server mit Linux
LinuxTag 2008 - Virtuelle Cold-Standby Server mit LinuxLinuxTag 2008 - Virtuelle Cold-Standby Server mit Linux
LinuxTag 2008 - Virtuelle Cold-Standby Server mit LinuxSchlomo Schapiro
 
Private Cloud mit Open Source
Private Cloud mit Open SourcePrivate Cloud mit Open Source
Private Cloud mit Open SourceDaniel Schneller
 
Mit OpenStack zur eigenen Cloud (OSDC 2012)
Mit OpenStack zur eigenen Cloud (OSDC 2012)Mit OpenStack zur eigenen Cloud (OSDC 2012)
Mit OpenStack zur eigenen Cloud (OSDC 2012)hastexo
 
openstack Übersicht @GPN15
openstack Übersicht @GPN15openstack Übersicht @GPN15
openstack Übersicht @GPN15m1no
 
Exchange Server 2019 MetaCache Database und BigFunnel
Exchange Server 2019 MetaCache Database und BigFunnelExchange Server 2019 MetaCache Database und BigFunnel
Exchange Server 2019 MetaCache Database und BigFunnelThomas Stensitzki
 
Tipps & Tricks zum Aufbau einer Unternehmenscloud mit CC13
Tipps & Tricks zum Aufbau einer Unternehmenscloud mit CC13Tipps & Tricks zum Aufbau einer Unternehmenscloud mit CC13
Tipps & Tricks zum Aufbau einer Unternehmenscloud mit CC13OPITZ CONSULTING Deutschland
 
Enter the WebMatrix
Enter the WebMatrixEnter the WebMatrix
Enter the WebMatrixMartin Hey
 
ANEO | Automatisierung mit RedHat Ansible
ANEO | Automatisierung mit RedHat AnsibleANEO | Automatisierung mit RedHat Ansible
ANEO | Automatisierung mit RedHat AnsibleCarolineAuerMarcher
 
Rsyslog - Deutsche Qualitätsarbeit für Linux
Rsyslog - Deutsche Qualitätsarbeit für LinuxRsyslog - Deutsche Qualitätsarbeit für Linux
Rsyslog - Deutsche Qualitätsarbeit für LinuxTrivadis
 
Suse in der neuen Welt des Rechenzentrums - ein Beispiel
Suse in der neuen Welt des Rechenzentrums - ein BeispielSuse in der neuen Welt des Rechenzentrums - ein Beispiel
Suse in der neuen Welt des Rechenzentrums - ein BeispielATIX AG
 
Automatisiertes disaster recovery testing mit der oracle cloud
Automatisiertes disaster recovery testing mit der oracle cloudAutomatisiertes disaster recovery testing mit der oracle cloud
Automatisiertes disaster recovery testing mit der oracle cloudTrivadis
 
DOAG Webinar Oracle und Docker
DOAG Webinar Oracle und DockerDOAG Webinar Oracle und Docker
DOAG Webinar Oracle und DockerStefan Oehrli
 
Rapid Deploy von OS, Virtualsierung und Applikation
Rapid Deploy von OS, Virtualsierung und ApplikationRapid Deploy von OS, Virtualsierung und Applikation
Rapid Deploy von OS, Virtualsierung und ApplikationJomaSoft
 
Tipps und Skripts aus dem Leben eines Connections Admins
Tipps und Skripts aus dem Leben eines Connections AdminsTipps und Skripts aus dem Leben eines Connections Admins
Tipps und Skripts aus dem Leben eines Connections AdminsKlaus Bild
 

What's hot (17)

LinuxTag 2008 - Virtuelle Cold-Standby Server mit Linux
LinuxTag 2008 - Virtuelle Cold-Standby Server mit LinuxLinuxTag 2008 - Virtuelle Cold-Standby Server mit Linux
LinuxTag 2008 - Virtuelle Cold-Standby Server mit Linux
 
OC|Webcast: Grundlagen der Oracle Lizenzierung
OC|Webcast: Grundlagen der Oracle LizenzierungOC|Webcast: Grundlagen der Oracle Lizenzierung
OC|Webcast: Grundlagen der Oracle Lizenzierung
 
Private Cloud mit Open Source
Private Cloud mit Open SourcePrivate Cloud mit Open Source
Private Cloud mit Open Source
 
Mit OpenStack zur eigenen Cloud (OSDC 2012)
Mit OpenStack zur eigenen Cloud (OSDC 2012)Mit OpenStack zur eigenen Cloud (OSDC 2012)
Mit OpenStack zur eigenen Cloud (OSDC 2012)
 
openstack Übersicht @GPN15
openstack Übersicht @GPN15openstack Übersicht @GPN15
openstack Übersicht @GPN15
 
Exchange Server 2019 MetaCache Database und BigFunnel
Exchange Server 2019 MetaCache Database und BigFunnelExchange Server 2019 MetaCache Database und BigFunnel
Exchange Server 2019 MetaCache Database und BigFunnel
 
SuperSUSE – die Lösung für dynamisch wachsenden Speicher
SuperSUSE – die Lösung für dynamisch wachsenden SpeicherSuperSUSE – die Lösung für dynamisch wachsenden Speicher
SuperSUSE – die Lösung für dynamisch wachsenden Speicher
 
Tipps & Tricks zum Aufbau einer Unternehmenscloud mit CC13
Tipps & Tricks zum Aufbau einer Unternehmenscloud mit CC13Tipps & Tricks zum Aufbau einer Unternehmenscloud mit CC13
Tipps & Tricks zum Aufbau einer Unternehmenscloud mit CC13
 
Enter the WebMatrix
Enter the WebMatrixEnter the WebMatrix
Enter the WebMatrix
 
ANEO | Automatisierung mit RedHat Ansible
ANEO | Automatisierung mit RedHat AnsibleANEO | Automatisierung mit RedHat Ansible
ANEO | Automatisierung mit RedHat Ansible
 
Rsyslog - Deutsche Qualitätsarbeit für Linux
Rsyslog - Deutsche Qualitätsarbeit für LinuxRsyslog - Deutsche Qualitätsarbeit für Linux
Rsyslog - Deutsche Qualitätsarbeit für Linux
 
Suse in der neuen Welt des Rechenzentrums - ein Beispiel
Suse in der neuen Welt des Rechenzentrums - ein BeispielSuse in der neuen Welt des Rechenzentrums - ein Beispiel
Suse in der neuen Welt des Rechenzentrums - ein Beispiel
 
Automatisiertes disaster recovery testing mit der oracle cloud
Automatisiertes disaster recovery testing mit der oracle cloudAutomatisiertes disaster recovery testing mit der oracle cloud
Automatisiertes disaster recovery testing mit der oracle cloud
 
DOAG Webinar Oracle und Docker
DOAG Webinar Oracle und DockerDOAG Webinar Oracle und Docker
DOAG Webinar Oracle und Docker
 
Rapid Deploy von OS, Virtualsierung und Applikation
Rapid Deploy von OS, Virtualsierung und ApplikationRapid Deploy von OS, Virtualsierung und Applikation
Rapid Deploy von OS, Virtualsierung und Applikation
 
Tipps und Skripts aus dem Leben eines Connections Admins
Tipps und Skripts aus dem Leben eines Connections AdminsTipps und Skripts aus dem Leben eines Connections Admins
Tipps und Skripts aus dem Leben eines Connections Admins
 
Oracle und Docker
Oracle und DockerOracle und Docker
Oracle und Docker
 

Similar to SOA Suite 12c aus der Infrastruktur-Sicht

Roadshow Oracle Database 12c: News & Features
Roadshow Oracle Database 12c: News & FeaturesRoadshow Oracle Database 12c: News & Features
Roadshow Oracle Database 12c: News & FeaturesDigicomp Academy AG
 
Echtes Single Sign-On mit APEX realisieren
Echtes Single Sign-On mit APEX realisierenEchtes Single Sign-On mit APEX realisieren
Echtes Single Sign-On mit APEX realisierenMT AG
 
Oracle Database 12c Release 2
Oracle Database 12c Release 2 Oracle Database 12c Release 2
Oracle Database 12c Release 2 oraclebudb
 
Überblick zu Oracle Database 12c Release 2
Überblick zu Oracle Database 12c Release 2Überblick zu Oracle Database 12c Release 2
Überblick zu Oracle Database 12c Release 2Ulrike Schwinn
 
OSMC 2009 | Verteilte Monitoring-Umgebungen unter Verwendung eines ESBs by Be...
OSMC 2009 | Verteilte Monitoring-Umgebungen unter Verwendung eines ESBs by Be...OSMC 2009 | Verteilte Monitoring-Umgebungen unter Verwendung eines ESBs by Be...
OSMC 2009 | Verteilte Monitoring-Umgebungen unter Verwendung eines ESBs by Be...NETWAYS
 
Big Data Community Webinar vom 16. Mai 2019: Oracle NoSQL DB im Überblick
Big Data Community Webinar vom 16. Mai 2019: Oracle NoSQL DB im ÜberblickBig Data Community Webinar vom 16. Mai 2019: Oracle NoSQL DB im Überblick
Big Data Community Webinar vom 16. Mai 2019: Oracle NoSQL DB im ÜberblickKarin Patenge
 
MT AG: Sesam oeffne Dich
MT AG: Sesam oeffne DichMT AG: Sesam oeffne Dich
MT AG: Sesam oeffne DichMT AG
 
OC|Webcast: Oracle Lizenzierung - Virtualisierung und Cloud
OC|Webcast: Oracle Lizenzierung - Virtualisierung und CloudOC|Webcast: Oracle Lizenzierung - Virtualisierung und Cloud
OC|Webcast: Oracle Lizenzierung - Virtualisierung und CloudOPITZ CONSULTING Deutschland
 
Do´s and Dont´s mit Oracle RDS
Do´s and Dont´s mit Oracle RDS Do´s and Dont´s mit Oracle RDS
Do´s and Dont´s mit Oracle RDS esentri AG
 
APEX 5.1 - Architektur, Installation & Betrieb
APEX 5.1 - Architektur, Installation & BetriebAPEX 5.1 - Architektur, Installation & Betrieb
APEX 5.1 - Architektur, Installation & BetriebNiels de Bruijn
 
Oracle12c threaded execution - Ressourcen sparen zum Nulltarif?!?
Oracle12c threaded execution - Ressourcen sparen zum Nulltarif?!?Oracle12c threaded execution - Ressourcen sparen zum Nulltarif?!?
Oracle12c threaded execution - Ressourcen sparen zum Nulltarif?!?Trivadis
 
Best Practices SharePoint and SQL Installation
Best Practices SharePoint and SQL InstallationBest Practices SharePoint and SQL Installation
Best Practices SharePoint and SQL InstallationSamuel Zürcher
 
Erweitern sie ihr Data Center mit Cloud Services
Erweitern sie ihr Data Center mit Cloud ServicesErweitern sie ihr Data Center mit Cloud Services
Erweitern sie ihr Data Center mit Cloud ServicesAWS Germany
 
Dnug35 ak-dev.071111-beyond
Dnug35 ak-dev.071111-beyondDnug35 ak-dev.071111-beyond
Dnug35 ak-dev.071111-beyondUlrich Krause
 
WebLogic Server auf ODA: Erfahrungen aus einem Kundenprojekt
WebLogic Server auf ODA: Erfahrungen aus einem KundenprojektWebLogic Server auf ODA: Erfahrungen aus einem Kundenprojekt
WebLogic Server auf ODA: Erfahrungen aus einem KundenprojektOPITZ CONSULTING Deutschland
 
Boost your APEX Deployment and Provisioning with Docker
Boost your APEX Deployment and Provisioning with DockerBoost your APEX Deployment and Provisioning with Docker
Boost your APEX Deployment and Provisioning with DockerSteven Grzbielok
 
Sql Server GrundlagenfüR Share Point Admins
Sql Server GrundlagenfüR Share Point AdminsSql Server GrundlagenfüR Share Point Admins
Sql Server GrundlagenfüR Share Point AdminsSharepointUGDD
 
Sql Server Grundlagen für Sharepoint Administratoren
Sql Server Grundlagen für Sharepoint AdministratorenSql Server Grundlagen für Sharepoint Administratoren
Sql Server Grundlagen für Sharepoint AdministratorenCommunardo GmbH
 
Service-orientierte Architekturen
Service-orientierte ArchitekturenService-orientierte Architekturen
Service-orientierte Architekturenpscheir
 

Similar to SOA Suite 12c aus der Infrastruktur-Sicht (20)

Roadshow Oracle Database 12c: News & Features
Roadshow Oracle Database 12c: News & FeaturesRoadshow Oracle Database 12c: News & Features
Roadshow Oracle Database 12c: News & Features
 
Echtes Single Sign-On mit APEX realisieren
Echtes Single Sign-On mit APEX realisierenEchtes Single Sign-On mit APEX realisieren
Echtes Single Sign-On mit APEX realisieren
 
Oracle Database 12c Release 2
Oracle Database 12c Release 2 Oracle Database 12c Release 2
Oracle Database 12c Release 2
 
Überblick zu Oracle Database 12c Release 2
Überblick zu Oracle Database 12c Release 2Überblick zu Oracle Database 12c Release 2
Überblick zu Oracle Database 12c Release 2
 
OSMC 2009 | Verteilte Monitoring-Umgebungen unter Verwendung eines ESBs by Be...
OSMC 2009 | Verteilte Monitoring-Umgebungen unter Verwendung eines ESBs by Be...OSMC 2009 | Verteilte Monitoring-Umgebungen unter Verwendung eines ESBs by Be...
OSMC 2009 | Verteilte Monitoring-Umgebungen unter Verwendung eines ESBs by Be...
 
Big Data Community Webinar vom 16. Mai 2019: Oracle NoSQL DB im Überblick
Big Data Community Webinar vom 16. Mai 2019: Oracle NoSQL DB im ÜberblickBig Data Community Webinar vom 16. Mai 2019: Oracle NoSQL DB im Überblick
Big Data Community Webinar vom 16. Mai 2019: Oracle NoSQL DB im Überblick
 
MT AG: Sesam oeffne Dich
MT AG: Sesam oeffne DichMT AG: Sesam oeffne Dich
MT AG: Sesam oeffne Dich
 
OC|Webcast: Oracle Lizenzierung - Virtualisierung und Cloud
OC|Webcast: Oracle Lizenzierung - Virtualisierung und CloudOC|Webcast: Oracle Lizenzierung - Virtualisierung und Cloud
OC|Webcast: Oracle Lizenzierung - Virtualisierung und Cloud
 
Do´s and Dont´s mit Oracle RDS
Do´s and Dont´s mit Oracle RDS Do´s and Dont´s mit Oracle RDS
Do´s and Dont´s mit Oracle RDS
 
Automatisierte Oracle Middleware Installation
Automatisierte Oracle Middleware InstallationAutomatisierte Oracle Middleware Installation
Automatisierte Oracle Middleware Installation
 
APEX 5.1 - Architektur, Installation & Betrieb
APEX 5.1 - Architektur, Installation & BetriebAPEX 5.1 - Architektur, Installation & Betrieb
APEX 5.1 - Architektur, Installation & Betrieb
 
Oracle12c threaded execution - Ressourcen sparen zum Nulltarif?!?
Oracle12c threaded execution - Ressourcen sparen zum Nulltarif?!?Oracle12c threaded execution - Ressourcen sparen zum Nulltarif?!?
Oracle12c threaded execution - Ressourcen sparen zum Nulltarif?!?
 
Best Practices SharePoint and SQL Installation
Best Practices SharePoint and SQL InstallationBest Practices SharePoint and SQL Installation
Best Practices SharePoint and SQL Installation
 
Erweitern sie ihr Data Center mit Cloud Services
Erweitern sie ihr Data Center mit Cloud ServicesErweitern sie ihr Data Center mit Cloud Services
Erweitern sie ihr Data Center mit Cloud Services
 
Dnug35 ak-dev.071111-beyond
Dnug35 ak-dev.071111-beyondDnug35 ak-dev.071111-beyond
Dnug35 ak-dev.071111-beyond
 
WebLogic Server auf ODA: Erfahrungen aus einem Kundenprojekt
WebLogic Server auf ODA: Erfahrungen aus einem KundenprojektWebLogic Server auf ODA: Erfahrungen aus einem Kundenprojekt
WebLogic Server auf ODA: Erfahrungen aus einem Kundenprojekt
 
Boost your APEX Deployment and Provisioning with Docker
Boost your APEX Deployment and Provisioning with DockerBoost your APEX Deployment and Provisioning with Docker
Boost your APEX Deployment and Provisioning with Docker
 
Sql Server GrundlagenfüR Share Point Admins
Sql Server GrundlagenfüR Share Point AdminsSql Server GrundlagenfüR Share Point Admins
Sql Server GrundlagenfüR Share Point Admins
 
Sql Server Grundlagen für Sharepoint Administratoren
Sql Server Grundlagen für Sharepoint AdministratorenSql Server Grundlagen für Sharepoint Administratoren
Sql Server Grundlagen für Sharepoint Administratoren
 
Service-orientierte Architekturen
Service-orientierte ArchitekturenService-orientierte Architekturen
Service-orientierte Architekturen
 

More from OPITZ CONSULTING Deutschland

Architecture Room Stuttgart - "Cloud-native ist nur ein Teil des Spiels!"
Architecture Room Stuttgart - "Cloud-native ist nur ein Teil des Spiels!"Architecture Room Stuttgart - "Cloud-native ist nur ein Teil des Spiels!"
Architecture Room Stuttgart - "Cloud-native ist nur ein Teil des Spiels!"OPITZ CONSULTING Deutschland
 
OC|Webcast: Oracle Lizenzierung - Die größten Fallen in der Praxis
OC|Webcast: Oracle Lizenzierung - Die größten Fallen in der PraxisOC|Webcast: Oracle Lizenzierung - Die größten Fallen in der Praxis
OC|Webcast: Oracle Lizenzierung - Die größten Fallen in der PraxisOPITZ CONSULTING Deutschland
 
OC|Weekly Talk: Inspect’n’Adapt – Make Change come true!
OC|Weekly Talk: Inspect’n’Adapt – Make Change come true!OC|Weekly Talk: Inspect’n’Adapt – Make Change come true!
OC|Weekly Talk: Inspect’n’Adapt – Make Change come true!OPITZ CONSULTING Deutschland
 
OC|Webcast: Schnell und clever in die AWS Cloud – Migrationsszenarien und Han...
OC|Webcast: Schnell und clever in die AWS Cloud – Migrationsszenarien und Han...OC|Webcast: Schnell und clever in die AWS Cloud – Migrationsszenarien und Han...
OC|Webcast: Schnell und clever in die AWS Cloud – Migrationsszenarien und Han...OPITZ CONSULTING Deutschland
 
OC|Weekly Talk: "Das müsste man mal digitalisieren" - Mit Low-Code schnell zu...
OC|Weekly Talk: "Das müsste man mal digitalisieren" - Mit Low-Code schnell zu...OC|Weekly Talk: "Das müsste man mal digitalisieren" - Mit Low-Code schnell zu...
OC|Weekly Talk: "Das müsste man mal digitalisieren" - Mit Low-Code schnell zu...OPITZ CONSULTING Deutschland
 
OC|Weekly Talk: Service Management – Was hat sich durch Corona geändert?
OC|Weekly Talk: Service Management – Was hat sich durch Corona geändert?OC|Weekly Talk: Service Management – Was hat sich durch Corona geändert?
OC|Weekly Talk: Service Management – Was hat sich durch Corona geändert?OPITZ CONSULTING Deutschland
 
OC|Weekly Talk - Digitales Coaching & Smart Sparring
OC|Weekly Talk - Digitales Coaching & Smart Sparring OC|Weekly Talk - Digitales Coaching & Smart Sparring
OC|Weekly Talk - Digitales Coaching & Smart Sparring OPITZ CONSULTING Deutschland
 
Effiziente Betriebsoptimierung durch Cloud Nutzung
Effiziente Betriebsoptimierung durch Cloud NutzungEffiziente Betriebsoptimierung durch Cloud Nutzung
Effiziente Betriebsoptimierung durch Cloud NutzungOPITZ CONSULTING Deutschland
 
OC|Weekly Talk - Mitarbeiterführung in Zeiten von Social Distance
OC|Weekly Talk - Mitarbeiterführung in Zeiten von Social DistanceOC|Weekly Talk - Mitarbeiterführung in Zeiten von Social Distance
OC|Weekly Talk - Mitarbeiterführung in Zeiten von Social DistanceOPITZ CONSULTING Deutschland
 

More from OPITZ CONSULTING Deutschland (20)

OC|Webcast "Java heute" vom 28.09.2021
OC|Webcast "Java heute" vom 28.09.2021OC|Webcast "Java heute" vom 28.09.2021
OC|Webcast "Java heute" vom 28.09.2021
 
OC|Webcast "Java heute" vom 24.08.2021
OC|Webcast "Java heute" vom 24.08.2021OC|Webcast "Java heute" vom 24.08.2021
OC|Webcast "Java heute" vom 24.08.2021
 
OC|Webcast "Daten wirklich nutzen"
OC|Webcast "Daten wirklich nutzen"OC|Webcast "Daten wirklich nutzen"
OC|Webcast "Daten wirklich nutzen"
 
Architecture Room Stuttgart - "Cloud-native ist nur ein Teil des Spiels!"
Architecture Room Stuttgart - "Cloud-native ist nur ein Teil des Spiels!"Architecture Room Stuttgart - "Cloud-native ist nur ein Teil des Spiels!"
Architecture Room Stuttgart - "Cloud-native ist nur ein Teil des Spiels!"
 
OC|Webcast "Willkommen in der Cloud!"
OC|Webcast "Willkommen in der Cloud!"OC|Webcast "Willkommen in der Cloud!"
OC|Webcast "Willkommen in der Cloud!"
 
OC|Webcast "Die neue Welt der Virtualisierung"
OC|Webcast "Die neue Welt der Virtualisierung"OC|Webcast "Die neue Welt der Virtualisierung"
OC|Webcast "Die neue Welt der Virtualisierung"
 
10 Thesen zur professionellen Softwareentwicklung
10 Thesen zur professionellen Softwareentwicklung10 Thesen zur professionellen Softwareentwicklung
10 Thesen zur professionellen Softwareentwicklung
 
OC|Webcast: Oracle Lizenzierung - Lizenznews 2021
OC|Webcast: Oracle Lizenzierung - Lizenznews 2021OC|Webcast: Oracle Lizenzierung - Lizenznews 2021
OC|Webcast: Oracle Lizenzierung - Lizenznews 2021
 
OC|Webcast: Oracle Lizenzierung - Die größten Fallen in der Praxis
OC|Webcast: Oracle Lizenzierung - Die größten Fallen in der PraxisOC|Webcast: Oracle Lizenzierung - Die größten Fallen in der Praxis
OC|Webcast: Oracle Lizenzierung - Die größten Fallen in der Praxis
 
OC|Webcast: Grundlagen der Oracle-Lizenzierung
OC|Webcast: Grundlagen der Oracle-LizenzierungOC|Webcast: Grundlagen der Oracle-Lizenzierung
OC|Webcast: Grundlagen der Oracle-Lizenzierung
 
OC|Weekly Talk: Inspect’n’Adapt – Make Change come true!
OC|Weekly Talk: Inspect’n’Adapt – Make Change come true!OC|Weekly Talk: Inspect’n’Adapt – Make Change come true!
OC|Weekly Talk: Inspect’n’Adapt – Make Change come true!
 
OC|Webcast: Schnell und clever in die AWS Cloud – Migrationsszenarien und Han...
OC|Webcast: Schnell und clever in die AWS Cloud – Migrationsszenarien und Han...OC|Webcast: Schnell und clever in die AWS Cloud – Migrationsszenarien und Han...
OC|Webcast: Schnell und clever in die AWS Cloud – Migrationsszenarien und Han...
 
OC|Weekly Talk The Power of DevOps…
OC|Weekly Talk  The Power of DevOps…OC|Weekly Talk  The Power of DevOps…
OC|Weekly Talk The Power of DevOps…
 
OC|Weekly Talk: "Das müsste man mal digitalisieren" - Mit Low-Code schnell zu...
OC|Weekly Talk: "Das müsste man mal digitalisieren" - Mit Low-Code schnell zu...OC|Weekly Talk: "Das müsste man mal digitalisieren" - Mit Low-Code schnell zu...
OC|Weekly Talk: "Das müsste man mal digitalisieren" - Mit Low-Code schnell zu...
 
OC|Weekly Talk: Service Management – Was hat sich durch Corona geändert?
OC|Weekly Talk: Service Management – Was hat sich durch Corona geändert?OC|Weekly Talk: Service Management – Was hat sich durch Corona geändert?
OC|Weekly Talk: Service Management – Was hat sich durch Corona geändert?
 
OC|Weekly Talk - Digitales Coaching & Smart Sparring
OC|Weekly Talk - Digitales Coaching & Smart Sparring OC|Weekly Talk - Digitales Coaching & Smart Sparring
OC|Weekly Talk - Digitales Coaching & Smart Sparring
 
OC|Weekly Talk - Beratung remote
OC|Weekly Talk - Beratung remoteOC|Weekly Talk - Beratung remote
OC|Weekly Talk - Beratung remote
 
Effiziente Betriebsoptimierung durch Cloud Nutzung
Effiziente Betriebsoptimierung durch Cloud NutzungEffiziente Betriebsoptimierung durch Cloud Nutzung
Effiziente Betriebsoptimierung durch Cloud Nutzung
 
OC|Weekly Talk - Mitarbeiterführung in Zeiten von Social Distance
OC|Weekly Talk - Mitarbeiterführung in Zeiten von Social DistanceOC|Weekly Talk - Mitarbeiterführung in Zeiten von Social Distance
OC|Weekly Talk - Mitarbeiterführung in Zeiten von Social Distance
 
OC|Weekly Talk Remote Design Thinking
OC|Weekly Talk Remote Design ThinkingOC|Weekly Talk Remote Design Thinking
OC|Weekly Talk Remote Design Thinking
 

SOA Suite 12c aus der Infrastruktur-Sicht

  • 1. © OPITZ CONSULTING 2017  überraschend mehr Möglichkeiten! © OPITZ CONSULTING 2017 DOAG 2017 Konferenz Borys Neselovskyi | November 2017 SOA Suite 12c aus der Infrastruktur-Sicht
  • 2. © OPITZ CONSULTING 2017 Seite 2 Agenda 1 2 3 4 SOA Architektur und Planung Installation und Konfiguration Monitoring Administration SOA Suite 12c aus der Infrastruktur-Sicht Tuning und Troubleshooting5
  • 3. © OPITZ CONSULTING 2017 Seite 3 SOA Architektur und Planung  Architektur  Hochverfügbarkeit  Security  Anforderungen  Shared Storage 1 SOA Suite 12c aus der Infrastruktur-Sicht
  • 4. © OPITZ CONSULTING 2017 SOA Suite 12c aus der Infrastruktur-Sicht SOA Suite Komponenten  AdminServer – Zentrale Konfigurations- instanz  OWSM – Security Komponente  Management / Anwendung von Policies  ESS – Scheduler Komponente  SOA  Integrations-/Automatisierungsplattform  Entwicklung zustandsbehafteter Services  SB  Standalone Enterprise Service Bus  Entwicklung zustandsloser Services Source: https://thecattlecrew.net/2016/08/21/soa-suite-12-2-1-1-0-create-configure-and-tune-a-soaosb-domain/
  • 5. © OPITZ CONSULTING 2017 SOA Suite 12c aus der Infrastruktur-Sicht SOA Suite Topologie (EDG)  Load Balancer  3 Tier Architektur  Web Tier  Application Tier  Data Tier  High Availability Source: https://docs.oracle.com/middleware/12213/lcm/SOEDG/SOEDG.pdf
  • 6. © OPITZ CONSULTING 2017 SOA Suite 12c aus der Infrastruktur-Sicht High Availability  Managed Server in Cluster  AdminServer:  Single point of failure  Whole Server Migration  Für 12c nicht empfohlen: EDG  Service Migration:  Empfohlene Option für 12c  Redundante Loadbalancer  Redundante Webserver  Redundanz für die Datenbank:  RAC  Data Guard oder DBVisit  Redundante Netzwerkkomponente:  Switsches  Bonding
  • 7. © OPITZ CONSULTING 2017 SOA Suite 12c aus der Infrastruktur-Sicht Load Balancer Anforderungen  Software Load Balancer  Oracle Traffic Director  OHS  Nur Round Robin möglich  Hardware Load Balancer  Citrix Netscaler: gute Erfahrungen  F5 BIG-IP  Anforderungen  Sticky session routing: route traffic to the same server that processes the first request  Ability to configure virtual server names and ports on the load balancer  SSL acceleration. Oracle recommends this feature but doesn't require it  Client IP Address (Preserving): the load balancer must be able to insert a request's original client IP address in an X-Forwarded-For HTTP header to preserve it.
  • 8. © OPITZ CONSULTING 2017 SOA Suite 12c aus der Infrastruktur-Sicht Shared Storage in der Cluster Architektur  $ORACLE_HOME  Verzeichnisse:  $DOMAIN_HOME/config $DOMAIN_HOME/bin $DOMAIN_HOME/servers/AdminServer  Deployments  JMS Persistent Store / TLog  Logfiles  SOA Connectors: Anpassung soa- connectors auf Shared-Storage und kopieren der .rar Files  Shared Storage:  NAS / SAN  NFS Optionen: mount nasfiler:/vol/vol1/u01/oracle /u01/oracle -t nfs -o rw,bg,hard, nointr,tcp,vers=3, timeo=300,rsize=32768, wsize=32768  Tipps:  ORACLE_HOME: mount read only  ORACLE_HOME: Alle Upgrade/Patch Aktionen auf dem Server durchführen, wo die Installation stattgefunden ist  Info:  Example Implementation How to Effectively Use the Enterprise Deployment Guide for Oracle SOA Suite Products (SOA, BPM, BAM, OSB) (Doc ID 1536364.2)  https://docs.oracle.com/middleware/12213/lcm/SOEDG/SOEDG.pdf
  • 9. © OPITZ CONSULTING 2017 SOA Suite 12c aus der Infrastruktur-Sicht Datenbank Voraussetzungen  SOA Repository:  RDBMS Versionen:  11.2.0.4  12.1 (und höher)  Java muss installiert werden  Zeichensatz ATL32UTF8  Info: http://docs.oracle.com/html/E82037_01/toc.h tm#GUID-85F0EAF9-3ACE-421D-BD72- F1A8E6B91116  Fachdaten sollen in einer separaten Datenbank aufbewahrt werden  LifeCycle von Fachdaten implementieren  Hochverfügbarkeit:  RAC  Data Guard  Data Guard Failover:  Datenquelle Definition: jdbc:oracle:thin:@(DESCRIPTION_LIST=(LOAD_BALA NCE=OFF)(FAILOVER=ON) (DESCRIPTION=(CONNECT_TIMEOUT=3)(TRANSPORT_CON NECT_TIMEOUT=3)(RETRY_COUNT=3) (ADDRESS_LIST=(LOAD_BALANCE=OFF)(FAILOVER=ON) (ADDRESS=(PROTOCOL=TCP)(HOST=<primary db host>)(PORT=1521))) (CONNECT_DATA=(SERVICE_NAME=myorcl))) (DESCRIPTION=(CONNECT_TIMEOUT=3)(TRANSPORT_CON NECT_TIMEOUT=3)(RETRY_COUNT=3) (ADDRESS_LIST=(LOAD_BALANCE=OFF)(FAILOVER=ON)( ADDRESS=(PROTOCOL=TCP)(HOST=<standby db host>)(PORT=1521))) (CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME= myorcl))))
  • 10. © OPITZ CONSULTING 2017 SOA Suite 12c aus der Infrastruktur-Sicht Security  OHS  Module:  mod_ossl: SSL Unterstützung  mod_security: Sicherheitsregeln  mod_certheaders:Proxy für SSL Terminating  mod_ora_audit: Auditing  mod_webgate: SSO für WebGate  SOA Suite  SSL für SOA Domain  SAML Konfiguration  Configuring SOA Composite Applications for Two-Way SSL Communication  Dokumentation: https://docs.oracle.com/middleware/12213/soasu ite/administer/SOAAG.pdf  Netzwerk  Firewall  SSL  ACL‘s  Auditing  Betriebssystem:  Härtung  Auditing  Datenbank:  SSL Konfiguration für Datenbank Listener  Datenbank Security: viele Optionen
  • 11. © OPITZ CONSULTING 2017 SOA Suite 12c aus der Infrastruktur-Sicht Planung der Installation  Best Practices:  OSB / SOA / BAM:  Eigene ORACLE_HOME / Eigene Domäne  Grund 1: unterschiedliche Patch Anforderungen  Grund 2: BAM – Performance, OSB – Stand-alone für mehrere SOA Domänen  Eventuell separate Hosts für BAM und SOA/OSB (wegen Ressourcen Aufteilung)  Dokumentation:  Supported System Configurations: http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-certification-100350.html  Enterprise Deployment Guide:  https://docs.oracle.com/middleware/12213/lcm/SOEDG/SOEDG.pdf  Planning Workbook for SOA Suite:  http://www.oracle.com/pls/topic/lookup?ctx=fmw122130&id=soa_edg_workbook_12213  System Requirements and Specifications  http://docs.oracle.com/html/E82037_01/toc.htm  Installation Guides:  SOA: https://docs.oracle.com/middleware/12213/lcm/INSOA/INSOA.pdf  OSB: https://docs.oracle.com/middleware/12213/lcm/INOSB/INOSB.pdf
  • 12. © OPITZ CONSULTING 2017 Seite 12 Installation und Konfiguration 2 SOA Suite 12c aus der Infrastruktur-Sicht
  • 13. © OPITZ CONSULTING 2017 Konfiguration: Repository Datenbank  Voraussetzung: Datenbankbenutzer mit DBA / SYSDBA Berechtigungen  Starten RCU (Repository Creation Utility):  Beispiel: ${ORACLE_HOME}/oracle_common/bin/rcu  Erstellt einige Datenbank Schemas und Tablespaces  Wichtig:  Sizing: Medium und Large setzen die Partitioning Option voraus!!!  Zusätzliche Lizenzkosten SOA Suite 12c aus der Infrastruktur-Sicht Quelle: https://docs.oracle.com/middleware/12213/soasuite/administer/SOAAG.pdf
  • 14. © OPITZ CONSULTING 2017 Konfiguration: Erstellen SOA Domäne  Die Binary config.sh ausführen:  Beispiel: ${ORACLE_HOME}/oracle_common/common/bin/co nfig.sh  Templates auswählen:  Nur notwendige Templates auswählen!  Andernfalls:  Performance Einbüße  Mehr Administration  Mehr Wartung SOA Suite 12c aus der Infrastruktur-Sicht
  • 15. © OPITZ CONSULTING 2017 Konfiguration: Erstellen SOA Domäne SOA Suite 12c aus der Infrastruktur-Sicht Domain Template Referenz: https://docs.oracle.com/middleware/12213/lcm/WLDTR/WLDTR.pdf
  • 16. © OPITZ CONSULTING 2017 Cluster Konfiguration SOA Suite 12c aus der Infrastruktur-Sicht
  • 17. © OPITZ CONSULTING 2017 Erweiterte Konfiguration  Derby Datenbank deaktivieren: cd ${ORACLE_HOME}/wlserver/common/derby/lib/ mv derby.jar disable_derby.jar  Tuning Fusion Middleware Control :  MOS Note “How to Enable Discovery Cache To Avoid Long Delay During Login To Fusion Middleware Control (Doc ID 1423893.1) EM > … > System MBeanBrowser > emoms.properties >set Property ORACLE.SYSMAN.EMAS.DISCOVERY.WLS.FMW_DISCOVERY_USE_CACHED_RESULTS=TRUE ORACLE.SYSMAN.EMAS.DISCOVERY.WLS.FMW_DISCOVERY_MAX_CACHE_AGE=7200000 ORACLE.SYSMAN.EMAS.DISCOVERY.WLS.FMW_DISCOVERY_MAX_WAIT_TIME=100007 SOA Suite 12c aus der Infrastruktur-Sicht
  • 18. © OPITZ CONSULTING 2017 JVM Konfiguration: SetUserOverrides.sh  $DOMAIN_HOME/bin/setUserOverrides.sh: #!/bin/bash echo "Setting from UserOverrides.sh" # global settinga (for all servers)s export JAVA_OPTIONS="$JAVA_OPTIONS -Dweblogic.MaxMessageSize=300000000" # customer settings for each server if [ "${SERVER_NAME}" = "AdminServer" ] then echo "Customizing USER_MEM_ARGS for SERVER_NAME ${SERVER_NAME}" export USER_MEM_ARGS="-Xms3g -Xmx3g" export JAVA_OPTIONS="$JAVA_OPTIONS -Djava.awt.headless=true" fi if [ "${SERVER_NAME}" = "soa_server1" -o "${SERVER_NAME}" = "soa_server2" -o "${SERVER_NAME}" = "soa_server3" ] then echo "Customizing USER_MEM_ARGS for SERVER_NAME ${SERVER_NAME}" export USER_MEM_ARGS="-Xms3g -Xmx3g -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:NewSize=1g" export JAVA_OPTIONS="$JAVA_OPTIONS -Djava.awt.headless=true" fi echo "End setting from UserOverrides.sh" SOA Suite 12c aus der Infrastruktur-Sicht
  • 19. © OPITZ CONSULTING 2017 SOA Suite 12c aus der Infrastruktur-Sicht JVM Tuning  Garbage Collection (Auszug aus dem Tuning Guide)  Kapitel 4.3.6 Java HotSpot VM Heap Size Options: https://docs.oracle.com/middle ware/1221/wls/PERFM.pdf  Training - How to Tune G1 Garbage Collector (Doc ID 2103280.1)  https://borysneselovskyi.word press.com/2016/07/24/how- to-customize-java-virtual- machine-settings-in-oracle- weblogic-server-12-on-os- linux-unix/
  • 20. © OPITZ CONSULTING 2017 Coherence  Konfiguratrion:  1 Coherence Cluster pro Domain  Kommunikation: Tangosol Cluster Management Protocol (TCMP)  Unicast/Multicast  Infos und Notes:  SOA 11g Health Check: Check for Coherence Protocol Conflict (Doc ID 1520616.1)  https://coherencedownunder.wordpress.com/2016/05/04/coherence-12-2-1-cluster-discovery-made-easy/  http://www.oracle.com/technetwork/middleware/coherence/learnmore/oracle-coherence-12c-deployment- 3049521.pdf  Konfiguration der reinen Unicast-Kommunikation (WKAs): https://docs.oracle.com/middleware/12213/coherence/develop-applications/setting-cluster.htm#GUID- EC077736-7187-4186-9E95-38D6107A8294  Troubleshooting Notes:  How To Verify that Multicast Communication Works Correctly Between Machines the Coherence Cluster Members Are Running On (Doc ID 1936452.1)  How To Verify That Peer-To-Peer UDP Communication Does Work Well Between Machines Coherence Cluster Members Are Supposed To Be Running On (Doc ID 1936575.1)  How To Verify That the IPMonitor Feature Works Correctly Between the Machines Coherence Cluster Members Are Running On (Doc ID 1936105.1)  General Coherence Network Troubleshooting And Configuration Advice (Doc ID 1389045.1) SOA Suite 12c aus der Infrastruktur-Sicht
  • 21. © OPITZ CONSULTING 2017 Coherence: Unicast Konfigurationsbeispiel SOA_SERVER1: IP - 11.1.1.1 SOA_SERVER2: IP - 11.1.1.2 SOA_SERVER3: IP - 11.1.1.3 SetUserOverrides.sh: soa_server1) JAVA_OPTIONS="$JAVA_OPTIONS -Dtangosol.coherence.localhost=11.1.1.1" JAVA_OPTIONS="$JAVA_OPTIONS -Dtangosol.coherence.wka1=11.1.1.1 - Dtangosol.coherence.wka2=11.1.1.2 -Dtangosol.coherence.wka3=11.1.1.3" JAVA_OPTIONS="$JAVA_OPTIONS -Dtangosol.coherence.localport=8090" JAVA_OPTIONS="$JAVA_OPTIONS -Dtangosol.coherence.localport.adjust=true" soa_server2) JAVA_OPTIONS="$JAVA_OPTIONS -Dtangosol.coherence.localhost=11.1.1.2" JAVA_OPTIONS="$JAVA_OPTIONS -Dtangosol.coherence.wka1=11.1.1.1 - Dtangosol.coherence.wka2=11.1.1.2 -Dtangosol.coherence.wka3=11.1.1.3" JAVA_OPTIONS="$JAVA_OPTIONS -Dtangosol.coherence.localport=8090" JAVA_OPTIONS="$JAVA_OPTIONS -Dtangosol.coherence.localport.adjust=true" soa_server3) JAVA_OPTIONS="$JAVA_OPTIONS -Dtangosol.coherence.localhost=11.1.1.3" JAVA_OPTIONS="$JAVA_OPTIONS -Dtangosol.coherence.wka1=11.1.1.1 - Dtangosol.coherence.wka2=11.1.1.2 -Dtangosol.coherence.wka3=11.1.1.3" JAVA_OPTIONS="$JAVA_OPTIONS -Dtangosol.coherence.localport=8090" JAVA_OPTIONS="$JAVA_OPTIONS -Dtangosol.coherence.localport.adjust=true" SOA Suite 12c aus der Infrastruktur-Sicht
  • 22. © OPITZ CONSULTING 2017 Seite 27 Monitoring 3 SOA Suite 12c aus der Infrastruktur-Sicht
  • 23. © OPITZ CONSULTING 2017 Monitoring  Tools:  Skript-basierte Lösung für Logfile Überwachung  Introscope:  Logfile Überwachung und SOA Überwachung  Dynatrace:  Logfile Überwachung  Flopstar:  SOA Überwachung  Cloud Control Metriken für WebLogic  Cloud Control und SOA Überwachung:  SOA Plug-In  BTM: wird dessuported  Check_MK und Jolokia: SOA Suite 12c aus der Infrastruktur-Sicht
  • 24. © OPITZ CONSULTING 2017 Monitoring: Cloud Control: sinnvolle Metriken
  • 25. © OPITZ CONSULTING 2017 SOA Suite 12c aus der Infrastruktur-Sicht SOA Monitoring: Logs und Mbeans  OHS Logs  Pfad: $DOMAIN_HOME/servers/<component name>/logs  Dateien: access.log/error.log  SOA Suite:  WLDF:  Oracle WebLogic Server Mbeans  JVM: weblogic.management.runtime.JVMRuntimeMBean  Server Status: weblogic.management.runtime.ServerRuntimeMBean  JDBC: weblogic.management.runtime.JDBCDataSourceRuntimeMBean  Diagnostic Oracle SOA Suite MBeans  Deployment: oracle.fabric.management.wldf.mbean.DeploymentWatchMXBeanImpl  Logs: $DOMAIN_HOME/servers/<servername>/logs
  • 26. © OPITZ CONSULTING 2017 Seite 34 Administration 4 SOA Suite 12c aus der Infrastruktur-Sicht
  • 27. © OPITZ CONSULTING 2017 Patching  Notes:  Master Note on WebLogic Server Patch Set Updates (PSUs) (Doc ID 1470197.1)  SOA 11g and 12c: Bundle Patch Reference (Doc ID 1485949.1)  Service Bus 11g and 12c: Bundle Patch Reference (Doc ID 1499170.1)  Strategie:  Patche in der Testumgebung installieren  Testen… testen… testen  Probleme beseitigen  Installation in der Produktionsumgebung SOA Suite 12c aus der Infrastruktur-Sicht
  • 28. © OPITZ CONSULTING 2017 Start - Stop  Automatisches Starten – Stoppen konfigurieren: „rebootfest“  Reihenfolge von Komponenten beim Starten / Stoppen beachten  Ablauf:  Start:  NodeManager  AdminServer  SOA Managed Server(s)  Stop:  SOA Managed Server(s)  AdminServer  NodeManager  Webserver und Loadbalancer betrachten  Realisierung:  Python (WLST) / Shell Skripte SOA Suite 12c aus der Infrastruktur-Sicht  NodeManager Start/Stop:  Als Dienst konfigurieren  Beispiel Skript: #!/bin/bash ## fmw_nodemanager.sh DOMAIN_HOME=/opt/oracle/user_projects/domains/base_domain WORK_DIR=/home/oracle/scripts export DOMAIN_HOME WORK_DIR case "$1" in start) nohup ${DOMAIN_HOME}/bin/startNodeManager.sh ;; stop) ${DOMAIN_HOME}/bin/stopNodeManager.sh ;; *) echo "usage: $0 [start|stop]„ exit 2 ;; esac
  • 29. © OPITZ CONSULTING 2017 Start - Stop  WLST Beispiele:  Mit dem NodeManager verbinden: nmConnect(userConfigFile='<Pfad zum File>/userConfigFile',userKeyFile='<Pfad zum File>/userKeyFile',host=‚xxx',port='5556',domainName='soa_domain',do mainDir='/u01/domains/soa_domain‘)  Start/Stop OHS Server: nmStart(serverName='ohs1', serverType='OHS‘) nmKill(serverName='ohs1', serverType='OHS')  Start/Stop AdminServer: nmStart('AdminServer') nmKill(‘AdminServer’) SOA Suite 12c aus der Infrastruktur-Sicht  Start/Stop Managed Server: nmStart(‘soa_server1') nmKill(‘soa_server1')  Beispiele im Netz:  https://jan-peter.me/oracle-wlst- sammlung/programm-sammlung-wlst/start-und- stop-skript
  • 30. © OPITZ CONSULTING 2017 Purging SOA Suite 12c aus der Infrastruktur-Sicht
  • 31. © OPITZ CONSULTING 2017 SOA Suite 12c aus der Infrastruktur-Sicht Purging  Purging Strategie:  SQL Skripte  DBMS_SCHEFULER Jobs  Anpassung:  Parallelität  Wie lange sollen Daten aufbewahrt werden  Wie häufig soll der Job laufen  Tuning auf der DB Ebene  Bugs  Master Tabellen:  SCA_FLOW_INSTANCE  CUBE_INSTANCE  Daten Wachstum überwachen - Componenten: SQL> CREATE TABLE SOA_FABRIC_HIST (SFH_DATE TIMESTAMP, SFH_COUNT NUMBER); SQL> INSERT INTO SOA_FABRIC_HIST SELECT SYSTIMESTAMP, COUNT(*) FROM SCA_FLOW_INSTANCE GROUP BY SYSTIMESTAMP; SQL> CREATE TABLE SOA_BPEL_HIST (SBH_DATE TIMESTAMP, SBH_COUNT NUMBER); SQL> INSERT INTO SOA_BPEL_HIST SELECT SYSTIMESTAMP, COUNT(*) FROM CUBE_INSTANCE GROUP BY SYSTIMESTAMP;  SOA Schema Wachstum: SQL> CREATE TABLE SOA_SIZE_SCHEMA_HIST (SSCH_DATE TIMESTAMP, SSCH_SUM_MB NUMBER); SQL> INSERT INTO SOA_SIZE_SCHEMA_HIST SELECT SYSTIMESTAMP, SUM(BYTES)/1024/1024 FROM DBA_SEGMENTS WHERE OWNER='<SOA_OWNER>' GROUP BY SYSTIMESTAMP;
  • 32. © OPITZ CONSULTING 2017 SOA Suite 12c aus der Infrastruktur-Sicht Purging  Verwaltung von fachlichen Daten:  Eigene Datenbank  EE + Partitioning  Datenverwaltung auf der Partitionsebene  Dokumentation:  SOA Administration Guide: https://docs.oracle.com/middleware/12213/soasuite/administer/SOAAG.pdf  How to run Serial Purge manually and outline of default values (Doc ID 2215059.1)  How to Interpret Serial Purge Debug Output (Doc ID 2171891.1)  How to run Parallel Purge manually with outline of default values. (Doc ID 2214284.1)  How to Interpret Parallel Purge Debug Output (Doc ID 2214333.1)  Relationship of Auto-Purge to Parallel/Single Loop Purge Procedure (Doc ID 2209979.1)  Relationship of EM purge (per flow id) to PL/SQL purge procedure (Doc ID 2213788.1)
  • 33. © OPITZ CONSULTING 2017 Seite 41 Tuning und Troubleshooting 5 SOA Suite 12c aus der Infrastruktur-Sicht
  • 34. © OPITZ CONSULTING 2017 SOA Suite 12c aus der Infrastruktur-Sicht SOA Tuning und Troubleshooting  Konfiguration Callback URL für den Webserver:  https://borysneselovskyi.wordpress.com/2015/11/03/configuring-frontenhost-in-weblogic-and-soa- suite/  Data Source Konfiguration:  Connection Pool Einstellungen (Default: 50)  XA Transaction Timeout (Default: 0)  SOA Composites mit viel Last:  JTA Timeout vergrössern (Default: 30 Sekunden)  Große Anzahl (z.B. 200000) von Benachrichtigungen werden gesendet:  JTA Timeout erhöhen: min. 1200 Sekunden  EJB Timeout erhöhen: min. 1800 Sekundne  Datenquelle XA Transaction Timeout erhöhen: min. 1330  Datenbankparameter: distributed_lock_timeout: 1440
  • 35. © OPITZ CONSULTING 2017 SOA Suite 12c aus der Infrastruktur-Sicht SOA Tuning und Troubleshooting  Langlaufende synchrone Anfragen zu externen Webservices:  JTA Timeout vergrössern (Default: 30 Sekunden)  Broken Pipe Fehler: Erhöhen HTTP POST Timeout  Dokumentation und MOS Notes:  SOA 11g and SOA 12c: How to configure transaction timeouts for BPEL (Doc ID 880313.1)  Configuring Transaction Timeouts in BPM and SOA (Doc ID 2002067.1)  STUCK Threads With The OSB Service Because It Is Not Taking The Database Timeout (Doc ID 2291297.1)  Tuning Guide: https://docs.oracle.com/middleware/12213/lcm/ASPER/ASPER.pdf java.net.SocketException: Broken pipe at java.net.SocketOutputStream.socketWrite0(Native Method) at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113)
  • 36. © OPITZ CONSULTING 2017 SOA Suite 12c aus der Infrastruktur-Sicht Datenbank Tuning  Statistiken verwalten:  Für SOA Tabellen: automatisches Sammeln deaktivieren  Performance prüfen:  AWR Reports  Statspack  Tuning von Datenbank Parameter  Falls notwendig: Anlegen von Indexes
  • 37. © OPITZ CONSULTING 2017 SOA Suite 12c aus der Infrastruktur-Sicht Fazit  Gute Planung: Grundlage für reibungslosen Betrieb  Viel Aufwand bei der Installation, Konfiguration und Tuning  Vor dem Rollout:  testen… testen… testen  Lasttests sind notwendig!  Wenn alles richtig eingestellt und konfiguriert:  Stabil im Betrieb
  • 38. © OPITZ CONSULTING 2017 Seite 46SOA Suite 12c aus der Infrastruktur-Sicht Fragen
  • 39. © OPITZ CONSULTING 2017  überraschend mehr Möglichkeiten! @OC_WIRE OPITZCONSULTING opitzconsultingWWW.OPITZ-CONSULTING.COM SOA Suite 12c aus der Infrastruktur-Sicht Kontaktdaten Borys Neselovskyi Solution Architect OPITZ CONSULTING Deutschland GmbH Lazarettstr. 15, 45127 Essen, Germany Phone: +49 173 7279029 Mail: borys.neselovskyi@opitz-consulting.com @bneselov https://borysneselovskyi.wordpress.com

Editor's Notes

  1. https://docs.oracle.com/middleware/12213/lcm/SOEDG/SOEDG.pdf
  2. This section describes how to set up and validate Security Assertion Markup Language (SAML) message-protected policy configuration for the SOA Infrastructure with the Oracle WebLogic Scripting Tool (WLST).
  3. Migration - JTA und IMS: - Whole Server migration: MS Server wird automatisch auf einem anderen Host gestartet - Service-level Migration: Migration von Services zu einem anderen Cluster Mitglied (MS)