WebSphere Platform 하의 개발가이드

Size: px
Start display at page:

Download "WebSphere Platform 하의 개발가이드"

Transcription

1 WebSphere Application Server 성능향상을위한가이드 J2EE WG PlatSIG 의 WAS 성능요소에대한질의응답 Final Version

2 목차 1. EJB Container 2. Deployment Descriptor 설정 3. JAR/WAR/EAR Packaging and Packaging size 4. 트랜잭션유형 (CMT/BMT) 5. JDBC Connection Pool 6. 기타 (JVM/OS/NW Tuning Doc) Appendix. Performance Theory

3 이슈 1 : EJB Container 설정

4 1-Q1. EJB Container 설정 - 개수산정 Q1. Container 의적정개수산정과관련된고려사항 A1. 2 가지관점에서볼수있다. 관련 EJB s 를여러개의 container 에분산시켜서전개 성능적 / 비용적측면에서볼때, 성능적잇점은없이 JVM 에대한프로세스 overhead 만존재할뿐이다. 모든 EJB s 를하나의 container 에전개시키고 container 를복수개로 cloning EJB Container 에만해당되는특별한고려사항은없다. Web Container clustering 시개수산정과관련된고려사항과같다.

5 1-Q2. EJB Container 설정 최대수용가능 Txn Q2. 하나의 Container 가수용가능한단위시간당트랜잭션수 A2. EJB 종류별 /Transaction Attribute 별 /Isolation 수준 /Entity Bean 관련한 DBMS 등가변요소가많기때문에이를수치화한자료는없다. 존재한다고해도실제로어플리케이션을구현함에있어서이모든것이복합되어이루어지므로자료에근거한계산이이루어지지않는다.

6 1-Q3. EJB Container 설정 EJS WLM Q3. 복수의 Container 로작업시상호간의연동을위해지원하는메커니즘에는어떤것들이있는가? 있다면이를위해설정되어질설정값들은어떤것이있는가? A3. Enterprise Java Services WorkLoad Management 를제공한다. Server Group 을생성하고워크로드관리방침을설정한다. ( 라운드로빙 / 무작위 / 로컬우선라운드로빙 / 로컬우선무작위 )

7 1-Q4. EJB Container 설정 WLM 고려사항 Q4. 필요에의해복수의 Container 를운용해야할경우개수의정확한정의를위해사용자에게제시하고있는가이드라인에는어떤것이있는가? A4. 복수개의 Container 운용목적중에는성능, 확장성, 신뢰성등의향상을들수있다. 한개의머신에서복수개의 Container 를운용하는것에대해선대용량시스템이어야한다는대전제를필요로한다. 특히, 필요에의한복수의 Container 운용은업무별로 Application Server 를분리운영하고자하는운영적인측면에서생각해볼수있는데, 이는그다지바람직하지않다. Application Server 단위 -> EAR 단위업무분리

8 1-Q5. EJB Container 설정 위치 / 방법 Q5. Container 의설정항목, 설정값의저장위치와항목별로설정값변경시발생할수있는성능에의영향에는어떤것이있는가? A5. 관리콘솔을통해서설정할수있고, 그값은 repository DB 에저장된다. 캐시크기 캐시할수있는인스턴스수를지정한다. 총 EJB 개수 X 동시사용자수지정된값이너무작을경우성능저하의원인이된다. 캐시정리간격 컨테이너가캐시크기를초과하지않도록캐시에서사용되지않은항목을제거하려고시도하는간격 일반적으로캐시크기를증가시킨것만큼간격도증가시켜준다. 워크로드관리방침 로컬우선라운드로빙방침이라운드로빙보다성능이더좋다. 로컬우선이란 EJB Client 에서 EJB 를 call 할때동일한 Application Server 에있는 EJB Container 내의 EJB 를우선적으로 call 한다는방침이다.

9 이슈 2 : Deployment Descriptor 설정

10 2-a. J2EE 표준 Deployment Descriptor

11 2-b. WebSphere Deployment Descriptor

12 2-c. WebSphere DD 종류 IBM Bindings ibm-web-bnd.xmi, ibm-ejb-jar-bnd.xmi, ibm-application-bnd.xmi global JNDI name의 EJB와 resource reference를 local name으로연결 IBM Extensions ibm-web-ext.xmi,, ibm-ejb-jar-ext.xmi, ibm-application-ext.xmi J2EE spec 이외의것들을지정 Transaction Isolation Attributes Web Application Reloading Internal Servlet 사용유무 (File Serving, Servlet Invoker) Database related files Map.mapxmi EJB filed와 schema field를매핑 Schema.rdbxmi 데이터베이스 schema filed attribute를지정 Table.ddl 데이터베이스테이블작성명령

13 2-Q1. Deployment Descriptor Guide? Q1. 상황에따른여러가지종류 (IHS + WebSphere Application Server + DB2, IHS + WebLogic Server + Oracle 등의 ) 의 Deployment Descriptor 관련따라하기 ( 가이드 ) 를제시할수있는가?

14 2-Q1a.Tools & Tutorials Tools WebSphere 는텍스트에디터를통한 DD 직접편집이가능하지만권장하지는않습니다. WSAD 를사용해서개발할경우, 개발과동시에 WebSphere 에최적화된 DD 가자동으로생성됩니다. 별도로 DD 를편집해야할경우에도 GUI 를통해서구조화된방법으로접근하기때문에쉽고빠르게작업할수있고실수를줄일수있습니다. WSAD 이외의개발툴을사용할경우에는, WebSphere 에서제공하는 AAT(Application Assembly Tool) 을사용해서역시 GUI 로작업할수있습니다. Tutorials DD 는 HTTP Svr 나 DB Svr 의종류에독립적입니다. Web Application(WAR), EJB(JAR), Enterprise Application(EAR) 의 DD 설정에대해쉽게따라할수있는 Tutorial 이웹으로제공됩니다. /0607.html

15 2-Q2. Deployment Descriptor Q2. Deployment Descriptor 파일을기술할때각종설정값 ( 설정항목 ) 들이 Performance 에미치는영향과이유를구체적으로제시해줄수있는지?

16 2-Q2a. ibm-web-ext.xmi File serving Servlet File serving servlet 사용시 WebSphere 에내장된 HTTP Svr 에서 HTML/image 등의정적인 file 까지서비스할수있습니다. 단점 : 외부에별도의 HTTP Svr( 예를들어 IHS) 를두는것이 performance 측면에서는더유리합니다. 장점 : Web Application 에정적인파일들까지하나의아카이브로저장할수있고, WebSphere 의보안기능을정적인파일들까지적용할수있습니다. fileservingenabled="true"

17 2-Q2b. ibm-web-ext.xmi-continued Web Application Auto Reload Web Applicatoin 의 classpath 에있는자원 (jar, class files) 에변경이있을시, 해당 classloader 가재시작되면서경로상의모든자원을다시 load 하게됩니다. 단점 : 모든자원이 reload 되므로순간적으로 performance 가느려질수있습니다. 장점 : Application Server 프로세스를종료하지않고도 application component 의 update 가가능합니다. Default 는 3 초간격으로동작하지만운영환경에서는훨씬큰값으로놓거나 false 로사용할것을권장합니다. reloadinterval="0" reloadingenabled="false"

18 2-Q2c. ibm-ejb-jar-ext.xmi Entity Bean Caching Option <beancache xmi:id="beancache_1" activateat="once" loadat="activation"/> Option Activate at Load at Option A Once Activation Option B Once Transaction Option C(default) Transaction Transaction

19 2-Q2d. ibm-ejb-jar-ext.xmi - continued Stateful Session Bean Caching Option <beancache xmi:id="beancache_1" activateat="once" Once(default) Bean 이최초로호출될때 activate 되고, cache 가다차거나했을때 container 가 passivate 시킵니다. Transaction Transaction 이시작될때 activate 되고, Transaction 이끝날때 passivate 됩니다.

