Skip to content

Commit bc8f6d9

Browse files
committed
utPLSQL-cli v3.0.4 release announcement update
1 parent c4d3b4a commit bc8f6d9

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
layout: post
3+
title: "We've released utPLSQL-cli"
4+
date: 2017-11-22 09:04:00 +0000
5+
categories: version3
6+
---
7+
8+
9+
First official release of command line client for utPLSQL.
10+
------------------------------------
11+
12+
You may find the client on the [download page](https://github.com/utPLSQL/utPLSQL-cli/releases/tag/v3.0.4)
13+
14+
### Requirements
15+
16+
- [Java8](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html)
17+
- Oracle JDBC driver file (ojdbc8.jar) is required
18+
- Oracle i18n driver file (orai18n.jar) is required for national character-set support
19+
20+
Both driver files need to be [downloaded](http://www.oracle.com/technetwork/database/features/jdbc/jdbc-ucp-122-3110062.html) and placed in `utPLSQL-cli/lib` folder
21+
22+
### Key features
23+
24+
- connectivity to Oracle database without Oracle client software (needs JDBC driver)
25+
- support for multiple reporters and multiple output files
26+
- real-time reporting to screen (depends on reporter implementation)
27+
- documentation reporting in color
28+
- mapping of project files to database objects (needed for Sonar reporting)
29+
- support for customized project file-mapping rules
30+
31+
### Supported utPLSQL versions
32+
33+
- utPLSQL v3.0.0
34+
- utPLSQL v3.0.1
35+
- utPLSQL v3.0.2
36+
- utPLSQL v3.0.3
37+
- utPLSQL v3.0.4

0 commit comments

Comments
 (0)