-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNEWS
27 lines (19 loc) · 896 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
ocp 0.3
* added man page
* added --sysasm, --sysbkp, --sysdgd, --syskmt, and --sysrac options
to connect to Oracle with roles introduced in 12c
----------------------------------------------------------------------------
ocp 0.2
* added --sysdba and --sysoper options to connect to Oracle accordingly
* added --md5 and --sha1 options to calculate file hashes
----------------------------------------------------------------------------
ocp 0.1
* first alpha version of the tool
* added -i (--interactive) and -f (--force) options
* added --keep-partial and -c (--continue) options
* added -b (--background) option
* added --install and --deinstall options
* if destination filename omitted, the source filename is used
* when "-" is specified as a file name, it means STDIN/STDOUT
* added -k (--keep) option
----------------------------------------------------------------------------