Python Forum
Automation Script for Opttimization
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Automation Script for Opttimization
#1
Hi,

As a Oracle Developer, I am writing many Procedures,Functions and Packages. Facing Many optimization issue after writing these Database objects. Trying to tune it manually. 
Can we write Python script to Optimize these Database objects instead of doing manual check and optimize?? It would be great if we can optimize/fining the issue where the query is taking long time ( instead of going through the Explain Plan).

Please advise.

Thanks,
Vasu
Reply
#2
Quote:Can we write Python script to Optimize these Database objects instead of doing manual check and optimize??
Yes, of course optimization is a huge subject, and has many different aspects. That's why people are hired for this
task as a primary occupation.
You can get started here: http://www.oracle.com/technetwork/articl...91323.html
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Automation script help Yui_18 1 2,373 Apr-29-2018, 01:10 PM
Last Post: j.crater

Forum Jump:

User Panel Messages

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