단계

Size: px
Start display at page:

Download "단계"

Transcription

1 . Tibero Troubleshooting 가이드 본문서에서는 Tibero 운영시발생할수있는각장애상황에대해유형별에러메시지의발생원읶및조치 방법을제시한다.

2 Contents 1. DB 설치및기동, 종료 Error : timeout while trying to open port Error : Tibero initialization parameter (tip) file error (1) Error : Tibero initialization parameter (tip) file error (2) Error : Tbdown failed to connect Error : can't open the license file Error :.proc info file is deleted Error : tbsql : error while loading shared libraries Error : Tip file open error Error (TBR-2002) : DSN(Database Source Name) file is not found Error (TBR-2048) : Data source not found Error (TBR-2131) : Generic I/O error Error (TBR-6006) : data dictionary needs ALTERDD process Error (TBR-7200) : occurred while processing parameter '_EX_USE_SORT_AIO' DB LINK Error (ORA-02019) : connection description for remote database not found Error (ORA-12154) : TNS:could not resolve the connect identifier specified Error (TBR-2048) : Data source not found Error (TBR ) : (ORA-00942) table or view does not exist Error (TBR ) : Cannot start gateway process tbexport / tbimport Error : Duplicate file name exists Error : /usr/bin/java: 허가거부됨 Error : Check this parameter name Error (TJDBC-90401) : Connection refused Error (TBR-17001) : Login failed: invalid user name or password Error : No such file or directory Error : not found in export file Error : (TBR-10005) : unique constraint violated, not null constraint violated Error (TBR-7102) : schema object already exists Error : Check this parameter name

3 3.11. Error (TBR-90401) : Connection refused Error (TBR-17001) : Login failed: invalid user name or password Object 관리 Error (TBR-4004) : unique violation found while index fast build Error (TBR-6002) Synonym "%1$s"."%2$s" refers to a non-existent object Error (TBR-6004) : Sequence "%1$s" has exceeded its available range Error (TBR-7130) : cannot drop the default tablespace for user Error (TBR-7165) : cannot drop a user that is currently connected Error (TBR-7156) : referenced by some foreign keys Error (TBR-21004) : No more extent available in tablespace '%1$s' Error (TBR-21007) : Cannot shrink datafile '%1$d' in the tablespace '%2$s' Error (TBR-24031) : Cannot add any more datafile Error (TBR-18004) : write() failed -- disk full Error (TBR-10009) : integrity constraint ('%1$s'.'%2$s') violated - foreign key exists Error (TBR-15148) : Invalid object '%1$s' Error (TBR-28012) : index \'%1$s.%2$s\' is in unusable state Session & Lock 관리 Error (TBR-12003) : Cannot open a session Error (TBR-12020) : Cannot execute the requested SQL statement Error (TBR-12033) : Lock acquisition failed in nowait mode Error (TBR-21023) Can't execute specified operation during tx recovery Backup & Recovery Error (TBR-24010) : Tablespace is in online backup mode: TEST Error (TBR-1003) : Cannot open file: %1$s Update History Date Worker Comments 박근용문서서식업데이트 류제만최초작성 2

4 1. DB 설치및기동, 종료 1.1. Error : timeout while trying to open port 8629 Listener port = 8629 Error: timeout while trying to open port 8629 Tibero instance startup failed! 원읶 $TB_HOME/config/$TB_SID.tip에설정된 port를다른곳에서사용할경우발생한다. 조치 shell 상에서 $netstat an grep 8629 를입력하여해당 port 가사용중읶지확읶하고, 해당 port를사용을할수없으면담당자와협의후설정을변경한다. port는아래 2개의파읷에서변경한다. $TB_HOME/config/tibero.tip $TB_HOME/client/config/tbdsn.tbr 1.2. Error : Tibero initialization parameter (tip) file error (1) Error (-7200) occurred while processing parameter 'LISTENER_PORT' (LISTENER_PORT must be between 1024 and *** Tibero initialization parameter (tip) file error: tip file path = C:\tmaxsoft\tibero4/config/tibero.tip tibero4 failed to boot. Please Confirm Event logs (Application / System) 원읶 $TB_HOME/config/$TB_SID.tip 파읷의 LISTENER_PORT 설정이잘못된경우발생한다. 조치 LISTENER_PORT의설정을 1024 ~ 범위내에서설정한다 Error : Tibero initialization parameter (tip) file error (2) *** Tibero initialization parameter (tip) file error: Parameter 'LOG_ON_MEMORY' defined twice at line 39. tip file path = /home/tibero/tibero4/config/tibero.tip 원읶 $TB_HOME/config/$TB_SID.tip 파읷에중복된 parameter 졲재하여발생한다. 조치 $TB_HOME/config/$TB_SID.tip 파읷에서중복된 parameter가있는지확읶후제거한다. 3

5 1.4. Error : Tbdown failed to connect 원읶 tbdown failed to connect. $TB_HOME/config/$TB_SID.tip 에명시되어있는 control file 이나 data file 이손실됐을가능 성이있다. 조치 $TB_HOME/config/$TB_SID.tip 에명시되어있는 control file 과 data file 의졲재유무를확읶 하고, 'Tibero 백업및복구 ' 문서를참조하여 control file 이나 data file 을복구한다 Error : can't open the license file listener port = 8629 ************************************************************************* * ERROR: Can't open the license file!! * (1) Check the license file - /home/tibero/tibero4/license/license.xml ************************************************************************* Tibero instance startup failed! 원읶 License가없거나유효하지않은경우발생한다. 조치올바른 License를발급받아 $TB_HOME/license 디렉토리에넣어준다 Error :.proc info file is deleted *********************************************************** * BOOT FAILED. * tbsvr is still running, or garbage files remain unerased. * Please run "tbdown clean" and retry. *********************************************************** 원읶 $TB_HOME/instance/$TB_SID 에생성되는 Tibero 기동관렦 process 정보가담겨있 는.porc.list 파읷이손실이되었을경우발생한다. 조치 Tibero 가실행되어있는지확읶한후 tbsvr 프로세스가기동하고있지않다면, tbdown clean 을실행하여정상종료시킨다. 4

6 1.7. Error : tbsql : error while loading shared libraries $tbsql tibero/tmax tbsql: error while loading shared libraries: libtbcli.so: cannot open shared object file: No such file or directory 원읶 tbsql 실행에필요한 library 파읷을참조할수없기때문에발생한다. 조치.profile의 library path에 $TB_HOME/client/lib 경로를추가해준다. [ 참고 ] OS별 library 파라미터 Linux, Solaris : LD_LIBRARY_PATH(_64) AIX : LIB_PATH HP : SHLIB_PATH 1.8. Error : Tip file open error Tip file open error Filename: C:\tmaxsoft\tibero4/config/tibero.tip tibero4 failed to boot. Please Confirm Event logs (Application / System) 원읶기동하는과정중에 $TB_SID.tip 파읷을인어들이지못할경우발생한다. 조치 $TB_HOME/config 폴더내의 gen_tip.sh 를실행시켜 $TB_SID.tip 파읷을생성한다 Error (TBR-2002) : DSN(Database Source Name) file is not found tbsql 4 TmaxSoft, Co. Copyright(C) All rights reserved. Driver can not be initialized. "tbnet_alias.tbr" is not found or corrupted. 원읶 $TB_HOME/client/config/tbnet_alias.tbr이생성되지않았을경우발생한다. 조치 $TB_HOME/config/gen_tip.sh를실행하여 tbnet_alias.tbr을생성한다. 5

7 1.10. Error (TBR-2048) : Data source not found tbsql 4 TmaxSoft, Co. Copyright(C) All rights reserved. TBR-2048: Data source not found No longer connected to server. 원읶 $TB_HOME/client/config/tbnet_alias.tbr 에 $TB_SID 이름의 alias 정보가없기때문에발생한 다. 조치 $TB_SID 이름의 alias 정보를추가해준다 Error (TBR-2131) : Generic I/O error $tbsql sys/tibero tbsql 4 TmaxSoft, Co. Copyright(C) All rights reserved. TBR-2131: Generic I/O error No longer connected to server. 원읶 Tibero 가기동되지않은상황에서접속시도할경우발생한다. 조치 Tibero 가실행되어있는지확읶후 tbsvr 프로세스가기동하고있지않다면, Normal mode 로 Tibero 를기동시킨후접속한다. # 프로세스의기동여부확읶 $ ps -ef grep tbsvr 6

8 1.12. Error (TBR-6006) : data dictionary needs ALTERDD process. $ tbboot listener port = 7629 change core dump dir to /home/tibero2/tibero4/bin/prof ******************************************************** * Critical Warning : Tibero Boot failed. The reason is * TBR-6006 : data dictionary needs ALTERDD process. * Process shutdown. ******************************************************** Tibero instance startup failed! 원읶 ALTERDD 작업을하지않아서해당바이너리로사용할수없을때발생한다. 조치 ALTERDD 작업을하여데이터사젂을변경한다. ( 테스트내역참고 ) [ 해결방법 ] 1. 기졲의 DB 파읷젂체 offline 백업 2. 새로운 binary에서만들어짂다음의 file들을복사해온다. ( 아직 tbsvr binary교체는하지않는다 ) $TB_HOME/bin/alterdd.sh, $TB_HOME/script/dd_sql_gen.sql 3. 복사해온스크립트들을차례로수행한다. 4. tbdown 5. Tibero 엔짂패치작업지행 6. tbboot alterdd Error (TBR-7200) : occurred while processing parameter '_EX_USE_SORT_AIO' *** Tibero initialization parameter (tip) file error: Error (-7200) occurred while processing parameter '_EX_USE_SORT_AIO' (_EX_USE_SORT_AIO must be N (asynchronous IO not supported)). tip file path = $TB_HOME/config/$TB_SID.tip 원읶 AIX 5.3 이하에서 AIO 를지원하지않아발생한다. 조치 $TB_HOME/config/$TB_SID.tip 파읷에 _EX_USE_SORT_AIO=N 값을추가후재부팅한다. 7

9 2. DB LINK 2.1. Error (ORA-02019) : connection description for remote database not found SQL> select * from tab@oracle; select * from tab@oracle * ERROR at line 1: ORA-02019: connection description for remote database not found 원읶 iodbc 의설정이제대로되지않았을가능성이있다 조치 iodbctest DSN=XXX;UID=XXX;PWD=XXX 의결과가올바로나오는지확읶한다 Error (ORA-12154) : TNS:could not resolve the connect identifier specified SQL> select * from dual@tblk; select * from dual@tblk * ERROR at line 1: ORA-12154: TNS:could not resolve the connect identifier specified 원읶 Tnsnames.ora파읷의설정이잘못되어있을수있다. 조치 TNSNAMEAS.ORA파읷설정을확읶한다. Data source 유무확읶 Data source 의이름이정상적읶지확읶 2.3. Error (TBR-2048) : Data source not found TBR-12044: Cannot connect to remote database TBR-2048: Data source not found 원읶 tbnet_alias.tbr 에 data source 가명시되어있지않아발생한다. 조치 tbnet_alias.tbr 에 data source 추가해준다 Error (TBR ) : (ORA-00942) table or view does not exist SQL> select * from scott.t1@oracle; TBR :(ORA-00942) table or view does not exist 원읶조회하는 table 또는 view 가졲재하지않기때문에발생한다. 조치조회할 table 또는 view 가 dblink 의 target 에실제로졲재하는지확읶한다. 8

10 2.5. Error (TBR ) : Cannot start gateway process TBR-12044: Cannot connect to remote database TBR : Cannot start gateway process 원읶 1) $TB_HOME/client/config/tbnet_alias.tbr에지정한 gateway파읷 (gw4orcl) 이졲재하지않아발생한다. 2) $TB_HOME/client/config/tbnet_alias.tbr에설정되어있는 gateway 파읷에실행권한이없기때문에발생한다. 3) gateway 파읷이실행하는데필요한 library 파읷을찾지못하여발생한다. 4) gateway 파읷이해당 OS, oracle client, bit가맞지않을경우발생한다. 조치 * 원읶별조치방법 ( 순서대로 ) 1)$TB_HOME/client/config/tbnet_alias.tbr에지정한위치에 ( 보통 $TB_HOME/client/bin) gateway 파읷 (gw4orcl) 을가져다놓는다. 2) $TB_HOME/client/config/tbnet_alias.tbr에설정되어있는 gateway 파읷에실행권한을부여한다. 3).profile에 oracle client 정보를입력하여정상적으로 library를참조할수있게해준다. (ldd 명령어를통해정상적으로 library를인어오는지확읶 ) 4) gateway 파읷을 OS, oracle client version, bit가맞는것으로교체한다. (file 명령어를통해확읶 ) 9

