Skip to content

Commit 9ddb5f0

Browse files
author
Ahmed Waleed Mostafa
committed
base-version
1 parent 5d5b5a4 commit 9ddb5f0

File tree

10 files changed

+34
-4461
lines changed

10 files changed

+34
-4461
lines changed
File renamed without changes.

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# FusionSQLite
2+
Run SQL queries on Oracle Fusion Database from your desktop, based on [anandvegaraju/FusionSQLite](https://github.com/anandvegaraju/FusionSQLite)
3+
> Note: updated releases will be included in this repository, but source code will not be avaialabe. **(private fork)**
4+
5+
![fusion-sqlite](src/screenshot.png)
6+
7+
## Requirments
8+
Ensure your fusion instance account has:
9+
- Integration specialist roles
10+
- Appropriate folder permissions
11+
12+
## Steps
13+
14+
1. Open the exe after bypassing the warnings
15+
16+
2. Enter your Fusion instance URL (Starting with https:// and ending with .com), username and password
17+
18+
3. Click on "Initialize environment" for the first time
19+
20+
4. Enter your SQL statement
21+
22+
5. Click on "Run Query"
23+
24+
Optionally, you can click on "Export to Excel" to export your result set
25+
26+
## Limitations
27+
28+
Still planning to add an option to save instance details
29+
30+
Current build uses a data model having a refcursor to handle SQL queries. Will change that in future releases
31+
32+
Try including ROWNUM explicitly in your queries. The application can handle large data sets (will show "Not responding" briefly before fetching the results) but I'm planning to optimise this soon
33+
34+
Feel free to use the source code and/or contribute to the GIT repository with your own optimisations, features/additions

src/.idea/inspectionProfiles/profiles_settings.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/.idea/misc.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/.idea/src.iml

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/.idea/workspace.xml

Lines changed: 0 additions & 4397 deletions
This file was deleted.

src/README.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

src/screenshot.png

20.1 KB
Loading

0 commit comments

Comments
 (0)