Skip to content

Commit 4207834

Browse files
committed
Update documentation how to run utPLSQL-cli as sysdba
1 parent 7fa4a72 commit 4207834

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,16 @@ UT_XUNIT_REPORTER:
227227
Provides outcomes in a format conforming with JUnit 4 and above as defined in: https://gist.github.com/kuzuha/232902acab1344d6b578
228228
```
229229

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+
230240
## Enabling Color Outputs on Windows
231241

232242
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

Comments
 (0)