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: docs/0102-run-query.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
@@ -15,7 +15,7 @@ This is how to access Oracle database server.
15
15
- On the main menu bar, select **Files**>**New Connection**. Or on the Toolbar, click [New Connection] or press Ctrl+Alt+L. This will open a **New Connection** window.
16
16
- Input values for the database and access, and then click [Connect].
> Note: To set the language in Korean, Japanese, and Chinese, check *Unicode* to correctly view the characters. The default port is 8629 and default SID is Oracle. Check your server and enter accordingly.
Copy file name to clipboardExpand all lines: docs/0104-edit-data.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ This is how to edit data on tables without writing INSERT, DELETE, UPDATE statem
15
15
3. Write the SQL statement so that the results of the query execution contain the data to be modified.
16
16
4. On the Run Toolbar, click [Run and Modify Current SQL] or press F6.
17
17
18
-

18
+

19
19
20
20
5. Check the query result.
21
21
6. Double click on the data to edit.
@@ -31,7 +31,7 @@ This is how to edit data on table explanation window
31
31
1. On **Object Panel**, double-click on a table to edit.
32
32
2. On the **Table Explanation** window, click the Data tab.
33
33
34
-

34
+

35
35
36
36
3. Double-click on the grid to edit, and then make changes.
37
37
4. Once you are done, click other area of the grid or click 'Save' on navigator on top of the page.
5. After you add all the fields, click [View SQL] to see SQL statement that is automatically generated.
24
24
6. Once you are done, click [OK].
@@ -54,7 +54,7 @@ You can export tables, views, or query results in different document types.
54
54
4. Click [Run] or press F5.
55
55
5. Right-click on the grid, and select **Export Data**>**Excel file**.
56
56
57
-

57
+

58
58
59
59
6. As **Data Export Wizard** window opens, select a file type and then click [Next].
60
60
7. On **Set File path and Additional option**, select a file to export. If necessary, set the number of records for each file and click [Execute].
@@ -67,7 +67,7 @@ You can export tables, views, or query results in different document types.
67
67
1. Select a table from **Object Panel** or **Search for Object**.
68
68
2. Right-click on the table, and select [Export Data].
69
69
70
-

70
+

71
71
72
72
3. As **Data Export Wizard** window opens, select a file type and then click [Next].
73
73
4. On **Set File path and Additional option**, select a file to export. If you check *Records Count of Each file*, additional files will be created if the number goes beyond the number you entered. Then click [Execute].
@@ -77,7 +77,7 @@ You can export tables, views, or query results in different document types.
77
77
#### Export data from multiple tables at once
78
78
1. On the main menu bar, go to **Tools**>**Export Data**.
79
79
80
-

80
+

81
81
82
82
2. Select tables to export. You can select multiple tables.
83
83
3. If you choose one table
@@ -89,7 +89,7 @@ You can export tables, views, or query results in different document types.
89
89
5. Click [Start]
90
90
6. You can see the files on [Export Folder] by the names of the tables.
91
91
92
-

92
+

93
93
94
94
> Note: The created files are named after the tables.
95
95
@@ -117,20 +117,20 @@ You can import different types of documents. This section explains how to import
117
117
5. On **Additional Options Settings**, customize options for the importing data and then click [Next].
118
118
6. The first row: If the first row of the data consists of a field name, enter 2. If not, enter 1.
119
119
120
-

120
+

121
121
122
122
7. The last row: If you don't input any value, all rows from the file will be read.
123
123
8. On **File Preview** section, you can map the columns from the file and table. Click [Auto Columns Mapping] to map columns in the file to the fields on the table. Click [Next].
124
124
9. On **Column Mapping** window, check if the source file and the destination file are mapped correctly.
125
125
126
-

126
+

127
127
128
128
> Note: >>>>If you don't select keys on Column Mapping window, the data is simply added or copied. If you want to activate other importing mode, select the keys on Column Mapping window.
129
129
130
130
10. On **Data Preview** window, check the data you are about to import. To proceed, click [Next].
131
131
11. On **Run Summary** window, select one from *Import Mode* and click [Execute].
132
132
133
-

133
+

134
134
135
135
- Append: Add Records to the destination table.
136
136
- Update: Update Destination Record that matches with Record in Source.
@@ -147,7 +147,7 @@ You can import different types of documents. This section explains how to import
147
147
4. On **Select File to Import**, browse a file to import and click [Next].
148
148
5. On **File Option Settings**, customize options for the importing data and then click [Next]. You must select one from the *Field Separator* to proceed.
149
149
150
-

150
+

151
151
152
152
- Field Separator: It is a symbol that marks a line break in a text file. Check if there is a specific symbol such as tab, comma, or other symbols.
153
153
- Fixed width: Check if the width of the characters from each field is fixed.
@@ -158,14 +158,14 @@ You can import different types of documents. This section explains how to import
158
158
6. On **File Preview** window, you can map rows from the file and the tables. Click [Auto Column Mapping] to consecutively fetch the data and then click [Next].
159
159
7. On **Column Mapping** window, check if the source file and destination file are mapped correctly.
160
160
161
-

161
+

162
162
163
163
> Note: If you do not check the keys on Column Mapping window, you can only add and copy the data. To activate other importing mode, select the keys.
164
164
165
165
8. On **Data Preview**, check the data you are about to import. To proceed, click [Next].
166
166
9. On **Run Summary** window, select one from *Import Mode* and click [Execute].
167
167
168
-

168
+

169
169
170
170
- Append: Add Records to the destination table.
171
171
- Update: Update Destination Record that matches with Record in Source.
0 commit comments