20 2-Q2e. ibm-ejb-jar-ext.xmi - continued Stateful EJB timeout option Bean 이 METHOD_READY 또는 PASSIVATED 상태일때 timeout 값을초단위로지정할수있습니다. Timeout 된 bean 은 container 가필요에의해 remove 시키고메모리를확보할수있습니다. <ejbextensions xmi:type="ejbext:sessionextension xmi:id="session_1_ext" timeout="120">

21 2-Q2f. ibm-ejb-jar-ext.xmi - continued Read-Only Method Read-only 표시가된 method 에대해서는 transaction 이끝날때에 container 가 persistency 를위한 ejbstore() 를수행하지않습니다. Lock 발생위험을줄이고 performance 를높일수있습니다. <accessintents xmi:id="accessintent_2" intenttype="read"><methodelements xmi:id="methodelement_3"name="getbalance" parms="" type="remote"><enterprisebean xmi:type="ejb:containermanagedentity"href="meta-inf/ejbjar.xml#containermanagedentity_1"/></methodelements></accessintents>

22 2-Q3. Deployment Descriptor Runtime Update Q3. 실제로서비스가이루어지고있는 WAS 상의 Application 을 Update 된 Application 으로교체하고자할경우 Deployment Descriptor 작성시에고려되어져야할사항들은어떤것들이있는가?

23 2-Q3a. Hot Deployment & Dynamic Reloading Application Server 를재시작하지않고도 Application 추가 / 변경가능 Web Module JSP : DD 의설정과관계없이추가 / 변경가능 Servlet : Web Application Auto Reloading 이 true 인경우추가 / 변경가능 Servlet 에서참조하는 class 나 Jar : Servlet 의경우와동일 web.xml : Servlet 의경우와동일. 단, 다음의경우는해당모듈재시작필요 <security-constraints> <security-role> <login-config> Web.xml 에서 servlet mapping 추가 / 변경시 HTTP Plugin configuration file 재생성필요 ibm-web-ext.xmi : Servlet 의경우와동일 ibm-web-bnd.xmi : 해당모듈재시작필요

24 2-Q3b. Hot Deployment & Dynamic Reloading EJB Module ejb-jar.xml, ibm-ejb-jar-ext.xmi, ibm-ejb-jar-bnd.xmi : 변경시모듈재시작필요 Table.ddl : 변경시 DB 서버에서재수행필요 Map.mapxmi, Schema.dbxmi : 변경시 EJB re-deploy, 모듈재시작필요 EJB 가참조하는 class 나 Jar : 변경시모듈재시작필요 Home/Remote Interface class : 변경시 EJB re-deploy, 모듈재시작필요

25 2-Q3c. Hot Deployment & Dynamic Reloading Application application.xml, ibm-app-ext.xmi, ibm-app-bnd.xmi : 변경시 Application 재시작필요 application.xml 에서 WAR 의 contextroot 변경시에는 HTTP plugin configuration file 재생성필요 EAR 에포함된 non-module Jar : 변경시 Application 재시작필요 수행중인 application 에 WAR/EJB 모듈추가 : App Server 재시작필요 수행중인 Server 에 application 추가 : App Server 재시작필요

26 이슈 3 : JAR/WAR/EAR Packaging and Packaging size

27 3-Q1. JAR/WAR/EAR Packaging & size - Recommentation Q1 Packaging 단위설정에대한 Recommendations? Web Module 의경우 HttpSession 의공유를고려해야합니다. J2EE 환경에서 HttpSession 의범위는각 Web Application 으로제한되기때문에, HttpSession 을공유해야할 servlet/jsp 들은동일한 Web Module 안에있어야합니다.

28 3-Q2. JAR/WAR/EAR Packaging & size - 제약사항 Q2. Packaging 의기술적제약사항및기본요건은? 특별한제약사항은없습니다. Common code(common/utility class or Jar) 의위치는다음 2 가지중에서상황에맞는것으로선택 Common classpath 에놓는다 (Runtime Sharing) 소스관리가용이 약간의시스템자원절약 각각의 EAR 마다하나씩포함시킨다 Application 이서로에대해독립적

