| 
			   
                   A single environment can contain multiple databases, which 
                    can be any combination of supported database types. 
                    
                  Logical names can be up to 32 characters long and must 
                    begin with a letter (upper or lower case). They can 
                    contain letters, numbers or any of the following characters: 
                  _ ^ % @ ! # 
                    
                  Spaces and periods (.) cannot be used in names. Names containing 
                    other characters, or OACOMP or SQL reserved words, must be 
                    enclosed in double quotes (" ") or single quotes 
                    (' '). 
                    
                  You can comment the Environment source file using conventional 
                    C-style comment notation: 
                  /* This is a comment 
                    which can span multiple lines. */ 
                    
                  Syntax Convention
                  [ ] Optional syntax 
                  { } Required, choose one from the set. 
                    
                  top 
                  
			   |