The following example readies the domain YACHTS for WRITE access: DTR> READY YACHTS WRITE The following example readies the domain PHONES for EXTEND access: DTR> READY PHONES (*) EXTEND Enter password for PHONES: DTR> The following example defines a domain with the prompt built into the domain definition. DEC DATATRIEVE does not display the password: DTR> DEFINE DOMAIN PROMPT_YACHTS USING YACHT(*) ON YACHT; DTR> READY PROMPT_YACHTS AS PYTS Enter password for YACHT: DTR> The following example readies the relations EMPLOYEES and SALARY_ HISTORY in the Oracle Rdb database PERSONNEL for SNAPSHOT access: DTR> READY PERSONNEL USING EMPLOYEES, SALARY_HISTORY DTR> The following example readies the SALARY_HISTORY relation in the Oracle Rdb database PERSONNEL for SHARED WRITE access with the CONCURRENCY option: DTR> READY PERSONNEL SHARED WRITE USING SALARY_HISTORY CONCURRENCY The following example readies the Oracle CODASYL DBMS domain VENDORS for the default access mode SHARED READ: DTR> READY VENDORS DTR>