29 3-Q3. JAR/WAR/EAR Packaging & size 영향 / 근거 Q3. Packaging size 에따른성능에의영향과근거는? JDK 1.3.X 에서효율적으로사용할수있는 application heap size 의한계는대략 1.2GB 입니다. Application 이이 heap size 안에서과도한 garbage collection 없이도잘수행된다면 packaging size 는성능과직접적인관계가없습니다. Packaging size 보다는 application 의 design 과 coding 기법이성능에미치는영향이훨씬큽니다. WebSphere Developers Domain 에서성능향상을위한다양한 Best Practice 들을찾아볼수있습니다.(

30 3-Q4. JAR/WAR/EAR Packaging & size Q4. WAS 간호환문제를해결하기위한 Packaging 방안은? 기본적으로 J2EE 표준 DD 만사용해서 packaging 한 application 은 WAS vendor 에비종속적으로 deploy 할수있습니다. WAS vendor 의확장 DD 를사용할경우에는타 vendor 와호환되지않기때문에 deploy 하기전에확장 DD 를편집해주어야합니다. WAS 간호환을위해서는 vendor 확장 DD 를사용하지않는방법이최선입니다.

31 이슈 4 : 트랜잭션 (CMT/BMT) 의선택및적용기준

32 4-Q1. Transaction 선택및적용 속성 / 디폴트 Q1. CMT 의경우트랜잭션속성값은어떻게부여되고있는가? 디폴트값이있는가? 있다면어떤값인가? A1. WebSphere Application Server 에서제공하는 GUI Tool 인 AAT(Application Assembly Tool) 나텍스트편집기를통해서 Deployment Descriptor file 에빈의 assembly-descriptor 의 container-transaction 섹션의 trans-attribute 엘리먼트에메소드별로부여할수있으며디폴트는 Required 이다.

33 4-Q2. Transaction 선택및적용 속성오류? Q2. 세션빈과엔터티빈의트랜잭션속성이다를때발생하는오류상황은없는가? A2. J2EE 에서정의한 6 개의트랜잭션속성은빈의종류에따른의존성을가지고있지않다. 다만, 트랜잭션속성의특성에따른오류는발생할수있다. CMP : Required (O), RequiredNew(X)

34 4-Q3. Transaction 선택및적용 TxIso. Q3. Transaction isolation 에대한 Recommendations? A3. 대부분 Transaction isolation 레벨은데이터베이스기본 isolation 레벨인 Read Committed 를그대로따른다. 데이터일관성의문제는성능의문제보다더심각하기때문에불확실할경우 Serializable 을선택한다. 만약성능이문제가된다면나중에당황하지않도록낮은 isolation 레벨도견딜수있는트랜잭션을작성하도록개발할때신중하게생각해봐야한다.

35 4-Q4/Q5. Transaction 선택및적용 Bad/Best Q4. 기술지원에참여했던 Bad Cases and Solutions? Q5. 기술지원에참여했던 Best Cases and Solutions?

36 이슈 5 : JDBC Connection Pool

37 5-Q1a. JDBC Connection Pool - Properties Q1. Connection Pooling 관련 Properties 설정 Guide 및설정근거와성능에의영향은? (min/max/idle/orphan/preparedstatement cache) max PreparedStatement Cache App Orphan timeout min DB max conn. OS TCP idle timeout F/W idle timeout Idle timeout Database OS TCP idle timeout

38 5-Q1b. JDBC Connection Pool min/max Max - Burstness factor 0 - 부족하지않으면충분 (50 보 100 보 ) -Active 유저의개수에근접 Clients Min - 첫접속시에만이슈 Arrival rate(tpm) max max min Database DB max conn.

39 5-Q1c. JDBC Connection Pool - PreparedStatement PreparedStatement cache 빈번히사용되는 pstmt # x ActiveUser PreparedStatement Cache App App App PreparedStatement Cache PreparedStatement Cache OS TCP idle timeout Database

40 5-Q2. JDBC Connection Pool Bad Cases Q2. 기술지원에참여했던 Bad Cases and Solutions? A2. 상대적으로 max 값을 100,300,500,1000 등, 불필요하게높게책정하는경향이있음. 권장사항, Active 유저의개수근방에서조정 동시단말사용자수 r = 1,409 평균응답시간 (sec) Active 유저수 (n) = 동시단말사용자수 (n) x 평균응답시간 (sec) + ThinkTime(sec) t-r = 8,591 Worker-Thread Connection Pool t = 10,000 Active # Database DB max conn.

41 이슈 6 : 기타고려사항

42 6-Q1. 기타고려사항 OS, N/W Q1. 플렛폼별 OS 및 N/W 파라메터설정가이드? A1. WebSphere Performance Tuning Guide WebSphere Application Server 4.0 InfoCenter IBM WebSphere Redbooks WebSphere 추천문서모음 WebSphere Performance Tuning Guide WebSphere V3 Performance Tunning Guide Performance Tuning QuickGuide for BenchmarkTest WebSphere BMT 최적파라메터셋팅방법론 [ 강좌 ] 웹기반시스템하에서의성능에대한이론적고찰 [ 프로젝트실무, 30 여고객사이트성능 / 장애진단컨설팅보고서모음 ] o=t&sb=consult 405 웹사이트분석방법및용량산정팁

43 6-Q2a. 기타고려사항 JVM/GC -1 Q2. Garbage Collection 관련파라메터설정가이드? A2. 과거 JDK 1.1 이하에서의 GC 의중요성

44 6-Q2a. 기타고려사항 JVM/GC -2 과거 JDK 1.1 이하에서의 min/max heap & GC 의연관성 NOTE: JDK 1.2 < JDK 1.3 이상에서는 GC 의영향도는없음 NOTE: Xms 및 Xmx 값이중요하며, m 정도설정

45 6-Q3. 기타고려사항 JVM/GC Q3. Thread 관련파라메터설정가이드? A3. Xss(native stack size) 값이작아야더욱많은 thread 를생성할수있음

46 Appendix. Performance Theory -Definition

47 Appendix. Performance Theory Axiom/Lemma

48 Appendix. Performance Theory Throughput Equation x (3sec + 27sec) = 820 명 최대동시단말사용자수 ( 명 ) = Throughput(req/sec) x { 평균응답시간 ( sec) + ThinkTime(sec)}

49 Appendix. Performance Theory 동시단말사용자및비례관계 TPS 50 TPS Graph Saturation Point Response Time Response Time Saturation Point 20 Graph 1 Active Threads 20 Active Threads Graph 2 Stress Test Environment Real Web Environment req/sec 50 Active Threads 20 For 50 Hit/sec Response Time For 50 Hit/sec 동시단말사용자 Graph 3 동시단말사용자 동시단말사용자 Graph 4 Graph 5

50 Appendix. Performance Theory -3 T 3 z n-applictions Proformance Issue App. T i TPS max x 400 r i req/sec r i / T i y Q z T 1 x T 1 T 2 y z + + = 1 T 2 T 3 y = 0.70 { r i / T i } x 100 = 70 % x

51 Appendix. Performance Theory -3 z n-applications, multiple bottleneck queue Arrival rate line Bottleneck surface x r 1 = y r 2 = z r 3 r 3 Q P (r 1, r 2, r 3 ) bottleneck saturation flat O (0, 0) r 2 x

52 Q&A

Intro to Servlet, EJB, JSP, WS

Intro to Servlet, EJB, JSP, WS ! Introduction to J2EE (2) - EJB, Web Services J2EE iseminar.. 1544-3355 ( ) iseminar Chat. 1 Who Are We? Business Solutions Consultant Oracle Application Server 10g Business Solutions Consultant Oracle10g

More information

No Slide Title

No Slide Title J2EE J2EE(Java 2 Enterprise Edition) (Web Services) :,, SOAP: Simple Object Access Protocol WSDL: Web Service Description Language UDDI: Universal Discovery, Description & Integration 4. (XML Protocol

More information

Interstage4 설치가이드

Interstage4 설치가이드 Interstage Application Server V501 Operation Guide Internet 1 1 1 FJApache FJApache (WWW (WWW server) server) - - file file - - 2 2 InfoProviderPro InfoProviderPro (WWW (WWW server) server) - - file file

More information

J2EE Concepts

J2EE Concepts ! Introduction to J2EE (1) - J2EE Servlet/JSP/JDBC iseminar.. 1544-3355 ( ) iseminar Chat. 1 Who Are We? Business Solutions Consultant Oracle Application Server 10g Business Solutions Consultant Oracle10g

More information

[Brochure] KOR_TunA

[Brochure] KOR_TunA LG CNS LG CNS APM (TunA) LG CNS APM (TunA) 어플리케이션의 성능 개선을 위한 직관적이고 심플한 APM 솔루션 APM 이란? Application Performance Management 란? 사용자 관점 그리고 비즈니스 관점에서 실제 서비스되고 있는 어플리케이션의 성능 관리 체계입니다. 이를 위해서는 신속한 장애 지점 파악 /

More information

Business Agility () Dynamic ebusiness, RTE (Real-Time Enterprise) IT Web Services c c WE-SDS (Web Services Enabled SDS) SDS SDS Service-riented Architecture Web Services ( ) ( ) ( ) / c IT / Service- Service-

More information

J2EE & Web Services iSeminar

J2EE & Web Services iSeminar 9iAS :, 2002 8 21 OC4J Oracle J2EE (ECperf) JDeveloper : OLTP : Oracle : SMS (Short Message Service) Collaboration Suite Platform Email Developer Suite Portal Java BI XML Forms Reports Collaboration Suite

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 1 2 3 4 5 6-2- - - - - - -3- -4- ( Knowledge Cube, Inc. ) // www.kcube.co.kr -5- -6- (KM)? - Knowledge Cube, Inc. - - Peter Drucker - -7- KM Context KM Context KM Context KM Context KM Context KM KM KM

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Synergy EDMS www.comtrue.com opyright 2001 ComTrue Technologies. All right reserved. - 1 opyright 2001 ComTrue Technologies. All right reserved. - 2 opyright 2001 ComTrue Technologies. All right reserved.

More information

untitled

untitled Memory leak Resource 力 金 3-tier 見 Out of Memory( 不 ) Memory leak( 漏 ) 狀 Application Server Crash 理 Server 狀 Crash 類 JVM 說 例 行說 說 Memory leak Resource Out of Memory Memory leak Out of Memory 不論 Java heap

More information

untitled

untitled 3 IBM WebSphere User Conference ESB (e-mail : ljm@kr.ibm.com) Infrastructure Solution, IGS 2005. 9.13 ESB 를통한어플리케이션통합구축 2 IT 40%. IT,,.,, (Real Time Enterprise), End to End Access Processes bounded by

More information

Slide 1

Slide 1 J2EE 어플리케이션문제해결방법론 차의중 IBM Korea WebSphere Field Technical Sales Support ejcha@kr.ibm.com 선결조건 문제해결에임하는자세 3 침착하라 -심호흡 -Operating은천천히, 또박또박 혼자해결하려하지마라 -물어보라 -찾아보라 -확인하라 필요한최소한의인원만을곁에두어라 -파트별엔지니어, 어플리케이션개발자

More information

<C0CCBCBCBFB52DC1A4B4EBBFF82DBCAEBBE7B3EDB9AE2D313939392D382E687770>

<C0CCBCBCBFB52DC1A4B4EBBFF82DBCAEBBE7B3EDB9AE2D313939392D382E687770> i ii iii iv v vi 1 2 3 4 가상대학 시스템의 국내외 현황 조사 가상대학 플랫폼 개발 이상적인 가상대학시스템의 미래상 제안 5 웹-기반 가상대학 시스템 전통적인 교수 방법 시간/공간 제약을 극복한 학습동기 부여 교수의 일방적인 내용전달 교수와 학생간의 상호작용 동료 학생들 간의 상호작용 가상대학 운영 공지사항,강의록 자료실, 메모 질의응답,

More information

[Brochure] KOR_LENA WAS_

[Brochure] KOR_LENA WAS_ LENA Web Application Server LENA Web Application Server 빠르고확장가능하며장애를선대응할수있는운영중심의고효율차세대 Why 클라우드환경과데이터센터운영의노하우가결집되어편리한 관리기능과대용량트랜잭션을빠르고쉽게구현함으로고객의 IT Ownership을강화하였습니다. 고객의고민사항 전통 의 Issue Complexity Over

More information

교육2 ? 그림

교육2 ? 그림 Interstage 5 Apworks EJB Application Internet Revision History Edition Date Author Reviewed by Remarks 1 2002/10/11 2 2003/05/19 3 2003/06/18 EJB 4 2003/09/25 Apworks5.1 [ Stateless Session Bean ] ApworksJava,

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Reasons for Poor Performance Programs 60% Design 20% System 2.5% Database 17.5% Source: ORACLE Performance Tuning 1 SMS TOOL DBA Monitoring TOOL Administration TOOL Performance Insight Backup SQL TUNING

More information

<49534F20323030303020C0CEC1F520BBE7C8C4BDC9BBE720C4C1BCB3C6C320B9D7204954534D20BDC3BDBAC5DB20B0EDB5B5C8AD20C1A6BEC8BFE4C3BBBCAD2E687770>

<49534F20323030303020C0CEC1F520BBE7C8C4BDC9BBE720C4C1BCB3C6C320B9D7204954534D20BDC3BDBAC5DB20B0EDB5B5C8AD20C1A6BEC8BFE4C3BBBCAD2E687770> ISO 20000 인증 사후심사 컨설팅 및 ITSM 시스템 고도화를 위한 제 안 요 청 서 2008. 6. 한 국 학 술 진 흥 재 단 이 자료는 한국학술진흥재단 제안서 작성이외의 목적으로 복제, 전달 및 사용을 금함 목 차 Ⅰ. 사업개요 1 1. 사업명 1 2. 추진배경 1 3. 목적 1 4. 사업내용 2 5. 기대효과 2 Ⅱ. 사업추진계획 4 1. 추진체계

More information

Domino Designer Portal Development tools Rational Application Developer WebSphere Portlet Factory Workplace Designer Workplace Forms Designer

Domino Designer Portal Development tools Rational Application Developer WebSphere Portlet Factory Workplace Designer Workplace Forms Designer Domino, Portal & Workplace WPLC FTSS Domino Designer Portal Development tools Rational Application Developer WebSphere Portlet Factory Workplace Designer Workplace Forms Designer ? Lotus Notes Clients

More information

KYO_SCCD.PDF

KYO_SCCD.PDF 1. Servlets. 5 1 Servlet Model. 5 1.1 Http Method : HttpServlet abstract class. 5 1.2 Http Method. 5 1.3 Parameter, Header. 5 1.4 Response 6 1.5 Redirect 6 1.6 Three Web Scopes : Request, Session, Context

More information

Corporate PPT Template

Corporate PPT Template Tech Sales Consultant Oracle Corporation What s New in Oracle9iAS Forms? Why upgrade Oracle Forms to the WEB? Agenda Oracle9i Forms Web Oracle9i Forms Oracle9i Forms Oracle9i Forms What s NEW in Oracle

More information

Apache2 + Tomcat 5 + JK2 를 사용한 로드밸런싱과 세션 복제 클러스터링 사이트 구축

Apache2 + Tomcat 5 + JK2 를 사용한 로드밸런싱과 세션 복제 클러스터링 사이트 구축 Apache2 + Tomcat 5 + JK2 : 2004-11-04 Release Ver. 1.0.0.1 Email : ykkim@cabsoftware.com Apache JK2 ( )., JK2 Apache2 JK2. 3 - JK2, Tomcat -.. 3, Stress ( ),., localhost ip., 2. 2,. Windows XP., Window

More information

Oracle Database 10g: Self-Managing Database DB TSC

Oracle Database 10g: Self-Managing Database DB TSC Oracle Database 10g: Self-Managing Database DB TSC Agenda Overview System Resource Application & SQL Storage Space Backup & Recovery ½ Cost ? 6% 12 % 6% 6% 55% : IOUG 2001 DBA Survey ? 6% & 12 % 6% 6%

More information

슬라이드 1

슬라이드 1 NeoDeveloper 설치가이드 차례 1. 환경 3 2. 설치 3 2.1 웹서버설치 3 Tomcat 7 3 JDK 1.6 3 2.2 NeoDeveloper 설치 3 Neo Developer 서버구성 3 Demo용 User Application 구성 4 Neo Developer 서버 Data File 4 Client 개발 Tool 설치 4 3. 설정 5 3.1

More information

PCServerMgmt7

PCServerMgmt7 Web Windows NT/2000 Server DP&NM Lab 1 Contents 2 Windows NT Service Provider Management Application Web UI 3 . PC,, Client/Server Network 4 (1),,, PC Mainframe PC Backbone Server TCP/IP DCS PLC Network

More information

Interstage

Interstage Interstage Basic Web Application Development Servlet/JSP Interstage Web -Servlet/JSP >> 1)Servlet EJB (Web-Application) 2) Interstage Apworks 3), 4) >> 1) / Web /PM >> 1) Web Application 2)Interstage >>

