create user aaa identified by pwd default tablespace ts1 temporary tablespace ts2
grant connect, dba to aaa with admin option
imp aaa/pwd file=d:/aaa.dmp buffer=307200 log=log.log fromuser=aaaold touser=aaa
----
drop user username cascade
grant connect, dba to aaa with admin option
imp aaa/pwd file=d:/aaa.dmp buffer=307200 log=log.log fromuser=aaaold touser=aaa
----
drop user username cascade
本文介绍如何使用SQL命令创建数据库用户并设置权限,同时演示了如何从文件中导入数据到数据库的过程。
2750

被折叠的 条评论
为什么被折叠?



