Advantages Of Teradata

1688 Words7 Pages

Teradata is a fully scalable relational database management system produced by Teradata Corp. It is extensively used to manage large data warehousing operations. The Teradata database system is based on off-the-shelf symmetric multiprocessing technology combined with communication networking, connecting symmetric multiprocessing systems to form large parallel processing systems. Teradata is an open system, running on a UNIX MP-RAS or Windows server platform.
It is capable of supporting many concurrent users from various client platforms. It is compatible with industry standards (ANSI compliant). It is completely built on a parallel architecture.
Teradata acts as a single data store that accepts a large number of concurrent request from multiple …show more content…

• It supports structured programming through functions and procedures.
• It supports object-oriented programming.
• It supports developing web applications and server pages.
Advantages of PL/SQL
PL/SQL has the following advantages:
• SQL is the standard database language and PL/SQL is strongly integrated with SQL. PL/SQL supports both static and dynamic SQL. Static SQL supports DML operations and transaction control from PL/SQL block. Dynamic SQL is SQL allows embedding DDL statements in PL/SQL blocks.
• PL/SQL allows sending an entire block of statements to the database at one time. This reduces network traffic and provides high performance for the applications.
• PL/SQL gives high productivity to programmers as it can query, transform, and update data in a database.
• PL/SQL saves time on design and debugging by strong features, such as exception handling, encapsulation, data hiding, and object-oriented data types.
• Applications written in PL/SQL are fully portable.
• PL/SQL provides high security level.
• PL/SQL provides access to predefined SQL packages.
• PL/SQL provides support for Object-Oriented Programming.
• PL/SQL provides support for Developing Web Applications and Server …show more content…

The SQLException class provides information on a database access error.
Each SQLException provides several kinds of information:
• a string describing the error. This is used as the Java Exception message, and is available via the getMesage() method
• A "SQLstate" string which follows the XOPEN SQLstate conventions. The values of the SQLState string as described in the XOPEN SQL spec.
• An integer error code that is vendor specific. Normally this will be the actual error code returned by the underlying database.
• A chain to a next Exception. This can be used to provided additional error information.
QUARTZ
Quartz is a job scheduling library that can be integrated into a wide variety of Java applications.
Quartz is generally used for enterprise class applications to support process workflow, system management (maintenance) actions and to provide timely services within the applications. Quartz also supports clustering.
Quartz is an open-source product from the Terracotta

More about Advantages Of Teradata

Open Document