More information

untitled

untitled 3 IBM WebSphere User Conference WAS (e-mail : cjh@kr.ibm.com ) SWG WebSphere FTSS 2005. 6. 28 날로복잡해져가는 J2EE 환경에대한체계적인관리운영시스템구축을위해 WebSphere Application Server 가제공하는각종툴에대한 Guideline 필요. Request Metrics

More information

서현수

서현수 Introduction to TIZEN SDK UI Builder S-Core 서현수 2015.10.28 CONTENTS TIZEN APP 이란? TIZEN SDK UI Builder 소개 TIZEN APP 개발방법 UI Builder 기능 UI Builder 사용방법 실전, TIZEN APP 개발시작하기 마침 TIZEN APP? TIZEN APP 이란? Mobile,

More information

1

1 1 1....6 1.1...6 2. Java Architecture...7 2.1 2SDK(Software Development Kit)...8 2.2 JRE(Java Runtime Environment)...9 2.3 (Java Virtual Machine, JVM)...10 2.4 JVM...11 2.5 (runtime)jvm...12 2.5.1 2.5.2

More information

ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE (Online Upgrade) ORANGE CONFIGURATION ADMIN O

ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE (Online Upgrade) ORANGE CONFIGURATION ADMIN O Orange for ORACLE V4.0 Installation Guide ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE...1 1....2 1.1...2 1.2...2 1.2.1...2 1.2.2 (Online Upgrade)...11 1.3 ORANGE CONFIGURATION ADMIN...12 1.3.1 Orange Configuration

More information

Microsoft PowerPoint - JBossASTunning4BP.ppt

Microsoft PowerPoint - JBossASTunning4BP.ppt JBoss Performance Tunning byj 목 차 I. Basics 1. 성능튜닝의목적 II. JBoss AS 의성능 Factors 1. 성능튜닝개요 2. Application 3. 웹레이어 4. EJB 레이어 5. Database 6. 보안 7. Logging 8. 클러스터링 9. JVM III. 로드테스팅 Hints IV. 튜닝방법 V. references

More information

Portal_9iAS.ppt [읽기 전용]

Portal_9iAS.ppt [읽기 전용] Application Server iplatform Oracle9 A P P L I C A T I O N S E R V E R i Oracle9i Application Server e-business Portal Client Database Server e-business Portals B2C, B2B, B2E, WebsiteX B2Me GUI ID B2C

More information

Microsoft PowerPoint - Smart CRM v4.0_TM 소개_20160320.pptx

