본문 바로가기

DB

by 1005ptr 2021. 5. 2.
반응형

SQL

DB 내용 링크
ORACLE 동일 키 값 발생 문제 qodbtn.tistory.com/38?category=877179
  Like와 || qodbtn.tistory.com/84?category=743955
  NVL(널값, 널이면) & NVL2(널값, 널이아니면, 널이면) qodbtn.tistory.com/89?category=743955
  DB 테이블 값 복사할때는 INSERT-SELECT qodbtn.tistory.com/167?category=743955

버그

DB 내용 링크
ORACLE ORA-01843: 지정한 월이 부적합합니다. qodbtn.tistory.com/304?category=877179
ORACLE ORA-00911:문자가 부적합 합니다. qodbtn.tistory.com/100?category=877179
ORACLE ORA-01502: 인덱스 '인덱스명'또는 인덱스 분할영역은 사용할 수 없은 상태입니다 qodbtn.tistory.com/149?category=877179
ORACLE ORA-00959: Tablespace does not exist qodbtn.tistory.com/185?category=877179
ORACLE ORA-00919: 함수가 부적합합니다 qodbtn.tistory.com/189?category=877179
ORACLE ORA-02289: 시퀸스가 존재하지 않습니다. qodbtn.tistory.com/190?category=877179
ORACLE ORA-06502: PL/SQL: 수치 또는 값 오류: 문자열 버퍼가 너무 작습니다 qodbtn.tistory.com/196?category=877179
ORACLE ORA-01745: 호스트/바인드 변수명이 부적합합니다 qodbtn.tistory.com/257?category=877179
ORACLE ORA-02304: invalid object identifier literal (IMPDP with types) qodbtn.tistory.com/267?category=877179
ORACLE ORA-12154: TNS:지정된 접속 식별자를 분석할 수 없습니다 qodbtn.tistory.com/268?category=877179
ORACLE ORA-01031: insufficient privileges qodbtn.tistory.com/292?category=877179
ORACLE ORA-12514 : TNS:listener does not currently know of service requested in connect descriptor qodbtn.tistory.com/294?category=877179
ORACLE ORA-01843: 지정한 월이 부적합합니다. qodbtn.tistory.com/304?category=877179
TIBERO JDBC-90401:Connection refused by server qodbtn.tistory.com/326?category=743955
TIBERO JDBC-90406:I/O error while writing to the server. - Connection reset by peer: socket write error qodbtn.tistory.com/345?category=877179
ORACLE 'Oracle.ManagedDataAccess.Types.OracleString' 형식 개체를 'System.String' 형식으로 캐스팅할 수 없습니다. qodbtn.tistory.com/195?category=740959
TIBERO 티베로 스튜디오 데이터 변경 시 날짜 데이터 입력 안되는 문제 qodbtn.tistory.com/352?category=743955
ORACLE 상태: 실패-테스트 실패: IO 오류: The Network Adapter could not establish the conn… qodbtn.tistory.com/168?category=743955

MyBatis & IBatis

MyBatis SQL 매퍼 파일에 전역 변수 설정 qodbtn.tistory.com/23?category=740959
$와 #의 사소한 차이점 qodbtn.tistory.com/24?category=740959
지정한 캐스트가 잘못되었습니다  qodbtn.tistory.com/70?category=877179
SqlSession was not registered for synchronization because synchronization is not active qodbtn.tistory.com/152?category=740959
IBatis Inline Parameter qodbtn.tistory.com/186?category=743955
Caused by: org.apache.ibatis.ognl.ParseException: Encountered " <IDENT> "AND "" at line 1, column 21. qodbtn.tistory.com/217?category=740959
sql-map-config.xml error parsing mapper xml null qodbtn.tistory.com/262?category=740959
${} 사용시 SQL 인젝션 방어 qodbtn.tistory.com/282?category=740959

ORACLE

오라클 DB 로컬로 덤프뜨기 qodbtn.tistory.com/95?category=743955
BLOB 데이터 Export 하기 qodbtn.tistory.com/139?category=743955
make password not expire qodbtn.tistory.com/151?category=743955
오라클 유저에 테이블 다 날리기 qodbtn.tistory.com/182?category=743955
JSON 데이터 BLOB 으로 저장하면서 느낀점 qodbtn.tistory.com/184?category=743955
타입 qodbtn.tistory.com/302?category=743955

SQLD

IN, NOT IN, EXISTS, NOT EXISTS에서 NULL의 동작 qodbtn.tistory.com/265?category=902662
NULLIF, COALESCE, NVL, NVL2, DECODE, CASE qodbtn.tistory.com/266?category=902662
TRUNC, CEIL, FLOOR, ROUND qodbtn.tistory.com/269?category=902662
GROUP BY, GROUPING SETS, ROLLUP, CUBE qodbtn.tistory.com/270?category=902662
제약조건[IDENTITY] qodbtn.tistory.com/271?category=902662
제약조건[CHECK] qodbtn.tistory.com/272?category=902662
SAVEPOINT, ROLLBACK qodbtn.tistory.com/273?category=902662
DDL, DML, DCL, TCL qodbtn.tistory.com/275?category=902662
TOP, ROWNUM qodbtn.tistory.com/276?category=902662
NULL과 관련된 규칙들 qodbtn.tistory.com/286?category=902662
SQL 실행 순서 qodbtn.tistory.com/287?category=902662
조인 qodbtn.tistory.com/288?category=902662
정규화 qodbtn.tistory.com/289?category=902662
외워야되는 명령어, 함수 qodbtn.tistory.com/290?category=902662
서브쿼리 qodbtn.tistory.com/293?category=902662
MERGE qodbtn.tistory.com/295?category=902662
역정규화 qodbtn.tistory.com/297?category=902662
계층형 쿼리 qodbtn.tistory.com/298?category=902662
Row Chaining & Row Migration qodbtn.tistory.com/299?category=902662
ANY, ALL qodbtn.tistory.com/301?category=902662
문자열 비교 qodbtn.tistory.com/303?category=902662
외울거 정리 qodbtn.tistory.com/285?category=902662
반응형