Whenever trying run below code , i am getting error " cur.execute("se lect * from nm_src_lkup ORDER BY NM_SRC_CD OFFSET :row_count ROWS") cx_Oracle.Datab aseError: ORA-01008: not all variables bound" . i am passing rowcount variable value in OFFSET cluase with select query .but it's not working .Please help me out
Code:
from time import sleep import sys import cx_Oracle import csv