Microsoft PowerPoint - Smart CRM v4.0_TM 소개_20160320.pptx (보험TM) 소개서 2015.12 대표전화 : 070 ) 7405 1700 팩스 : 02 ) 6012 1784 홈 페이지 : http://www.itfact.co.kr 목 차 01. Framework 02. Application 03. 회사 소개 01. Framework 1) Architecture Server Framework Client Framework

More information

歯Writing_Enterprise_Applications_2_JunoYoon.PDF

歯Writing_Enterprise_Applications_2_JunoYoon.PDF Writing Enterprise Applications with Java 2 Platform, Enterprise Edition - part2 JSTORM http//wwwjstormpekr Revision Document Information Document title Writing Enterprise Applications

More information

chapter1,2.doc

chapter1,2.doc JavaServer Pages Version 08-alpha copyright2001 B l u e N o t e all rights reserved http://jspboolpaecom vesion08-alpha, UML (?) part1part2 Part1 part2 part1 JSP Chapter2 ( ) Part 1 chapter 1 JavaServer

More information

Web Application Hosting in the AWS Cloud Contents 개요 가용성과 확장성이 높은 웹 호스팅은 복잡하고 비용이 많이 드는 사업이 될 수 있습니다. 전통적인 웹 확장 아키텍처는 높은 수준의 안정성을 보장하기 위해 복잡한 솔루션으로 구현

Web Application Hosting in the AWS Cloud Contents 개요 가용성과 확장성이 높은 웹 호스팅은 복잡하고 비용이 많이 드는 사업이 될 수 있습니다. 전통적인 웹 확장 아키텍처는 높은 수준의 안정성을 보장하기 위해 복잡한 솔루션으로 구현 02 Web Application Hosting in the AWS Cloud www.wisen.co.kr Wisely Combine the Network platforms Web Application Hosting in the AWS Cloud Contents 개요 가용성과 확장성이 높은 웹 호스팅은 복잡하고 비용이 많이 드는 사업이 될 수 있습니다. 전통적인

More information

untitled

untitled PowerBuilder 連 Microsoft SQL Server database PB10.0 PB9.0 若 Microsoft SQL Server 料 database Profile MSS 料 (Microsoft SQL Server database interface) 行了 PB10.0 了 Sybase 不 Microsoft 料 了 SQL Server 料 PB10.0

More information

Connection 8 22 UniSQLConnection / / 9 3 UniSQL OID SET

Connection 8 22 UniSQLConnection / / 9 3 UniSQL OID SET 135-080 679-4 13 02-3430-1200 1 2 11 2 12 2 2 8 21 Connection 8 22 UniSQLConnection 8 23 8 24 / / 9 3 UniSQL 11 31 OID 11 311 11 312 14 313 16 314 17 32 SET 19 321 20 322 23 323 24 33 GLO 26 331 GLO 26

More information

Interstage5 SOAP서비스 설정 가이드

Interstage5 SOAP서비스 설정 가이드 Interstage 5 Application Server ( Solaris ) SOAP Service Internet Sample Test SOAP Server Application SOAP Client Application CORBA/SOAP Server Gateway CORBA/SOAP Gateway Client INTERSTAGE SOAP Service

More information

1

1 A Leader of Enterprise e-business Solution FORCS Co., LTD 1 WAS WebSphere SilverStream Apache Jserv Tomcat Resin Inprise Application Server BES Oracel OC4J(ORION) HPAS(Bluestone)8 JRun EAServer JEUS 3.0

More information

<3035303432365FC8A8C6E4C0CCC1F620B0B3B9DF20BAB8BEC8B0A1C0CCB5E5C3D6C1BE28C0FAC0DBB1C7BBE8C1A6292E687770>

<3035303432365FC8A8C6E4C0CCC1F620B0B3B9DF20BAB8BEC8B0A1C0CCB5E5C3D6C1BE28C0FAC0DBB1C7BBE8C1A6292E687770> 개 요 홈페이지 해킹 현황 및 사례 홈페이지 개발시 보안 취약점 및 대책 주요 애플리케이션 보안 대책 결 론 참고자료 [부록1] 개발 언어별 로그인 인증 프로세스 예제 [부록2] 대규모 홈페이지 변조 예방을 위한 권고(안) [부록3] 개인정보의 기술적 관리적 보호조치 기준(안) [부록4] 웹 보안관련 주요 사이트 리스트 7000 6,478 6000 5000

More information

기술자료

기술자료 1 쪽중 1 쪽 WebLogic Server 8.1 Tutorials 03 - 리소스 (JDBC, JMS 등 ) 설정 본문서에서는 MedRec 애플리케이션을디플로이하고서비스하기위해서필요한 WebLogic Server 의리소스들을설정하는방법에대하여설명할것이다. 1. JDBC(Java Database Connectivity) Connection Pool 과 Data

More information

요약 1

요약 1 Globalization Support Guide Using Oracle and Java Version 1.0 www.sds-epartner.com 2003.03 목차 요약 1. 해결과제 2. Multilingual Database 3. Multilingual Web Application 4. Multiple Time Zone 5. Multiple Currency

More information

untitled

untitled Push... 2 Push... 4 Push... 5 Push... 13 Push... 15 1 FORCS Co., LTD A Leader of Enterprise e-business Solution Push (Daemon ), Push Push Observer. Push., Observer. Session. Thread Thread. Observer ID.

More information

Service-Oriented Architecture Copyright Tmax Soft 2005

Service-Oriented Architecture Copyright Tmax Soft 2005 Service-Oriented Architecture Copyright Tmax Soft 2005 Service-Oriented Architecture Copyright Tmax Soft 2005 Monolithic Architecture Reusable Services New Service Service Consumer Wrapped Service Composite

More information

목차 JEUS EJB Session Bean가이드 stateful session bean stateful sample 가이드 sample source 결과확인 http session에

목차 JEUS EJB Session Bean가이드 stateful session bean stateful sample 가이드 sample source 결과확인 http session에 개념정리및샘플예제 EJB stateful sample 문서 2016. 01. 14 목차 JEUS EJB Session Bean가이드... 3 1. stateful session bean... 3 1.1 stateful sample 가이드... 3 1.1.1 sample source... 3 1.1.2 결과확인... 6 1.2 http session에서사용하기...

More information

02 C h a p t e r Java

