ORA-00900: invalid SQL statement
Hi All,
I am trying to write a db refresh script using cx_Oracle
I am using the command
cursor.execute("recover automatic database until cancel using backup controlfile")
Getting the below error
ORA-00900: invalid SQL statement
Can you please advise if there is any issue in the syntax?
Thanks,
Tanveer