4reebeac4.netlify.app

Menu

  • Home

Toad App For Mac

Posted on 19.12.2020by admin
Hello, my name is Robert Pound and I'm a Product Technologist for Quest. This video will cover the basic installation of Toad Edge on Mac. For additional details and installation options, refer to the installation guide. So to begin with the download, first we need to navigate to toadworld.com which is here at the top, and select the Downloads tab to see all the different downloads available on Toad World. But we're interested in Toad Edge, so let me go ahead and click Select. You will be presented with a page that details the differences between the trial version and a freeware version. And you can get to the products page at the bottom if you want to purchase the product outright or find out more information on Toad Edge. But I'm going go ahead and click Get the Trial. And we will be asked to enter some information. When entering in our email address ensure that it's an email associated with a Quest account, or remember it so that you can create a Quest account when we get to the login page. And once we enter in our information we accept the license agreement and choose Download Trial. We will then be directed to the Quest download page for the free trial. We also have the ability to check out the release notes and the installation guide which has more details about installation as well as the pre-reqs. I have the installation guide here. And if we look at it real quick-- I just wanted to show the prerequisites. So you need a minimum of 4 gig of RAM, a dual core processor, and roughly 500 megabytes of additional space. And you need a newer operating system for Mac. So let's go ahead and start the download. And once the download is complete, we open up the downloads and double-click on the package. And we're presented with a wizard walking us through the steps. So I'll go ahead and click Continue on the welcome page. And I will click Continue. And I will be prompted to accept the End User License Agreement. So I will select Agree. And this is going to be installed on the Macintosh hard drive. So let me go ahead and click Install. And the installation will successful. So I will close out the wizard. And then if we open up the finder, under Applications, we can see that it's installed. So if I double-click on the app. At this point you're asked to enter in your credentials. And these are the same credentials that you used to download the free trial. If you do not have an account, you can choose Sign up for a new account here, and you will enter in your information and then verify your email address. So there you have it. A quick overview of installation of Toad Edge on Mac. Hopefully this was helpful. For more information on this or other topics you can check out the community driven innovation going on www.toadworld.com. For more information on this product, go to www.quest.com/products/Toad-Edge. Thank you, and have a great day.

Download Toad Valley GC and enjoy it on your iPhone, iPad, and iPod touch. ‎Download our app to enhance your golf experience on the course! This app includes: - Interactive Scorecard - Golf Games: Skins, Stableford, Par, Stroke Scoring - GPS - Measure your shot! Toad Edge Video Installation for Mac. Downloads Products Blog Forums Licenses. Toad World Blog View by Product. Toad® for Oracle Toad® for Oracle - Sensitive Data.



Prerequisites

  • CrossOver for Mac
  • GDI+ library (for Toad version 11.5 only)
  • Toad for Oracle MSI installer
  • Oracle Instant Client

A Word of Caution… (aka “The Disclaimer”)
As excited as I am that Toad runs on Mac within CrossOver, I have to temper things a bit by admitting that it has not been fully tested. You may also find that this may or may not work with your specific OS/software/version combination. So, until this is fully tested, verified, and officially supported by Quest, please understand that your mileage may vary.
Configuration (On to the fun stuff!)

My System:
  • 15” MacBook Pro (2.5GHz Intel i7, 8Gb RAM)
    • OS X Lion 10.7.3
  • VMWare Fusion 4.1.2
    • Windows 7 (64-bit)
    • Oracle 11.2.0.1 Enterprise Edition
  • CrossOver for Mac 11.0.3
    • Toad for Oracle 11.0 (professional, commercial)
    • GDA+ library
    • Oracle Instant Client 11.2.0.3 for WINDOWS (32-bit)

To begin, make sure you have the following:


    Toad for Oracle: You’ll need the commercial edition MSI installer which is provided on our Support page. The regular EXE installer uses a proprietary installation wrapper which doesn’t work well in CrossOver for Mac. I’ve tried Toad 11.0 and 11.5 to date…
      Toad for Oracle MSI installerhttps://support.quest.com/Search/SoftwareDownloads.aspx?ProductID=268435520&ProductName=Toad%20for%20Oracle

    Oracle Instant Client
    Download the 32-bitInstant Client – Basic and Instant Client – SQL*Plus from
    http://www.oracle.com/technetwork/topics/winsoft-085727.html
    CrossOver for Mac (www.codeweavers.com)
    It’s about $50 for a license, but you can start with a 14-day trial to give you enough time to kick the tires on this…



Step 1: Install CrossOver for Mac
This is real straightforward. If you get stuck here, stop; this article probably isn’t for you.
Step 2: Install Toad for Oracle
Installation via CrossOver is pretty straightforward:





