On 2010-08-27, 15:06 ionel wrote:
> Hello,
>
> I have a problem when I try to connect to an Oracle database with this
> connection string:
>
> db = DAL("oracle://username:password@//network_server:1521/
> database_name")Hello, Replacing ":" with "/" in "username:password" works for me on Oracle 11.0.2. Bye. M