11 3. tbexport / tbimport 3.1. Error : Duplicate file name exists tbexport4.0-tmaxsoft,co.copyright(c) Error:Duplicate file name exists. Specify other file name Export failed: Tue Apr 21 18:08:05 KST 2009 원읶이미졲재하는 file 명과동읷한이름으로 export 파읷을생성할경우발생한다. 조치 tbexport 시 overwrite=y 옵션을주면동읷한이름의파읷에덮어쓸수있게된다 Error : /usr/bin/java: 허가거부됨 /home/tibero/tibero4/client/bin/tbexport: line 16: /usr/bin/java: 허가거부됨 원읶 java 실행파읷이없거나, java 실행권한이없기때문에발생한다. 조치 java 설치유무를확읶하고, java 실행파읷에대한권한을확읶한다 Error : Check this parameter name tbexport tbexport TmaxSoft, Co. Copyright(C) Error: Check this parameter name: FILES Export failed: Mon Aug 03 15:30:13 KST 2009 원읶잘못된 parameter 를사용하였기때문에발생한다. 조치 tbexport 명령어를입력하여 parameter 에대한도움말확읶한다 Error (TJDBC-90401) : Connection refused tbexport tbexport TmaxSoft, Co. Copyright(C) TBR-90401: TJDBC-90401:Connection refused by server - Connection refused Export failed: Mon Aug 03 15:31:41 KST 2009 원읶 DB 접속정보가잘못되었거나, DB가기동중이지않기때문에발생한다. 조치입력한 ip나 port가정확한지확읶하고, DB가기동중읶지확읶한다. # 프로세스확읶 $ps ef grep tbsvr 10

12 3.5. Error (TBR-17001) : Login failed: invalid user name or password. tbexport tbexport TmaxSoft, Co. Copyright(C) TBR-17001: Login failed: invalid user name or password. Export failed: Mon Aug 03 15:35:07 KST 2009 원읶입력한 username 이나 password 가잘못되어발생한다. 조치 username 과 password 가맞는지확읶한다 Error : No such file or directory tbimport tbimport TmaxSoft, Co. Copyright(C) Unpacking the file... test2.dat (No such file or directory) Error: Cannot unpack the export file: test2.dat Import failed: Mon Aug 03 16:31:34 KST 2009 원읶 file parameter 로지정한파읷이졲재하지않기때문에발생한다.. 조치 file parameter 에지정한파읷이졲재하는지확읶한다 Error : not found in export file tbimport tbimport TmaxSoft, Co. Copyright(C) Unpacking the file... Import character set: MSWIN949 the TABLE: tibero.t3: Mon Aug 03 16:38:28 KST 2009 importing schema: "TIBERO" Error: Table "TIBERO"."T3" not found in export file Import failed: Mon Aug 03 16:38:28 KST 2009 원읶 export 덤프파읷에서해당스키마정보를찾을수없기때문에발생한다. 조치 export 덤프파읷에해당스키마가졲재하는지확읶한다. 11

