Password with leading/trailing spaces?
69548Feb 21 2006 — edited Feb 28 2006We're trying to connect from a VB.NET app to an Oracle account which has a password such as " 1234", i.e., a leading space. This works in SQL*Plus, but not via ODP.NET.
An embedded space, e.g., "12 34" works fine in both cases.
Does anybody know of a reason that passwords with leading/trailing spaces don't work?