Oracle@linux:~> impdp tbs/tbs directory=dmpdir dumpfile=20110810.dmpImport: Release 11.2.0.1.0 - Production on Sat Dec 31 11:36:18 2011Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
ORA-39006: internal error
ORA-39213: Metadata processing is not availableoracle@linux:~> oerr ora 39213
39213, 00000, "Metadata processing is not available"
// *Cause: The Data Pump could not use the Metadata API. Typically,
// this is caused by the XSL stylesheets not being set up properly.
// *Action: Connect AS SYSDBA and execute dbms_metadata_util.load_stylesheets
// to reload the stylesheets.
oracle@linux:~> sqlplus /nologSQL*Plus: Release 11.2.0.1.0 Production on Sat Dec 31 11:39:51 2011Copyright (c) 1982, 2009, Oracle. All rights reserved.SQL> conn / as sysdba
Connected.
SQL> exec dbms_metadata_util.load_stylesheetsPL/SQL procedure successfully completed.ok....搭建MongoDB集群安装配置Oracle的EM相关资讯 数据库
- 数据库范式详解 (06/20/2014 08:59:37)
- rman 创建catalog实验及说明 (10/07/2012 19:00:24)
- SYSTEM用户删除后怎么重新创建和原 (09/09/2012 10:00:38)
| - 分布式数据库:dblink (10/27/2012 15:57:32)
- AutoMySQLBackup实现数据库定期备 (09/14/2012 08:08:02)
- 利用dbstart和dbshut脚本自动启动 (08/21/2012 06:16:21)
|
本文评论 查看全部评论 (0)