02 C h a p t e r Java 02 C h a p t e r Java Bioinformatics in J a va,, 2 1,,,, C++, Python, (Java),,, (http://wwwbiojavaorg),, 13, 3D GUI,,, (Java programming language) (Sun Microsystems) 1995 1990 (green project) TV 22 CHAPTER

More information

Class Loader 엑셈컨설팅본부 /APM 팀김다운 개요 클래스 loader 는자바의기능중하나로써런타임에클래스파일을찾고로딩하는임무를맡는다. WAS 마다 Class Loading 의방식에조금씩차이가있으며, Intermax 설치시에 classpath 옵션을 WAS 에추

Class Loader 엑셈컨설팅본부 /APM 팀김다운 개요 클래스 loader 는자바의기능중하나로써런타임에클래스파일을찾고로딩하는임무를맡는다. WAS 마다 Class Loading 의방식에조금씩차이가있으며, Intermax 설치시에 classpath 옵션을 WAS 에추 Class Loader 엑셈컨설팅본부 /APM 팀김다운 개요 클래스 loader 는자바의기능중하나로써런타임에클래스파일을찾고로딩하는임무를맡는다. WAS 마다 Class Loading 의방식에조금씩차이가있으며, Intermax 설치시에 classpath 옵션을 WAS 에추가함으로서 Class loading 을한다. 이에클래스 loader 의로딩메커니즘을이해하고

More information

ETL_project_best_practice1.ppt

ETL_project_best_practice1.ppt ETL ETL Data,., Data Warehouse DataData Warehouse ETL tool/system: ETL, ETL Process Data Warehouse Platform Database, Access Method Data Source Data Operational Data Near Real-Time Data Modeling Refresh/Replication

More information

Intra_DW_Ch4.PDF

Intra_DW_Ch4.PDF The Intranet Data Warehouse Richard Tanler Ch4 : Online Analytic Processing: From Data To Information 2000. 4. 14 All rights reserved OLAP OLAP OLAP OLAP OLAP OLAP is a label, rather than a technology

More information

품질검증분야 Stack 통합 Test 결과보고서 [ The Bug Genie ]

품질검증분야 Stack 통합 Test 결과보고서 [ The Bug Genie ] 품질검증분야 Stack 통합 Test 결과보고서 [ The Bug Genie ] 2014. 10. 목 차 I. Stack 통합테스트개요 1 1. 목적 1 II. 테스트대상소개 2 1. The Bug Genie 소개 2 2. The Bug Genie 주요기능 3 3. The Bug Genie 시스템요구사항및주의사항 5 III. Stack 통합테스트 7 1. 테스트환경

More information

JVM 메모리구조

JVM 메모리구조 조명이정도면괜찮조! 주제 JVM 메모리구조 설미라자료조사, 자료작성, PPT 작성, 보고서작성. 발표. 조장. 최지성자료조사, 자료작성, PPT 작성, 보고서작성. 발표. 조원 이용열자료조사, 자료작성, PPT 작성, 보고서작성. 이윤경 자료조사, 자료작성, PPT작성, 보고서작성. 이수은 자료조사, 자료작성, PPT작성, 보고서작성. 발표일 2013. 05.

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Software Verification Junit, Eclipse 및빌드환경 Team : T3 목차 Eclipse JUnit 빌드환경 1 Eclipse e 소개 JAVA 를개발하기위한통합개발환경 주요기능 Overall 빌드환경 Code edit / Compile / Build Unit Test, Debug 특징 JAVA Code를작성하고이에대한 debugging

More information

리뉴얼 xtremI 최종 softcopy

리뉴얼 xtremI 최종 softcopy SSD를 100% 이해한 CONTENTS SSD? 03 04 05 06 07 08 09 10 11 12 13 15 14 17 18 18 19 03 SSD SSD? Solid State Drive(SSD) NAND NAND DRAM SSD [ 1. SSD ] CPU( )RAM Cache Memory Firmware GB RAM Cache Memory Memory

More information

Microsoft Word - ntasFrameBuilderInstallGuide2.5.doc

Microsoft Word - ntasFrameBuilderInstallGuide2.5.doc NTAS and FRAME BUILDER Install Guide NTAS and FRAME BUILDER Version 2.5 Copyright 2003 Ari System, Inc. All Rights reserved. NTAS and FRAME BUILDER are trademarks or registered trademarks of Ari System,

More information

I T C o t e n s P r o v i d e r h t t p : / / w w w. h a n b i t b o o k. c o. k r

I T C o t e n s P r o v i d e r h t t p : / / w w w. h a n b i t b o o k. c o. k r I T C o t e n s P r o v i d e r h t t p : / / w w w. h a n b i t b o o k. c o. k r I T C o t e n s P r o v i d e r h t t p : / / w w w. h a n b i t b o o k. c o. k r Jakarta is a Project of the Apache

More information

untitled

untitled A Leader of Enterprise e-business Solution FORCS Co., LTD 1 OZ Application Designer Getting Started 2 FORCS Co., LTD A Leader of Enterprise e-business Solution FORCS Co., LTD 3 OZ Application Designer

More information

<목 차 > 제 1장 일반사항 4 I.사업의 개요 4 1.사업명 4 2.사업의 목적 4 3.입찰 방식 4 4.입찰 참가 자격 4 5.사업 및 계약 기간 5 6.추진 일정 6 7.사업 범위 및 내용 6 II.사업시행 주요 요건 8 1.사업시행 조건 8 2.계약보증 9 3

<목 차 > 제 1장 일반사항 4 I.사업의 개요 4 1.사업명 4 2.사업의 목적 4 3.입찰 방식 4 4.입찰 참가 자격 4 5.사업 및 계약 기간 5 6.추진 일정 6 7.사업 범위 및 내용 6 II.사업시행 주요 요건 8 1.사업시행 조건 8 2.계약보증 9 3 열차운행정보 승무원 확인시스템 구축 제 안 요 청 서 2014.6. 제 1장 일반사항 4 I.사업의 개요 4 1.사업명 4 2.사업의 목적 4 3.입찰 방식 4 4.입찰 참가 자격 4 5.사업 및 계약 기간 5 6.추진 일정 6 7.사업 범위 및 내용 6 II.사업시행 주요 요건 8 1.사업시행 조건 8 2.계약보증 9 3.시운전 및 하자보증 10

More information

untitled

untitled A Leader of Enterprise e-business Solution FORCS Co., LTD 1 OZ Application Designer Getting Started 2 FORCS Co., LTD A Leader of Enterprise e-business Solution FORCS Co., LTD 3 OZ Application Designer

More information

example code are examined in this stage The low pressure pressurizer reactor trip module of the Plant Protection System was programmed as subject for

example code are examined in this stage The low pressure pressurizer reactor trip module of the Plant Protection System was programmed as subject for 2003 Development of the Software Generation Method using Model Driven Software Engineering Tool,,,,, Hoon-Seon Chang, Jae-Cheon Jung, Jae-Hack Kim Hee-Hwan Han, Do-Yeon Kim, Young-Woo Chang Wang Sik, Moon

More information

2Q SWG Teleweb Business Plan & 1Q Recovery Plan April 2, 2003

2Q SWG Teleweb Business Plan  & 1Q Recovery Plan     April 2, 2003 WBI Modeler V5.1.1 Rational Rose XDE WSAD-IE IBM on-demand Service Oriented Architecture RUP Full-life cycle Business-driven, Process-based LOB IT Seamless Service Modeling (Service, Component, Process

More information

Cloud Friendly System Architecture

Cloud Friendly System Architecture -Service Clients Administrator 1. -Service 구성도 : ( 좌측참고 ) LB(LoadBlancer) 2. -Service 개요 ucloud Virtual Router F/W Monitoring 개념 특징 적용가능분야 Server, WAS, DB 로구성되어 web service 를클라우드환경에서제공하기위한 service architecture

More information

Cache_cny.ppt [읽기 전용]

Cache_cny.ppt [읽기 전용] Application Server iplatform Oracle9 A P P L I C A T I O N S E R V E R i Improving Performance and Scalability with Oracle9iAS Cache Oracle9i Application Server Cache... Oracle9i Application Server Web

More information

목차 1 전자정부프레임워크연동고려사항 실행환경 개발환경 어플리케이션배포 개발환경구성 Liberty profile 설치 Liberty profile v8.5.5 다운로드

목차 1 전자정부프레임워크연동고려사항 실행환경 개발환경 어플리케이션배포 개발환경구성 Liberty profile 설치 Liberty profile v8.5.5 다운로드 IBM WAS v8.5 egovframe 연동가이드 (2013.10.) 목차 1 전자정부프레임워크연동고려사항...3 1.1 실행환경...3 1.2 개발환경...3 1.3 어플리케이션배포...3 2 개발환경구성...4 2.1 Liberty profile 설치...4 2.1.1 Liberty profile v8.5.5 다운로드...4 2.1.2 Liberty profile

More information

OZ-LMS TM OZ-LMS 2008 OZ-LMS 2006 OZ-LMS Lite Best IT Serviece Provider OZNET KOREA Management Philosophy & Vision Introduction OZNETKOREA IT Mission Core Values KH IT ERP Web Solution IT SW 2000 4 3 508-2

More information

歯두산3.PDF

歯두산3.PDF ERP Project 20001111 BU 1 1. 2. Project 3. Project 4. Project 5. Project 6. J.D. EdwardsOneWorld 7. Project 8. Project 9. Project 10. System Configuration 11. Project 12. 2 1. 8 BG / 2 / 5 BU (20001031

More information

untitled

untitled (shared) (integrated) (stored) (operational) (data) : (DBMS) :, (database) :DBMS File & Database - : - : ( : ) - : - : - :, - DB - - -DBMScatalog meta-data -DBMS -DBMS - -DBMS concurrency control E-R,

More information

The Self-Managing Database : Automatic Health Monitoring and Alerting

The Self-Managing Database : Automatic Health Monitoring and Alerting The Self-Managing Database : Automatic Health Monitoring and Alerting Agenda Oracle 10g Enterpirse Manager Oracle 10g 3 rd Party PL/SQL API Summary (Self-Managing Database) ? 6% 6% 12% 55% 6% Source: IOUG

More information

Microsoft PowerPoint - 1_이우진.pptx

Microsoft PowerPoint - 1_이우진.pptx Administration 이우진대리 Solution Engineer Solution Engineer 다우기술 Agenda AS Introduction WAS 구성 Installation 기본 Production o Tuning Monitoring Q / A EAP Introduction Community Project Community & Enterprise

More information

Application 에서 Parameter 값을받아 JDBC Interface 로보내게되면적절한 JDBC Driver 를통해 SQL 을 Database 로보내주게되고결과를받아서사용자에게보여주게된다. 2-2 JDBC Interface JDBC 의핵심 Interface

Application 에서 Parameter 값을받아 JDBC Interface 로보내게되면적절한 JDBC Driver 를통해 SQL 을 Database 로보내주게되고결과를받아서사용자에게보여주게된다. 2-2 JDBC Interface JDBC 의핵심 Interface All about JDBC Performance Tuning 엑셈컨설팅본부 /APM 팀임대호 1 개요 JDBC 란 Java Database Connectivity 의약어이며, 데이터베이스표준접근 API(Application Programing Interface) 를말한다. JDBC 를사용하면어떤관계형데이터베이스에서도, 각데이터베이스에맞는접근프로그램을따로생성할필요없이사용할수있다.

More information

FMX M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2

FMX M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2 FMX FMX 20062 () wwwexellencom sales@exellencom () 1 FMX 1 11 5M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2 FMX FMX D E (one

More information

最即時的Sybase ASE Server資料庫診斷工具

最即時的Sybase ASE Server資料庫診斷工具 TOAD 9.5 Toad Oracle 料 SQL 料 行 理 SQLprofile Quest Software 了 Oracle -Toad Tools of Oracle Application Developers Toad 了 DBA DBA 理 易 度 Toad 料 SQL PL/SQL Toad Oracle PL/SQL Toad Schema Browser Schema Browser

More information

Jerry Held

Jerry Held DB / TSC Oracle Database 10g (Self-Managing Database) (Common Infrastructure) (Automatic Workload Repository) (Server-generated Alerts) (Automated Maintenance Tasks) (Advisory Framework) (ADDM) (Self-Managing

More information

1217 WebTrafMon II

1217 WebTrafMon II (1/28) (2/28) (10 Mbps ) Video, Audio. (3/28) 10 ~ 15 ( : telnet, ftp ),, (4/28) UDP/TCP (5/28) centralized environment packet header information analysis network traffic data, capture presentation network

More information

<4D F736F F F696E74202D20B5A5C0CCC5CDBAA3C0CCBDBA5F3130C1D6C2F75F32C2F7BDC32E >

<4D F736F F F696E74202D20B5A5C0CCC5CDBAA3C0CCBDBA5F3130C1D6C2F75F32C2F7BDC32E > 6. ASP.NET ASP.NET 소개 ASP.NET 페이지및응용프로그램구조 Server Controls 데이터베이스와연동 8 장. 데이터베이스응용개발 (Page 20) 6.1 ASP.NET 소개 ASP.NET 동적웹응용프로그램을개발하기위한 MS 의웹기술 현재 ASP.NET 4.5까지출시.Net Framework 4.5 에포함 Visual Studio 2012

More information

슬라이드 1

슬라이드 1 Java Based Enterprise C/S Platform. Sales Dept./ General Manager KilSik, Lee Mobile: 010-4374-8860 E-mail: ben@ari-system.com TM Client First Better than the Best We Deliver Agility Reliability Intelligence

More information

C# Programming Guide - Types

C# Programming Guide - Types C# Programming Guide - Types 최도경 lifeisforu@wemade.com 이문서는 MSDN 의 Types 를요약하고보충한것입니다. http://msdn.microsoft.com/enus/library/ms173104(v=vs.100).aspx Types, Variables, and Values C# 은 type 에민감한언어이다. 모든

More information

<4D F736F F F696E74202D20B5A5C0CCC5CDBAA3C0CCBDBA5F3130C1D6C2F75F31C2F7BDC32E >

<4D F736F F F696E74202D20B5A5C0CCC5CDBAA3C0CCBDBA5F3130C1D6C2F75F31C2F7BDC32E > Chapter 8 데이터베이스응용개발 목차 사용자인터페이스와도구들 웹인터페이스와데이터베이스 웹기초 Servlet 과 JSP 대규모웹응용개발 ASP.Net 8 장. 데이터베이스응용개발 (Page 1) 1. 사용자인터페이스와도구들 대부분의데이터베이스사용자들은 SQL을사용하지않음 응용프로그램 : 사용자와데이터베이스를연결 데이터베이스응용의구조 Front-end Middle

More information

untitled

untitled A Leader of Enterprise e-business Solution FORCS Co., LTD 1 OZ Application Getting Started 2 FORCS Co., LTD A Leader of Enterprise e-business Solution FORCS Co., LTD 3 OZ Application Getting Started 'OZ

More information

Amazon EBS (Elastic Block Storage) Amazon EC2 Local Instance Store (Ephemeral Volumes) Amazon S3 (Simple Storage Service) / Glacier Elastic File Syste (EFS) Storage Gateway AWS Import/Export 1 Instance

More information

Microsoft Word - Jeus_System_Architecture.doc

Microsoft Word - Jeus_System_Architecture.doc Whitepaper JEUS Syetem Architecture Copyrightc 2001 TmaxSoft Co.,Ltd. All Right Reserved. Contents JEUS System 2 I. JEUS System 운영 1. JEUS Manager 4 2. Naming & Directory Server 5 3. Security Server 5

More information

Tablespace On-Offline 테이블스페이스 온라인/오프라인

Tablespace On-Offline 테이블스페이스 온라인/오프라인 2018/11/10 12:06 1/2 Tablespace On-Offline 테이블스페이스온라인 / 오프라인 목차 Tablespace On-Offline 테이블스페이스온라인 / 오프라인... 1 일반테이블스페이스 (TABLESPACE)... 1 일반테이블스페이스생성하기... 1 테이블스페이스조회하기... 1 테이블스페이스에데이터파일 (DATA FILE) 추가

More information

Microsoft PowerPoint - Tech-iSeminar_9iAS_OAS10g_PBT.ppt

Microsoft PowerPoint - Tech-iSeminar_9iAS_OAS10g_PBT.ppt Oracle 9iAS, OracleAS 10g 일반튜닝및문제해결 Getting the most out of MetaLink 오치영 한국오라클 ( 주 ) 제품지원실 목차 Performance Tuning 전고려사항 Performance Tuning Parameter 자주발견되는문제들 많은고객분들이 Oracle 9iAS 나 OAS 10g 를포함한각종 J2EE container

More information

HTML5* Web Development to the next level HTML5 ~= HTML + CSS + JS API

HTML5* Web Development to the next level HTML5 ~= HTML + CSS + JS API WAC 2.0 & Hybrid Web App 권정혁 ( @xguru ) 1 HTML5* Web Development to the next level HTML5 ~= HTML + CSS + JS API Mobile Web App needs Device APIs Camera Filesystem Acclerometer Web Browser Contacts Messaging

More information

Chap7.PDF

Chap7.PDF Chapter 7 The SUN Intranet Data Warehouse: Architecture and Tools All rights reserved 1 Intranet Data Warehouse : Distributed Networking Computing Peer-to-peer Peer-to-peer:,. C/S Microsoft ActiveX DCOM(Distributed

More information

OPCTalk for Hitachi Ethernet 1 2. Path. DCOMwindow NT/2000 network server. Winsock update win95. . . 3 Excel CSV. Update Background Thread Client Command Queue Size Client Dynamic Scan Block Block

More information

MS-SQL SERVER 대비 기능

MS-SQL SERVER 대비 기능 Business! ORACLE MS - SQL ORACLE MS - SQL Clustering A-Z A-F G-L M-R S-Z T-Z Microsoft EE : Works for benchmarks only CREATE VIEW Customers AS SELECT * FROM Server1.TableOwner.Customers_33 UNION ALL SELECT

More information

Model Investor MANDO Portal Site People Customer BIS Supplier C R M PLM ERP MES HRIS S C M KMS Web -Based

Model Investor MANDO Portal Site People Customer BIS Supplier C R M PLM ERP MES HRIS S C M KMS Web -Based e- Business Web Site 2002. 04.26 Model Investor MANDO Portal Site People Customer BIS Supplier C R M PLM ERP MES HRIS S C M KMS Web -Based Approach High E-Business Functionality Web Web --based based KMS/BIS

More information

IPAK 윤리강령 나는 _ 한국IT전문가협회 회원으로서 긍지와 보람을 느끼며 정보시스템 활용하 자. 나는 _동료, 단체 및 국가 나아가 인류사회에 대하여 철저한 책임 의식을 가진 다. 나는 _ 활용자에 대하여 그 편익을 증진시키는데 최선을 다한다. 나는 _ 동료에 대해

IPAK 윤리강령 나는 _ 한국IT전문가협회 회원으로서 긍지와 보람을 느끼며 정보시스템 활용하 자. 나는 _동료, 단체 및 국가 나아가 인류사회에 대하여 철저한 책임 의식을 가진 다. 나는 _ 활용자에 대하여 그 편익을 증진시키는데 최선을 다한다. 나는 _ 동료에 대해 IPAK 윤리강령 나는 _ 한국IT전문가협회 회원으로서 긍지와 보람을 느끼며 정보시스템 활용하 자. 나는 _동료, 단체 및 국가 나아가 인류사회에 대하여 철저한 책임 의식을 가진 다. 나는 _ 활용자에 대하여 그 편익을 증진시키는데 최선을 다한다. 나는 _ 동료에 대해서 도의와 성실과 지식을 바탕으로 서로 우애하고 경애한다. 나는 _ 단체와 국가에 대해서 그

More information

Apache Ivy

Apache Ivy JBoss User Group The Agile Dependency Manager 김병곤 fharenheit@gmail.com 20100911 v1.0 소개 JBoss User Group 대표 통신사에서분산컴퓨팅기반개인화시스템구축 Process Designer ETL, Input/Output, Mining Algorithm, 통계 Apache Hadoop/Pig/HBase/Cassandra

More information

JDBC 소개및설치 Database Laboratory

JDBC 소개및설치 Database Laboratory JDBC 소개및설치 JDBC } What is the JDBC? } JAVA Database Connectivity 의약어 } 자바프로그램안에서 SQL 을실행하기위해데이터베이스를연결해주는응용프로그램인터페이스 } 연결된데이터베이스의종류와상관없이동일한방법으로자바가데이터베이스내에서발생하는트랜잭션을제어할수있도록하는환경을제공 2 JDBC Driver Manager }

More information

목 차

목      차 Oracle 9i Admim 1. Oracle RDBMS 1.1 (System Global Area:SGA) 1.1.1 (Shared Pool) 1.1.2 (Database Buffer Cache) 1.1.3 (Redo Log Buffer) 1.1.4 Java Pool Large Pool 1.2 Program Global Area (PGA) 1.3 Oracle

More information

DBMS & SQL Server Installation Database Laboratory

DBMS & SQL Server Installation Database Laboratory DBMS & 조교 _ 최윤영 } 데이터베이스연구실 (1314 호 ) } 문의사항은 cyy@hallym.ac.kr } 과제제출은 dbcyy1@gmail.com } 수업공지사항및자료는모두홈페이지에서확인 } dblab.hallym.ac.kr } 홈페이지 ID: 학번 } 홈페이지 PW:s123 2 차례 } } 설치전점검사항 } 설치단계별설명 3 Hallym Univ.

