This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Best tutorials EVER: | |
Print Oracle SQL Developer Result to CSV | |
http://stackoverflow.com/questions/4168398/how-to-export-query-result-to-csv-in-oracle-sql-developer | |
Install cx_Oracle on RHEL Linux machine... a GOD SEND: | |
http://ubuntugeeknerd.blogspot.com/2013/08/how-to-install-oxoracle-in-rhel-64-bit.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Downloading/unpacking cx-Oracle#!/usr/bin/python | |
Running setup.py egg_info for package cx-Oracle | |
Traceback (most recent call last): | |
File "<string>", line 16, in <module> | |
File "/tmp/pip-build-root/cx-Oracle/setup.py", line 183, in <module> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#requires Python 2.6 or above | |
echo "$(cat nameOfYourFile.js)" | python -m json.tool |
NewerOlder