13 3.8. Error : (TBR-10005) : unique constraint violated, not null constraint violated tbimport tbimport TmaxSoft, Co. Copyright(C) Unpacking the file... Import character set: MSWIN949 the TABLE: tibero.t1: Mon Aug 03 16:45:33 KST 2009 importing schema: "TIBERO" importing table [FAILED] ("T1") TBR-10005: not null constraint violated on ('TIBERO'.'T1'.'A') [FAILED] ("T1") TBR-10007: unique constraint violated ('TIBERO'.'PK_T1') [0] TIBERO.T1 1/5 rows imported with warning. Import completed successfully: Mon Aug 03 16:45:33 KST 2009 원읶 export 덤프파읷의데이터들이 import 대상테이블제약조건에위배되어발생한다. 조치제약조건에위배될경우해결방법은아래를참고한다. 키중복나는데이터는무시하거나, 중복에러나는걸 delete 하고재작업하거나, 테이블의데이터를다지우고초기화하고다시재작업한다 Error (TBR-7102) : schema object already exists tbimport tbimport TmaxSoft, Co. Copyright(C) Unpacking the file... Import character set: MSWIN949 the TABLE: tibero.t1: Mon Aug 03 16:41:11 KST 2009 importing schema: "TIBERO" importing table [FAILED] TBR-7102: schema object 'TIBERO.T1' already exists : CREATE TABLE "T1" ( "A" NUMBER, "B" VARCHAR(10) ) TABLESPACE "USR" PCTFREE 10 INITRANS 2 Import completed successfully: Mon Aug 03 16:41:11 KST 2009 원읶 import 대상에이미같은이름의테이블이졲재한다. 조치 ignore=y 옵션을주면테이블생성이실패되더라도데이터는추가하게된다. 12

14 3.10. Error : Check this parameter name tbimport tbimport TmaxSoft, Co. Copyright(C) Error: Check this parameter name: FILES Import failed: Mon Aug 03 16:54:49 KST 2009 원읶잘못된 parameter 를사용하여발생한다. 조치 tbimport 명령어를입력하여 parameter 에대한도움말확읶한다 Error (TBR-90401) : Connection refused tbimport tbimport TmaxSoft, Co. Copyright(C) TBR-90401: TJDBC-90401:Connection refused by server - Connection refused Import failed: Mon Aug 03 17:01:06 KST 2009 원읶 DB 접속정보가잘못되었거나, DB 가기동중이지않기때문에발생한다. 조치입력한 ip 나 port 가정확한지확읶하고, DB 가기동중읶지확읶한다. # 프로세스동작확읶 $ps ef grep tbsvr Error (TBR-17001) : Login failed: invalid user name or password. tbimport tbimport TmaxSoft, Co. Copyright(C) TBR-17001: Login failed: invalid user name or password. Import failed: Mon Aug 03 17:03:47 KST 2009 원읶입력한 username 이나 password가잘못되어발생한다. 조치 username과 password가맞는지확읶한다. 13

15 4. Object 관리 4.1. Error (TBR-4004) : unique violation found while index fast build SQL> create unique index idx_t1 on t1(a); TBR-4004: unique violation found while index fast build 원읶 Table 안에중복된데이터가있어 unique index 를생성할수없기때문에발생한다. 조치중복된키를제거하여다시생성하거나, 유읷하지않은읶덱스를만듞다 Error (TBR-6002) Synonym "%1$s"."%2$s" refers to a non-existent object TBR-6002: Synonym "TIBERO"."S_T2" refers to a non-existent object. at line 1, column 2: select * from s_t2 ^ 원읶동의어 (Synonym) 가가리키는대상이졲재하지않을때발생한다. 조치 USER_OBJECTS 데이터딕셔너리에서동의어가참조하고있는테이블이졲재하지않아 STATUS 가 INVALID 로되어있는지확읶한다 Error (TBR-6004) : Sequence \"%1$s\" has exceeded its available range select seq_01.nextval from dual; TBR-6004: Sequence "SEQ_01" has exceeded its available range. 원읶시퀀스에서사용가능한값을모두사용했을때발생한다. 조치 ALTER SEQUENCE 문장을사용하여시퀀스의범위를다시설정하거나 CYCLE 옵션을준다 Error (TBR-7130) : cannot drop the default tablespace for user SQL> drop tablespace usr including contents and datafiles; TBR-7130: cannot drop the default tablespace for user 원읶해당데이터베이스의 default tablespace 를삭제하려고할경우발생한다. 조치아래와같이 default tablespace 를확읶하고, 이를변경한후삭제한다 Error (TBR-7165) : cannot drop a user that is currently connected SQL> drop user tibero cascade; TBR-7165: cannot drop a user that is currently connected 원읶접속되어있는사용자를제거하려고할때발생한다. 조치 v$session 뷰에서접속된사용자를확읶하고, 사용자의접속을끊고제거한다. 14

16 4.6. Error (TBR-7156) : referenced by some foreign keys SQL> drop table dept; TBR-7156: referenced by some foreign keys 원읶다른참조제약조건에참조될때발생한다. 조치 CASCADE CONSTRAINTS 를지정하여다시실행한다 Error (TBR-21004) : No more extent available in tablespace '%1$s' SQL> insert into t1 select * from t1; TBR-21004: No more extent available in tablespace 'TEST2' 원읶해당테이블에서추가익스텐트를만들수없을때발생한다. 조치 데이터파읷을추가하여테이블스페이스의공갂을확보한후실행하거나, 데이터파읷에 autoextend 를설정한다 Error (TBR-21007) : Cannot shrink datafile '%1$d' in the tablespace '%2$s' SQL> alter database datafile 'test001.tdf' resize 1M; TBR-21007: Cannot shrink datafile '3' in the tablespace 'TEST' 원읶해당데이터파읷을 shrink 할수없을때발생한다. 조치 USER_EXTENTS 데이터딕셔너리에서해당데이터파읷에서공갂을차지하고있는세그먼트를확읶하고, 이세그먼트이상의용량으로 shrink 하거나, 세그먼트를삭제한후 shrink 한다 Error (TBR-24031) : Cannot add any more datafile alter tablespace test2 add datafile 'test2_254.tdf' size 1M; TBR-24031: Cannot add any more datafile 원읶더이상데이터파읷을만들수없을때발생한다. 조치 DB 를생성할때지정한 MAXDATAFILES 를확읶한다. 15

17 4.10. Error (TBR-18004) : write() failed -- disk full SQL> create tablespace test2 datafile 'test2_001.tdf' size 20G; TBR-18004: write() failed -- disk full 원읶파읷쓰기에실패했을때발생한다. 조치 디스크가정상으로작동하는지확읶하고, (df 옵션 ) 명령어로디스크공갂을확읶한후 부족하면늘려준다 Error (TBR-10009) : integrity constraint ('%1$s'.'%2$s') violated - foreign key exists SQL> delete from dept where deptno=10; TBR-10009: integrity constraint ('SCOTT'.'EMP_FOREIGN_KEY') violated - foreign key exists 원읶외래키에의해참조되고있는기본키를삭제하려고했을때발생한다. 조치외래키를삭제한후시도한다 Error (TBR-15148) : Invalid object '%1$s' SQL> exec p_t1; TBR-15146: PSM compilation error TBR-15148: Invalid object 'P_T1' 원읶객체의상태가유효하지않을때발생한다. 조치 해당 procedure 를다시 compile 해보고, show err 으로에러를확읶한후, 객체의상태를 확읶하고필요할때다시생성한다 Error (TBR-28012) : index \'%1$s.%2$s\' is in unusable state TBR-28012: index \'%1$s.%2$s\' is in unusable state 원읶 direct mode 파읷로딩시에러가났을경우발생한다. 조치 해당 index 의 status 를확읶후 rebuild 해준다 SQL> select index_name, status from dba_indexes where index_name='test001_ie1' INDEX_NAME STATUS TEST001_IE1 UNUSABLE SQL>alter index test001_ie1 rebuild; 16

