Re: [cx-oracletools-users] DumpData.py issues..
Brought to you by:
atuining
|
From: Anthony T. <ant...@gm...> - 2007-09-13 14:16:14
|
It looks like you have an older version of cx_PyOracleLib (and cx_PyGenLib) which you will need to update. You can get that from http://cx-pyoraclelib.sourceforge.net http://cx-pygenlib.sourceforge.net If that doesn't work for you, let me know. Thanks. Anthony On 9/12/07, Michael March <mm...@gm...> wrote: > DumpData.py -t --log-level=debug --log-file=/tmp/log.txt > --schema=USER/PASS@HOST TABLE_NAME > Traceback (most recent call last): > File "DumpData.py", line 44, in <module> > if description[i][1] == connection.DATETIME \ > AttributeError: 'cx_Oracle.Connection' object has no attribute 'DATETIME' > > Here are the stats on the client side: > Ubuntu 7.04 > Oracle Express 10g > Python 2.5.1 > Latest cx_ toolset. > > Server side: > Normal 10g > > -- > <admiral> > > Michael F. March ----- mmarch at gmail dot com > > "Seriously" - HSR > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > cx-oracletools-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracletools-users > > |