java.sql.SQLSyntaxErrorException

时间:2013-02-13 04:59:19

标签: java oracle spring hibernate

在Spring / Hibernate环境中工作时,我在执行单元测试时遇到了这个异常。我确定我的所有连接参数都是正确的

执行

java.sql.SQLSyntaxErrorException: ORA-01918 user 'XE' does not exist

配置文件

database.url=jdbc:oracle:thin:@//localhost:1521/XE
database.userName=SYSTEM
database.password=12345678
database.schemaNames=XE

希望收到你的来信!

0 个答案:

没有答案