Chat now with support
Chat mit Support

Toad DevOps Toolkit 1.9 - Installation Guide

Get started with Toad DevOps Toolkit

Toad DevOps Toolkit is not an interactive program like Toad for Oracle. Instead, it is built as a Windows Automation Server (COM) which provides a rich set of APIs that can be programmed and customized to suit your needs. It can also be integrated into any programming environment capable of creating and accessing COM objects.

Learn about Toad DevOps Toolkit

  • Check out videos, blogs, news, and more on Toad World at www.toadworld.com/products/toad-devops-toolkit.
  • The Toad DevOps Toolkit installation folder includes the following resources to help you get started:

    • Toad DevOps Toolkit help file: Review this file to understand the Toad features that are available. Included in the help file is the complete API reference documentation.
    • Code Analysis rules and rulesets documentation: Use this reference to help you set up Code Analysis to test your code against standard best practices.
    • Basic demonstrations: These demonstrations show you how Toad DevOps Toolkit can be used with PowerShell, VBA, and PL/SQL languages.

Start and stop the toolkit

Since everything about using Toad DevOps Toolkit is up to you — which features you will use, how you want to integrate them into your processes, and so forth — what we can do is show you how to start and stop the toolkit itself. After you review the available features, have a look at the API documentation, and then start programming your database automation tasks to meet your needs.

Start a Toad DevOps Toolkit instance

Like all COM objects, you need to create an instance of Toad DevOps Toolkit for it to be usable. Each invokation of Toad.ToadAutoObject creates its own instance of Toad DevOps Toolkit (tdt.exe).

PowerShell:

$TDT = New-Object -ComObject Toad.ToadAutoObject

VBA:

Dim TDT as ToadAutoObject

PL/SQL:

l_tdt_object   varchar2(100) := 'Toad.ToadAutoObject';
begin
l_result := 
   m.ordcom.createobject(l_tdt_object, 0, '', l_object_token);

Stop the Toad DevOps Toolkit instance

You will need to stop Toad DevOps Toolkit once it is finished running its tasks.

PowerShell:

$TDT.Quit()

VBA:

TDT.Quit

PL/SQL:

l_result := com.ordcom.destroyobject(l_object_token);   	
l_result := com.ordcom.destroyobject(l_com_token); 

Uninstall Toad DevOps Toolkit

  1. Go to Programs and Features in the Windows Control Panel.
  2. Select Toad DevOps Toolkit Installer.
  3. Select Uninstall/Change.
  4. Select the product in the Installer dialog.Important: The product will be removed without a prompt to confirm your intention.
  5. Click Next to start the uninstallation.
  6. Click Finish.

About us

We are more than just a name

We are on a quest to make your information technology work harder for you. That is why we build community-driven software solutions that help you spend less time on IT administration and more time on business innovation. We help you modernize your data center, get you to the cloud quicker and provide the expertise, security and accessibility you need to grow your data-driven business. Combined with Quest’s invitation to the global community to be a part of its innovation, and our firm commitment to ensuring customer satisfaction, we continue to deliver solutions that have a real impact on our customers today and leave a legacy we are proud of. We are challenging the status quo by transforming into a new software company. And as your partner, we work tirelessly to make sure your information technology is designed for you and by you. This is our mission, and we are in this together. Welcome to a new Quest. You are invited to Join the Innovation™.

Our brand, our vision. Together.

Our logo reflects our story: innovation, community and support. An important part of this story begins with the letter Q. It is a perfect circle, representing our commitment to technological precision and strength. The space in the Q itself symbolizes our need to add the missing piece — you — to the community, to the new Quest.

Contacting Quest

For sales or other inquiries, visit www.quest.com/contact.

Technical support resources

Technical support is available to Quest customers with a valid maintenance contract and customers who have trial versions. You can access the Quest Support Portal at https://support.quest.com.

The Support Portal provides self-help tools you can use to solve problems quickly and independently, 24 hours a day, 365 days a year. The Support Portal enables you to:

  • Submit and manage a Service Request
  • View Knowledge Base articles
  • Sign up for product notifications
  • Download software and technical documentation
  • View how-to-videos
  • Engage in community discussions
  • Chat with support engineers online
  • View services to assist you with your product
Verwandte Dokumente

The document was helpful.

Bewertung auswählen

I easily found the information I needed.

Bewertung auswählen