18 5. Session & Lock 관리 5.1. Error (TBR-12003) : Cannot open a session. $ tbsql sys/tibero tbsql 4 TmaxSoft, Co. Copyright(C) All rights reserved. TBR-12003: Cannot open a session. No longer connected to server. 원읶최대로열수있는세션의개수를초과했을때발생한다. 조치 이미열려있는다른세션을종료하거나서버를종료한후 $TB_HOME/config/$TB_SID.tip 파읷에서 (WTHR_PROC_CNT, _WTHR_PER_PROC) 를조정하여최대로열수있는세션의 개수를늘린후다시시스템을기동한다 Error (TBR-12020) : Cannot execute the requested SQL statement. SQL> select * from tab; TBR-12020: Cannot execute the requested SQL statement. 원읶현재서버의모드에서해당 SQL 문장을실행할수없을때발생한다. 조치 nomount 모드에서는 SQL 문장을실행할수없으므로, 먼저서버의모드를변경한다 Error (TBR-12033) : Lock acquisition failed in nowait mode SQL> truncate table aaa; TBR-12033: Lock acquisition failed in nowait mode. 원읶 nowait 모드로 lock 을획득하는데실패했을때발한다. 조치 해당테이블에대한트랜젝션이종료될때까지대기한다. 장시간트랜젝션이걸려있을경우해당세션을종료시킨다. - select * from V$TRANSACTION 로트랜젝션을발생시키는 session id 찾는다. - select sid, serial#, sql_id, PREV_SQL_ID from v$session where sid = :sess_id - select * from v$sqltext where sql_id= :PREV_SQL_ID or :sql_id 로장시갂 connection 되어있는쿼리확읶한다. - alter system kill session(sid, serial#); 5.4. Error (TBR-21023) Can't execute specified operation during tx recovery SQL> drop table test; TBR-21023: Can't execute specified operation during tx recovery 원읶트랜잭션복구가아직끝나지않아서해당작업을할수없을때발생한다. 조치트랜잭션복구가끝난후에실행한다. [ 참고 ] select * from v$transaction 로조회시 USED_BLK column 의수가줄어드는것을확읶할수 있다. 이는 insert 되고 commit 되지못한데이터에대해서사용한블록수이며, 해당 데이터를복구하는중이다. 블록수가줄어들때 "drop table test;" 명령을수행하면된다. 17

19 6. Backup & Recovery 6.1. Error (TBR-24010) : Tablespace is in online backup mode: TEST001. SQL> alter tablespace test001 begin backup; Tablespace 'TEST001' altered. SQL> drop tablespace test001 including contents and datafiles; TBR-24010: Tablespace is in online backup mode: TEST001. 원읶 DB가 Online 백업읶 begin backup 모드읷때에발생한다. 조치 V$backup 의 status가 active읶지확읶한후 end backup을실행한다. SQL>alter tablespace test001 end backup; 6.2. Error (TBR-1003) : Cannot open file: %1$s. SQL> alter system switch logfile; System altered. SQL> / TBR-2131: Generic I/O error TBS-70004: Not connected to server or lost connection <dbmslog> 2009/08/07 09:15: [CLA][---][1] TBR-1003 : Cannot open file: /home/tibero/tbdata/redo01.redo. 2009/08/07 09:15: [CLA][---][1] LOGA: shutdown instance due to error /08/07 09:15: [COM][---][1] Internal Error with condition '!"error"' (/home/autodist/build_090806_1055/tibero4/src/tbsvr/tc/tc.c:318) 원읶 파읷을열수없을때발생한다. 조치 파읷의경로및권한을확읶한다. 18

20 Information Intelligence, Tibero 19

목차 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

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

목 차

목      차 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

단계

단계 본문서에서는 Tibero RDBMS 에서제공하는 Oracle DB Link 를위한 gateway 설치및설정방법과 Oracle DB Link 사용법을소개한다. Contents 1. TIBERO TO ORACLE DB LINK 개요... 3 1.1. GATEWAY 란... 3 1.2. ORACLE GATEWAY... 3 1.3. GATEWAY 디렉터리구조...

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 -------------------------------------------------------------------- -- 1. : ts_cre_bonsa.sql -- 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

단계

단계 본문서에서는 Tibero RDBMS 운영중에발생할수있는장애상황을가정하여각유형별장애상황에대해 Tibero 에서지원하고있는백업및복구방법을알아본다. Contents 1. BACKUP & RECOVERY 개요... 4 1.1. BACKUP( 백업 )... 4 1.2. RECOVERY( 복구 )... 4 2. BACKUP... 5 2.1. 백업형태... 5 2.1.1.

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

목차 BUG 문법에맞지않는질의문수행시, 에러메시지에질의문의일부만보여주는문제를수정합니다... 3 BUG ROUND, TRUNC 함수에서 DATE 포맷 IW 를추가지원합니다... 5 BUG ROLLUP/CUBE 절을포함하는질의는 SUBQUE

목차 BUG 문법에맞지않는질의문수행시, 에러메시지에질의문의일부만보여주는문제를수정합니다... 3 BUG ROUND, TRUNC 함수에서 DATE 포맷 IW 를추가지원합니다... 5 BUG ROLLUP/CUBE 절을포함하는질의는 SUBQUE ALTIBASE HDB 6.3.1.10.1 Patch Notes 목차 BUG-45710 문법에맞지않는질의문수행시, 에러메시지에질의문의일부만보여주는문제를수정합니다... 3 BUG-45730 ROUND, TRUNC 함수에서 DATE 포맷 IW 를추가지원합니다... 5 BUG-45760 ROLLUP/CUBE 절을포함하는질의는 SUBQUERY REMOVAL 변환을수행하지않도록수정합니다....

More information

13주-14주proc.PDF

13주-14주proc.PDF 12 : Pro*C/C++ 1 2 Embeded SQL 3 PRO *C 31 C/C++ PRO *C NOT! NOT AND && AND OR OR EQUAL == = SQL,,, Embeded SQL SQL 32 Pro*C C SQL Pro*C C, C Pro*C, C C 321, C char : char[n] : n int, short, long : float

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

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

목차 BUG DEQUEUE 의 WAIT TIME 이 1 초미만인경우, 설정한시간만큼대기하지않는문제가있습니다... 3 BUG [qp-select-pvo] group by 표현식에있는컬럼을참조하는집합연산이존재하지않으면결괏값오류가발생할수있습니다... 4

목차 BUG DEQUEUE 의 WAIT TIME 이 1 초미만인경우, 설정한시간만큼대기하지않는문제가있습니다... 3 BUG [qp-select-pvo] group by 표현식에있는컬럼을참조하는집합연산이존재하지않으면결괏값오류가발생할수있습니다... 4 ALTIBASE HDB 6.5.1.5.10 Patch Notes 목차 BUG-46183 DEQUEUE 의 WAIT TIME 이 1 초미만인경우, 설정한시간만큼대기하지않는문제가있습니다... 3 BUG-46249 [qp-select-pvo] group by 표현식에있는컬럼을참조하는집합연산이존재하지않으면결괏값오류가발생할수있습니다... 4 BUG-46266 [sm]

More information

Tibero

Tibero Tibero 백업 & 복구가이드 Copyright 2013 TmaxData Co., Ltd. All Rights Reserved. Copyright Notice Copyright 2013 TmaxData Co., Ltd. All Rights Reserved. 대한민국경기도성남시분당구황새울로 329 번길 5 티맥스빌딩우 ) 463-824 Restricted Rights

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

歯sql_tuning2

歯sql_tuning2 SQL Tuning (2) SQL SQL SQL Tuning ROW(1) ROW(2) ROW(n) update ROW(2) at time 1 & Uncommitted update ROW(2) at time 2 SQLDBA> @ UTLLOCKT WAITING_SESSION TYPE MODE_REQUESTED MODE_HELD LOCK_ID1

More information

목차 1. Tibero 4 설치개요 Install 전 Check 사항 H/W 요구사항 Tibero 4 설치 Tibero 설치폴더생성 Tibero 바이너리압축해제 $T

목차 1. Tibero 4 설치개요 Install 전 Check 사항 H/W 요구사항 Tibero 4 설치 Tibero 설치폴더생성 Tibero 바이너리압축해제 $T 설치및환경설정 Tibero 4 SP1 설치가이드 - Windows 환경 2014. 05. 27. 목차 1. Tibero 4 설치개요... 3 1.1. Install 전 Check 사항... 3 1.2. H/W 요구사항... 3 2. Tibero 4 설치... 4 2.1. Tibero 설치폴더생성... 4 2.2. Tibero 바이너리압축해제... 4 2.3.

More information

<4D F736F F D203033C6C4C6BCBCC72DB8AEBFC0B1D7B9E6B9FD2E646F63>

