Microsoft PowerPoint - Tech-iSeminar_9iAS_OAS10g_PBT.ppt

Size: px
Start display at page:

Download "Microsoft PowerPoint - Tech-iSeminar_9iAS_OAS10g_PBT.ppt"

Transcription

1 Oracle 9iAS, OracleAS 10g 일반튜닝및문제해결 Getting the most out of MetaLink 오치영 한국오라클 ( 주 ) 제품지원실

2 목차 Performance Tuning 전고려사항 Performance Tuning Parameter 자주발견되는문제들 많은고객분들이 Oracle 9iAS 나 OAS 10g 를포함한각종 J2EE container 에서 J2EE application 들을작성, 사용하고있습니다. 사용하다보면작성한 application 의기능 test 를하신후, application 을곧바로개발에서가동환경으로옮겨서사용하면개발시에발견하지못한다른문제가사용자들의의해발견되는사례가많습니다. 이번 iseminar 에서는고객분들이가장자주문의하시는것들을중심으로모아보았습니다. 시간이한정되어있어많은것을다룰수는없겠지만여기에서다룰내용을 application 작성시고려하시고작성후 test 및확인을하신다면가동시문제가발생할확률이그만큼줄어들게됩니다.

3 Performance Tuning 전고려사항 1. 가장최근, 최신의 OS patch 적용 가장최근에 release 된 OS recommended patches JVM 이요구하는 OS patches 2. JVM update 적용 1.4.2_06, 1.3.1_13 등각 version 의마지막 revision 사용 3. Oracle 9iAS, OracleAS 10g patchset 적용 Oracle 9iAS patchset OracleAS 10g patchset Latest OS patches JVM 사용시 OS patch 는매우중요합니다. 어느 OS 의 JVM 도 JVM install 시 OS patch 를가장최근것까지적용할것을요구하지않는것은없습니다. 2. Latest JVM JVM 의 version 은 -version 과 -fullversion 으로확인할수있습니다. OS 에따라 JVM version string 에는 3 자리 version number 다음에숫자가있거나년월일이나오는것이있습니다. 모두 OS engineer 에게확인하셔서가장최근의것만을사용하시기바랍니다. 3. 9iAS, OAS 10g 의최근 Release 된 patchset 적용

4 Performance Tuning 전고려사항 4. JDBC 사용시 OC4J connection pool 활용 5. WebCache 활용 6. Resource Limitation Parameter 를증설또는 Tuning 7. Parameter 를설정 각 OS 별 Kernel parameters Oracle Application Server 10g Performance Guide 10g (9.0.4) - Part No. B 각 OS 별 TCP/IP parameters $ORACLE_HOME/Apache/Apache/bin/tcpset.sh 1. JDBC Connection Pool 고객분들이작성하시는 J2EE application 들은주로 Client 가 web browser 이고, jsp 나 Java bean 에서 HTML, JDBC API, 및 HTTP Protocol 를사용하는것들입니다. ( 물론이외에도 Java application 이나 XML, LDAP data 등문의는다양합니다.) 이렇다보니 JDBC Connection Pool 을항상사용하게됩니다. 2. OC4J Connection Pool JDBC connection pool 을사용하실때에는 OC4J 의 connection pool 을가능한사용하시고 3rd party 나고객이작성하신 connection pool 을사용하시다가이와관련된문제가발생하면 OC4J connection pool 을사용해보실것을권합니다. 특히고객께서직접 connection pool 을작성하여사용하시다가저희쪽에문의를주신사례를보면그증세가매우다양하며고객이원인을스스로찾아그 source code 를 fix 하는데적어도많은시간이걸립니다. 고객스스로 connection pool 을구현한경우지원해드릴방법도없습니다. 고객께서안전하게 J2EE application 을구현하시도록 OC4J connection pool 사용을권합니다.

5 Using OC4J Connection Pool Data-sources.xml J2EE source code OC4J ConnPool 설정 다음의매뉴얼을참고하여주시기바랍니다. Oracle Application Server Containers for J2EE Services Guide 10g (9.0.4) Part Number B Chapter 4 Data Sources

6 WebCache 활용 #1 End-User Web Cache Oracle HTTP Listener Web Content Cache File #1 File #2 File #3 1. WebCache Size 가크고실시간 update 되지않는 file 을 service 하실때는 WebCache 의사용을권합니다. OHS 로계속사용하시면 OHS 가이러한 file 들을 loading 하여 client 로전송하는데시간이걸리며, 이에따라동시에실행될수있는 OHS child process 의수가감소하여동시사용자가많을경우 HTTP Server 의성능이저하됩니다. WebCache 는처음 OHS 로부터받은이러한 file 들을 memory 에두고 client 로부터이러한 file 에대한 request 가오면 cache memory 에있는것을전송합니다. 예를들어, Macromedia Flash file (.swf), 큰 image file (.jpeg), movie file (.mpeg,.avi,.wmv), audio file (.mp3), word processor file (.doc,.hwp), spread sheet file (.xls), presentation file (.ppt) 들이좋은예입니다. WebCache Admin Server 에서이러한 file 들을등록해주고, WebCache 가일정간격으로 Origin Server (OHS) 에서이러한 file 들이 update 되었는지 check 를하도록합니다.

