Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Possible to run Python scripts from oracle?
Post: RE: Possible to run Python scripts from oracle?

(Sep-06-2018, 04:38 PM)buran Wrote: try to specify full path to where the output file would be saved. At the moment it will try to save it in the current working directory, which is unclear Thanks f...
dglass General Coding Help 8 9,388 Sep-06-2018, 05:14 PM
    Thread: Possible to run Python scripts from oracle?
Post: RE: Possible to run Python scripts from oracle?

Ah, I forgot about the 2 and 3 differences (I'm pretty new to Python). Yes, there are no errors returned with print('Hello, world!'), although there's also no visible result when executing from oracle...
dglass General Coding Help 8 9,388 Sep-06-2018, 04:34 PM
    Thread: Possible to run Python scripts from oracle?
Post: RE: Possible to run Python scripts from oracle?

Unfortunately, it doesn't display anything different. It seems that an error will occur on the first "command?" line. Example with just print: Error:Error report - ORA-27369: job of type EXECUTABLE fa...
dglass General Coding Help 8 9,388 Sep-06-2018, 03:57 PM
    Thread: Possible to run Python scripts from oracle?
Post: Possible to run Python scripts from oracle?

So I'm using oracle's dbms_scheduler, which is able to execute cmd.exe to run command line scripts (.bat, .cmd), but I can't seem to do the same for .py files via python.exe. I've also tried using a ....
dglass General Coding Help 8 9,388 Sep-06-2018, 11:34 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020