Connecting to .NET for Oracle - SQL Assistant

Teradata SQL Assistant for Microsoft Windows User Guide

Product
SQL Assistant
Release Number
15.00
Language
English (United States)
Last Update
2018-09-27
dita:id
B035-2430
lifecycle
previous
Product Category
Teradata Tools and Utilities

Connecting to .NET for Oracle

For more information on defining .NET data sources, see “Defining a .NET Data Provider for Oracle Data Source” on page 30.

To connect to a .NET for Oracle data source

1 Use the Provider drop down menu to select Oracle.NET.

2 Do one of the following:

  • Select Tools > Connect.
  • On the toolbar click .
  • The Oracle .NET Connection Information dialog box opens.

    3 Select the data source and enter the applicable information.

    When Connected to an Oracle .NET Data Source

    The following list details what occurs when a connection is established with a Oracle .NET data source:

  • Decimal columns with more than 28 digits might be displayed as <Error>.
  • The correct case for Database/User names (generally Uppercase) must be used.
    This applies to the Connection dialog box, when adding Databases to the Explorer tree, or when enclosing object names within double quotes.
  • Create Procedure statements must end with a semicolon.
    These statements create, but not compile, the procedure. The procedure must be compiled before it can be executed.