7 WebCache 활용 #2 WebCache 활용에대한자세한내용은다음 manual 이나 iseminar 에있습니다. Oracle Application Server Web Cache Administrator's Guide 10g (9.0.4) Part No. B iseminar: 2004년 8월 10일참조 OracleAS 10g : Webcache의 Configuration and Performance

8 Performance Tuning Parameters TCP/IP parameter $ORACLE_HOME/Apache/Apache/bin/tcpset.sh Backlog WebCache: 자동으로설정됩니다. OHS: ListenBacklog default 값 511 로충분 OC4J standalone: server.xml <max-http-connections max-connections-queuetimeout="10" socket-backlog="30" value="10000"> SQL*Net Listener (address=(protocol=tcp)(host= )(port= )(queuesize= )) TCP/IP parameters 9iAS, OAS 10g 내 tcpset.sh script 를활용 Backlog Backlog는주로 OS engineer에의하여발견되어문의되고있습니다. Backlog란 socket에서바로처리할수없는요청을정해진크기에 backlog에두었다가처리하기위한것으로아래와같이설정됩니다. WebCache: 자동으로설정 OHS: ListenBacklog directive로설정되는데 default 값으로도충분하며만일모자란다면 WebCache 사용을고려하시는것이더적합 OC4J standalone: OC4J standalone의경우 OC4J HTTP Listener로모든 HTTP request를처리해야하는데 server.xml에서위와같은 tag를추가하여조정가능. Socket-backlog= 30 은 OC4J default이며 <max-http-connections></maxhttp-connections> 사이에 URL은 backlog로도부족할경우 redirect하기위한 URL SQL*Net listener: (queuesize= ) parameter를 (address= parameter에적용

9 Performance Tuning #1 Stress Testing 을해봅니다. 9iAS 나 OAS 10g 의 ab command 를활용해봅니다. Resource Leak 점검해봅니다. JVM Heap Memory Leak Database Connection Leak Database Cursor Leak File Descriptor Leak 1. Stress Testing Software Oracle 은 HTTP Server 를포함한 Application Server 제품을제작하고있으나, HTTP Server 에대한 stress test software 는제작하고있지않습니다. 따라서 HTTP Server 에대한 stress test 시해당 3rd party 제품을사용하시게될것입니다. 2. Apache Bench Command 혹이러한 3rd party 제품을가지고있지않거나준비가곤란한경우, 9iAS 나 OAS 10g 내포함된 Apache Bench command 를사용하여 HTTP GET method 로 J2EE application 에대하여 stress test 를하실수있습니다. 3. Resource Leak 점검 Stress Testing 전에는해당 debug option 을켜서 resource leak 을 stress testing 중에발견할수있도록합니다.

10 Apache Bench Cmd 활용 #1 Apache Bench Command $ORACLE_HOME/Apache/Apache/bin/ab Help prompt$ ab -h Manual pages prompt$ MANPATH=$ORACLE_HOME/Apache/Ap ache/man:$manpath prompt$ export MANPATH prompt$ man ab 1. Installation of ab command 가능한한 Production System 과동일한성능을갖는 Machine 에 9iAS 나 OAS 10g 의 OHS 또는 Apache HTTP Server 를설치합니다. 2. Running ab command a. 그다음 Stress를가할 machine에서다음과같이 ab command를실행합니다. b. ab command가실행되는동안 Web browser 를새로열어체감속도를느껴봅니다.

11 Apache Bench 활용 #2 Running AB command 위의예에서 ab command 를 c option 과 n, 마지막으로 test 를할 URL 을주어실행하고있습니다.

12 Resource Leak 점검 #1 JVM Heap Memory Leak JVM Option: -verbose:gc Database Connection Leak JVM Property Options: -Djdbc.debug=true -Djdbc.connection.debug=true SQL> select count(1) from v$session where username = ; Database Cursor Leak SQL> select count(1) from v$open_cursor where user_name = ; File Descriptor Leak Prompt$ lsof p <PID> 1. JVM Heap Memory Usage Monitoring by Monitoring GC JVM 실행시 -verbose:gc option 을주면 GC 이이루어질때마다 standard output 으로몇가지정보를보여줍니다. 이정보를이용하여 GC 후에도 JVM 내 memory 사용량이늘어나는지알수있습니다. 2. JVM 실행시 -Djdbc.debug=true -Djdbc.connection.debug=true option 을주어위와같은 JVM property 들을설정해두면 OC4J 가이를읽고 debugging 정보를 standard output 으로출력합니다. 특히 Connection class 의.close() method 를 call 하지않고 Connection class 를사용한해당 class 가종료되면알려줍니다. 3. Stress test 중위와같이 query 를하면 J2EE application 에서연결한 user 가얼마나많은 cursor 를 open 하는지수를셀수있습니다. 해당 J2EE application 에서 ResultSet class 의.close() method 를 call 하지않고추가로 ResultSet class 가생성되는경우수가늘어납니다.

13 Resource Leak 점검 #2 Log files Output of verbose:gc, -Djdbc.debug=true, -Djdbc.connection.debug=true x $ORACLE_HOME/opmn/logs/OC4J~<name of OC4J component>~<island name>~<vm #> x $ORACLE_HOME/opmn/logs/<name of OC4J component>.<island name>.<vm #> 1. GC output... [GC 4995K->4533K(5340K), secs] [GC 5044K->4548K(5340K), secs] [GC 5058K->4569K(5340K), secs] 04/12/20 00:25:19 Oracle Application Server Containers for J2EE 10g ( ) initialized [GC 5074K->4649K(5340K), secs] [GC 5161K->4629K(5340K), secs] [GC 5139K->4671K(5340K), secs] OC4J connection pool output... 04/11/12 17:14:04 DriverManagerConnectionPoolConnection not closed, check your code! 04/11/12 17:14:04 (Use -Djdbc.connection.debug=true to find out where the leaked connection was created) 04/11/12 17:14:04 OrionCMTConnection not closed, check your code! 04/11/12 17:14:04 Logical connection not closed, check your code! 04/11/12 17:14:04 (Use -Djdbc.connection.debug=true to find out where the leaked connection was created)

14 자주발견되는문제점 : JVM problem Java.lang.OutOfMemory JVM Heap Memory Maximum Heap Size: -Xmx Heap Memory 를늘려주어도계속 memory 사용량이늘어날경우 source code 를분석합니다. Java.lang.StackOverflow JVM Thread Stack Memory Xss Frequent CG Frequent Full CG in output of verbose:gc System.gc() -XX:+DisableExplicitGC option in Sun JVM 1. J2EE application and J2EE container J2EE application은그것을실행해줄수있는j2ee container에서실행됩니다. 2. J2EE container and JVM process J2EE container는 JVM, Java Virtual Machine에서실행되며 JVM은하나의 OS process로써실행됩니다. 3. Java application에서 4. Heap Memory Usage in JVM J2EE를포함한모든 Java Application은 JVM Memory내에서실행이되며 Application의크기나 memory 사용량, 동시사용자수의따라 JVM 내 memory의사용량은큰차이를갖게됩니다. 아직도문의를받다보면 "Java 에서는 Garbage Collection 이자동으로이루어지므로 memory 를사용하고나서되돌려줄필요가없으며실제로 Java 에서되돌려주는 coding 이없다." 라는말씀을들을때가있습니다. Java 에서는 GC 가자동으로이루어지는것은맞습니다. 그러나 memory 를되돌려줄필요가있으며되돌려주는 coding 이란더이상그 memory 를참조하지않는것입니다.

15 자주발견되는문제점 : 한글문제 #1 J2EE Web App 에서 Multi-byte character 들의전송단계 HTTP Client (Web browser) 에서 HTTP Server 로의한글전송 HTTP Server (JDBC Driver) 또는기타 Oracle Client Software 에서 Oracle RDBMS 로의한글전송 DB Link: Local Database 에서 Remote Database 로의한글전송 한글등 multibyte character 전송시발생하는문제는다음 3가지로구분하여생각하면편리합니다. 1. HTTP Client (Web Browser) 에서 HTTP Server (Web Server) 로전송시어떻게 encoding 되는가 2. HTTP Server (JDBC Driver, DB Client) 에서 DB Server로전송시어떻게 Oracle NLS가 character conversion을하는가 3. DB Link가사용되면, Local DB와 Remote DB사이에 Oracle NLS가어떻게 character conversion을하는가

16 자주발견되는문제점 : 한글문제 #2 HTTP Client (Web browser) 에서 HTTP Server 로의한글전송 어떤 J2EE web application page 를 loading 했을때 Web browser 의 encoding 이 IE6 의경우 " 한국어 " 또는 " 유니코드 " 로나와야합니다. 이는해당 J2EE web application이 client인 IE6에게 page가어떻게 encoding되어있으며 HTTP Server로 data를보낼때어떻게 encoding해야하는지알려준것입니다. 예를들어 " 유니코드 " 로 IE6 encoding이설정되었고 load한 page가 HTML form이어서그 form에한글을입력하고 HTML submit button을누르면 IE6에서는입력된한글을 UTF-8으로바꾼후다시 URL encoding을하여 HTTP Server로전송합니다.

17 자주발견되는문제점 : 한글문제 #3 HTTP Server (JDBC Driver) 또는기타 Oracle Client Software 에서 Oracle RDBMS 로의한글전송 Client-Side Oracle JDBC THIN App Oracle JDBC OCI App Oracle Precompiler App Oracle OCI App OS Locale or NLS_LANG Database-Side Oracle RDBMS Database Characterset or National Characterset Client로입력받은문자열은 NLS_LANG이나 OS locale 설정에따라그것이어떻게 encoding된문자열인지로간주됩니다. 예를들어 OS local이 (LANG=) UTF8으로설정되었고 JDBC THIN driver가사용되었다면 JDBC THIN driver는입력받은문자열들이 UTF8 문자열이라고간주하며 NLS_LANG=.KO16KSC5601이고 JDBC OCI Driver를사용되면 OCI driver는입력된문자열이 KSC 로간주됩니다. 이렇게입력받은문자열은 Database Characterset과비교되어전송시 Oracle NLS가가능한한범위내에서 conversion을하여줍니다. 다음은각 cliet side에서사용되는정보입니다. NLS_LANG Oracle JDBC OCI Driver, Oracle Precompiler/OCI App OS Locale Oracle JDBC THIN Driver

18 자주발견되는문제점 : 많은수의 File Open Too Many Open Files error in OHS and OC4J log Prompt$ lsof p <PID> Application 특성상동시에 open 되는 file 이많으면 user limitation 을증설 prompt$ ulimit n 4096 prompt$ vi opmnctl ulimit n 4096 Application 이비정상으로 File 을많이 open 하면해당 source code 를 debug Too many open files error 이 error는 UNIX error 중에하나로 process나 user 또는 system 내에서허용된수보다동시에 file이 open되면발생하는데 OHS나 OC4J log에 Too many open files 와같이기록됩니다. 9iAS 나 OAS 10g 가원인이된적은없었고, Application 내에서 file 이나 socket 들을많이 open 하는경우발생합니다. 따라서 ulimit n 을이용하여 user나 process에서동시에 open할수있는 file의수를늘려주시고그래서해결되지않으면 source code에서원인을찾아야합니다.

19 자주발견되는문제 : DB connection 이너무많이열림. Database Connection 이너무많이 open 되고줄지않을때 SQL> select count(1) from v$session where username = <username> ; OC4J connection pool 을사용하는경우 : JVM option 에 Djdbc.debug=true 를추가 OC4J 가 connection leak 을알리면추가로 Djdbc.connection.debug=true 를추가 해당 source code 에서 Connection object 의.close() method 가 call 되도록확인, 정정 Connection Leak을점검할때는처음엔 database session의수를확인한후예 ) SQL> select server, username, count(1) from v$session group by server, username; DEDICATED 7 NONE WWW 22 SHARED SYSTEM 1 SQL> session의수가정상이아니라고판단될때, 어느 host에서어떤 program이어떤 Oracle User로몇개나 login하고있는지 column을바꾸어가며 query해봅니다. 예 ) SQL> select machine, program, username, to_char(logon_time, 'YYYY-MM-DD HH24:MI:SS'), status from v$session where username is not null order by status, logon_time; 특히 connection leak 의경우오래전에 open 된 session 들은 status column 의값이여러번지켜보아도 inactive 로남아있는것을볼수있습니다.

