Progress Datadirect for ODBC for Amazon Redshift Wire Protocol Driver Quick Start for UNIX/Linux

Total Page:16

File Type:pdf, Size:1020Kb

Progress Datadirect for ODBC for Amazon Redshift Wire Protocol Driver Quick Start for UNIX/Linux Progress DataDirect® for ODBC for Amazon Redshift™ Wire Protocol Driver Quick Start for UNIX/Linux Release 8.0.0 Quick Start: Progress DataDirect for ODBC for Amazon Redshift Wire Protocol Driver for UNIX/Linux This quick start provides basic information that allows you to install and test connect with your driver. To take full advantage of the features and functionality available for your driver, refer to the product documentation library at: Progress DataDirect Documentation Library Note: OEM CUSTOMERS: Refer to the Progress DataDirect for ODBC Drivers Distribution Guide for information on installing, branding, unlocking, and distributing your branded drivers. This quick start covers the following topics: • Before You Start on page 3 • Requirements and Support on page 4 • Downloading the Driver on page 4 • Installing the ODBC Driver on UNIX/Linux on page 4 • Environment Configuration on page 6 • Configuring a Data Source on page 7 • Testing the Connection on page 8 • Tuning for Performance on page 8 • Troubleshooting Setup/Connection Issues on page 10 • Additional Resources on page 11 Before You Start Before you get started, you need the following: • Appropriate user permissions to modify your environment and to read, write, and execute various files in the DataDirect for ODBC installation directory . • Connection information: • Database Name: The name of the database to which you want to connect. • Host Name: The endpoint for the Amazon Redshift cluster to which you want to connect. • Port Number: The port number of the server listener. enter product name here: Quick Start for UNIX/Linux: Version 8.0.0 3 Chapter 1: Quick Start: Progress DataDirect for ODBC for Amazon Redshift Wire Protocol Driver for UNIX/Linux • For licensed installations, you will also need the following information that was provided by Progress DataDirect: • IPE Key (control number) • Serial Number Requirements and Support Driver/Client Software Requirements: • The driver has no client requirements. Supported Data Sources: • Amazon Redshift For the latest information on supported data sources and requirements, visit the Progress DataDirect Supported Configurations page. Downloading the Driver To download the ODBC Amazon Redshift driver: 1. Visit the Progress DataDirect Connectors Download page. 2. Select Amazon Redshift from the list. 3. Select ODBC for the interface. 4. When prompted for your OS and architecture, select the bitness and platform your application runs on. 5. Fill in the registration form with your contact information. 6. Review the End User License Agreement. If you agree, select the corresponding box; then, click Download. The installer program has been downloaded. See "Installing the ODBC Driver on UNIX/Linux" for instructions on installing the driver. See also Installing the ODBC Driver on UNIX/Linux on page 4 Installing the ODBC Driver on UNIX/Linux This section provides instructions for installing your downloaded files from a command-line interface. Depending on your environment, you can also install using GUI or silent installation options. Refer to the Progress DataDirect for ODBC Drivers Installation Guide for complete installation instructions. 1. Download the appropriate product file from the Web site into a temporary directory, for example, /tmp. 2. Switch the temporary directory; then, choose one of the following: 4 enter product name here: Quick Start for UNIX/Linux: Version 8.0.0 Installing the ODBC Driver on UNIX/Linux 3. Extract the contents of the product file. Enter: tar -xvzf product_filename.tgz where product_filename is the name of the tarred product file name. The untarred files appear in the temporary directory. 4. Run the installer program by switching to the temporary directory that contains the untarred installer files and entering: ./installer_filename.bin –i console where: installer_filename is the full name of the installer's binary file you untarred in Step 3 on page 5 . 5. The Introduction step appears. Press ENTER. 6. The product license agreement appears. Press SPACEBAR to page to the end of the agreement. At the end, you are asked to accept the agreement: • Enter Y to accept the license agreement and continue with the installation. • Enter N to abort the installation. Note: You can exit the installer program at any time by typing quit or return to the previous step by typing previous. 7. You are prompted to enter the absolute path to the installation directory. The default is: For 32-bit installations: opt/Progress/DataDirect/ODBC_nn_32bit For 64-bit installations: opt/Progress/DataDirect/ODBC_nn_64bit If you do not have /opt directory permissions, the installer program installs the drivers to your home directory by default. For example, the directory for 32-bit installation would be: /home_directory/Progress/DataDirect/ODBC_nn_32bit where nn is the product version number. For example, this value is 80 for the 8.0 version of the product. home_directory is the home directory for the user who is installing the product. 8. You are prompted for the type of installation: • If you are installing an evaluation copy of the product (expires in 15 days), enter 1. Then, press Enter to confirm the evaluation information. Skip to Step 12 on page 6. • If you are installing a OEM or licensed copy of the product, enter 2. Proceed to the next step. enter product name here: Quick Start for UNIX/Linux: Version 8.0.0 5 Chapter 1: Quick Start: Progress DataDirect for ODBC for Amazon Redshift Wire Protocol Driver for UNIX/Linux Note: If you were issued multiple product keys, you can type them sequentially, separating the keys with a space. For example: xxxxkey1 xxxxkey2 xxxxkey3 9. You are prompted to enter the IPE key (control number) that was provided by Progress DataDirect. Type the IPE key (control number), including dashes, and then press ENTER. Proceed to the next step. 10. The DataDirect Installer Customer Experience Improvement Program step appears. By choosing to participate in the program, you permit the installer to gather data about your installation, such as environment information and error details, that will be used to improve our products. Choose one of the following: • If you would like to participate in the program, enter 1. • If you do not want to participate in the program, enter 2. For more information about data collection, refer to the Progress Privacy Policy. 11. The installer prompts you for product registration information. Enter your name, your company name, and the serial number provided by Progress DataDirect; then, press ENTER. 12. The Pre-Installation Summary step provides the opportunity for you to review the information you have entered, and you are prompted to accept or change the information: • Press ENTER to accept the information and begin the installation. • To change the information, type back and then press ENTER. You are prompted for the information again. • If you are installing with a licensed OEM IPE key, you are prompted for branding information. Please refer to the Progress DataDirect for ODBC Drivers Distribution Guide. 13. After completion of the installation, a message appears indicating that you have installed the software successfully. Press ENTER to close the installer. This completes the installation. After installation, you must do the following: • Configure your environment • Configure a data source See "Environment Configuration", "Setting the Library Path Environment Variable" and "Configuring a Data Source" for details. See also Environment Configuration on page 6 Configuring a Data Source on page 7 Environment Configuration After installing your driver, your first step in setting up and configuring the driver is to configure your environment variables. The following procedures require that you have the appropriate permissions to modify your environment and to read, write, and execute various files. You must log in as a user with full r/w/x permissions recursively on the entire DataDirect Connect Series for ODBC installation directory. To configure the environment: 6 enter product name here: Quick Start for UNIX/Linux: Version 8.0.0 Configuring a Data Source 1. Check your permissions: You must log in as a user with full r/w/x permissions recursively on the entire product installation directory. 2. From your login shell, determine which shell you are running by executing: echo $SHELL 3. Run one of the following product setup scripts from the installation directory to set variables: odbc.sh or odbc.csh. For Korn, Bourne, and equivalent shells, execute odbc.sh. For a C shell, execute odbc.csh. After running the setup script, execute: env to verify that the installation_directory/lib directory has been added to your shared library path. 4. Set the ODBCINI environment variable. The variable must point to the path from the root directory to the system information file where your data source resides. The system information file can have any name, but the product is installed with a default file called odbc.ini in the product installation directory. For example, if you use an installation directory of /opt/odbc and the default system information file, from the Korn or Bourne shell, you would enter: ODBCINI=/opt/odbc/odbc.ini; export ODBCINI From the C shell, you would enter: setenv ODBCINI /opt/odbc/odbc.ini Configuring a Data Source The default odbc.ini file installed in the installation directory is a template in which you create data source definitions. You enter your site-specific database connection information using a text editor. Each data source definition must include the keyword Driver=, which is the full path to the driver. The following examples show the minimum connection string options that must be set to complete a test connection, where xx represents iv for 32-bit or dd for 64-bit drivers, and yy represents the extension. The values for the options are samples and are not necessarily the ones you would use. [ODBC Data Sources] Amazon Redshift Wire Protocol=DataDirect 8.0 Amazon Redshift Wire Protocol Driver [Amazon Redshift Wire Protocol] Driver=ODBCHOME/lib/xxrsftyy.zz Database=Redshiftdb1 HostName=RedshiftServer PortNumber=5439 Connection Option Descriptions: • Database: The name of the database to which you want to connect by default.
Recommended publications
  • Simba Amazon Redshift ODBC Driver
    Simba Amazon Redshift ODBC Driver Installation and Configuration Guide Simba Technologies Inc. Version 1.4.3 September 14, 2018 Installation and Configuration Guide Copyright © 2018 Simba Technologies Inc. All Rights Reserved. Information in this document is subject to change without notice. Companies, names and data used in examples herein are fictitious unless otherwise noted. No part of this publication, or the software it describes, may be reproduced, transmitted, transcribed, stored in a retrieval system, decompiled, disassembled, reverse-engineered, or translated into any language in any form by any means for any purpose without the express written permission of Simba Technologies Inc. Trademarks Simba, the Simba logo, SimbaEngine, and Simba Technologies are registered trademarks of Simba Technologies Inc. in Canada, United States and/or other countries. All other trademarks and/or servicemarks are the property of their respective owners. Contact Us Simba Technologies Inc. 938 West 8th Avenue Vancouver, BC Canada V5Z 1E5 Tel: +1 (604) 633-0008 Fax: +1 (604) 633-0004 www.simba.com www.simba.com 2 Installation and Configuration Guide About This Guide Purpose The Simba Amazon Redshift ODBC Driver Installation and Configuration Guide explains how to install and configure the Simba Amazon Redshift ODBC Driver. The guide also provides details related to features of the driver. Audience The guide is intended for end users of the Simba Amazon Redshift ODBC Driver, as well as administrators and developers integrating the driver. Knowledge
    [Show full text]
  • Secure Data Commons
    Secure Data Commons Data Analyst User Guide www.its.dot.gov/index.htm U.S. Department of Transportation Notice This document is disseminated under the sponsorship of the Department of Transportation in the interest of information exchange. The United States Government assumes no liability for its contents or use thereof. The U.S. Government is not endorsing any manufacturers, products, or services cited herein and any trade name that may appear in the work has been included only because it is essential to the contents of the work. Revision History # Name Version Revision Date Revision Description 1 REAN Cloud 1.0 08/02/2018 Initial Draft 2 REAN Cloud 2.0 09/13/2018 Added the Export Functionality 3 REAN Cloud 3.0 10/29/2019 Added the Manage Workstations chapter and updated the Guide per feedback comments 4 SDC Team 4.0 02/06/2020 • Added description of data ingestion and curation to Chapter 1 • Added description and link to instructions for setting up and logging in with Login.gov in Chapter 2 • Added note and example command to the “Download User Data from S3 Bucket through Portal” section under Chapter 2 • Added FMI section and link to GitLab page with more sample queries to Chapter 4 Sample Queries for SDC Datasets • Added note about printing documents in Chapter 5 • Added Chapter 6 Setting Up SDC with GitLab Repositories • Added more commands to the “AWS S3 CLI Commands” section under Chapter 7 5 SDC Team 5.0 04/13/2020 • Added “Connecting to Waze Data in Redshift Using Python” section to Chapter 3 Accessing and Launching Workstations
    [Show full text]
  • Install Guide for Data Preparation for Amazon Redshift and S3
    Install Guide for Data Preparation for Amazon Redshift and S3 Version: 5.1 Doc Build Date: 02/04/2019 Copyright © Trifacta Inc. 2019 - All Rights Reserved. CONFIDENTIAL These materials (the “Documentation”) are the confidential and proprietary information of Trifacta Inc. and may not be reproduced, modified, or distributed without the prior written permission of Trifacta Inc. EXCEPT AS OTHERWISE PROVIDED IN AN EXPRESS WRITTEN AGREEMENT, TRIFACTA INC. PROVIDES THIS DOCUMENTATION AS-IS AND WITHOUT WARRANTY AND TRIFACTA INC. DISCLAIMS ALL EXPRESS AND IMPLIED WARRANTIES TO THE EXTENT PERMITTED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF MERCHANTABILITY, NON-INFRINGEMENT AND FITNESS FOR A PARTICULAR PURPOSE AND UNDER NO CIRCUMSTANCES WILL TRIFACTA INC. BE LIABLE FOR ANY AMOUNT GREATER THAN ONE HUNDRED DOLLARS ($100) BASED ON ANY USE OF THE DOCUMENTATION. For third-party license information, please select About Trifacta from the User menu. 1. Release Notes . 4 1.1 Release Notes 5.1 . 4 1.2 Release Notes 5.0 . 10 2. Install from AWS Marketplace . 17 3. Configure for AWS . 24 3.1 Configure for EC2 Role-Based Authentication . 29 4. Enable S3 Access . 30 4.1 Create Redshift Connections . 40 5. Upgrade for AWS Marketplace . 44 Page #3 Release Notes This section contains release notes for published versions of Trifacta® Wrangler Enterprise. Topics: Changes to System Behavior Changes to the Object Model Changes to the Language Changes to the APIs Changes to the Command Line Interface Changes to the Admin Settings Page Changes to the User-Defined Functions Improvements to the Type System Release Notes 5.1 Release Notes 5.0 Release Notes 4.2 Release Notes 4.1 Release Notes 4.0 Release Notes 3.2 Release Notes 5.1 Contents: What's New Changes to System Behavior Key Bug Fixes New Known Issues Welcome to Release 5.1 of Trifacta® Wrangler Enterprise! This release includes a significant expansion in database support and connectivity with more running environment versions, such as Azure Databricks.
    [Show full text]
  • Amazon Redshift ODBC Driver Installation and Configuration Guide
    Amazon Redshift ODBC Driver Installation and Configuration Guide Amazon Web Services Inc. Version 1.4.8 September 13, 2019 Amazon Redshift ODBC Driver Installation and Configuration Guide Copyright © 2019 Amazon Web Services Inc. All Rights Reserved. Information in this document is subject to change without notice. Companies, names and data used in examples herein are fictitious unless otherwise noted. No part of this publication, or the software it describes, may be reproduced, transmitted, transcribed, stored in a retrieval system, decompiled, disassembled, reverse-engineered, or translated into any language in any form by any means for any purpose without the express written permission of Amazon Web Services Inc. Parts of this Program and Documentation include proprietary software and content that is copyrighted and licensed by Simba Technologies Incorporated. This proprietary software and content may include one or more feature, functionality or methodology within the ODBC, JDBC, ADO.NET, OLE DB, ODBO, XMLA, SQL and/or MDX component(s). For information about Simba's products and services, visit: www.simba.com. Contact Us For support, check the EMR Forum at https://forums.aws.amazon.com/forum.jspa?forumID=52 or open a support case using the AWS Support Center at https://aws.amazon.com/support. 2 Amazon Redshift ODBC Driver Installation and Configuration Guide About This Guide Purpose The Amazon Redshift ODBC Driver Installation and Configuration Guide explains how to install and configure the Amazon Redshift ODBC Driver. The guide also provides details related to features of the driver. Audience The guide is intended for end users of the Amazon Redshift ODBC Driver, as well as administrators and developers integrating the driver.
    [Show full text]
  • Using Microsoft Power BI Wtih the AWS Cloud
    Using Microsoft Power BI with the AWS Cloud January 2021 Notices Customers are responsible for making their own independent assessment of the information in this document. This document: (a) is for informational purposes only, (b) represents current AWS product offerings and practices, which are subject to change without notice, and (c) does not create any commitments or assurances from AWS and its affiliates, suppliers or licensors. AWS products or services are provided “as is” without warranties, representations, or conditions of any kind, whether express or implied. The responsibilities and liabilities of AWS to its customers are controlled by AWS agreements, and this document is not part of, nor does it modify, any agreement between AWS and its customers. © 2021 Amazon Web Services, Inc. or its affiliates. All rights reserved. Contents Introduction .......................................................................................................................... 1 The Microsoft Power BI Suite.............................................................................................. 2 Power BI Desktop............................................................................................................. 2 Power BI service .............................................................................................................. 2 Power BI Report Server ................................................................................................... 3 On-premises data gateway .............................................................................................
    [Show full text]
  • Install Guide for Data Preparation for Amazon Redshift and S3
    Install Guide for Data Preparation for Amazon Redshift and S3 Version: 6.4.2 Doc Build Date: 11/26/2019 Copyright © Trifacta Inc. 2019 - All Rights Reserved. CONFIDENTIAL These materials (the “Documentation”) are the confidential and proprietary information of Trifacta Inc. and may not be reproduced, modified, or distributed without the prior written permission of Trifacta Inc. EXCEPT AS OTHERWISE PROVIDED IN AN EXPRESS WRITTEN AGREEMENT, TRIFACTA INC. PROVIDES THIS DOCUMENTATION AS-IS AND WITHOUT WARRANTY AND TRIFACTA INC. DISCLAIMS ALL EXPRESS AND IMPLIED WARRANTIES TO THE EXTENT PERMITTED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF MERCHANTABILITY, NON-INFRINGEMENT AND FITNESS FOR A PARTICULAR PURPOSE AND UNDER NO CIRCUMSTANCES WILL TRIFACTA INC. BE LIABLE FOR ANY AMOUNT GREATER THAN ONE HUNDRED DOLLARS ($100) BASED ON ANY USE OF THE DOCUMENTATION. For third-party license information, please select About Trifacta from the User menu. 1. Release Notes . 4 1.1 Changes to System Behavior . 4 1.1.1 Changes to the Language . 4 1.1.2 Changes to the APIs . 16 1.1.3 Changes to Configuration 21 1.1.4 Changes to the Command Line Interface . 23 1.1.5 Changes to the Object Model . 25 1.2 Release Notes 6.4 . 29 1.3 Release Notes 6.0 . 35 1.4 Release Notes 5.1 . 42 2. Install Overview 48 2.1 Install from AWS Marketplace . 49 3. Install Software 53 3.1 Install Dependencies without Internet Access . 53 3.2 Install for Docker 55 3.3 Install on CentOS and RHEL . 64 3.4 Install on Ubuntu . 67 3.5 License Key .
    [Show full text]
  • AWS Schema Conversion Tool User Guide Version 1.0 AWS Schema Conversion Tool User Guide
    AWS Schema Conversion Tool User Guide Version 1.0 AWS Schema Conversion Tool User Guide AWS Schema Conversion Tool: User Guide Copyright © Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be used in connection with any product or service that is not Amazon's, in any manner that is likely to cause confusion among customers, or in any manner that disparages or discredits Amazon. All other trademarks not owned by Amazon are the property of their respective owners, who may or may not be affiliated with, connected to, or sponsored by Amazon. AWS Schema Conversion Tool User Guide Table of Contents What Is the AWS SCT? ........................................................................................................................ 1 Schema conversion overview ....................................................................................................... 2 Giving feedback ......................................................................................................................... 2 Installing, verifying, and updating ........................................................................................................ 4 Installing AWS SCT ..................................................................................................................... 4 Installing previous versions .................................................................................................. 5 Verifying the AWS SCT file download .........................................................................................
    [Show full text]
  • Simba Amazon Redshift ODBC Driver Installation and Configuration Guide Explains How to Install and Configure the Simba Amazon Redshift ODBC Driver
    Simba Amazon Redshift ODBC Driver Installation and Configuration Guide Simba Technologies Inc. Version 1.3.7 Septmber 27, 2017 Installation and Configuration Guide Copyright © 2017 Simba Technologies Inc. All Rights Reserved. Information in this document is subject to change without notice. Companies, names and data used in examples herein are fictitious unless otherwise noted. No part of this publication, or the software it describes, may be reproduced, transmitted, transcribed, stored in a retrieval system, decompiled, disassembled, reverse-engineered, or translated into any language in any form by any means for any purpose without the express written permission of Simba Technologies Inc. Trademarks Simba, the Simba logo, SimbaEngine, and Simba Technologies are registered trademarks of Simba Technologies Inc. in Canada, United States and/or other countries. All other trademarks and/or servicemarks are the property of their respective owners. Contact Us Simba Technologies Inc. 938 West 8th Avenue Vancouver, BC Canada V5Z 1E5 Tel: +1 (604) 633-0008 Fax: +1 (604) 633-0004 www.simba.com www.simba.com 2 Installation and Configuration Guide About This Guide Purpose The Simba Amazon Redshift ODBC Driver Installation and Configuration Guide explains how to install and configure the Simba Amazon Redshift ODBC Driver. The guide also provides details related to features of the driver. Audience The guide is intended for end users of the Simba Amazon Redshift ODBC Driver, as well as administrators and developers integrating the driver. Knowledge
    [Show full text]
  • Dgsecure Ondemand-Agent Installation and Configuration
    DgSecure OnDemand-Agent Installation and Configuration DgSecure OnDemand – Installation and Configuration| Copyright © 2020 1 Table of Contents 1. Installation of DgSecure Agents ......................................................................................................... 3 1.1 Pre-requisites .................................................................................................................................. 3 1.2 Download Installer .......................................................................................................................... 3 1.3 Installation Steps ............................................................................................................................. 4 1.4 Add Agent to DgSecure ................................................................................................................... 5 2. Masking Grants ....................................................................................................................................... 8 2.1 Redshift ........................................................................................................................................... 8 2.2 Snowflake ........................................................................................................................................ 9 2.3 SQL Server ..................................................................................................................................... 10 2.4 Azure ............................................................................................................................................
    [Show full text]
  • ALMA Science Archive Manual
    Doc 8.15, ver. 1.1 | March, 2021 ALMA Science Archive Manual ALMA, an international astronomy facility, is a partnership of Europe, North America and East Asia in cooperation with the Republic of Chile. For further information or to comment on this document, please contact your regional Helpdesk through the ALMA User Portal at www.almascience.org . Helpdesk tickets will be redirected automatically to the nearest ALMA Regional Center at ESO, NAOJ or NRAO. Version Date Editors 4.1.0.x March 2016 Felix Stoehr, Eric Murphy, Mark Lacy, Stéphane Leon, Erik Muller, Kouchiro Nakanishi 5.1.0.x March 2017 Brenda Matthews, Felix Stoehr, Mark Lacy, Kouchiro Nakanishi, Stéphane Leon 6.1.0.x March 2018 Brenda Matthews, Felix Stoehr, John Hibbard, Kouchiro Nakan- ishi, Kuo-Song Wang, Stéphane Leon 7.1.0.x March 2019 Felix Stoehr, Brenda Matthews, Kuo-Song Wang, Adele Plunkett, Rie Miura 8.1.0.x March 2020 Felix Stoehr, Brenda Matthews, Kuo-Song Wang, Adele Plunkett, Patricio Sanhueza 8.2.0.x March 2021 Felix Stoehr, Adele Plunkett, Andy Lipnicky, Brenda Matthews, Kuo-Song Wang, Patricio Sanhueza In publications, please refer to this document as: F. Stoehr et al. 2020, ALMA Science Archive Manual, ALMA Doc. 8.15 v1.0 Contents 1 Introduction 1 1.1 Quickstart.................................................1 1.2 User support...............................................1 2 Science Portal 3 2.1 Archive Data and Documents......................................3 2.2 Project access delegation.........................................3 3 Science Archive 5 3.1 Content and policies...........................................5 3.2 Querying the ALMA Science Archive..................................5 3.3 Browsing the results...........................................7 3.4 Selecting the les for download.....................................9 3.5 Visualizing the data..........................................
    [Show full text]
  • Psycopg Documentation Release 2.7.6
    Psycopg Documentation Release 2.7.6 Federico Di Gregorio Jul 15, 2019 CONTENTS 1 Introduction 3 1.1 Prerequisites...............................................3 1.2 Binary install from PyPI.........................................4 1.3 Non-standard builds...........................................5 1.4 Running the test suite..........................................6 1.5 If you still have problems........................................6 2 Basic module usage 7 2.1 Passing parameters to SQL queries...................................8 2.2 Adaptation of Python values to SQL types............................... 10 2.3 Transactions control........................................... 14 2.4 Server side cursors............................................ 15 2.5 Thread and process safety........................................ 16 2.6 Using COPY TO and COPY FROM................................... 17 2.7 Access to PostgreSQL large objects................................... 17 2.8 Two-Phase Commit protocol support.................................. 17 3 The psycopg2 module content 19 3.1 Exceptions................................................ 20 3.2 Type Objects and Constructors...................................... 22 4 The connection class 25 5 The cursor class 35 6 More advanced topics 45 6.1 Connection and cursor factories..................................... 45 6.2 Adapting new Python types to SQL syntax............................... 45 6.3 Type casting of SQL types into Python objects............................. 46 6.4 Asynchronous notifications......................................
    [Show full text]
  • Amazon Redshift ODBC Driver Installation and Configuration Guide
    Amazon Redshift ODBC Driver Installation and Configuration Guide Amazon Web Services Inc. Version 1.4.20 November 13, 2020 Amazon Redshift ODBC Driver Installation and Configuration Guide Copyright © 2020 Amazon Web Services Inc. All Rights Reserved. Information in this document is subject to change without notice. Companies, names and data used in examples herein are fictitious unless otherwise noted. No part of this publication, or the software it describes, may be reproduced, transmitted, transcribed, stored in a retrieval system, decompiled, disassembled, reverse-engineered, or translated into any language in any form by any means for any purpose without the express written permission of Amazon Web Services Inc. Parts of this Program and Documentation include proprietary software and content that is copyrighted and licensed by Simba Technologies Incorporated. This proprietary software and content may include one or more feature, functionality or methodology within the ODBC, JDBC, ADO.NET, OLE DB, ODBO, XMLA, SQL and/or MDX component(s). For information about Simba's products and services, visit: www.simba.com. Contact Us For support, check the EMR Forum at https://forums.aws.amazon.com/forum.jspa?forumID=52 or open a support case using the AWS Support Center at https://aws.amazon.com/support. 2 Amazon Redshift ODBC Driver Installation and Configuration Guide About This Guide Purpose The Amazon Redshift ODBC Driver Installation and Configuration Guide explains how to install and configure the Amazon Redshift ODBC Driver. The guide also provides details related to features of the driver. Audience The guide is intended for end users of the Amazon Redshift ODBC Driver, as well as administrators and developers integrating the driver.
    [Show full text]