DATE: Oracle DBMS date and time. Contains century, year, month, day, hour, minute, and second information. LeasePak uses only the date portion (century, year, month, day). It does not use the time portion (hour, minute, second). If the datatype of a column is DATE, the column name begins with 'd_'.
datetime: Sybase DBMS date and time. Contains century, year, month, day, hour, minute, second, and second fraction (accurate to 1/300 second) information. If a column has a datetime datatype and the column name begins with 'd_', LeasePak uses only the date portion (century, year, month, day); it does not use time portion (hour, minute, second, second fraction). If a column has a datetime datatype and the column name begins with 'dt_', LeasePak uses both the date and time portions.
db_update_statistics: LeasePak server script. Updates statistics, selected and tuned for LeasePak databases, for an entire LeasePak database, a single LeasePak database table, or the Oracle data dictionary.
View additional information for db_update_statistics in the LeasePak Man Pages.
DBMS host: Host containing the DBMS server software.
DBO: LeasePak database owner. See LeasePak database owner.
double precision: Sybase DBMS floating-point number. Used to store percentages, rates, and dollar amounts.
LeasePak database: (LLDB) – a logical database. Collection of LeasePak tables, views, indexes, stored procedures, and other objects related to the operation of LeasePak.
LeasePak database owner: DBMS user, often abbreviated as DBO. For Oracle DBMS, this user is the Oracle schema for the LeasePak database (LLDB). For Sybase DBMS, this is the owner of the LLDB.
LLDB: LeasePak logical database. See LeasePak database.