SQL*Plus: Release 9.2.0.4.0 - Production on Thu Nov 27 16:41:11 2003
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.4.0 - Production
SQL> create user zhch identified by zhch;
grant
User created.
SQL> connect ,resource to zhch;
Grant succeeded.
SQL> conn zhch/zhch
Connected.
SQL> select * from session_roles;
ROLE
------------------------------
CONNECT
RESOURCE
SQL> exit
Disconnected from Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.4.0 - Production
[oracle@localdb udump]$ exp zhch/zhch file=test.dmp
Export: Release 9.2.0.4.0 - Production on Thu Nov 27 16:41:36 2003
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to: Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.4.0 - Production
Export done in ZHS16CGB231280 character set and AL16UTF16 NCHAR character set
. exporting pre-schema procedural objects and actions
. exporting foreign function library names for user ZHCH
. exporting PUBLIC type synonyms
. exporting private type synonyms
. exporting object type definitions for user ZHCH
About to export ZHCH's objects ...
. exporting database links
. exporting sequence numbers
. exporting cluster definitions
. about to export ZHCH's tables via Conventional Path ...
. exporting synonyms
. exporting views
. exporting stored procedures
. exporting operators
. exporting referential integrity constraints
. exporting triggers
. exporting indextypes
. exporting bitmap, functional and extensible indexes
. exporting posttables actions IXDBA.NET社区论坛
. exporting materialized views
. exporting snapshot logs
. exporting job queues
. exporting refresh groups and children
. exporting dimensions
. exporting post-schema procedural objects and actions
. exporting statistics
Export terminated successfully without warnings.
[oracle@localdb udump]$ sqlplus cctest/cctest
SQL*Plus: Release 9.2.0.4.0 - Production on Thu Nov 27 16:42:01 2003
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
SP2-0575: Use of Oracle SQL feature not in SQL92 Entry Level.
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.4.0 - Production
SQL> select * from session_roles;
ROLE
------------------------------
CONNECT
SELECT_CATALOG_ROLE
HS_ADMIN_ROLE
RESOURCE
SQL> exit
Disconnected from Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.4.0 - Production
[oracle@localdb udump]$ exp cctest/cctest file=cctest.dmp
Export: Release 9.2.0.4.0 - Production on Thu Nov 27 16:42:16 2003
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to: Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.4.0 - Production
Export done in ZHS16CGB231280 character set and AL16UTF16 NCHAR character set
EXP-00056: ORACLE error 942 encountered
ORA-00942: table or view does not exist
EXP-00000: Export terminated unsuccessfully