You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Test node-oracledb
2
2
3
-
*Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.*
3
+
*Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.*
4
4
5
5
You may not use the identified files except in compliance with the Apache
6
6
License, Version 2.0 (the "License.")
@@ -116,17 +116,17 @@ This test aims to test the combined usage of external authentication and proxy a
116
116
117
117
* Enable external authentication on the schema user which you used for testing. See [Documentation for External Authentication](https://oracle.github.io/node-oracledb/doc/api.html#extauth) for more information on external authentication. Then use the following command to enable external authentication in the test suite.
118
118
119
-
```
120
-
export NODE_ORACLEDB_EXTERNALAUTH true
119
+
```
120
+
export NODE_ORACLEDB_EXTERNALAUTH true
121
121
122
-
```
122
+
```
123
123
124
124
* Enable proxy authentication on another schema user specified by environment variable `NODE_ORACLEDB_PROXY_SESSION_USER` that connects through the schema user which you used for testing. See [Documentation for Pool Proxy Authentication](https://oracle.github.io/node-oracledb/doc/api.html#pool-proxy-authentication) for more information on proxy authentication. Then use the following command to enable proxy authentication in the test suite.
0 commit comments