Re: bigger problem - Mailing list pgsql-sql

From Josh Berkus
Subject Re: bigger problem
Date
Msg-id web-1821180@davinci.ethosmedia.com
Whole thread Raw
In response to bigger problem  ("Carlos Sousa" <carlosdsousa@hotmail.com>)
List pgsql-sql
Carlos,

> in postgres database i created a table with a field like
> 
> create table (...)
> (...)
> var text default '' not null
> (...)
> 
> now i need to import the data from this table into a oracle database
> i used pg_dump
> 
> I altered the field data type to
> 
> (...)
> var varchar2(50) default '' not null
> (...)
> 
> but when i was importing the the table into the oracle database all
> the rows with the field var='' were not inserted.
> Is there a way to work this around

This is a problem with your configuration of Oracle import.   See your
Oracle documentation; we cannot help you here.

-Josh Berkus


pgsql-sql by date:

Previous
From: "Josh Berkus"
Date:
Subject: Re: Permission on insert rules
Next
From: "Josh Berkus"
Date:
Subject: Re: Generating a cross tab (pivot table)