Python Forum
how to set echo ON in Python call to Oracle SQL
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to set echo ON in Python call to Oracle SQL
#2
´set echo on´ has effect when executing sql from a file. But in this case you are emulating an interactive session. (In a true interactive session echoing would result in lines appearing double.)
You may also consider installing cx_Oracle to connect to an Oracle database.
Reply


Messages In This Thread
RE: how to set echo ON in Python call to Oracle SQL - by ibreeden - Sep-19-2019, 08:34 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  I'm trying to make my Alexa/Echo dot 3 powered by ChatGPT.... mariozio 1 1,131 Apr-20-2023, 05:24 PM
Last Post: farshid
  Encrypting Oracle Passwords / Python Library for That? bmccollum 1 2,751 Jun-11-2021, 07:59 PM
Last Post: Larz60+
  disable subprocess.popen prompt echo paul18fr 1 2,157 Feb-04-2021, 02:50 AM
Last Post: Larz60+
  Calling Oracle REST SQL from Python johnjacob 2 2,181 Nov-05-2020, 04:19 AM
Last Post: johnjacob
  Python to Oracle Conn Issue chvsnarayana 2 53,840 Sep-06-2020, 04:33 PM
Last Post: Larz60+
  Conversion of Oracle PL/SQL(packages, functions, procedures) to python modules. DivyaKumar 2 6,731 Jul-09-2020, 04:46 PM
Last Post: srikanth7482
  Load table from Oracle to MYSQL using python himupant94 0 1,767 May-12-2020, 04:50 PM
Last Post: himupant94
  Call pip3 from python folder build by me call pip3 from the /usr/bin Suryavarman 3 3,887 Oct-07-2019, 10:23 PM
Last Post: Suryavarman
  Long command with characters not working in Python on Oracle Linux 7 iaas_infra 10 6,542 Jul-19-2019, 04:53 PM
Last Post: ichabod801
  Echo call to VLC bash using subprocess.Popen on Linux LuukS001 17 10,168 Jan-07-2019, 03:58 AM
Last Post: LuukS001

Forum Jump:

User Panel Messages

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