create_database_spec

create_database_spec 
      ::= 
      ( "controlile" "reuse" ) 
      | ( "logfile" { group_file_spec } ) 
      | ( "maxlogfiles" n ) 
      | ( "maxlogmembers" n ) 
      | ( "maxloghistory" n ) 
      | ( "datafile" file_spec_list ) 
      | ( "maxdatafiles" n ) 
      | ( "maxinstances" n ) 
      | ( "archivelog" | "noarchivelog" ) 
      | ( "character" "set" char_set_name ) 
      | ( "exclusive" ) 

[rule list]
This rule is called by

create_database