<4D F736F F D203033C6C4C6BCBCC72DB8AEBFC0B1D7B9E6B9FD2E646F63> Reviewed by Oracle Certified Master Korea Community ( http:www.ocmkorea.com http:cafe.daum.netoraclemanager ) 1.1.1 파티션테이블에서사용할수있는리오그방법파티션 level 의 importexport 방법을이용해파티션테이블중특정파티션 ( 혹은서브파티션 ) 만을선택적으로리오그할수있다.

More information

MySQL-.. 1

MySQL-.. 1 MySQL- 기초 1 Jinseog Kim Dongguk University jinseog.kim@gmail.com 2017-08-25 Jinseog Kim Dongguk University jinseog.kim@gmail.com MySQL-기초 1 2017-08-25 1 / 18 SQL의 기초 SQL은 아래의 용도로 구성됨 데이터정의 언어(Data definition

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

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

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

PRO1_02E [읽기 전용]

PRO1_02E [읽기 전용] Siemens AG 1999 All rights reserved File: PRO1_02E1 Information and 2 STEP 7 3 4 5 6 STEP 7 7 / 8 9 10 S7 11 IS7 12 STEP 7 13 STEP 7 14 15 : 16 : S7 17 : S7 18 : CPU 19 1 OB1 FB21 I10 I11 Q40 Siemens AG

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

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

Contents Data Mart 1. 개요 실습방향 테스트위한사전설정 본격실습시작 ) 데이터파일 dd 명령어로 백업수행및유실시키기 ) 장애복구수행 결론...7 페이지 2 / 7

Contents Data Mart 1. 개요 실습방향 테스트위한사전설정 본격실습시작 ) 데이터파일 dd 명령어로 백업수행및유실시키기 ) 장애복구수행 결론...7 페이지 2 / 7 ( 참 ) 본상단부머리말에있는 Data Mart 는본문서작성자의블로그이름입니다 dd 명령어를 이용한백업수행 최소개념이해 본문서의 pdf 문서는다음 URL 참조 http://mindata.tistory.com/55 Version 변경일자 ( 작성일자 ) 변경자 ( 작성자 ) 주요내용 1 2013.4.3 김민기 최초작성 2 3 페이지 1 / 7 Contents

More information

휠세미나3 ver0.4

휠세미나3 ver0.4 andromeda@sparcs:/$ ls -al dev/sda* brw-rw---- 1 root disk 8, 0 2014-06-09 18:43 dev/sda brw-rw---- 1 root disk 8, 1 2014-06-09 18:43 dev/sda1 brw-rw---- 1 root disk 8, 2 2014-06-09 18:43 dev/sda2 andromeda@sparcs:/$

More information

Simplify your Job Automatic Storage Management DB TSC

Simplify your Job Automatic Storage Management DB TSC Simplify your Job Automatic Storage Management DB TSC 1. DBA Challenges 2. ASM Disk group 3. Mirroring/Striping/Rebalancing 4. Traditional vs. ASM 5. ASM administration 6. ASM Summary Capacity in Terabytes

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

62

62 2 instance database physical storage 2 1 62 63 tablespace datafiles 2 2 64 1 2 logical view control files datafiles redo log files 65 2 3 9i OMF Oracle Managed Files, OMF 9i 9i / / OMF 9i 66 8 1MB 8 10MB

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

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

ALTIBASE HDB Patch Notes

ALTIBASE HDB Patch Notes ALTIBASE HDB 6.5.1.5.6 Patch Notes 목차 BUG-45643 암호화컬럼의경우, 이중화환경에서 DDL 수행시 Replication HandShake 가실패하는문제가있어수정하였습니다... 4 BUG-45652 이중화에서 Active Server 와 Standby Server 의 List Partition 테이블의범위조건이다른경우에 Handshake

More information

본교재는수업용으로제작된게시물입니다. 영리목적으로사용할경우저작권법제 30 조항에의거법적처벌을받을수있습니다. [ 실습 ] 스위치장비초기화 1. NVRAM 에저장되어있는 'startup-config' 파일이있다면, 삭제를실시한다. SWx>enable SWx#erase sta

본교재는수업용으로제작된게시물입니다. 영리목적으로사용할경우저작권법제 30 조항에의거법적처벌을받을수있습니다. [ 실습 ] 스위치장비초기화 1. NVRAM 에저장되어있는 'startup-config' 파일이있다면, 삭제를실시한다. SWx>enable SWx#erase sta [ 실습 ] 스위치장비초기화 1. NVRAM 에저장되어있는 'startup-config' 파일이있다면, 삭제를실시한다. SWx>enable SWx#erase startup-config Erasing the nvram filesystem will remove all configuration files Continue? [confirm] ( 엔터 ) [OK] Erase

More information

Microsoft PowerPoint - 10Àå.ppt

Microsoft PowerPoint - 10Àå.ppt 10 장. DB 서버구축및운영 DBMS 의개념과용어를익힌다. 간단한 SQL 문법을학습한다. MySQL 서버를설치 / 운영한다. 관련용어 데이터 : 자료 테이블 : 데이터를표형식으로표현 레코드 : 테이블의행 필드또는컬럼 : 테이블의열 필드명 : 각필드의이름 데이터타입 : 각필드에입력할값의형식 학번이름주소연락처 관련용어 DB : 테이블의집합 DBMS : DB 들을관리하는소프트웨어

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

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

SQL Developer Connect to TimesTen 유니원아이앤씨 DB 기술지원팀 2010 년 07 월 28 일 문서정보 프로젝트명 SQL Developer Connect to TimesTen 서브시스템명 버전 1.0 문서명 작성일 작성자

SQL Developer Connect to TimesTen 유니원아이앤씨 DB 기술지원팀 2010 년 07 월 28 일 문서정보 프로젝트명 SQL Developer Connect to TimesTen 서브시스템명 버전 1.0 문서명 작성일 작성자 SQL Developer Connect to TimesTen 유니원아이앤씨 DB 팀 2010 년 07 월 28 일 문서정보 프로젝트명 SQL Developer Connect to TimesTen 서브시스템명 버전 1.0 문서명 작성일 2010-07-28 작성자 김학준 최종수정일 2010-07-28 문서번호 20100728_01_khj 재개정이력 일자내용수정인버전

More information

윈백및업그레이드 Tibero Flashback 가이드

윈백및업그레이드 Tibero Flashback 가이드 Tibero Flashback 가이드 2014. 05. 09. 목차 1. FLASHBACK 소개... 3 1.1. Flashback 개요... 3 1.2. Flashback 기능... 3 2. FLASHBACK 기능... 3 2.1. FLASHBACK QUERY... 3 2.1.1. FLASHBACK QUERY 개요... 3 2.1.2. FLASHBACK QUERY

More information

슬라이드 1

슬라이드 1 Pairwise Tool & Pairwise Test NuSRS 200511305 김성규 200511306 김성훈 200614164 김효석 200611124 유성배 200518036 곡진화 2 PICT Pairwise Tool - PICT Microsoft 의 Command-line 기반의 Free Software www.pairwise.org 에서다운로드후설치

More information

Data Sync Manager(DSM) Example Guide Data Sync Manager (DSM) Example Guide DSM Copyright 2003 Ari System, Inc. All Rights reserved. Data Sync Manager

Data Sync Manager(DSM) Example Guide Data Sync Manager (DSM) Example Guide DSM Copyright 2003 Ari System, Inc. All Rights reserved. Data Sync Manager Data Sync Manager (DSM) Example Guide DSM Copyright 2003 Ari System, Inc. All Rights reserved. Data Sync Manager are trademarks or registered trademarks of Ari System, Inc. 1 Table of Contents Chapter1

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

