天天看點

oracle學習筆記删除使用者建立使用者指定權限查詢這個使用者下的表名編碼查詢查詢建立表

drop user username cascade;

create user infodomain identified by username

grant adb to username

select table_name from user_tables;