Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

oracle.owb.oracle
Interface OracleModulePhysicalProperties


public interface OracleModulePhysicalProperties

OracleModulePhysicalProperties interface contains the physical property names for OracleModulePhysicalProperties.


Field Summary
static java.lang.String ABAP_DIRECTORY
          Location where ABAP scripts are stored
static java.lang.String ABAP_EXTENSION
          File name extension for ABAP scripts
static java.lang.String ABAP_RUN_PARAMETER_FILE
          Run Parameter File Suffix for the parameter script in a ABAP job.
static java.lang.String ABAP_SPOOL_DIRECTORY
          Location where ABAP scripts are buffered during script generation processing.
static java.lang.String APPLICATION_SHORT_NAME
          Application Short Name
static java.lang.String ARCHIVE_DIRECTORY
          Archive Directory
static java.lang.String CONNECT_STRING
          A Net*8 style connection string to the remote database.
static java.lang.String DDL_DIRECTORY
          Location where scripts for database objects for the target schema are stored.
static java.lang.String DDL_EXTENSION
          File name extension for DDL scripts.
static java.lang.String DDL_SPOOL_DIRECTORY
          Location where DDL scripts are buffered during script generation processing.
static java.lang.String DEFAULT_INDEX_TABLESPACE
          Default name of tablespace to install indexes into.
static java.lang.String DEFAULT_OBJECT_TABLESPACE
          Default name of tablespace to install objects into.
static java.lang.String DEPLOYABLE
          Warehouse Builder generates a set of scripts to create an object only for those object marked as Deployable = true
static java.lang.String END_OF_LINE
          End of Line
static java.lang.String INPUT_DIRECTORY
          Input Directory
static java.lang.String INVALID_DIRECTORY
          Directory for SQL*Loader errors and rejected records
static java.lang.String LIB_DIRECTORY
          LIB Directory
static java.lang.String LIB_EXTENSION
          LIB Extension
static java.lang.String LIB_SPOOL_DIRECTORY
          LIB Spool Directory
static java.lang.String LOADER_DIRECTORY
          Location where control files are stored.
static java.lang.String LOADER_EXTENSION
          Suffix for the loader scripts
static java.lang.String LOADER_RUN_PARAMETER_FILE
          Suffix for the parameter initialization file.
static java.lang.String LOG_DIRECTORY
          Log Directory for the SQL*Loader
static java.lang.String MAIN_APPLICATION_SHORT_NAME
          Main Application Short Name
static java.lang.String PLSQL_DIRECTORY
          Location where PL/SQL scripts are stored.
static java.lang.String PLSQL_EXTENSION
          File name extension for PL/SQL scripts.
static java.lang.String PLSQL_GENERATION_MODE
          Generation mode controls validation and generation for version specific features.
static java.lang.String PLSQL_RUN_PARAMETER_FILE
          Suffix for the parameter script in a PL/SQL job.
static java.lang.String PLSQL_SPOOL_DIRECTORY
          Location where PL/SQL scripts are buffered during script generation processing.
static java.lang.String PORT
          The port number on the machine where the database listens to.
static java.lang.String RECEIVE_DIRECTORY
          Receive Directory
static java.lang.String REMOTE_HOST_NAME
          The machine where the remote database resides on.
static java.lang.String SCHEMA_OWNER
          Schema Owner
static java.lang.String SERVICE_NAME
          The service name (global DB name) of the database instance on the remote machine.
static java.lang.String SORT_DIRECTORY
          Sort Directory
static java.lang.String TCL_DIRECTORY
          Location for TCL scripts that are generated after registration with Oracle Enterprise Manager
static java.lang.String TOP_DIRECTORY
          Top Directory where generated code will get stored
static java.lang.String WORK_DIRECTORY
          Work Directory

 

Field Detail

PLSQL_EXTENSION

public static final java.lang.String PLSQL_EXTENSION
File name extension for PL/SQL scripts.
See Also:
Constant Field Values

DEFAULT_OBJECT_TABLESPACE

public static final java.lang.String DEFAULT_OBJECT_TABLESPACE
Default name of tablespace to install objects into.
See Also:
Constant Field Values

LIB_EXTENSION

public static final java.lang.String LIB_EXTENSION
LIB Extension
See Also:
Constant Field Values

REMOTE_HOST_NAME

public static final java.lang.String REMOTE_HOST_NAME
The machine where the remote database resides on.
See Also:
Constant Field Values

LOADER_EXTENSION

public static final java.lang.String LOADER_EXTENSION
Suffix for the loader scripts
See Also:
Constant Field Values

PORT

public static final java.lang.String PORT
The port number on the machine where the database listens to.
See Also:
Constant Field Values

LIB_DIRECTORY

public static final java.lang.String LIB_DIRECTORY
LIB Directory
See Also:
Constant Field Values

RECEIVE_DIRECTORY

public static final java.lang.String RECEIVE_DIRECTORY
Receive Directory
See Also:
Constant Field Values

ABAP_DIRECTORY

