Skip to content

Commit 77c2bce

Browse files
added readme.md
1 parent 4680c30 commit 77c2bce

File tree

1 file changed

+55
-1
lines changed

1 file changed

+55
-1
lines changed

README.md

Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,56 @@
1+
12
# BackupOracleTables
2-
Backup all tables from an oracle database to .xlsx-files in a local folder
3+
4+
## Description
5+
6+
Backup all tables from an oracle database to .xlsx-files in a local folder. This tool can be usefull if you want to do a local backup from all tables of a database or you just want to have all tables in a local directory.
7+
8+
## Usage
9+
10+
Start program, it will look like this:
11+
12+
![program-on-start](https://raw.githubusercontent.com/mauricepreiss/mauricepreiss/main/oraclebackup-program-start.png)
13+
14+
- Textbox: Path
15+
- The path where all your files will be saved
16+
- Button: Clear Path:
17+
- The little button with the trash bin on it lets you delete the path from textbox and from settings
18+
- Button: Settings
19+
- Here you add your Oracle connection data and the question, if you wanna backup instantly when program starts
20+
- Button: Select path and set:
21+
- Opens folder dialog to let you select a path for you files, after clicking OK the path will be stored in textbox and in settings
22+
- Button: Save tables
23+
- Saves the tables from in settings given database and saves all its tables to your selected path. A splash loading window will show you that it's in progress.
24+
25+
### Settings
26+
As already sayed above, in the settings window you will manage your Oracle connection data.
27+
28+
![settings](https://raw.githubusercontent.com/mauricepreiss/mauricepreiss/main/oraclebackup-settings.png)
29+
30+
- Textbox: Host
31+
- Hostname for your connection
32+
- Textbox: Port
33+
- Port for your connection
34+
- Textbox: Servicename
35+
- Servicename for your connection
36+
- Textbox: Username
37+
- Username for your connection
38+
- Textbox: Password
39+
- Password for your connection
40+
41+
❗NOTE: The password will be stored encrypted in settings, so its not possible to steal without the program itself. ❗
42+
43+
- Button: Check Connection
44+
- Before you can set connection, you have to test if all connection data is valid and a connection could be established. When connection with given connection data is successfull, you can click the "Set Connection" button and the connection will be set.
45+
- Checkbox: Save on program start
46+
- If you dont want to press the "Save" button anytime, you can tick this little box. It allows you to backup tables directly on program start.
47+
48+
49+
## License
50+
51+
- no copyright
52+
- free for commertical usage
53+
54+
## Author ✍️
55+
56+
[@mauricepreiss](https://www.github.com/mauricepreiss)

0 commit comments

Comments
 (0)