问题处理:
报错明确指出用户不存在,新建用户:
SQL> create user hr identified by hr;
用户已创建。
SQL> grant read,write on directory hr_dir to hr;
授权成功。
SQL> grant connect,resource,unlimited tablespace to hr;
授权成功。
SQL> exit
从 Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options 断开