This is an old revision of the document!



Ispirer Home Page Ispirer SQLWays Product Page Request SQLWays

Sqlways.ini File - Section [NETEZZA]

This article describes sqlways.ini file [NETEZZA] section and options it contains.

Option name Description
HOST This option sets the host name where import will be done.
DATABASE This option sets the database name where import will be done.
USER This option sets user account that will be used to connect to Netezza database.
PWD This option sets password that will be used together with the user account to connect to Netezza database.
PORT This option sets port number that will be used to connect to Netezza database.
TARGET_VERSION This option sets the version number of the database where import will be done.
BIN This option sets the path to the native utility (nzsql.exe) that will be used by SQLWays Wizard tool to make an import into the Netezza database.
TABLES_WITH_OIDS This option defines whether the tables will be created with OID. OID column is a system column created for each table. It contains the unique identifier for the row of data in the database and can be used as a unique pointer to the exact record in the database. By default this option is set to “Yes”. This means that all the CREATE TABLE statements will be created with the WITH OIDS option.
Possible values - “Yes”, “No” or Empty.
Default value - “Yes”.
TABLESPACE In this option can be specified tablespace name that will be used in CREATE TABLE statements in Netezza.
Default value - Empty.
INDEX_TABLESPACE In this option can be specified tablespace name that will be used in CREATE INDEX statements in Netezza.
Default value - Empty.
USE_SOURCE_TABLESPACE_NAMES This option defines whether the original tablespace names will be used in the converted object definitions.
Possible values - “Yes”, “No” or Empty.
Default value - “No” or Empty.

Example:

[NETEZZA]
HOST=hostname
DATABASE=test
USER=postgres
PORT=4444


Ispirer Home Page Ispirer SQLWays Product Page Request SQLWays


© 1999-2024, Ispirer Systems, LLC. All Rights Reserved.