|
1 | 1 | # FusionSQLite |
2 | 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)** |
| 3 | +> Note: [releases](https://ahmedwaleed.csed22.com/fsql) will be included in this repository, but source code will not be available. **(private fork)** |
4 | 4 |
|
5 | | - |
| 5 | +<p align="center"> |
| 6 | + <img src="versions/2.2.2.png"> |
| 7 | +</p> |
| 8 | + |
| 9 | +## Requirements |
6 | 10 |
|
7 | | -## Requirments |
8 | 11 | Ensure your fusion instance account has: |
9 | | -- Integration specialist roles |
10 | | -- Appropriate folder permissions |
| 12 | +- Integration Specialist |
| 13 | +- Application Administrator/Developer |
11 | 14 |
|
12 | | -## Steps |
| 15 | +## Limitations |
13 | 16 |
|
14 | | -1. Open the exe after bypassing the warnings |
| 17 | +Since the output is generated via Oracle Report, it will face the same limitations: |
| 18 | +- Timeout after 500 secs |
| 19 | +- Max row count of 2 million |
| 20 | +- Max size of 524288000 bytes (500 MB) |
15 | 21 |
|
16 | | -2. Enter your Fusion instance URL (Starting with https:// and ending with .com), username and password |
| 22 | +## Features |
17 | 23 |
|
18 | | -3. Click on "Initialize environment" for the first time |
| 24 | +- Most of what you would expect from a simple SQL editor, details will be included in releases |
19 | 25 |
|
20 | | -4. Enter your SQL statement |
| 26 | +## TODO |
21 | 27 |
|
22 | | -5. Click on "Run Query" |
| 28 | +- PLSQL support |
23 | 29 |
|
24 | | -Optionally, you can click on "Export to Excel" to export your result set |
| 30 | +- Export output |
25 | 31 |
|
26 | | -## Limitations |
| 32 | +- Auto completion |
| 33 | + |
| 34 | +- Execution time details |
| 35 | + |
| 36 | +- Open and save SQL files |
| 37 | + |
| 38 | +- Count rows after filtration |
| 39 | + |
| 40 | +- Integration with Notepad++ |
| 41 | + |
| 42 | +- More detailed error messages |
| 43 | + |
| 44 | +- Editor: resize font, line number, search |
| 45 | + |
| 46 | +- Run query on different thread to control it |
| 47 | + |
| 48 | +- Context Menu: add more functionality like COUNT and DESC |
27 | 49 |
|
28 | | -Still planning to add an option to save instance details |
| 50 | +## Known Issues |
29 | 51 |
|
30 | | -Current build uses a data model having a refcursor to handle SQL queries. Will change that in future releases |
| 52 | +- Not all reserved keywords are highlighted |
31 | 53 |
|
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 |
| 54 | +- Multiline comments are not syntax highlighted |
33 | 55 |
|
34 | | -Feel free to use the source code and/or contribute to the GIT repository with your own optimisations, features/additions |
| 56 | +- Copying multiple values in the outputs only returns last one |
0 commit comments