oracle常用语句总结
摘要:        
一、用户管理类1、创建用户:Create user usernameIdentified by passwordDefault tablespace tablespacenameTemporary tablespace temp;2、查询数据库用户select username from dba_users;3、删除用户:drop user username cascade;4、修改用户属性Alter user usernameIdentified by new_passwordDefault tablespace tablespacename_newTemporary tablespace     阅读全文
        
    
                    
                
浙公网安备 33010602011771号