Re: [EXT]Re: Strange error trying to import with Ora2PG

From: "Johnson, Bruce E - (bjohnson)" <Johnson(at)pharmacy(dot)arizona(dot)edu>
To: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
Cc: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: [EXT]Re: Strange error trying to import with Ora2PG
Date: 2023-10-04 16:04:34
Message-ID: BCFF6FA8-9D61-4D7F-8D0D-C2BAD30691E8@arizona.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Oct 4, 2023, at 8:38 AM, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> wrote:

If you search the source file directory for "reserver_visible_restriction" is there another file that contains it?

Sigh…that was it…Thank you.

There are two ‘views’ directories, one under ’sources/views’ and the other under /schema/views. Clearly the script is running the other one.

~/oracle_migration$ tree calendar3

calendar3

├── config

│ ├── ora2pg.conf

│ └── ora2pg.conf.orig

SNIP

├── schema

│ ├── dblinks

SNIP

│ └── views

│ ├── AHSC_SCHEDULE_ROUNDED_view.sql

│ ├── COP_COLLEGE_HOUR_view.sql

│ ├── RESERVER_VISIBLE_RESTRICTION_view.sql

│ ├── RESOURCEAFFIL_WITHCODE_view.sql

│ ├── UA_COLLEGE_LOOKUP_view.sql

│ └── view.sql

└── sources

SNIP

└── views

├── AHSC_SCHEDULE_ROUNDED_view.sql

├── COP_COLLEGE_HOUR_view.sql

├── RESERVER_VISIBLE_RESTRICTION_view.sql

├── RESOURCEAFFIL_WITHCODE_view.sql

├── UA_COLLEGE_LOOKUP_view.sql

└── view.sql

29 directories, 127 files

--
Bruce Johnson
University of Arizona
College of Pharmacy
Information Technology Group

Institutions do not have opinions, merely customs

In response to

Browse pgsql-general by date

  From Date Subject
Next Message jinser 2023-10-04 16:05:19 I'm using both window and agg, is this expected sorting behavior?
Previous Message Lincoln Swaine-Moore 2023-10-04 15:58:05 Re: Strategies for converting UTC data to local windows for arbitrary resolutions and timezones