Missing Objects Report
The missing objects report provides a general overview of the missing objects referenced in the main objects of your source code.
Last updated
The missing objects report provides a general overview of the missing objects referenced in the main objects of your source code.
Last updated
Missing object is the term used to refer to missing DDL definitions inside the source code that are being referenced by code units. The table below shows which elements could be missing objects in each supported language.
Object | Teradata | Oracle | SQL Server |
---|---|---|---|
If an asterisk ('*') is listed in the section above, it means that the object is used to call properties from itself that are not considered DDL statements such as constants, variables, or cursors.
The missing objects report can be found in a folder named "reports", in the output folder of your conversion. The name of the file itself starts with "MissingObjectReferences" so it can easily be located.
The format of the file is .CSV.
The missing objects report contains the following information about all the missing objects found while converting:
Variables defined in shell files used in script files like .bteq are considered missing objects because their definition is not part of the input files that SnowConvert processes. E.g. the myDB
variable is defined in the shell file but this is a file that is not part of the input for SnowConvert. Only the .bteq file will be processed and therefore, line 5 will be marked as a missing reference.
Column | Description |
---|---|