Hi, I'm trying to test using gdal the access to an oracle dbms. To do this I use the ogrinfo and try this sintax but without success.
ogrinfo OCI:username:password@"(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = <IP server dbms>)(PORT = <listener port>)))(CONNECT_DATA = (SID =<the sid of dbms>))):<schema>.<table>" The server return ERROR 1: ORA-01005: null password given; logon denied in <unnamed> I guess the sintax is wrong , but don't know how otherwise pass to the connection the url and the SID to the dbms Any help is welcome. -- ----------------- Andrea Peri . . . . . . . . . qwerty àèìòù ----------------- _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
