1. 程式人生 > >oracle授權表許可權給使用者

oracle授權表許可權給使用者

命令:grant  xxx許可權 on Table to USER
grant select,insert,update,delete,all on 表名 to 使用者名稱
例如:將test表的查詢許可權賦予tom這個使用者
grant select on test to tom