Test page_Tibero Docs
  • Docs Home
  • Getting Started
    • Introduction
      • Introduction Guide
        • 1. Tibero 소개
        • 2. Tibero 환경
        • 3. Tibero 안내서 구성
    • What's New
      • What's new in Tibero7?
      • Release note
        • Release note_7.1
        • Release note_7.2
        • Release note_7.2.1
    • Upgrade
      • 1. Source DB 작업
      • 2. Target DB 작업
      • 3. 검증
      • 4. I/F Driver 변경
    • Migration
  • Topics
    • Installation
      • Database installation on Linux
      • Database installation on Windows
      • Physical Design
      • Real Application Cluster
    • Upgrade
      • 1. Source DB 작업
      • 2. Target DB 작업
      • 3. 검증
      • 4. I/F Driver 변경
    • Migration
      • Migration Guide to Tibero7
      • Massive Migration Guide
      • SQL Translation and Migration Guide
    • Administration
      • Database Administration
        • Database Administrator's Guide
        • Database Concepts
        • Database Reference
        • Utility
          • Utility Guide
          • Hadoop Connector Guide
          • Monitoring Guide
          • Migration Utility Guide
      • Backup and Recovery
      • Storage
      • Performance
      • Patching
      • Languages
        • Database Development Guide
        • Database PL/SQL Language Reference
        • Database PL/SQL Packages and Types Reference
        • SQL Translation and Migration Guide
        • SQL Language Reference
        • Text reference
        • Heterogeneous Connectivity
        • Pro*C/C++ Programmer's Guide
        • Pro*COBOL Programmer's Guide
    • Development
      • JDBC
      • CLI
        • tbCLI Guide
        • CLI, ODBC Driver Connection
      • Spatial
      • External Procedure
      • .NET and Windows Application Development
    • Security
    • Error help
  • Glossary Guide
    • A
    • B
    • C
Powered by GitBook
On this page
  1. Getting Started
  2. Upgrade

3. 검증

Previous2. Target DB 작업Next4. I/F Driver 변경

Last updated 10 months ago

본 장에서는 Source DB인 Tibero6의 업그레이드 진행을 위한 작업 절차를 설명합니다.

"Source DB 페이지에서 설명한 ""의 "Object Count 확인" 및 "Constraint 확인"을 Target DB의 Object 및 Constraint 개수와 비교하여 개수가 맞지 않다면 아래와 같이 View를 조사합니다.

Table - DBA_TABLES
View - DBA_VIEWS 
Synonym - DBA_SYNONYMS 
Sequence - DBA_SEQUENCES
Package - DBA_SOURCE(TYPE = 'PACKAGE')
Package Body - DBA_SOURCE(TYPE = 'PACKAGE BODY') 
Function - DBA_SOURCE(TYPE = 'FUNCTION') 
Procedure - DBA_SOURCE(TYPE = 'PROCEDURE') 
Index - DBA_INDEXES
Constraint - DBA_CONSTRAINTS 
Grant - DBA_TAB_PRIVS
Trigger - DBA_TRIGGERS

Target DB의 Object 및 Constraint를 조회할 경우 체크 방법의 "Object Count 확인"과 "Constraint 확인"를 참고 합니다.

또한 미지원되는 사항 이외의 데이터가이관되지 않았다면 별도 확인이 필요합니다.

체크리스트 및 체크 방법