当前位置:网站首页>数据泵导出数据报39006是什么原因
数据泵导出数据报39006是什么原因
2022-08-08 19:05:00 【cqszpx】
数据泵导出数据报:ora-39006,
近日,一学员在使用expdp导出数据时碰到ora-39006错误,错误提示如下所示:
ORA-39006: internal error
问怎么办,这个问题还真没有遇到过,赶紧搜了一下错误信息:
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.
解决办法:
SQL> conn / as sysdba;
SQL> execute
dbms_metadata_util.load_stylesheets;
再去进行导出,问题解决。
边栏推荐
猜你喜欢
Implementing Forward+ in Unity URP
从 VLAN 到 IPVLAN: 聊聊虚拟网络设备及其在云原生中的应用
Ability in general, but it can be large horizontal jump freely?Where is the better?
传统和加密域名概述
数字化工厂建设的内容主要有哪三个方面
CAD进阶练习(二)
uniapp parent component uses prop to pass asynchronous data to child components
进化的黑产 vs 进击的蚂蚁:支付宝的每一次点击,都离不开一张“图”的守护
[极客大挑战 2019]BuyFlag&&[HCTF 2018]admin
Dry goods: design high concurrency architecture from scratch
随机推荐
Vue program of web cache problem after packaging
oracle视图v$active_session_history,dba_hist_active_session_history如何记录IP地址
Open Office XML 格式中的 Style 设计原理
Redis之SDS数据结构
计算机网络面试常问知识
ABAP 报表中如何给报表的输入参数增添 F4 Value Help 试读版
从 VLAN 到 IPVLAN: 聊聊虚拟网络设备及其在云原生中的应用
Laravel queue consumption instance and timed task add task consumption
为啥程序员下班后只关显示器从不关电脑?看看各大网站的答案~
How to add F4 Value Help to the input parameters of the report in the ABAP report
Why do programmers only close monitor from none computer after work?Look at the answer ~ each big web site
nyoj714 Card Trick (The 6th Henan Province Programming Contest)
Will ODPS spark on Dataworks process data more efficiently than directly using ODPS SQL?
PyTorch入门:(五)模型的搭建
uniapp parent component uses prop to pass asynchronous data to child components
Monaco-Editor 多人协作 编辑器
使用 lua 运行 fscript
[极客大挑战 2019]BuyFlag&&[HCTF 2018]admin
nyoj685 查找字符串(map)
MogDB study notes - starting from 0