Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Import Help
Bryan,
What Oracle account are you using to run the import command? Is it the CONSOL user? Does this user have IMP_FULL_DATABASE role? I think this is a permissions problem where maybe you can create the tables but do not have permissions to import the stats to the tables/columns. Does the table get created correctly in the CONSOL account?
Tom
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Bryan Wells
Sent: Thursday, August 11, 2005 4:40 PM
To: Oracle-L
Subject: Import Help
Can some one see what I am missing/doing wrong? I am attempting to import data from a parfile to get data from a partitioned table to non-partitioned table and am getting the following error. i have truncated the tables and set ignore=y. is that not enough?
FILE=\\lon1-gdwt\f$\Oracle\GDWSTG\Backups\GDWSTG_CONSOL_EXP.DMP
LOG=\\lon1-gdwt\f$\Oracle\GDWSTGT\Backups\GDWSTG_CONSOL_IMP.log
STATISTICS=NONE
FROMUSER=CONSOL
TOUSER=CONSOL
TABLES=(
INVOICE,
INVOICE_ITEM, JOURNAL_ENTRY, JOURNAL_ENTRY_LINE,
RMA_DETAIL, RMA_HEADER, RMA_NOTES)
ORA-06512: at "SYS.DBMS_STATS", line 3365 ORA-06512: at "SYS.DBMS_STATS", line 3523 ORA-06512: at line 1
-- Bryan Wells bunjibry_at_gmail.com Oracle DBA hopeful -- http://www.freelists.org/webpage/oracle-lReceived on Fri Aug 12 2005 - 06:45:43 CDT
![]() |
![]() |