카페검색 본문
카페글 본문
-
FANUC 0M Parameter List 2009.11.13해당카페글 미리보기
Cycle Operation. MSUB 56 5 0= The Local variables of Macro Interrupt are unique. MPRM 56 4 1= Interrupt Valid/Invalid M-Code is set in a parameter. MTSE 56 3 Interruption signal is : 1= Status; 0=Edge Trigger Typ. MBLK 56 2 1= Custom...
-
cdb ERROR OGG-08221 Cannot register or unregister EXTRACT <extname> 2023.01.13해당카페글 미리보기
a non-incident diagnostic dump (flags=0x0, level=10, mask=0x0) ----- Error Stack Dump ----- ORA-40201: invalid input parameter SOURCE_DATABASE_NAME ORA-01403: no data found ----- Current SQL Statement for this session (sql_id=84m6t4...
-
[SW테스팅실무가이드] 5. 블랙박스 테스트 2024.02.04해당카페글 미리보기
않은(Invalid) 클래스로 나눈다. 예를 들어, 어떤 학원의 수강생 정원이 1~50명이라고 하면 수강생 수의 입력 조건은 1~50이며, 이 경우 입력값이 1~50에 속하는 클래스(유효한 클래스)와 입력값이 1보다 작은 클래스, 입력값이 50보다 큰 클래스(유효하지...
-
[OracleTip] Storage Parameter/Tablespace 관리 2012.08.16해당카페글 미리보기
a parameter in the LOB_storage_clause, NOCACHE specifies that the LOB value is either not brought into the buffer cache or brought into the buffer cache and placed at the least recently used end of the LRU list. (The latter is the...
-
어떻게 이 에러를 고쳐야할지 답변 부탁드리겠습니다. "Failed to convert parameter value from a String to a Int32" 2015.02.20해당카페글 미리보기
else if (dr["ActivityName"].ToString() == "Others") { dr["ActivityName"] = 10; } else { MessageBox.Show("There is invalid ActivityName in records, fix and try"); } } dt.Columns["ActivityName"].ColumnName = "ActivityID"; foreach (DataRow...