Sample Structure Description File: sports2000.st
# # The following defines the Primary Recovery Area consisting of one # variable length extent. It resides in the /usr2/bi directory: # b /usr2/bi # # The following defines the Schema Area consisting of one variable length # extent, residing in the current working directory: # d "Schema Area" . # # The following defines three fixed length After Image Areas each equal to # 1 MB in size: # a /usr3/ai f 1024 a /usr3/ai f 1024 a !"/usr3/ai data" f 1024 # # The following defines a Transaction Log Area equal to 4 MB in size and # residing in the current working directory. This storage area is used # for 2 phase commit: # t . f 4096 # # The following defines six Application Data Areas each with one fixed # length extent equal to 1 MB in size and 1 variable length extent: # d "Employee",32 /usr1/emp f 1024 d "Employee",32 /usr1/emp # d "Inventory",32 /usr1/inv f 1024 d "Inventory",32 /usr1/inv # d "Cust_Data",32;64 /usr1/cust f 1024 d "Cust_Data",32;64 /usr1/cust #d "Cust_Index",32;8 /usr1/cust f 1024 d "Cust_Index",32;8 /usr1/cust # d "Order",32;64 /usr1/ord f 1024 d "Order",32;64 /usr1/ord # d "Misc",32 !"/usr1/misc data" f 1024 d "Misc",32 !"/usr1/misc data" # # Note that the directory pathname for the "Misc" application data area # contains spaces, and to recognize that the pathname is specified with # an ! (exclamation point) and " " (quotation marks). |