Oacle 사용자 명령 만 들 기

804 단어 Oacle

--     testuser    123456 
create user testuser identified by 123456;
grant resource,connect to testuser ;
grant select any dictionary to testuser ;
grant select any sequence to testuser ;
grant select any table to testuser ;
grant create any table,alter any table,drop any table,create any view to testuser ;
grant select any table,update any table to testuser ;
grant insert any table,delete any table to testuser ;
grant create any table,alter any table,drop any table to testuser ;
grant create any trigger,alter any trigger,drop any trigger to testuser ;
grant create any procedure,alter any procedure,drop any procedure to testuser ;
grant create any sequence,alter any sequence,drop any sequence to testuser ;
grant create any synonym,drop any synonym to testuser ;

좋은 웹페이지 즐겨찾기