Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- pg_basebackup
- PostgreSQL Vacuum
- Database 생성 삭제 조회 변경
- sql문 전체 출력 방법
- PostgreSQL 기동 정지
- PostgreSQL Install
- PostgreSQL Parameter
- PostgreSQL 테이블스페이스 관리
- PostgreSQL SQL 처리 과정
- pgcrypto
- PostgreSQL 아키텍처
- 아카이브로그 삭제
- psql 복구
- PostgreSQL Database 관리
- pg_hba.conf
- PostgreSQL Backup and Recovery
- oracle
- oracle error
- table lock 조치 방법
- PostgreSQL Admin
- PostgreSQL Parameter 설정 방법
- Linux
- db upgrade
- PostgreSQL 외부 접속 방법
- pg_dumpall
- PostgreSQL 스키마 관리
- PostgreSQL 테이블스페이스 생성 삭제
- multitenant
- 19c tde
- sql문 짤릴 때
Archives
- Today
- Total
목록db upgrade (1)
인성장
[Oracle] Timezone Upgrade 방법
Timezone Upgrade 방법 DB Upgrade 시, Timezone도 같이 Upgrade가 되지 않으므로 별도로 수행해줘야 합니다. 이 작업은 Upgrade 및 DB OPEN 이 후에 아래 스크립트들을 순서대로 수행해주시면 됩니다. * Timezone이 Upgrade가 되지 않는다면 낮은 버전으로 인해 Datapump(impdp) 시 아래와 같은 에러가 나타날 수 있습니다.ORA-39405: Oracle Data Pump does not support importing from a source database with TSTZ version 33 into a target database with TSTZ version 32. TimeZone Upgrade 절차-- Timezone Upgrad..
Oracle/Admin
2024. 7. 23. 11:02