Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1soJcr-00ADos-Hn for pgsql-novice@arkaria.postgresql.org; Wed, 11 Sep 2024 09:27:02 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1soJcr-00DHuX-5X for pgsql-novice@arkaria.postgresql.org; Wed, 11 Sep 2024 09:27:01 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1soJcq-00DHuP-PZ for pgsql-novice@lists.postgresql.org; Wed, 11 Sep 2024 09:27:00 +0000 Received: from mail-lj1-x231.google.com ([2a00:1450:4864:20::231]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1soJcn-000cLf-8l for pgsql-novice@lists.postgresql.org; Wed, 11 Sep 2024 09:27:00 +0000 Received: by mail-lj1-x231.google.com with SMTP id 38308e7fff4ca-2f75aa08a96so19936491fa.1 for ; Wed, 11 Sep 2024 02:26:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1726046817; x=1726651617; darn=lists.postgresql.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=K5A3eJ2K5oJxZjAxukZquWOxoPixmsajLlkjzaPhBLk=; b=nZAZZkfNe9C6+i86v6yKa29Ma2ss5aBBThKJIkq9fji6xKwIlXgihhdqh1ZGLk5fdJ hkor6/bCyqxxMJFDe7nwBTs7y3a1TXThrMNk+OVpmrubS1sIezx7Q1ZwZPcUo9HjNmwS KPjJeAfvRaRVLXZ4swNXk154SVdhXB6wiAmUzQjTX5hpEJqqT2FJXQp9J9XHQUGppQNr R5bjVdFEUzYtkFi39va9JLiJdBC358zu2vhwFJ2hgYWO8R5w6i0L/69/LJ4L9VC4TOkF eHKCjAEPs11KWGyDT3iDwnB+IesluKkcu/n+GN7AbR55lz0jzPNh+EE4uqUfau4UVln7 cuzA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1726046817; x=1726651617; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=K5A3eJ2K5oJxZjAxukZquWOxoPixmsajLlkjzaPhBLk=; b=COgMRH7b8o6/+D6iN7oEmCPSPxjb/GjwebOm8Y0bmxvcdYIJne+IbMAdIXARV6ZpV/ GuhUBlrg0EZJCUAQaPVODf4ZcmzTG6OFSzCWIgD+JjVN4sjOsF8MzF83k/Dmu2cPTZyc OYkRZ8U/2+lr147g7+lwsX7/01v3UNYuwKn9JrESg+iP76Gf9YTSBQVyJnWGVjWCa5Xx roTbM5w1O/erRo2zmssI09fGZcY0pSDhl+idPaNVUXPd/kuRxj6ZlhgqU/eHEkILKfbb ufUliAQuYIrjScqWUMxyNqedA314PjeIRlICyy1LQU6BxDh+FvTSb9S9/otHYjt8Ik4G wOyw== X-Gm-Message-State: AOJu0YzZPgvgAEmdEoBpFkPevE45UHSMhiRbO8ZaCKwvKVtd5VxeAxQs 8Lx6dtozkj6mJ4yf84xwtisKqrovo/lJ+Ut/8XP/WslJLIXrwpqqZiaR5kixDAMSebrC/GCkIlQ uAQrfz5KLmX+LvvbgMO+DKE9RdS4bBQ== X-Google-Smtp-Source: AGHT+IHdeU5pKXhGSl4cIKkh+5B0q7hD2N5YtSJfohzeCtwAaDzCIevu2urhPY/8+mH7lsCscoCj4DG0Z//VOX7WylM= X-Received: by 2002:a05:651c:1507:b0:2f7:5bcd:ab52 with SMTP id 38308e7fff4ca-2f77b77e2c2mr14416091fa.25.1726046817223; Wed, 11 Sep 2024 02:26:57 -0700 (PDT) MIME-Version: 1.0 From: Laszlo Forro Date: Wed, 11 Sep 2024 11:19:06 +0200 Message-ID: Subject: Oracle -> Pg migration To: "pgsql-novice@lists.postgresql.org" Content-Type: multipart/alternative; boundary="000000000000680ea40621d49701" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000680ea40621d49701 Content-Type: text/plain; charset="UTF-8" Hi dear community, We are to dig into the option of migrating an Oracle db to Pg and found the Ora2Pg. However, that seem to do data migration, requires running Oracle db. We would like to dump the Oracle object declarations (create statements in SQL files) and move it to Pg first, no data migrated. Can you guide us if there is any tool that can support this approach? Thank you very much! LF. --000000000000680ea40621d49701 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi dear community,
We are to dig into the o= ption of migrating an Oracle db to Pg and found the Ora2Pg. However, that s= eem to do data migration, requires running Oracle db. We would like to dump= the Oracle object declarations (create statements in SQL files) and move i= t to Pg first, no data migrated.
Can you guide us if there is= any tool that can support this approach?
Thank you very much!
LF.
--000000000000680ea40621d49701--