由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - Question about the err when export table
相关主题
请教高手,包子谢SQL question...
请求SQL语句SQL question: update a field
Export and import question.请教一个oracle下的view的问题
请教SQL Server Export Data的问题请教set和select 的区别
How to start a Oracle databaseHelp: "Operation Must Be Updatable Query"
simple access question怎样快速得到两个表的交集
怎么写这个query呢?请教大虾问题哈,包子谢哈
一个有关查询的语句How to Import a Datatable as fast as possible?
相关话题的讨论汇总
话题: production话题: release话题: export话题: question话题: err
进入Database版参与讨论
1 (共1页)
g*******l
发帖数: 6
1
I am exporting a subset of records in two tables into a file. The command i
use
is:
exp usr/pass@db 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
m**h
发帖数: 69
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/pass@db 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

1 (共1页)
进入Database版参与讨论
相关主题
How to Import a Datatable as fast as possible?How to start a Oracle database
菜鸟问题,急simple access question
问一道SQL的题 (转载)怎么写这个query呢?
SQL 查询已经解决.谢谢Modeler,mirthc,cheungche一个有关查询的语句
请教高手,包子谢SQL question...
请求SQL语句SQL question: update a field
Export and import question.请教一个oracle下的view的问题
请教SQL Server Export Data的问题请教set和select 的区别
相关话题的讨论汇总
话题: production话题: release话题: export话题: question话题: err