20 자주발견되는문제 : cursor 가너무많이열림 ORA-1000: cursor 가많이 open 될때 SQL> select sql_text from v$open_cursor where user_name = <username> ; Source code 에서해당 SQL 문을보내는 Statement object 를찾습니다. ResultSet object 의.close() method 가있는지, Exception 등으로중간에실행되지않고있는지확인합니다. 업무특성상 cursor open 이많이된다고판단되면 init.ora parameter 에서 open_cursors= 의값을늘려주거나 cursor_sharing= 을활용 간혹.close() method들이 coding되어있음에도불구하고 Exception 등의이유로실행되지않는경우가있습니다. 이러한부분을보완하기위하여다음과같이 coding하는것이좋습니다.... } finally { if (rs1!= null) { try { rs1.close(); } catch (SQLException e) { } rs1 = null; } if (rs2!= null) { try { rs2.close(); } catch (SQLException e) { } rs2 = null; } if (stmt1!= null) { try { stmt1.close(); } catch (SQLException e) { } stmt1 = null; } if (stmt2!= null) { try { stmt2.close(); } catch (SQLException e) { } stmt2 = null; } if (conn1!= null) { try { conn1.close(); } catch (SQLException e) { sberror.append(e.tostring()); } conn1 = null; } }...

21 자주발견되는문제 : cursor 가너무많이열림 ORA-1000: cursor 가많이 open 될때 SQL> select sql_text from v$open_cursor where user_name = <username> ; Source code 에서해당 SQL 문을보내는 Statement object 를찾습니다. ResultSet object 의.close() method 가있는지, Exception 등으로중간에실행되지않고있는지확인합니다. 업무특성상 cursor open 이많이된다고판단되면 init.ora parameter 에서 open_cursors= 의값을늘려주거나 cursor_sharing= 을활용 SQL> select user_name, count(1) from v$open_cursor group by user_name USER_NAME COUNT(1) SYSTEM 1 WWW 9 SQL> select user_name, sql_text from v$open_cursor where user_name = '<name of Oracle Database>'; v$open_cursor JDBC의경우 ResultSet 하나가 open되었을때 v$open_cursor에한 row가추가되는것을볼수있습니다. PreparedStatement and Cursor JDBC의 PreparedStatement는 Java에서 SQL Statement를재사용하기위한것이지 Cursor를재사용하는것과는무관합니다. OPEN_CURSORS Oracle RDBMS의 OPEN_CURSOR parameter는한 database session 내에서동시에 open할수있는 cursor의수입니다. ( 한 database instance에서 open할수있는 cursor의수가아님 ) CURSOR_SHARING Oracle RDBMS 내에서 cursor를 sharing하는것은 CURSOR_SHARING parameter의의하여가능합니다. 그러나이 parameter는 Oracle RDBMS의 performance 향상을위한것이지한 session에서 open할수있는 cursor의수를늘려주는것은아닙니다.

