Thanks On Jan 12, 2008 9:19 AM, David Fetter <[EMAIL PROTECTED]> wrote:
> On Fri, Jan 11, 2008 at 01:02:01PM -0500, Josh Harrison wrote: > > Hi > > We have an Oracle production database with some terbytes of data. We > > wanted to migrate that to Postgresql (rigt now...a test database and > > not production) database. What are the good options to do that? > > I have written some Free software, DBI-Link, for just this use case. > The software is under the BSD license, so you can use it freely. I > also offer consulting on such migrations. > I downloaded DBI-Link. When I tried to compile postgres8.3 with-perl option it gives me this error. ld: fatal: relocations remain against allocatable but non-writable sections collect2: ld returned 1 exit status gmake[3]: *** [libplperl.so.0.0] Error 1 My OS is SunOS 5.10 (The same compiles fine in FreeBSD but gives an error in Solaris). Is this kind 0f solaris-specific error? Do you know what caues this error? Thanks josh