Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update documentation how to run utPLSQL-cli as sysdba
  • Loading branch information
pesse committed Mar 19, 2019
commit 42078345dcd987d5959ed1d234fd0af5adbabb0c
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,16 @@ UT_XUNIT_REPORTER:
Provides outcomes in a format conforming with JUnit 4 and above as defined in: https://gist.github.com/kuzuha/232902acab1344d6b578
```

## Using utPLSQL-cli as sysdba

Since 3.1.3 it is possible to run utPLSQL-cli as sysdba by running

```
utplsql run "sys as sysdba"/pw@connectstring
```

It is, however, __not recommended__ to run utPLSQL with sysdba privileges.

## Enabling Color Outputs on Windows

To enable color outputs on Windows cmd you need to install an open-source utility called [ANSICON](http://adoxa.altervista.org/ansicon/).
Expand Down