Skip to content

Commit f28e898

Browse files
committed
Update S3 URL to Cloudfront
1 parent f4feb1d commit f28e898

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+745
-745
lines changed

docs/0102-run-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This is how to access Oracle database server.
1515
- 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.
1616
- Input values for the database and access, and then click [Connect].
1717

18-
![new connection](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/start/new-connection-en.png)
18+
![new connection](https://resource.sqlgate.com/resource/captures/start/new-connection-en.png)
1919

2020
> 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.
2121

docs/0103-create-query.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@ sidebar_label: Create Queries
1313
1. Connect to database.
1414
2. On the main menu bar, click **File**>**New**>**Query Builder**. Or simply click [Query Builder] on the Toolbar. It will open an blank document.
1515

16-
![SQL query builder](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/query-editor/query-builder-menu-en.png)
16+
![SQL query builder](https://resource.sqlgate.com/resource/captures/query-editor/query-builder-menu-en.png)
1717

1818
3. On **Object Panel**, select tables and views needed for query and drag them to **Query Builder** window.
1919
4. Select fields to view.
2020
5. Select related fields and drag them into a different table field.
2121
6. To add constraint clause, click **...** >**Add condition** on the lower tab.
2222

23-
![SQL query builder add condition](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/query-editor/query-builder-add-condition-en.png)
23+
![SQL query builder add condition](https://resource.sqlgate.com/resource/captures/query-editor/query-builder-add-condition-en.png)
2424

2525
7. Click [Run] or press F5.
2626
8. On **Result**, check the query result.
2727

28-
![SQL query builder excute result](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/query-editor/query-builder-result-en.png)
28+
![SQL query builder excute result](https://resource.sqlgate.com/resource/captures/query-editor/query-builder-result-en.png)
2929

3030
9. On the **SQL** tab, view the generated SQL query statement.
3131

32-
![SQL query builder](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/query-editor/query-builder-SQL-en.png)
32+
![SQL query builder](https://resource.sqlgate.com/resource/captures/query-editor/query-builder-SQL-en.png)
3333

3434
> Tip : To give alias to a table, double click the name of the table and enter alias.

docs/0104-edit-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This is how to edit data on tables without writing INSERT, DELETE, UPDATE statem
1515
3. Write the SQL statement so that the results of the query execution contain the data to be modified.
1616
4. On the Run Toolbar, click [Run and Modify Current SQL] or press F6.
1717

18-
![run and modify current SQL](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/edit-data/run-and-modify-current-SQL-en.png)
18+
![run and modify current SQL](https://resource.sqlgate.com/resource/captures/edit-data/run-and-modify-current-SQL-en.png)
1919

2020
5. Check the query result.
2121
6. Double click on the data to edit.
@@ -31,7 +31,7 @@ This is how to edit data on table explanation window
3131
1. On **Object Panel**, double-click on a table to edit.
3232
2. On the **Table Explanation** window, click the Data tab.
3333

34-
![Edit data on table explanation window, On the Table Explanation window, click the Data tab.](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/edit-data/edit-data-on-table-detail-window-en.png)
34+
![Edit data on table explanation window, On the Table Explanation window, click the Data tab.](https://resource.sqlgate.com/resource/captures/edit-data/edit-data-on-table-detail-window-en.png)
3535

3636
3. Double-click on the grid to edit, and then make changes.
3737
4. Once you are done, click other area of the grid or click 'Save' on navigator on top of the page.

docs/0105-wizard.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ This is how to create tables without writing CREATE statements.
1313
1. Connect to database.
1414
2. On the main menu bar, go to **Create**>**Table**. Or simply right-click on tables on **Object Panel**, and select [New Table].
1515

16-
![create table wizard menu](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/wizard/create-table-wizard-01-en.png)
16+
![create table wizard menu](https://resource.sqlgate.com/resource/captures/wizard/create-table-wizard-01-en.png)
1717

1818
3. On a given blank table creator sheet, enter name of the table. If needed, add comment. Press Enter to move to the next field.
1919
4. Customize the tables by setting *constraints*, *storage*, and *options*.
2020

21-
![create table wizard column form](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/wizard/create-table-wizard-02-en.png)
21+
![create table wizard column form](https://resource.sqlgate.com/resource/captures/wizard/create-table-wizard-02-en.png)
2222

2323
5. After you add all the fields, click [View SQL] to see SQL statement that is automatically generated.
2424
6. Once you are done, click [OK].
@@ -54,7 +54,7 @@ You can export tables, views, or query results in different document types.
5454
4. Click [Run] or press F5.
5555
5. Right-click on the grid, and select **Export Data**>**Excel file**.
5656

57-
![export data in query result](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/wizard/data-export-wizard-04-en.png)
57+
![export data in query result](https://resource.sqlgate.com/resource/captures/wizard/data-export-wizard-04-en.png)
5858

5959
6. As **Data Export Wizard** window opens, select a file type and then click [Next].
6060
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.
6767
1. Select a table from **Object Panel** or **Search for Object**.
6868
2. Right-click on the table, and select [Export Data].
6969

70-
![export data in order panel](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/wizard/data-export-wizard-02-en.png)
70+
![export data in order panel](https://resource.sqlgate.com/resource/captures/wizard/data-export-wizard-02-en.png)
7171

7272
3. As **Data Export Wizard** window opens, select a file type and then click [Next].
7373
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.
7777
#### Export data from multiple tables at once
7878
1. On the main menu bar, go to **Tools**>**Export Data**.
7979

80-
![export data in toolbar](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/wizard/data-export-wizard-01-en.png)
80+
![export data in toolbar](https://resource.sqlgate.com/resource/captures/wizard/data-export-wizard-01-en.png)
8181

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

92-
![choose object window to export data](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/wizard/data-export-wizard-03-en.png)
92+
![choose object window to export data](https://resource.sqlgate.com/resource/captures/wizard/data-export-wizard-03-en.png)
9393

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

120-
![import data wizard file additional option](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/wizard/data-import-wizard-file-additional-option-en.png)
120+
![import data wizard file additional option](https://resource.sqlgate.com/resource/captures/wizard/data-import-wizard-file-additional-option-en.png)
121121

122122
7. The last row: If you don't input any value, all rows from the file will be read.
123123
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].
124124
9. On **Column Mapping** window, check if the source file and the destination file are mapped correctly.
125125

126-
![import data wizard column mapping](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/wizard/data-import-wizard-column-mapping-en.png)
126+
![import data wizard column mapping](https://resource.sqlgate.com/resource/captures/wizard/data-import-wizard-column-mapping-en.png)
127127

128128
> 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.
129129
130130
10. On **Data Preview** window, check the data you are about to import. To proceed, click [Next].
131131
11. On **Run Summary** window, select one from *Import Mode* and click [Execute].
132132

133-
![import data wizard run summary](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/wizard/data-import-wizard-run-summary-en.png)
133+
![import data wizard run summary](https://resource.sqlgate.com/resource/captures/wizard/data-import-wizard-run-summary-en.png)
134134

135135
- Append: Add Records to the destination table.
136136
- 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
147147
4. On **Select File to Import**, browse a file to import and click [Next].
148148
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.
149149

150-
![import data wizard fiile option](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/wizard/data-import-wizard-file-option-en.png)
150+
![import data wizard fiile option](https://resource.sqlgate.com/resource/captures/wizard/data-import-wizard-file-option-en.png)
151151

152152
- 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.
153153
- 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
158158
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].
159159
7. On **Column Mapping** window, check if the source file and destination file are mapped correctly.
160160

161-
![import data wizard column mapping](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/wizard/data-import-wizard-column-mapping-en.png)
161+
![import data wizard column mapping](https://resource.sqlgate.com/resource/captures/wizard/data-import-wizard-column-mapping-en.png)
162162

163163
> 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.
164164
165165
8. On **Data Preview**, check the data you are about to import. To proceed, click [Next].
166166
9. On **Run Summary** window, select one from *Import Mode* and click [Execute].
167167

168-
![import data wizard run summary](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/wizard/data-import-wizard-run-summary-en.png)
168+
![import data wizard run summary](https://resource.sqlgate.com/resource/captures/wizard/data-import-wizard-run-summary-en.png)
169169

170170
- Append: Add Records to the destination table.
171171
- Update: Update Destination Record that matches with Record in Source.

docs/0201-manage-new-connections.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ sidebar_label: Manage Connections
1111
This section explains how to set a new connection.
1212

1313

14-
![new connection](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/start/new-connection-en.png)
14+
![new connection](https://resource.sqlgate.com/resource/captures/start/new-connection-en.png)
1515
<span class="img-caption">SQLGate for Oracle Net Login</span>
1616

17-
![new connection oci](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/start/new-connection-oci-en.png)
17+
![new connection oci](https://resource.sqlgate.com/resource/captures/start/new-connection-oci-en.png)
1818
<span class="img-caption">SQLGate for Oracle OCI Login</span>
1919

2020
- Host: Input the server IP where Oracle database is installed.

0 commit comments

Comments
 (0)