FAQ
This page contains some frenquently asked questions. You can also check the details response under the subpages.
If your database is deployed in an internal network which is not accessable for external connection request, you can:
- 1.
- 2.
- 3.
Note: your data will be deleted with your account together
You can archive this using one of the following two approaches:
- If you are using SQLFlow UI, change the SQLFlow UI settings and download the data lineage as CSV.
- You can make REST api request to get the desired CSV data.
Try to check the metadata.json to see whether there's a ORA-01000 error.
ORA-01000: maximum open cursors exceeded tips
Alter the open_cursors value to fix this issue .
Last modified 7d ago