public static final java.lang.String ABAP_DIRECTORY
Location where ABAP scripts are stored
See Also:
Constant Field Values

PLSQL_RUN_PARAMETER_FILE

public static final java.lang.String PLSQL_RUN_PARAMETER_FILE
Suffix for the parameter script in a PL/SQL job.
See Also:
Constant Field Values

PLSQL_DIRECTORY

public static final java.lang.String PLSQL_DIRECTORY
Location where PL/SQL scripts are stored.
See Also:
Constant Field Values

CONNECT_STRING

public static final java.lang.String CONNECT_STRING
A Net*8 style connection string to the remote database. Alternatively, you can specify machine, port, service name of the remote database.
See Also:
Constant Field Values

TOP_DIRECTORY

public static final java.lang.String TOP_DIRECTORY
Top Directory where generated code will get stored
See Also:
Constant Field Values

WORK_DIRECTORY

public static final java.lang.String WORK_DIRECTORY
Work Directory
See Also:
Constant Field Values

END_OF_LINE

public static final java.lang.String END_OF_LINE
End of Line
See Also:
Constant Field Values

INPUT_DIRECTORY

public static final java.lang.String INPUT_DIRECTORY
Input Directory
See Also:
Constant Field Values

ABAP_RUN_PARAMETER_FILE

public static final java.lang.String ABAP_RUN_PARAMETER_FILE
Run Parameter File Suffix for the parameter script in a ABAP job.
See Also:
Constant Field Values

SERVICE_NAME

public static final java.lang.String SERVICE_NAME
The service name (global DB name) of the database instance on the remote machine.
See Also:
Constant Field Values

ABAP_SPOOL_DIRECTORY

public static final java.lang.String ABAP_SPOOL_DIRECTORY
Location where ABAP scripts are buffered during script generation processing.
See Also:
Constant Field Values

LOG_DIRECTORY

public static final java.lang.String LOG_DIRECTORY
Log Directory for the SQL*Loader
See Also:
Constant Field Values

TCL_DIRECTORY

public static final java.lang.String TCL_DIRECTORY
Location for TCL scripts that are generated after registration with Oracle Enterprise Manager
See Also:
Constant Field Values

DDL_SPOOL_DIRECTORY

public static final java.lang.String DDL_SPOOL_DIRECTORY
Location where DDL scripts are buffered during script generation processing.
See Also:
Constant Field Values

ARCHIVE_DIRECTORY

public static final java.lang.String ARCHIVE_DIRECTORY
Archive Directory
See Also:
Constant Field Values

DDL_DIRECTORY

public static final java.lang.String DDL_DIRECTORY
Location where scripts for database objects for the target schema are stored.
See Also:
Constant Field Values

PLSQL_GENERATION_MODE

public static final java.lang.String PLSQL_GENERATION_MODE
Generation mode controls validation and generation for version specific features.
See Also:
Constant Field Values

INVALID_DIRECTORY

public static final java.lang.String INVALID_DIRECTORY
Directory for SQL*Loader errors and rejected records
See Also:
Constant Field Values

LIB_SPOOL_DIRECTORY

public static final java.lang.String LIB_SPOOL_DIRECTORY
LIB Spool Directory
See Also:
Constant Field Values

DEFAULT_INDEX_TABLESPACE

public static final java.lang.String DEFAULT_INDEX_TABLESPACE
Default name of tablespace to install indexes into.
See Also:
Constant Field Values

PLSQL_SPOOL_DIRECTORY

public static final java.lang.String PLSQL_SPOOL_DIRECTORY
Location where PL/SQL scripts are buffered during script generation processing.
See Also:
Constant Field Values

DDL_EXTENSION

public static final java.lang.String DDL_EXTENSION
File name extension for DDL scripts.
See Also:
Constant Field Values

ABAP_EXTENSION

public static final java.lang.String ABAP_EXTENSION
File name extension for ABAP scripts
See Also:
Constant Field Values

DEPLOYABLE

public static final java.lang.String DEPLOYABLE
Warehouse Builder generates a set of scripts to create an object only for those object marked as Deployable = true
See Also:
Constant Field Values

APPLICATION_SHORT_NAME

public static final java.lang.String APPLICATION_SHORT_NAME
Application Short Name
See Also:
Constant Field Values

SORT_DIRECTORY

public static final java.lang.String SORT_DIRECTORY
Sort Directory
See Also:
Constant Field Values

LOADER_DIRECTORY

public static final java.lang.String LOADER_DIRECTORY
Location where control files are stored.
See Also:
Constant Field Values

MAIN_APPLICATION_SHORT_NAME

public static final java.lang.String MAIN_APPLICATION_SHORT_NAME
Main Application Short Name
See Also:
Constant Field Values

LOADER_RUN_PARAMETER_FILE

public static final java.lang.String LOADER_RUN_PARAMETER_FILE
Suffix for the parameter initialization file.
See Also:
Constant Field Values

SCHEMA_OWNER

public static final java.lang.String SCHEMA_OWNER
Schema Owner
See Also:
Constant Field Values

Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.