| From: | Joanna Xu <Joanna(dot)Xu(at)amdocs(dot)com> |
|---|---|
| To: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
| Subject: | ora2pg - Java Message Service (JMS) Type |
| Date: | 2016-12-09 17:22:07 |
| Message-ID: | 9CAA34031E7FE348AE75D1F0C34F85D0B0E3883C@USSTLDAGBE2.corp.amdocs.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Hi All,
We plan to use ora2pg tool to migrate Oracle to PostgreSQL. During the testing, while importing content of the output.sql into PostgrSQL database, it terminated with the following error "ERROR: type "aq$_jms_text_message" does not exist" for "user_data" column with "AQ$_JMS_TEXT_MESSAGE" as type. In this case, if Java Message Service (JMS) types are not supported by Postgres, ora2pg would not be the right tool to use for the migration but I am not certain if it is true. Can someone please advise?
psql -d wsp -U staging -W < /database/postgres/outputSTAGING.sql
Password for user staging:
SET
CREATE TABLE
:
CREATE TABLE
ALTER TABLE
CREATE INDEX
ERROR: type "aq$_jms_text_message" does not exist
LINE 29: user_data AQ$_JMS_TEXT_MESSAGE,
Thanks,
Joanna
This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement,
you may review at http://www.amdocs.com/email_disclaimer.asp
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Raymond O'Donnell | 2016-12-09 17:59:05 | Re: Multidimentional array access |
| Previous Message | Adrian Klaver | 2016-12-09 16:16:11 | Re: SELECT slow immediately after many update or delete+insert, except using WHERE .. IN |