22 자주발견되는문제 : 기타, 3rd party 제품 3 rd party products PHP 9iAS 나 OAS 10g 에 PHP 가설치되지않습니다. Load balancer Load 가 balancing 되지않고한쪽 server 로치우칩니다. 1. PHP PHP 는 Oracle 에서지원되지않습니다. Oracle Technet 에 PHP 사용에대한글이있으나이글에서도 PHP 는 Oracle 에서지원받을수없음을명기하고있습니다. 2. Load balancer 간혹 Load balancer를사용하시는고객중에한쪽server 씩load를견디지못하고server가모두죽는다는문의가옵니다. 실제로원인을찾다보면아직까지는 Load balancer를사용해도 load가 balancing되지않고한 server로치우치면서그 server를죽게한다음나머지 server로죽게하는원인외에다른것이없었습니다. Load balancer 사용중에위와같은문제가발생하면각HTTP Server로TCP/IP connection 이고르게 open되는지확인합니다.

23 Related, Reference Document Performance Tuning of OHS, OC4J, and J2EE applications Oracle Application Server 10g Performance Guide 10g (9.0.4) Part No. B

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

<C0CCBCBCBFB52DC1A4B4EBBFF82DBCAEBBE7B3EDB9AE2D313939392D382E687770>

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

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

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

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

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

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

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

