psOListIndices

Description

     This program writes a text file listing the names of the
indices at an ODBC data source.   You can limit the list to those
indices belonging to a set of tables (-W, -N, -E and -I).

 

Syntax

psOListIndices -Sdsn -Vserver -Uusername -Ppassword
-Dcatalog -Wowner -Ntable
-Eexc_table_name_pattern -Ilist_of_tables_file
-Foutput_script -Ooptions

 

Arguments

-S

ODBC Data Source

-V

ODBC Server Name

-U

ODBC User Name

-P

ODBC User's Password

-A

ODBC Other Attributes

-D

ODBC Catalog (Database)

-W

Table belongs to this 'schema'

-N

Table having pattern 'name'

-E

Exclude tables with pattern

-I

Input file containing list of tables names to copy

-F

Output file [standard output]

-O

Options

 

Options

m

Use Data Direct ODBC drivers

t

Write the index name using table.index format

s

Write the index name using schema.index format

a

Write the index name using schema.table.index format

 

Environment Variables Behind the Scenes

ODBC_DSN

When -S is not specified.

ODBC_SERVER

When -V is not specified.

ODBC_USER

When -U is not specified.

ODBC_PASS

When -P is not specified.

ODBC_ATTR

When -A is not specified.

PS_SYSMSG_FILE

Name of the tool's messages file.

PS_SYSPARAM_FILE

Name of the system parameter file

 

Go to DBPowerSuite 7.9 List of Programs.


Updated: Thu Jun 18 21:12:26 2009