oralce创建用户
oralce创建用户:
sqlplus /nolog回车
	-->conn	esun/esun@esuntech;
	-->create user xlh identified by password
	-->create user xlh identified by xlh;-->grant dba to xlh;
 
			
		
oralce创建用户:
sqlplus /nolog回车
	-->conn	esun/esun@esuntech;
	-->create user xlh identified by password
	-->create user xlh identified by xlh;-->grant dba to xlh;
