Can anybody let me know how to execute the python script which is saved as .py file inside oracle sql*PLUS?
Thanks and regards, Santhosha
Can anybody let me know how to execute the python script which is saved as .py file inside oracle sql*PLUS?
Thanks and regards, Santhosha
Use the HOST command to execute an operating system command from within a SQL*Plus script:
host python your_script.py