Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-01 | Only pass -S option to sqlplus when the Oracle driver is passed a file | Constantin Michael | 1 | -1/+2 | |
2011-10-27 | Simplify Oracle driver | Constantin Michael | 1 | -2/+1 | |
2011-10-21 | Add extra explanations for certain Oracle parameters | Boris Kolpackov | 1 | -5/+15 | |
Also default to the odb_user password if the user is odb_user. This seems to be a common idiom since Oracle doesn't support no-password logins. | |||||
2011-10-21 | Use @ to specify SQL file to Oracle SQLPlus | Constantin Michael | 1 | -1/+1 | |
SQLPlus scripted commands, such as SET FEEDBACK OFF, are not recognized when OS redirection is employed. | |||||
2011-10-21 | Add -S option when invoking SQLPlus to suppress some output | Constantin Michael | 1 | -0/+2 | |
2011-10-21 | Add infrastructure for oracle development testing and implement native test | Constantin Michael | 2 | -0/+148 | |