I can't use expdp because certain things for it are not set up.
So I am trying to use exp. The command I am using is this:
exp pitt/******** parfile=export_budget.par
And the error I am receiving is this:
Export: Release 10.2.0.3.0 - Production on Fri May 8 09:54:47 2009
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
Export done in US7ASCII character set and AL16UTF16 NCHAR character set
Note: grants on tables/views/sequences/roles will not be exported
Note: indexes on tables will not be exported
Note: constraints on tables will not be exported
About to export specified tables via Direct Path ...
EXP-00019: failed to process parameters, type 'EXP HELP=Y' for help
EXP-00000: Export terminated unsuccessfully
So, what is wrong?!?!
Parfile contents:
file=budget.dmp
compress=n
grants=n
indexes=n
rows=y
record=n
direct=y
triggers=n
constraints=n
tables=(
BUDGET_ACCOUNTS
,BUDGET_ACCOUNTS_HISTORY
,BUDGET_ACCOUNTS_DETAILS
,BUDGET_ACCOUNTS_DETAILS_HISTORY
,BUDGET_DEPTS
,BUDGET_DEPTS_HISTORY
,BUDGET_GL_INTERFACE
,BUDGET_GL_INTERFACE_HISTORY
,BUDGET_RANGES
,BUDGET_RANGES_HISTORY
,BUDGET_RECON
,BUDGET_RECON_HISTORY
,BUDGET_TARGETS
,BUDGET_TARGETS_HISTORY
,BUDGET_TOTALS
,BUDGET_TOTALS_HISTORY
)
by: wcynemyPosted on 2009-05-08 at 07:15:52ID: 24336252
To all:
I have found that using only 2 tables in the tables list does not produce the error. It works!
How ridiculous can you get!!!