I get an error when I try to connect to my newly created Oracle Lite database. But I can connect to the orabpel DB that was created with the Oracle SOA install.
Here are the steps I took to create it:
Ran:
createdb polite db1 manager
Result:
Oracle Lite CREATEDB Version 10.2.0.2.0. Copyright (c) 1997, 2005, Oracle. All rights reserved. Database C:\SOFTWARE\ORACLEAS\MOBILE\SDK\OLDB40\DB1.odb created (VolID = 1738).
Ran:
validatedb polite db1
Result: No errors found!
Ran:
msql system/manager@jdbc:polite:db1
6: Result: [POL-3013] bad database or invalid password.
Any ideas?