More information

PowerPoint Template

PowerPoint Template 설치및실행방법 Jaewoo Shim Jun. 4. 2018 Contents SQL 인젝션이란 WebGoat 설치방법 실습 과제 2 SQL 인젝션이란 데이터베이스와연동된웹서버에입력값을전달시악의적동작을수행하는쿼리문을삽입하여공격을수행 SELECT * FROM users WHERE id= $_POST[ id ] AND pw= $_POST[ pw ] Internet

More information

Microsoft PowerPoint - 9iAS Perf Tuning.ppt

Microsoft PowerPoint - 9iAS Perf Tuning.ppt ORACLE 9iAS Performance Tuning Getting the most out of MetaLink 박준현 한국오라클 ( 주 ) 제품지원실 오늘세미나에서는 ORACLE 9iAS 를사용하시면서접하시게되는 performance 문제와관련하여어떻게접근을해야하는지와또한어떠한사항을고려해야하는지에대해초점을맞추어진행하도록하겠습니다. 그럼 ORACLE 9iAS

More information

Sena Device Server Serial/IP TM Version

Sena Device Server Serial/IP TM Version Sena Device Server Serial/IP TM Version 1.0.0 2005. 3. 7. Release Note Revision Date Name Description V1.0.0 2005-03-7 HJ Jeon Serial/IP 4.3.2 ( ) 210 137-130, : (02) 573-5422 : (02) 573-7710 email: support@sena.com

