Looks like web2py cannot find cx_Oracle. At startup, do you see Oracle listed as one of the available database engines?
On Nov 25, 4:48 am, Humberto Ferreira da Luz Junior <humbfd...@gmail.com> wrote: > I can access the remote database through SQL Developer and also from my > local java applications. > > My db.py: > db = DAL("oracle://user/passw...@server.ip:1521/dese") > > Then when I try to access the database administration I get the following > error: > <type 'exceptions.RuntimeError'>(Failure to connect, tried 5 times: > 'NoneType' object has no attribute 'connect') > > I'll try a simple python script using cx_oracle as you said. > > Humberto Ferreira da Luz Junior > Mestrado - Ciência da Computação / UEL > Analista de Informática - ATI / UEL