Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-577304.py
File
recipe-577304.py
recipes/Python/577304_Export_Oracle_Database_CSV_using/recipe-577304.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# Export Oracle database tables to CSV files
2
# FB36 - 201007117
3
4
import
sys
Callers
nothing calls this directly
Calls
9
cursor
Method · 0.80
startswith
Method · 0.80
writer
Method · 0.80
writerow
Method · 0.80
open
Function · 0.50
connect
Method · 0.45
execute
Method · 0.45
append
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected