File: sql_migration00.md

package info (click to toggle)
orafce 4.16.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,856 kB
  • sloc: ansic: 12,914; sql: 8,984; lex: 1,054; makefile: 131; yacc: 82; python: 7; sh: 2
file content (65 lines) | stat: -rw-r--r-- 1,251 bytes parent folder | download | duplicates (5)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Oracle to PostgreSQL Migration Guide
===

Preface
---

**Purpose of This Document**

This document explains the actions required for migrating an Oracle database to PostgreSQL and provides notes on migration.

**Intended Readers**

This guide is intended for persons engaged in migrating an Oracle database to PostgreSQL. 
The reader is assumed to have general knowledge of the following:

 - PostgreSQL
 - Oracle database
 - SQL
 - Linux


**Structure of This Document**

The organization and contents of this guide are as follows:


**Chapter 1 Pre-Migration Configuration**

Explains the PostgreSQL settings that must be configured before migration.


**Chapter 2 Migrating Syntax Elements**

Explains how to migrate SQL syntax elements.


**Chapter 3 Migrating Functions**

Explains how to migrate SQL functions.


**Chapter 4 Migrating SQL Statements**

Explains how to migrate SQL statements.


**Chapter 5 Migrating PL/SQL**

Explains how to migrate PL/SQL.


**Chapter 6 Notes on Using orafce**

Provides notes on using Oracle database compatibility features added by orafce.


**Appendix A Correspondence with Oracle Databases**

Explains the correspondence between PostgreSQL and Oracle databases.


**Version**

Edition 1.0: February 2017