oracle 建立用户

-- Create the user create user TEST_USER identified by TEST_USER default tablespace USERS temporary tablespace TEMP profile DEFAULT;-- Grant/Revoke role privileges grant dba to TEST_USER ;-- Grant
相关文章
相关标签/搜索