TypeError: 'NoneType' object is not subscriptable

 cx_Oracle

不能同时获得两个游标

rows = cursor.fetchall()
row = cursor.fetchone()

你可能感兴趣的:(TypeError: 'NoneType' object is not subscriptable)