SQL> conn system/oracle Connected. SQL> SQL> SQL> show user USER is "SYSTEM" SQL> SQL> create directory expdir as '/tools/expdir';
Directory created.
SQL> conn scott/tiger Connected. SQL> SQL> select count(*) from user_objects;
COUNT(*) ---------- 8
SQL> conn / as sysdba Connected. SQL> SQL> create user expdp identified by expdp default tablespace test temporary tablespace temp quota unlimited on test;
User created.
SQL> grant connect,resource,create session to expdp;
Grant succeeded.
SQL> conn expdp/expdp Connected. SQL> SQL> select count(*) from user_objects;
ÓÃPL/SQL µÇ½ʱµ¯³ö±¨´í´°¿Ú£¬´íÎóÈçÏ£¡ ORA-01034:ORACLE not available ORA-27101:shared memory realm does not exist ÇëÎÊ£¬ÓÐûÓÐÈËÓöµ½ÕâÖÖÇé¿ö£¬Ôõô½â¾ö£¿Ð»Ð»£¡