Redian新闻
>
Question about the err when export table
avatar
Question about the err when export table# Database - 数据库
g*l
1
I am exporting a subset of records in two tables into a file. The command i
use
is:
exp usr/[email protected] file=test.dat log=test.log tables=\(table1, table2\)
query=\"where the_time\The command was running but it gave follow error:
"
Export: Release 9.2.0.4.0 - Production on Tue Sep 14 07:10:52 2004
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
Expor
avatar
m*h
2
Stats is generated for the optimizer choosing the "best" execution plan.
No worry about the STATISTICS=NO, you'd better to update the
stats after the import for partial data anyway, like:
analyze table table1 estimate/compute statistics;
or do all on the schema level.

【在 g*******l 的大作中提到】
: I am exporting a subset of records in two tables into a file. The command i
: use
: is:
: exp usr/[email protected] file=test.dat log=test.log tables=\(table1, table2\)
: query=\"where the_time\: The command was running but it gave follow error:
: "
: Export: Release 9.2.0.4.0 - Production on Tue Sep 14 07:10:52 2004
: Connected to: Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
: With the Partitioning, OLAP and Oracle Data Mining options

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。