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: .github/ISSUE_TEMPLATE/feature_request.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,4 +23,4 @@ Add any other context or screenshots about the feature request here.
23
23
> Please do not create issues for generic SQL or PL/SQL questions. There are other forums and communities to help you with those. See [ASKTom](https://asktom.oracle.com) for example.
24
24
25
25
**Want to discuss**
26
-
If you want to discuss your issue, join [our SLACK chat](http://utplsql-slack-invite.herokuapp.com/).
26
+
If you want to discuss your issue, join [our SLACK chat](https://join.slack.com/t/utplsql/shared_invite/zt-d6zor80g-WWqAhbLWioJZUtLYeXetzA).
Copy file name to clipboardExpand all lines: docs/about/support.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,4 +3,4 @@
3
3
# How to get support
4
4
5
5
- Feel free to post questions, bugs or issues in the [issues area of GitHub](https://github.com/utPLSQL/utPLSQL/issues)
6
-
-Join developers at the [utPLSQL team](http://utplsql-slack-invite.herokuapp.com)on [Slack](https://slack.com/)
6
+
-[Join](https://join.slack.com/t/utplsql/shared_invite/zt-d6zor80g-WWqAhbLWioJZUtLYeXetzA) developers team on utPLSQL [Slack](https://utplsql.slack.com/)
Copy file name to clipboardExpand all lines: docs/userguide/install.md
+26-1Lines changed: 26 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,31 @@ utPLSQL is continuously tested against following versions of Oracle databases
11
11
12
12
We do our best to assure full compatibility with supported versions of Oracle databases [See](http://www.oracle.com/us/support/library/lifetime-support-technology-069183.pdf#page=6)
13
13
14
+
# Requirements
15
+
16
+
## Licensed features required
17
+
18
+
utPLSQL doesn't require any extra licensed features of Oracle database. It can be installed on any Standard Edition Oracle Database.
19
+
20
+
In fact, it even supports Oracle 11g XE which is a free Oracle Database version with minimal features and storage limits.
21
+
22
+
## Storage requirements
23
+
24
+
utPLSQL will use tablespace for the following:
25
+
- storage of annotation cache
26
+
- storage of suite cache
27
+
- storage of profiler results
28
+
- storage for staging utPLSQL reports outputs
29
+
30
+
31
+
utPLSQL purges the staging storage for reports while fetching reports to screen / saving reports to files.
32
+
33
+
Suite and annotation cache storage requirements are minimal and unless you have hundreds of thousands of tests, you'll probably not even notice the space used.
34
+
35
+
Profiler results may require regular purging to assure low space consumption.
36
+
utPLSQl does not purge profiler tables as those tables can can be shared with other tools.
It is highly recommended to install utPLSQL in it's own schema. You are free to choose any name for this schema.
146
-
Installing uPLSQL into shared schema is really not recommended as you loose isolation of framework.
171
+
Installing uPLSQL into a shared schema is really not recommended as you loose isolation of framework.
147
172
148
173
If the installing user and utPLSQL owner is one and the same, the user must have the following Oracle system permissions before you can proceed with the installation.
@@ -163,7 +163,7 @@ We welcome new developers to join our community and contribute to the utPLSQL pr
163
163
If you are interested in helping please read our [guide to contributing](CONTRIBUTING.md)
164
164
The best place to start is to read the documentation and get familiar with the existing code base.
165
165
A [slack chat](https://utplsql.slack.com/) is the place to go if you want to talk with team members.
166
-
To sign up to the chat use [this link](http://utplsql-slack-invite.herokuapp.com/)
166
+
To sign up to the chat use [this link](https://join.slack.com/t/utplsql/shared_invite/zt-d6zor80g-WWqAhbLWioJZUtLYeXetzA).
167
167
168
168
169
169
----------
@@ -183,7 +183,7 @@ __Project Directories__
183
183
184
184
----------
185
185
186
-
If you have a great feature in mind, that you would like to see in utPLSQL v3 please create an [issue on GitHub](https://github.com/utPLSQL/utPLSQL/issues) or discuss it with us in the [Slack chat rooms](http://utplsql-slack-invite.herokuapp.com/).
186
+
If you have a great feature in mind, that you would like to see in utPLSQL v3 please create an [issue on GitHub](https://github.com/utPLSQL/utPLSQL/issues) or discuss it with us in the [slack chat rooms](https://utplsql.slack.com/). Use [invite link](https://join.slack.com/t/utplsql/shared_invite/zt-d6zor80g-WWqAhbLWioJZUtLYeXetzA) to join the chat.
0 commit comments