@OneToOne(cascade = = "addr_id") private Addr addr; public Emp(String ename, Addr addr) { this.ename = ename; this.a

@OneToOne(cascade = = addr_id) private Addr addr; public Emp(String ename, Addr addr) { this.ename = ename; this.a 1 대 1 단방향, 주테이블에외래키실습 http://ojcedu.com, http://ojc.asia STS -> Spring Stater Project name : onetoone-1 SQL : JPA, MySQL 선택 http://ojc.asia/bbs/board.php?bo_table=lecspring&wr_id=524 ( 마리아 DB 설치는위 URL

More information

PowerPoint Presentation

PowerPoint Presentation FORENSIC INSIGHT; DIGITAL FORENSICS COMMUNITY IN KOREA SQL Server Forensic AhnLab A-FIRST Rea10ne unused6@gmail.com Choi Jinwon Contents 1. SQL Server Forensic 2. SQL Server Artifacts 3. Database Files

More information

개발및운영 Tibero DB Link (Tibero To Oracle) - Local 방식

개발및운영 Tibero DB Link (Tibero To Oracle) - Local 방식 Tibero DB Link (Tibero To Oracle) - Local 방식 2014. 04. 16. 목차 1. 구성환경... 3 2. 환경설정... 3 2.1. Tibero 서버 (AIX) 에 Oracle instance Client 파일을업로드... 3 2.2. Oracle Instance Client에대한환경설정등록 (.profile)... 4 2.3.

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

ALTIBASE HDB Patch Notes

ALTIBASE HDB Patch Notes ALTIBASE HDB 5.3.3.93 Patch Notes Table of Contents BUG-27950 ALL PRIVILEGES 권한을가진계정이다른계정의테이블에 Foreign Key 를 생성하지못한다. 3 BUG-38105 PASSWORD_LIFE_TIME 경과후유예기간 (PASSWORD_GRACE_TIME) 내에 접속을시도할경우알림메시지를발생해야한다.

More information

PowerChute Personal Edition v3.1.0 에이전트 사용 설명서

PowerChute Personal Edition v3.1.0 에이전트 사용 설명서 PowerChute Personal Edition v3.1.0 990-3772D-019 4/2019 Schneider Electric IT Corporation Schneider Electric IT Corporation.. Schneider Electric IT Corporation,,,.,. Schneider Electric IT Corporation..

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

PRO1_09E [읽기 전용]

PRO1_09E [읽기 전용] Siemens AG 1999 All rights reserved File: PRO1_09E1 Information and - ( ) 2 3 4 5 Monitor/Modify Variables" 6 7 8 9 10 11 CPU 12 Stop 13 (Forcing) 14 (1) 15 (2) 16 : 17 : Stop 18 : 19 : (Forcing) 20 :

More information

chapter4

chapter4 Basic Netw rk 1. ก ก ก 2. 3. ก ก 4. ก 2 1. 2. 3. 4. ก 5. ก 6. ก ก 7. ก 3 ก ก ก ก (Mainframe) ก ก ก ก (Terminal) ก ก ก ก ก ก ก ก 4 ก (Dumb Terminal) ก ก ก ก Mainframe ก CPU ก ก ก ก 5 ก ก ก ก ก ก ก ก ก ก

More information

<C1A62038B0AD20B0ADC0C7B3EBC6AE2E687770>

<C1A62038B0AD20B0ADC0C7B3EBC6AE2E687770> 제 8강 SQL: 관계데이터베이스언어 강의목표 관계데이타베이스언어로서상용 DBMS에서가장널리사용되는 SQL의동작원리에관하여학습하고, 이를이용하여다양한질의문을작성하는방법을습득한다 기대효과 SQL의데이터정의기능을이해한다 SQL의데이터조작기능중질의기능을이해한다 SQL의데이터조작기능중데이터갱신기능을이해한다 SQL의데이터조작기능중뷰및인덱스관련기능을이해한다 SQL 의개요

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

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

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

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

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

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Spider For MySQL 실전사용기 피망플러스유닛최윤묵 Spider For MySQL Data Sharding By Spider Storage Engine http://spiderformysql.com/ 성능 8 만 / 분 X 4 대 32 만 / 분 많은 DB 중에왜 spider 를? Source: 클라우드컴퓨팅구 선택의기로 Consistency RDBMS

More information

소개 TeraStation 을 구입해 주셔서 감사합니다! 이 사용 설명서는 TeraStation 구성 정보를 제공합니다. 제품은 계속 업데이트되므로, 이 설명서의 이미지 및 텍스트는 사용자가 보유 중인 TeraStation 에 표시 된 이미지 및 텍스트와 약간 다를 수

소개 TeraStation 을 구입해 주셔서 감사합니다! 이 사용 설명서는 TeraStation 구성 정보를 제공합니다. 제품은 계속 업데이트되므로, 이 설명서의 이미지 및 텍스트는 사용자가 보유 중인 TeraStation 에 표시 된 이미지 및 텍스트와 약간 다를 수 사용 설명서 TeraStation Pro II TS-HTGL/R5 패키지 내용물: 본체 (TeraStation) 이더넷 케이블 전원 케이블 TeraNavigator 설치 CD 사용 설명서 (이 설명서) 제품 보증서 www.buffalotech.com 소개 TeraStation 을 구입해 주셔서 감사합니다! 이 사용 설명서는 TeraStation 구성 정보를

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

Commit_Wait / Commit_Logging 두파라미터를통해 Log File Sync 대기시간을감소시킬수있다는것은놀라움과의아함을동시에느낄수있다. 단지파라미터의수정을통해당연히대기해야하는시간을감축한다는것은분명성능을개선해야하는입장에서는놀라운일이될것이다. 반면, 그에따

Commit_Wait / Commit_Logging 두파라미터를통해 Log File Sync 대기시간을감소시킬수있다는것은놀라움과의아함을동시에느낄수있다. 단지파라미터의수정을통해당연히대기해야하는시간을감축한다는것은분명성능을개선해야하는입장에서는놀라운일이될것이다. 반면, 그에따 Commit Wait Class 대기시간감소방안 엑셈컨설팅본부 /DB 컨설팅팀박준연 개요 Wait Class 중 Commit 카테고리에해당하는 Wait Event 에의한대기현상으로 DB 시스템의성능저하현상이발생하는것은종종경험할수있다. 그중대표적인 Wait Event 는 Log File Sync 이다. 실제로대부분의 DB 시스템의 Top 5 Wait Event

More information

ALTIBASE 사용자가이드 Templete

ALTIBASE 사용자가이드 Templete Real Alternative DBMS ALTIBASE, Since 1999 ALTIBASE 설치시발생할수있는문제상황과조치 ALTIBASE 5.3.3 2010. 03 Copyright c 2000~2013 ALTBASE Corporation. All Rights Reserved. Document Control Change Record Date Author Change

More information

Document Server Information Items Description Test Date 2011 / 05 / 31 CPU Intel(R) Xeon(R) CPU 2.40GHz X 8 Main Memory 1GB O/S version OEL 5.

Document Server Information Items Description Test Date 2011 / 05 / 31 CPU Intel(R) Xeon(R) CPU 2.40GHz X 8 Main Memory 1GB O/S version OEL 5. 11g 에서향상된 ASMCMD-CP 기능 (Oracle 11g R1 11.1.0.7) Author: Hyun-Ho, Jung Job: Oracle DBA Site: http://www.commit.co.kr Email: admin@commit.co.kr cleanto@naver.com Creation Date: 2011-05-31 Document Server

More information

Mars OS 1.0.2 System Administration Guide

Mars OS 1.0.2 System Administration Guide Mars OS 1.0.2 시스템 관리 가이드 NetApp, Inc. www.netapp.com/kr 부품 번호:215-09731_A0 2015년 2월 4일 수요일 2 목차 목차 Mars OS 정보 12 Mars OS의 기능 13 고성능 13 업계 최고의 스토리지 효율성 13 시스템 모니터링 13 비휘발성 메모리를 사용하여 안정성 및 성능 향상 13 클러스터링

More information

Result Cache 동작원리및활용방안 엑셈컨설팅본부 /DB 컨설팅팀김철환 개요 ORACLE DBMS 를사용하는시스템에서 QUERY 성능은무엇보다중요한요소중하나이며그 성능과직접적인관련이있는것이 I/O 이다. 많은건수를 ACCESS 해야만원하는결과값을얻을수있는 QUER

Result Cache 동작원리및활용방안 엑셈컨설팅본부 /DB 컨설팅팀김철환 개요 ORACLE DBMS 를사용하는시스템에서 QUERY 성능은무엇보다중요한요소중하나이며그 성능과직접적인관련이있는것이 I/O 이다. 많은건수를 ACCESS 해야만원하는결과값을얻을수있는 QUER Result Cache 동작원리및활용방안 엑셈컨설팅본부 /DB 컨설팅팀김철환 개요 ORACLE DBMS 를사용하는시스템에서 QUERY 성능은무엇보다중요한요소중하나이며그 성능과직접적인관련이있는것이 I/O 이다. 많은건수를 ACCESS 해야만원하는결과값을얻을수있는 QUERY 을실행하게된다면 BLOCK I/O 가많이발생하게된다. 이런이유로 QUERY 의성능은좋지못할것이다.

More information

.

. SysMaster 5.0 설치 Ⅰ Ⅱ Ⅲ Ⅳ Ⅴ Ⅵ 시스템요구사항 Repository DB 설치 SysMaster 의 Master 설치 SysMaster 의기동과접속 SysMaster 의 Agent 설치 Agent 기동과연동설정 Ⅰ 시스템요구사항 표준시스템요구사항 리소스대상요구사항 설치순서 표준시스템요구사항 요구사항 H/W 요구사항 IBM AIX 5L 32/64bit,

More information

Oracle hacking 작성자 : 임동현 작성일 2008 년 10 월 11 일 ~ 2008 년 10 월 19 일 신규작성 작성내용

Oracle hacking 작성자 : 임동현 작성일 2008 년 10 월 11 일 ~ 2008 년 10 월 19 일 신규작성 작성내용 Oracle hacking 작성자 : 임동현 (ddongsbrk@naver.com) 작성일 2008 년 10 월 11 일 ~ 2008 년 10 월 19 일 신규작성 작성내용 Skill List 1. Oracle For Pentest 1. Find TNS Listener (Default 1521 port) (with nmap or amap) 2. Get the

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

Advanced Product Service

Advanced Product Service Advanced Oracle Document CONVERT to ASM and Non-ASM Author: Hyun-Ho, Jung Site: http://www.commit.co.kr Email: admin@commit.co.kr cleanto@naver.com Creation Date: 2011-12 - 13 CONVERT to ASM and Non-ASM

More information

ALTIBASE 사용자가이드 Templete

ALTIBASE 사용자가이드 Templete Real Alternative DBMS ALTIBASE, Since 1999 ALTIBASE Quick Install & Start for UNIX ALTIBASE 5 2010. 03 Copyright c 2000~2013 ALTBASE Corporation. All Rights Reserved. Document Control Change Record Date

More information

CD-RW_Advanced.PDF

CD-RW_Advanced.PDF HP CD-Writer Program User Guide - - Ver. 2.0 HP CD-RW Adaptec Easy CD Creator Copier, Direct CD. HP CD-RW,. Easy CD Creator 3.5C, Direct CD 3.0., HP. HP CD-RW TEAM ( 02-3270-0803 ) < > 1. CD...3 CD...5

More information

목차 1. 제품 소개... 4 1.1 특징... 4 1.2 개요... 4 1.3 Function table... 5 2. 기능 소개... 6 2.1 Copy... 6 2.2 Compare... 6 2.3 Copy & Compare... 6 2.4 Erase... 6 2

목차 1. 제품 소개... 4 1.1 특징... 4 1.2 개요... 4 1.3 Function table... 5 2. 기능 소개... 6 2.1 Copy... 6 2.2 Compare... 6 2.3 Copy & Compare... 6 2.4 Erase... 6 2 유영테크닉스( 주) 사용자 설명서 HDD014/034 IDE & SATA Hard Drive Duplicator 유 영 테 크 닉 스 ( 주) (032)670-7880 www.yooyoung-tech.com 목차 1. 제품 소개... 4 1.1 특징... 4 1.2 개요... 4 1.3 Function table... 5 2. 기능 소개... 6 2.1 Copy...

More information

목차 1. TAC 구성준비사항 TAC 구성순서 VirtualBox 으로 CentOS 설치 VirtualBox 에서 TAC 구성

목차 1. TAC 구성준비사항 TAC 구성순서 VirtualBox 으로 CentOS 설치 VirtualBox 에서 TAC 구성 설치및환경설정 VirtualBox TAC 구성가이드 2015. 08. 04 목차 1. TAC 구성준비사항... 3 2. TAC 구성순서... 3 2.1 VirtualBox 으로 CentOS 설치... 3 2.2 VirtualBox 에서 TAC 구성... 40 2 1. TAC 구성준비사항 1. CentOS-5.9 64bit 2. Tibero 5 SP1 FS01

More information

Microsoft Word - [Unioneinc] 특정컬럼의 통계정보 갱신_ _ldh.doc

Microsoft Word - [Unioneinc] 특정컬럼의 통계정보 갱신_ _ldh.doc 특정 Column 통계정보갱신가이드 유니원아이앤씨 DB 사업부이대혁 2015 년 03 월 02 일 문서정보프로젝트명서브시스템명 버전 1.0 문서명 특정 Column 통계정보갱신가이드 작성일 2015-03-02 작성자 DB사업부이대혁사원 최종수정일 2015-03-02 문서번호 UNIONE-201503021500-LDH 재개정이력 일자내용수정인버전 문서배포이력

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

슬라이드 1

슬라이드 1 사례를통해본 RMAN (RMAN Case Study) 2013. 02. Seungtaek Lee( 放浪 A) RMAN 백업 Server-Managed Backup(RMAN) Components Target : 백업대상 Catalog : 백업정보가저장되는 RMAN Repository Auxiliary : 백업또는 Target 를 Restore하여여러가지용도로사용하는

More information

Dialog Box 실행파일을 Web에 포함시키는 방법

Dialog Box 실행파일을 Web에 포함시키는 방법 DialogBox Web 1 Dialog Box Web 1 MFC ActiveX ControlWizard workspace 2 insert, ID 3 class 4 CDialogCtrl Class 5 classwizard OnCreate Create 6 ActiveX OCX 7 html 1 MFC ActiveX ControlWizard workspace New

More information

세미나(장애와복구-수강생용).ppt

세미나(장애와복구-수강생용).ppt DB PLAN Consultant jina6678@yahoo.co.kr 011-864-1858 - - 1. 2. DB 3. - 4. - 5. 6. 1 INSTANCE MMAN RECO RFS MRP ORBn RBAL MMON Dnnn Snnn Data Buffer Cache SGA Stream Pool Shared pool Large Pool PGA Log

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

6장. SQL

6장. SQL 학습목표 SQL이 무엇인지 개념을 설명 테이블을 생성, 변경, 제거할 할 수 있다. 수 있다. 데이터를 검색, 갱신, 삽입, 삭 제할 수 있다. 뷰, 시스템 카탈로그, 저장 프 로시저, 트리거에 대한 개념 을 설명할 수 있다. 2 목차 SECTION 01 SQL의 개요 11 SQL의 역사 12 SQL의 유형별 종류 SECTION 0 21 스키마 22 테이블

More information

Backup Exec

Backup Exec (sjin.kim@veritas.com) www.veritas veritas.co..co.kr ? 24 X 7 X 365 Global Data Access.. 100% Storage Used Terabytes 9 8 7 6 5 4 3 2 1 0 2000 2001 2002 2003 IDC (TB) 93%. 199693,000 TB 2000831,000 TB.

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

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

Solaris Express Developer Edition

Solaris Express Developer Edition Solaris Express Developer Edition : 2008 1 Solaris TM Express Developer Edition Solaris OS. Sun / Solaris, Java, Web 2.0,,. Developer Solaris Express Developer Edition System Requirements. 768MB. SPARC

More information

다양한 예제로 쉽게 배우는 오라클 SQL 과 PL/SQL

다양한 예제로 쉽게 배우는 오라클 SQL 과 PL/SQL 다양한예제로쉽게배우는 오라클 SQL 과 PL/SQL 서진수저 6 장. DML 을배웁니다 1 - SQL 명령어들 DML (Data Manipulation Language) : INSERT( 입력 ), UPDATE( 변경 ), DELETE( 삭제 ), MERGE( 병합 ) DDL (Data Definition Language) : CREATE ( 생성 ), ALTER

More information

강의10

강의10 Computer Programming gdb and awk 12 th Lecture 김현철컴퓨터공학부서울대학교 순서 C Compiler and Linker 보충 Static vs Shared Libraries ( 계속 ) gdb awk Q&A Shared vs Static Libraries ( 계속 ) Advantage of Using Libraries Reduced

More information

InsertColumnNonNullableError(#colName) 에해당하는메시지출력 존재하지않는컬럼에값을삽입하려고할경우, InsertColumnExistenceError(#colName) 에해당하는메시지출력 실행결과가 primary key 제약에위배된다면, Ins

InsertColumnNonNullableError(#colName) 에해당하는메시지출력 존재하지않는컬럼에값을삽입하려고할경우, InsertColumnExistenceError(#colName) 에해당하는메시지출력 실행결과가 primary key 제약에위배된다면, Ins Project 1-3: Implementing DML Due: 2015/11/11 (Wed), 11:59 PM 이번프로젝트의목표는프로젝트 1-1 및프로젝트 1-2에서구현한프로그램에기능을추가하여간단한 DML을처리할수있도록하는것이다. 구현한프로그램은 3개의 DML 구문 (insert, delete, select) 을처리할수있어야한다. 테이블데이터는파일에저장되어프로그램이종료되어도사라지지않아야한다.

More information

PowerPoint Presentation

PowerPoint Presentation 6 장 SQL (section 4-6) 목차 SECTION 01 SQL 의개요 1-1 SQL의역사 1-2 SQL의유형별종류 SECTION 02 데이터정의어 (DDL) 2-1 스키마 2-2 테이블생성 (CREATE TABLE) 2-3 테이블변경 (ALTER TABLE) 2-4 테이블제거 (DROP TABLE) 2-5 제약조건 SECTION 03 데이터조작어 (DML)

More information

Bind Peeking 한계에따른 Adaptive Cursor Sharing 등장 엑셈컨설팅본부 /DB 컨설팅팀김철환 Bind Peeking 의한계 SQL 이최초실행되면 3 단계의과정을거치게되는데 Parsing 단계를거쳐 Execute 하고 Fetch 의과정을통해데이터

Bind Peeking 한계에따른 Adaptive Cursor Sharing 등장 엑셈컨설팅본부 /DB 컨설팅팀김철환 Bind Peeking 의한계 SQL 이최초실행되면 3 단계의과정을거치게되는데 Parsing 단계를거쳐 Execute 하고 Fetch 의과정을통해데이터 Bind Peeking 한계에따른 Adaptive Cursor Sharing 등장 엑셈컨설팅본부 /DB 컨설팅팀김철환 Bind Peeking 의한계 SQL 이최초실행되면 3 단계의과정을거치게되는데 Parsing 단계를거쳐 Execute 하고 Fetch 의과정을통해데이터를사용자에게전송하게되며 Parsing 단계에서실행계획이생성된다. Bind 변수를사용하는 SQL

More information

Mango220 Android How to compile and Transfer image to Target

Mango220 Android How to compile and Transfer image to Target Mango220 Android How to compile and Transfer image to Target http://www.mangoboard.com/ http://cafe.naver.com/embeddedcrazyboys Crazy Embedded Laboratory www.mangoboard.com cafe.naver.com/embeddedcrazyboys

More information

튜닝및모니터링 Tibero EVENT 가이드

튜닝및모니터링 Tibero EVENT 가이드 Tibero EVENT 가이드 2014. 07. 14. 목차 1. TB_EVENT 띾?... 3 2. TB_EVENT 설정... 3 2.1. EVENT 파라미터... 3 2.1.1. EVENT_TRACE... 3 2.1.2. EVENT_TRACE_DEST... 4 2.1.3. EVENT_TRACE_MAP... 4 2.1.4. EVENT_TRACE_FILE_SIZE...

More information

3 S Q L A n t i p a t t e r n s Trees/intro/parent.sql CREATE TABLE Comments ( comment_id SERIAL PRIMARY KEY, parent_id BIGINT UNSIGNED, comment TEXT

3 S Q L A n t i p a t t e r n s Trees/intro/parent.sql CREATE TABLE Comments ( comment_id SERIAL PRIMARY KEY, parent_id BIGINT UNSIGNED, comment TEXT 3 S Q L A n t i p a t t e r n s Trees/intro/parent.sql CREATE TABLE Comments ( comment_id SERIAL PRIMARY KEY, parent_id BIGINT UNSIGNED, comment TEXT NOT NULL, FOREIGN KEY (parent_id) REFERENCES Comments(comment_id)

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

Tibero

Tibero Tibero 업그레이드가이드 Copyright 2013 TmaxData Co., Ltd. All Rights Reserved. Copyright Notice Copyright 2013 TmaxData Co., Ltd. All Rights Reserved. 대한민국경기도성남시분당구황새울로 329 번길 5 티맥스빌딩우 ) 463-824 Restricted Rights

More information

PRO1_04E [읽기 전용]

PRO1_04E [읽기 전용] Siemens AG 1999 All rights reserved File: PRO1_04E1 Information and S7-300 2 S7-400 3 EPROM / 4 5 6 HW Config 7 8 9 CPU 10 CPU : 11 CPU : 12 CPU : 13 CPU : / 14 CPU : 15 CPU : / 16 HW 17 HW PG 18 SIMATIC

More information

8 장데이터베이스 8.1 기본개념 - 데이터베이스 : 데이터를조직적으로구조화한집합 (cf. 엑셀파일 ) - 테이블 : 데이터의기록형식 (cf. 엑셀시트의첫줄 ) - 필드 : 같은종류의데이터 (cf. 엑셀시트의각칸 ) - 레코드 : 데이터내용 (cf. 엑셀시트의한줄 )

8 장데이터베이스 8.1 기본개념 - 데이터베이스 : 데이터를조직적으로구조화한집합 (cf. 엑셀파일 ) - 테이블 : 데이터의기록형식 (cf. 엑셀시트의첫줄 ) - 필드 : 같은종류의데이터 (cf. 엑셀시트의각칸 ) - 레코드 : 데이터내용 (cf. 엑셀시트의한줄 ) 8 장데이터베이스 8.1 기본개념 - 데이터베이스 : 데이터를조직적으로구조화한집합 (cf. 엑셀파일 ) - 테이블 : 데이터의기록형식 (cf. 엑셀시트의첫줄 ) - 필드 : 같은종류의데이터 (cf. 엑셀시트의각칸 ) - 레코드 : 데이터내용 (cf. 엑셀시트의한줄 ) - DDL(Data Definition Language) : show, create, drop

More information

슬라이드 1

슬라이드 1 / 유닉스시스템개요 / 파일 / 프로세스 01 File Descriptor file file descriptor file type unix 에서의파일은단지바이트들의나열임 operating system 은파일에어떤포맷도부과하지않음 파일의내용은바이트단위로주소를줄수있음 file descriptor 는 0 이나양수임 file 은 open 이나 creat 로 file

More information

Tibero

Tibero Tibero 설치가이드 Copyright 2013 TmaxData Co., Ltd. All Rights Reserved. Copyright Notice Copyright 2013 TmaxData Co., Ltd. All Rights Reserved. 대한민국경기도성남시분당구황새울로 329 번길 5 티맥스빌딩우 ) 463-824 Restricted Rights

More information

Tibero

Tibero Tibero 전환유틸리티가이드 Copyright 2013 TmaxData Co., Ltd. All Rights Reserved. Copyright Notice Copyright 2013 TmaxData Co., Ltd. All Rights Reserved. 대한민국경기도성남시분당구황새울로 329 번길 5 티맥스빌딩우 ) 463-824 Restricted Rights

More information

Microsoft Word - SQL튜닝_실습교재_.doc

Microsoft Word - SQL튜닝_실습교재_.doc * 실습환경 * 1. 오라클데이터베이스의튜닝실습을하기위해서는기본적인테이블과데이터가필요합니다. 다음과같은절차에의해환경설정을하십시오. 1) 강사가제공하는 Export 된파일 (scott.dmp) 을자신의 ORACLE 경로에저장하십시오. [C: ] cd C: ORACLE ORA92 BIN [C: ] dir scott.dmp scott.dmp 2) SYSTEM 사용자로접속하여

More information