loopbackio / loopback-connector-oracle

Connect Loopback to Oracle
http://loopback.io/doc/en/lb3/Oracle-connector.html
Other
28 stars 30 forks source link

[WIP] fix: replace missing Oralce XE image #187

Closed hacksparrow closed 5 years ago

hacksparrow commented 5 years ago

Replacement for Oracle XE image which was taken down.

Related issues

Checklist

dhmlau commented 5 years ago

@hacksparrow, the error seems to be related to null password:


09:46:32      Uncaught Error: ORA-01005: null password given; logon denied
09:46:32   
09:46:32 
09:46:32   2) "before all" hook in "{root}":
09:46:32      Error: ORA-01005: null password given; logon denied```

Perhaps the image wasn't setup properly? 
hacksparrow commented 5 years ago

Did you run source setup.sh before npm test?

dhmlau commented 5 years ago

@rmg, I believe @hacksparrow mentioned we need the following two env variables set in order for the CI to pass: ORACLE_USER and ORACLE_PASSWORD. Do you think you could help? Thanks.

hacksparrow commented 5 years ago

Closing in favor of https://github.com/strongloop/loopback-connector-oracle/pull/189/.