Skip Headers
Oracle® Database Gateway for Teradata User's Guide
11g Release 2 (11.2)

Part Number E12068-03
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub
TGTEU500

B Supported SQL Syntax and Functions

This appendix contains the following sections:

TGTEU756

B.1 Supported SQL Statements

With a few exceptions, the gateway provides full support for Oracle DELETE, INSERT, SELECT, and UPDATE statements.

The gateway does not support Oracle data definition language (DDL) statements. No form of the Oracle ALTER, CREATE, DROP, GRANT, or TRUNCATE statements can be used. Instead, use the pass-through feature of the gateway if you need to use DDL statements against the Teradata database.

See Also:

Oracle Database SQL Language Reference for detailed descriptions of keywords, parameters, and options.
TGTEU757

B.1.1 DELETE

The DELETE statement is fully supported. However, only Oracle functions supported by Teradata can be used.

See Also:

"Functions Supported by Teradata" for a list of supported functions.
TGTEU758

B.1.2 INSERT

The INSERT statement is fully supported. However, only Oracle functions supported by Teradata can be used.

See Also:

"Functions Supported by Teradata" for a list of supported functions.
TGTEU759

B.1.3 SELECT

The SELECT statement is fully supported, with these exceptions:

  • CONNECT BY condition

  • NOWAIT

  • START WITH condition

  • WHERE CURRENT OF

TGTEU760

B.1.4 UPDATE

The UPDATE statement is fully supported. However, only Oracle functions supported by Teradata can be used. Also, you cannot have SQL statements in the subquery that refer to the same table name in the outer query. Subqueries are not supported in the SET clause.

See Also:

"Functions Supported by Teradata" for a list of supported functions.
TGTEU761

B.2 Oracle Functions

All functions are evaluated by the Teradata database after the gateway has converted them to Teradata SQL.

TGTEU762

B.2.1 Functions Not Supported by Teradata

Oracle SQL functions with no equivalent function in Teradata are not supported in DELETE, INSERT, or UPDATE statements, but are evaluated by the Oracle database if the statement is a SELECT statement. That is, the Oracle database performs post-processing of SELECT statements sent to the gateway.

If an unsupported function is used in a DELETE, INSERT, or UPDATE, statement, the following Oracle error occurs:

ORA-02070: database db_link_name does not support function in this context
TGTEU763

B.2.2 Functions Supported by Teradata

The gateway translates the following Oracle database functions in SQL statements to their equivalent Teradata functions:

TGTEU764

B.2.2.1 Arithmetic Operators

Oracle Teradata
+ +
- -
* *
/ /

TGTEU765

B.2.2.2 Comparison Operators

Oracle Teradata
= =
> >
< <
>= >=
<= <=
<>, !=, ^= <>, !=
IS NOT NULL IS NOT NULL
IS NULL IS NULL

TGTEU766

B.2.2.3 Group Functions

Oracle Teradata
AVG AVG
COUNT COUNT
MAX MAX
MIN MIN
SUM SUM

TGTEU767

B.2.2.4 String Functions

Oracle Teradata
INSTR POSITION

TGTEU768

B.2.2.5 Other Functions

Oracle Teradata
ABS ABS
EXP EXP
LOG(a, b) LOG10(b) / LOG10(a)
POWER **
SQRT SQRT

Reader Comment

   

Comments, corrections, and suggestions are forwarded to authors every week. By submitting, you confirm you agree to the terms and conditions. Use the OTN forums for product questions. For support or consulting, file a service request through My Oracle Support.

Hide Navigation

Quick Lookup

Database Library · Master Index · Master Glossary · Book List · Data Dictionary · SQL Keywords · Initialization Parameters · Advanced Search · Error Messages

Main Categories

This Page

This Document

New and changed documents:
RSS Feed HTML RSS Feed PDF