What is the scope of the Warehouse comment (*) character ?
Unlike some languages where a comment indicator applies only to the physical line it occupies, the Warehouse comment character (*) applies to a logical line, where a logical line is composed of one or more physical lines. Hence the scope of a Warehouse comment is one or more physical lines. In the following OPEN statement, the Warehouse continuation character (&) is used to extend the statement across multiple physical lines : open db & remote sol22 user=qa password=homer & oracle scott/tiger home=c:\oracle\ora81 sid=ora816 When Warehouse encounters a comment character in the script, it looks for trailing continuation characters, and discards all continued physical lines that immediately follow. Warehouse then resumes its detailed parsing at the next un-continued line.
What is the scope of the Warehouse comment (*) character ?