import os
# sql脚本结尾加';'!!!
os.system('sqlplus.exe scott/s123@127.0.0.1:1521/ORCL @D:/PycharmProjects/test.sql')
os.system('python.exe D:\PycharmProjects\test.py')

  

https://blog.csdn.net/marising/article/details/6551692

相关文章:

  • 2021-12-18
  • 2021-10-22
  • 2021-06-16
  • 2021-10-07
  • 2022-01-15
  • 2022-12-23
猜你喜欢
  • 2021-04-18
  • 2021-11-16
  • 2021-07-30
  • 2021-10-14
  • 2021-12-05
  • 2022-01-04
  • 2021-12-06
相关资源
相似解决方案