From 922ad2bca1500b3d5dbcc8e92473b59592ef2ce1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Korsvoll?= Date: Tue, 10 Mar 2020 10:46:41 +0100 Subject: [PATCH] Adding section about using UT3 user UT3 user should not be used when running tests. This should be mentioned in the readme. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fd518ec..0755337 100644 --- a/README.md +++ b/README.md @@ -293,6 +293,10 @@ utplsql run "sys as sysdba"/pw@connectstring It is, however, __not recommended__ to run utPLSQL with sysdba privileges. +## Using utPLSQL-cli with the UT3 user + +The UT3 user is a special user and is the owner of the framework. Using this user for running tests is __not supported__. + ## 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/).