10.ppt

10.ppt : SQL. SQL Plus. JDBC. SQL >> SQL create table : CREATE TABLE ( ( ), ( ),.. ) SQL >> SQL create table : id username dept birth email id username dept birth email CREATE TABLE member ( id NUMBER NOT NULL

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

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

요약 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

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

목차 BUG offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate

목차 BUG offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate ALTIBASE HDB 6.1.1.5.6 Patch Notes 목차 BUG-39240 offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG-41443 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate 한뒤, hash partition

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

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

개요오라클과티베로에서 JDBC 를통해접속한세션을구분할수있도록 JDBC 접속시 ConnectionProperties 를통해구분자를넣어줄수있다. 하나의 Node 에다수의 WAS 가있을경우 DB 에서 Session Kill 등의동작수행시원하는 Session 을선택할수있다.

개요오라클과티베로에서 JDBC 를통해접속한세션을구분할수있도록 JDBC 접속시 ConnectionProperties 를통해구분자를넣어줄수있다. 하나의 Node 에다수의 WAS 가있을경우 DB 에서 Session Kill 등의동작수행시원하는 Session 을선택할수있다. 설치및환경설정 JDBC 접속세션구분 / 확인 2013. 11. 01 개요오라클과티베로에서 JDBC 를통해접속한세션을구분할수있도록 JDBC 접속시 ConnectionProperties 를통해구분자를넣어줄수있다. 하나의 Node 에다수의 WAS 가있을경우 DB 에서 Session Kill 등의동작수행시원하는 Session 을선택할수있다. 사용하기 JEUS 에서설정방법

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

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

Analyst Briefing

Analyst Briefing . Improve your Outlook on Email and File Management iseminar.. 1544(or 6677)-3355 800x600. iseminar Chat... Improve your Outlook on Email and File Management :, 2003 1 29.. Collaboration Suite - Key Messages

More information

제목을 입력하세요.

제목을 입력하세요. 1. 4 1.1. SQLGate for Oracle? 4 1.2. 4 1.3. 5 1.4. 7 2. SQLGate for Oracle 9 2.1. 9 2.2. 10 2.3. 10 2.4. 13 3. SQLGate for Oracle 15 3.1. Connection 15 Connect 15 Multi Connect 17 Disconnect 18 3.2. Query

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

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

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

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

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

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

DocsPin_Korean.pages

DocsPin_Korean.pages Unity Localize Script Service, Page 1 Unity Localize Script Service Introduction Application Game. Unity. Google Drive Unity.. Application Game. -? ( ) -? -?.. 준비사항 Google Drive. Google Drive.,.. - Google

More information

NoSQL

NoSQL MongoDB Daum Communications NoSQL Using Java Java VM, GC Low Scalability Using C Write speed Auto Sharding High Scalability Using Erlang Read/Update MapReduce R/U MR Cassandra Good Very Good MongoDB Good

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

FileMaker 15 ODBC 및 JDBC 설명서

FileMaker 15 ODBC 및 JDBC 설명서 FileMaker 15 ODBC JDBC 2004-2016 FileMaker, Inc.. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker Go FileMaker, Inc.. FileMaker WebDirect FileMaker, Inc... FileMaker.

More information

APOGEE Insight_KR_Base_3P11

APOGEE Insight_KR_Base_3P11 Technical Specification Sheet Document No. 149-332P25 September, 2010 Insight 3.11 Base Workstation 그림 1. Insight Base 메인메뉴 Insight Base Insight Insight Base, Insight Base Insight Base Insight Windows

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

Remote UI Guide

Remote UI Guide Remote UI KOR Remote UI Remote UI PDF Adobe Reader/Adobe Acrobat Reader. Adobe Reader/Adobe Acrobat Reader Adobe Systems Incorporated.. Canon. Remote UI GIF Adobe Systems Incorporated Photoshop. ..........................................................

More information

API STORE 키발급및 API 사용가이드 Document Information 문서명 : API STORE 언어별 Client 사용가이드작성자 : 작성일 : 업무영역 : 버전 : 1 st Draft. 서브시스템 : 문서번호 : 단계 : Docum

API STORE 키발급및 API 사용가이드 Document Information 문서명 : API STORE 언어별 Client 사용가이드작성자 : 작성일 : 업무영역 : 버전 : 1 st Draft. 서브시스템 : 문서번호 : 단계 : Docum API STORE 키발급및 API 사용가이드 Document Information 문서명 : API STORE 언어별 Client 사용가이드작성자 : 작성일 : 2012.11.23 업무영역 : 버전 : 1 st Draft. 서브시스템 : 문서번호 : 단계 : Document Distribution Copy Number Name(Role, Title) Date

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

교육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

FileMaker ODBC 및 JDBC 가이드

FileMaker ODBC 및 JDBC 가이드 FileMaker ODBC JDBC 2004-2019 FileMaker, Inc.. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker, FileMaker Cloud, FileMaker Go FileMaker, Inc.. FileMaker WebDirect FileMaker,

More information

<49534F20323030303020C0CEC1F520BBE7C8C4BDC9BBE720C4C1BCB3C6C320B9D7204954534D20BDC3BDBAC5DB20B0EDB5B5C8AD20C1A6BEC8BFE4C3BBBCAD2E687770>

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

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

6주차.key

6주차.key 6, Process concept A program in execution Program code PCB (process control block) Program counter, registers, etc. Stack Heap Data section => global variable Process in memory Process state New Running

More information

Analytics > Log & Crash Search > Unity ios SDK [Deprecated] Log & Crash Unity ios SDK. TOAST SDK. Log & Crash Unity SDK Log & Crash Search. Log & Cras

Analytics > Log & Crash Search > Unity ios SDK [Deprecated] Log & Crash Unity ios SDK. TOAST SDK. Log & Crash Unity SDK Log & Crash Search. Log & Cras Analytics > Log & Crash Search > Unity ios SDK [Deprecated] Log & Crash Unity ios SDK. TOAST SDK. Log & Crash Unity SDK Log & Crash Search. Log & Crash Unity SDK... Log & Crash Search. - Unity3D v4.0 ios

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

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

초보자를 위한 ADO 21일 완성

초보자를 위한 ADO 21일 완성 ADO 21, 21 Sams Teach Yourself ADO 2.5 in 21 Days., 21., 2 1 ADO., ADO.? ADO 21 (VB, VBA, VB ), ADO. 3 (Week). 1, 2, COM+ 3.. HTML,. 3 (week), ADO. 24 1 - ADO OLE DB SQL, UDA(Universal Data Access) ADO.,,

More information

<3035303432365FC8A8C6E4C0CCC1F620B0B3B9DF20BAB8BEC8B0A1C0CCB5E5C3D6C1BE28C0FAC0DBB1C7BBE8C1A6292E687770>

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

More information

Microsoft PowerPoint - GUI _DB연동.ppt [호환 모드]

Microsoft PowerPoint - GUI _DB연동.ppt [호환 모드] GUI 설계 6 주차 DB 연동김문정 tops@yd.ac.kr 강의순서강의전환경 JDK 설치및환경설정톰캣설치및환경설정이클립스 (JEE) 설치및환경설정 MySQL( 드라이버 ) 설치및커넥터드라이브연결 DB 생성 - 계정생성이클립스에서 DB에연결서버생성 - 프로젝트생성 DB연결테이블생성및등록 2 MySQL 설치확인 mysql - u root -p MySQL 에데이터베이스추가

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

MySQL-Ch05

MySQL-Ch05 MySQL P A R T 2 Chapter 05 Chapter 06 Chapter 07 Chapter 08 05 Chapter MySQL MySQL. (, C, Perl, PHP),. 5.1 MySQL., mysqldump, mysqlimport, mysqladmin, mysql. MySQL. mysql,. SQL. MySQL... MySQL ( ). MySQL,.

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

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

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

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

PWR PWR HDD HDD USB USB Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl Cable PC PC DDNS (

PWR PWR HDD HDD USB USB Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl Cable PC PC DDNS ( PWR PWR HDD HDD USB USB Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl Cable PC PC DDNS (http://ddns.hanwha-security.com) Step 1~5. Step, PC, DVR Step 1. Cable Step

More information

DE1-SoC Board

DE1-SoC Board 실습 1 개발환경 DE1-SoC Board Design Tools - Installation Download & Install Quartus Prime Lite Edition http://www.altera.com/ Quartus Prime (includes Nios II EDS) Nios II Embedded Design Suite (EDS) is automatically

More information

SK IoT IoT SK IoT onem2m OIC IoT onem2m LG IoT SK IoT KAIST NCSoft Yo Studio tidev kr 5 SK IoT DMB SK IoT A M LG SDS 6 OS API 7 ios API API BaaS Backend as a Service IoT IoT ThingPlug SK IoT SK M2M M2M

More information

단계

단계 TIBERO-WAS 연동 Guide 본문서에서는 Tibero RDBMS 에서제공하는 JDBC 통한 JEUS, WEBLOGIC 등다양한 WAS (Web Application Server) 제품과의연동방법을알아본다. Contents 1. Connection Pool 방식... 2 2. JEUS 연동... 3 2.1. JEUSMain.xml 설정 (Thin 방식

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

자바-11장N'1-502

자바-11장N'1-502 C h a p t e r 11 java.net.,,., (TCP/IP) (UDP/IP).,. 1 ISO OSI 7 1977 (ISO, International Standards Organization) (OSI, Open Systems Interconnection). 6 1983 X.200. OSI 7 [ 11-1] 7. 1 (Physical Layer),

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

最即時的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

11 템플릿적용 - Java Program Performance Tuning (김명호기술이사)

11 템플릿적용 - Java Program Performance Tuning (김명호기술이사) Java Program Performance Tuning ( ) n (Primes0) static List primes(int n) { List primes = new ArrayList(n); outer: for (int candidate = 2; n > 0; candidate++) { Iterator iter = primes.iterator(); while

More information

JMF2_심빈구.PDF

JMF2_심빈구.PDF JMF JSTORM http://wwwjstormpekr Issued by: < > Document Information Document title: Document file name: Revision number: Issued by: JMF2_ doc Issue Date: Status: < > raica@nownurinet

More information

rmi_박준용_final.PDF

rmi_박준용_final.PDF (RMI) - JSTORM http://wwwjstormpekr (RMI)- Document title: Document file name: Revision number: Issued by: Document Information (RMI)- rmi finaldoc Issue Date: Status:

More information

FileMaker ODBC and JDBC Guide

FileMaker ODBC and JDBC Guide FileMaker 13 5 5 5 6 6 6 7 7 8 8 8 8 9 9 10 10 11 11 12 12 12 12 12 12 13 13 14 14 16 16 18 4 19 19 20 20 21 21 21 23 23 23 23 25 26 26 26 26 27 28 28 28 28 29 31 31 32 33 33 33 33 34 34 35 35 35 36 1

More information

Analyze Connection Failover Options.ppt

Analyze Connection Failover Options.ppt Analyze Connection Failover options 1 TAF 를구현하기위한 Application 고려사항 1. Application FailOver 방법결정 2. Application의사용형태, 종류, 중요도에따라 TAF적용여부결정 3. Language별, 사용형태별 TAF사용여부및방법결정 4. Transaction에따른장애시점별 TAF 사용여부및방법결정

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

USB USB DV25 DV25 REC SRN-475S REC SRN-475S LAN POWER LAN POWER Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl C

USB USB DV25 DV25 REC SRN-475S REC SRN-475S LAN POWER LAN POWER Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl C USB USB DV25 DV25 REC SRN-475S REC SRN-475S LAN POWER LAN POWER Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl Cable PC PC Step 1~5. Step, PC, DVR Step 1. Cable Step

More information

vm-웨어-앞부속

vm-웨어-앞부속 VMware vsphere 4 This document was created using the official VMware icon and diagram library. Copyright 2009 VMware, Inc. All rights reserved. This product is protected by U.S. and international copyright

More information

(SW3704) Gingerbread Source Build & Working Guide

(SW3704) Gingerbread Source Build & Working Guide (Mango-M32F4) Test Guide http://www.mangoboard.com/ http://cafe.naver.com/embeddedcrazyboys Crazy Embedded Laboratory www.mangoboard.com cafe.naver.com/embeddedcrazyboys CRZ Technology 1 Document History

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT END USERS. Oracle programs, including any oper

Copyright 2012, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT END USERS. Oracle programs, including any oper Windows Netra Blade X3-2B( Sun Netra X6270 M3 Blade) : E37790 01 2012 9 Copyright 2012, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT END USERS. Oracle programs,

More information

uFOCS

uFOCS 1 기 : 기 UF_D_V250_002 기 기 기 품 ufocs 기 v2.5.0 히기기기기기기기기기 기 Manual 기 version 기 3.2 기품 2011.7.29 히기 345-13 1 Tel : 02-857-3051 Fax : 02-3142-0319 : http://www.satu.co.kr 2010 SAT information Co., Ltd. All

More information

MySQL-Ch10

MySQL-Ch10 10 Chapter.,,.,, MySQL. MySQL mysqld MySQL.,. MySQL. MySQL....,.,..,,.,. UNIX, MySQL. mysqladm mysqlgrp. MySQL 608 MySQL(2/e) Chapter 10 MySQL. 10.1 (,, ). UNIX MySQL, /usr/local/mysql/var, /usr/local/mysql/data,

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 (Host) set up : Linux Backend RS-232, Ethernet, parallel(jtag) Host terminal Target terminal : monitor (Minicom) JTAG Cross compiler Boot loader Pentium Redhat 9.0 Serial port Serial cross cable Ethernet

More information

기술 이력서 2.0

기술 이력서 2.0 Release 2.1 (2004-12-20) : : 2006/ 4/ 24,. < > Technical Resumé / www.novonetworks.com 2006.04 Works Projects and Technologies 2 / 15 2006.04 Informal,, Project. = Project 91~94 FLC-A TMN OSI, TMN Agent

More information

SMB_ICMP_UDP(huichang).PDF

SMB_ICMP_UDP(huichang).PDF SMB(Server Message Block) UDP(User Datagram Protocol) ICMP(Internet Control Message Protocol) SMB (Server Message Block) SMB? : Microsoft IBM, Intel,. Unix NFS. SMB client/server. Client server request

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

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

.

. JEUS 6 & WebtoB 4.1 관리자 2015.09 Ⅰ Ⅱ Ⅲ JEUS 설정 WebtoB 연동설정 Tibero 연동설정 Ⅰ JEUS 설정 컨테이너생성 Application 디플로이 컨테이너생성 관리자화면접속 http://ip-address:9744/webadmin 접속 ID : administrator PW : 설치단계에서설정한관리자암호 3/36 컨테이너생성

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

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

歯JavaExceptionHandling.PDF

歯JavaExceptionHandling.PDF (2001 3 ) from Yongwoo s Park Java Exception Handling Programming from Yongwoo s Park 1 Java Exception Handling Programming from Yongwoo s Park 2 1 4 11 4 4 try/catch 5 try/catch/finally 9 11 12 13 13

More information

ibmdw_rest_v1.0.ppt

ibmdw_rest_v1.0.ppt REST in Enterprise 박찬욱 1-1- MISSING PIECE OF ENTERPRISE Table of Contents 1. 2. REST 3. REST 4. REST 5. 2-2 - Wise chanwook.tistory.com / cwpark@itwise.co.kr / chanwook.god@gmail.com ARM WOA S&C AP ENI

More information

Orcad Capture 9.x

Orcad Capture 9.x OrCAD Capture Workbook (Ver 10.xx) 0 Capture 1 2 3 Capture for window 4.opj ( OrCAD Project file) Design file Programe link file..dsn (OrCAD Design file) Design file..olb (OrCAD Library file) file..upd

More information

Week13

Week13 Week 13 Social Data Mining 02 Joonhwan Lee human-computer interaction + design lab. Crawling Twitter Data OAuth Crawling Data using OpenAPI Advanced Web Crawling 1. Crawling Twitter Data Twitter API API

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

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

LXR 설치 및 사용법.doc

LXR 설치 및 사용법.doc Installation of LXR (Linux Cross-Reference) for Source Code Reference Code Reference LXR : 2002512( ), : 1/1 1 3 2 LXR 3 21 LXR 3 22 LXR 221 LXR 3 222 LXR 3 3 23 LXR lxrconf 4 24 241 httpdconf 6 242 htaccess

More information

Chapter 1

Chapter 1 3 Oracle 설치 Objectives Download Oracle 11g Release 2 Install Oracle 11g Release 2 Download Oracle SQL Developer 4.0.3 Install Oracle SQL Developer 4.0.3 Create a database connection 2 Download Oracle 11g

More information

Assign an IP Address and Access the Video Stream - Installation Guide

Assign an IP Address and Access the Video Stream - Installation Guide 설치 안내서 IP 주소 할당 및 비디오 스트림에 액세스 책임 본 문서는 최대한 주의를 기울여 작성되었습니다. 잘못되거나 누락된 정보가 있는 경우 엑시스 지사로 알려 주시기 바랍니다. Axis Communications AB는 기술적 또는 인쇄상의 오류에 대해 책 임을 지지 않으며 사전 통지 없이 제품 및 설명서를 변경할 수 있습니다. Axis Communications

More information

SchoolNet튜토리얼.PDF

SchoolNet튜토리얼.PDF Interoperability :,, Reusability: : Manageability : Accessibility :, LMS Durability : (Specifications), AICC (Aviation Industry CBT Committee) : 1988, /, LMS IMS : 1997EduCom NLII,,,,, ARIADNE (Alliance

More information

Mobile Service > IAP > Android SDK [ ] IAP SDK TOAST SDK. IAP SDK. Android Studio IDE Android SDK Version (API Level 10). Name Reference V

Mobile Service > IAP > Android SDK [ ] IAP SDK TOAST SDK. IAP SDK. Android Studio IDE Android SDK Version (API Level 10). Name Reference V Mobile Service > IAP > Android SDK IAP SDK TOAST SDK. IAP SDK. Android Studio IDE 2.3.3 Android SDK Version 2.3.3 (API Level 10). Name Reference Version License okhttp http://square.github.io/okhttp/ 1.5.4

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

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

ꠏꠏꠏꠏ ꠏꠏꠏꠏ ꠏꠏꠏꠏ A4 SPA RCcenter 20 00 SPARC center 2000 ꡔꡕ Web Browser Internet ( HTTP ) ( HTTP ) (Z39.50 ) / DB/ DB ( HTTP) Web Server Doc Server KAIST DB PC

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

Deok9_Exploit Technique

Deok9_Exploit Technique Exploit Technique CodeEngn Co-Administrator!!! and Team Sur3x5F Member Nick : Deok9 E-mail : DDeok9@gmail.com HomePage : http://deok9.sur3x5f.org Twitter :@DDeok9 > 1. Shell Code 2. Security

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

PowerPoint Presentation

PowerPoint Presentation Server I/O utilization System I/O utilization V$FILESTAT V$DATAFILE Data files Statspack Performance tools TABLESPACE FILE_NAME PHYRDS PHYBLKRD READTIM PHYWRTS PHYBLKWRT WRITETIM ------------- -----------------------

More information