我正在使用python连接到我学校的oracle数据库以执行一些查询。
这些是我累的步骤。
var state_list = [
{
"group": "states",
"value": "AL",
"label": "Alabama"
},
{
"group": "states",
"value": "AK",
"label": "Alaska"
},
{
"group": "states",
"value": "AZ",
"label": "Arizona"
}
etc.
]
注意:我能够使用SQL开发人员连接到数据库并手动执行SQL查询。仅与python脚本一起使用时,出现以下错误。
1) pip install cx_Oracle.
2) Downloaded oracle instant client 12.2 for mac.
3) Moved the downloaded files to /usr/local/lib.
4) When I executed the below script, I get the following error.