We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa4a72 commit 4207834Copy full SHA for 4207834
README.md
@@ -227,6 +227,16 @@ UT_XUNIT_REPORTER:
227
Provides outcomes in a format conforming with JUnit 4 and above as defined in: https://gist.github.com/kuzuha/232902acab1344d6b578
228
```
229
230
+## Using utPLSQL-cli as sysdba
231
+
232
+Since 3.1.3 it is possible to run utPLSQL-cli as sysdba by running
233
234
+```
235
+utplsql run "sys as sysdba"/pw@connectstring
236
237
238
+It is, however, __not recommended__ to run utPLSQL with sysdba privileges.
239
240
## Enabling Color Outputs on Windows
241
242
To enable color outputs on Windows cmd you need to install an open-source utility called [ANSICON](http://adoxa.altervista.org/ansicon/).
0 commit comments