More information

Transaction Performance Maximizer InterMax 주식회사엑셈서울특별시강서구염창동 240-21 우림비즈니스센터 A-1208 TEL 02.6203.6300( 대표 ) FAX 02.6203.6301 www.ex-em.com Transaction Performance Maximizer InterMax APM 통합성능관리 Total APM

More information

Microsoft Word - s.doc

Microsoft Word - s.doc 오라클 백서 2010년 9월 WebLogic Suite를 위해 최적화된 오라클 솔루션 비즈니스 백서 개요...1 들어가는 글...2 통합 웹 서비스 솔루션을 통해 비즈니스 혁신 추구...3 단순화...4 기민한 환경 구축...5 탁월한 성능 경험...6 판도를 바꾸고 있는 플래시 기술...6 오라클 시스템은 세계 최고의 성능 제공...6 절감 효과 극대화...8

More information

오늘날의 기업들은 24시간 365일 멈추지 않고 돌아간다. 그리고 이러한 기업들을 위해서 업무와 관련 된 중요한 문서들은 언제 어디서라도 항상 접근하여 활용이 가능해야 한다. 끊임없이 변화하는 기업들 의 경쟁 속에서 기업내의 중요 문서의 효율적인 관리와 활용 방안은 이

오늘날의 기업들은 24시간 365일 멈추지 않고 돌아간다. 그리고 이러한 기업들을 위해서 업무와 관련 된 중요한 문서들은 언제 어디서라도 항상 접근하여 활용이 가능해야 한다. 끊임없이 변화하는 기업들 의 경쟁 속에서 기업내의 중요 문서의 효율적인 관리와 활용 방안은 이 C Cover Story 05 Simple. Secure. Everywhere. 문서관리 혁신의 출발점, Oracle Documents Cloud Service 최근 문서 관리 시스템의 경우 커다란 비용 투자 없이 효율적으로 문서를 관리하기 위한 기업들의 요구는 지속적으로 증가하고 있다. 이를 위해, 기업 컨텐츠 관리 솔루션 부분을 선도하는 오라클은 문서관리

More information

슬라이드 1

슬라이드 1 2015( 제 8 회 ) 한국소프트웨어아키텍트대회 OSS 성능모니터링을위한 Open Source SW 2015. 07. 16 LG CNS 김성조 Tomcat & MariaDB 성능모니터링 Passion Open Source Software Open Hadoop IT Service Share Communication Enterprise Source Access

More information