[nsdba62a] db_create ERROR: Usage: db_create [-pbocs] environment-name [new-dbo-passwd [srvadm-password]] where: -p = db_setup_phys -b = db_build -o = db_load_obj -c = db_load_code -s = db_set_security db_setup_phys - allocates storage segments to the LLDB db_build - drops existing LLDB constructs LLDB on the storage segments db_load_obj - creates tables & indexes db_load_code - loads stored procedures, triggers, and views db_set_security - grants privileges on the tables, views and procedures