Go to Configure > Install Software… and select “Unsupported Application”

Next, select your Toad for Oracle MSI installer by clicking on the “Select an installer” section. Google sheets mac os app. Use the first option: “Choose Installer File


    In the next section, choose “New winxp Bottle…” and give it a name

Toad For Mac

Click Install and step through the Toad for Oracle installer.
CAUTION: If installed Toad for Oracle v11.5 you will need to instll the GDI+ library first. Otherwise, CrossOver will crash when you launch Toad. You can download & install it from here: http://www.codeweavers.com/compatibility/browse/name/?app_id=8227. Make sure you install it into teh same Bottle as Toad for Oracle 11.5.Once everything is installed, you should have a shiny new Toad icon in your Launchpad!

Step 3: Connectivity and Environment Variables

Now that we have Toad installed, we need to configure our instant client. Assuming you’ve already downloaded the two packages referenced above, go ahead and unzip them. I recommend placing them all together into a single directory like /instantclient_11_2.
Now create /network/admin folder inside there. This is where we’ll place the tnsnames.ora file (which we have to create). Open your favorite text editor (mine’s TextWrangler) and create your tnsnames.ora file using this structure below. Be sure to replace hostname and SID with the appropriate data for your Oracle instance.

Toad For Mac Download

ORCL =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = hostname)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = SID)
)
)

CAUTION: If you’re using TextEdit, stop. TextEdit likes to default to RTF formatting which will wreak havoc with Oracle’s OCI. Save yourself the headache of troubleshooting connection problems and avoid using RTF format…
Once you have your instant client folder arranged and your tnsnames.ora file created, you’ll need to move it over to the C: drive of the CrossOver emulator. From CrossOver, click Configure > Manage Bottles… and select your new bottle. Click on the “Advanced” tab and then the “Open C: Drive in Finder” button.
Copy your shiny new /instantclient_11_2 folder to the root of C: as you see here:

Next, we need to run regedit to add a few environment variables. Back over to CrossOver, click Configure > Manage Bottles… and select your bottle. Click on the “Control Panel” tab and choose “Task Manager”.

In the Task Manager, click File > New Task (run…) and enter “regedit”/best-dj-app-mac-free.html.

Now let’s add some keys. First, navigate to HKEY_CURRENT_USEREnvironment and add a new String Value as “PATH” with data “c:instantclient_11_2”. (NOTE: If PATH already exists, just append c:instantclient_11_2 to the end, separated by a semi-colon.)
Next, navigate to HKEY_LOCAL_MACHINESOFTWARE and add a new key named “Oracle.” Then add a new String Value as “ORACLE_HOME” with data “c:instantclient_11_2”. Lastly, add one more String Value as “TNS_ADMIN” with data “c:instantclient_11_2networkadmin”.

Toad For Mac Os

Let’s check our configuration and see if we’ve got everything set up properly. From the CrossOver menu click Programs > Run Command… In the new window which opens, use the dropdown to select the appropriate Bottle and then expand Debug Options and click “Open Shell.” This will open a terminal window on the Mac and set the environment variables to CrossOver’s Bottle. To invoke the Windows Command Prompt just type wine cmd. If all goes well you should see a familiar C:> prompt. Type in “sqlplus” to step into SQL*Plus and connect using your Net Service name defined in the tnsnames.ora file

If you can’t connect at this point, I think it’s a good idea to fiddle with your tnsnames.ora and double check your network settings before moving on.
Now that we’ve installed everything and verified connectivity, let’s fire up Toad for Oracle! You can use that shiny new Toad icon in your Mac OS X Launchpad or run it from CrossOver’s menu by clicking Programs > Quest Software > Toad for Oracle > Toad for Oracle 11

Toad App For Mac Windows 10

The program seems to run fine for most things, though the painting of windows seems a little slow.For a more native experience, take a look at Toad Extension for Eclipse. It’s not as feature-rich as Toad for Oracle, but it’s free and doesn’t require an emulator or virtualization…

Toad For Mac Os

-Haji Mohamed

Post navigation

Delete Mac App That Wont Close
Mac Apps Notification Center

Most Popular Posts

  • Itunes Artwork App Mac
  • How To Zoom In On Paper App Mac
  • How To Transfer An App To Another Mac
  • How T Take Email Out Of Mac Mail App
  • How To Uninstall Xfinity Wifi Toolbar App Mac
  • Mac Apps Not Working After Renaming Home Folder
  • Delete Stock Mac Apps
4reebeac4.netlify.app