Re: gda- import/export/creation



> About compilation: as I don't have oracle installed on my linux box at work (I
> always forget the CD at home) I am not able to test it for compilation problems
> now. So, please do it. The only things I've changed in the other servers are:
>
> * convert GDA_Connection_TABLE_SCHEMA to GDA_Connection_SCHEMA
> * convert GDA_Connection_TABLE_CATALOG to GDA_Connection_CATALOG
>
> These changes are on CVS now
>

I did this too quickly, so I changed it again:

GDA_Connection_SCHEMA becomes GDA_Connection_OBJECT_SCHEMA
GDA_Connection_CATALOG becomes GDA_Connection_OBJECT_CATALOG
GDA_Connection_TABLE_NAME becomes GDA_Connection_OBJECT_NAME

so that we don't ask for a procedure extra_info using GDA_Connection_TABLE_NAME
(which is ugly), and adding a new PROC_NAME, VIEW_NAME... seemed too much. I've
changed all the affected sources, except for the oracle ones (I did it on my local
copy, but as you must already have your CVS account, do it yourself so that you add
as well any other changes you may have made).

Other thing: I tried yesterday to compile the oracle server with glibc20, adding

CC = i386-glibc20-linux-gcc
LINK = i386-glibc20-linux-gcc

to the beginning of the Makefile.am, but this wasn't enough. I have to investigate
further more looking at the glibcpatch makefiles, but if you (or somebody else)
find a way to add it to the building process, please tell us.

BTW, what is the difference between your environment (because you didn't need
glibc20 to compile, or did you?) and mine (RH 6.0/Mandrake 6.0, oracle-8.0.5).

Cheers





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]