.ora-code.com

Links
Home
Oracle DBA Forum
Frequent Oracle Errors
TNS:could not resolve the connect identifier specified
Backtrace message unwound by exceptions
invalid identifier
PL/SQL compilation error
internal error
missing expression
table or view does not exist
end-of-file on communication channel
TNS:listener unknown in connect descriptor
insufficient privileges
PL/SQL: numeric or value error string
TNS:protocol adapter error
ORACLE not available
target host or object does not exist
invalid number
unable to allocate string bytes of shared memory
resource busy and acquire with NOWAIT specified
error occurred at recursive SQL level string
ORACLE initialization or shutdown in progress
archiver error. Connect internal only, until freed
snapshot too old
unable to extend temp segment by string in tablespace
Credential retrieval failed
missing or invalid option
invalid username/password; logon denied
unable to create INITIAL extent for segment
out of process memory when trying to allocate string bytes
shared memory realm does not exist
cannot insert NULL
TNS:unable to connect to destination
remote database not found'>ora-02019
exception encountered: core dump
inconsistent datatypes
no data found
TNS:operation timed out
PL/SQL: could not find program
existing state of packages has been discarded
maximum number of processes exceeded
error signaled in parallel query server
ORACLE instance terminated. Disconnection forced
TNS:packet writer failure
see ORA-12699
missing right parenthesis
name is already used by an existing object
cannot identify/lock data file
invalid file operation
quoted string not properly terminated
Import Help

Import Help

2005-08-11       - By Bryan Wells
Reply:     1     2     3     4     5     6  

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,
ORDER_DETAIL,
ORDER_HEADER,
RMA_DETAIL,
RMA_HEADER,
RMA_NOTES)
CONSTRAINTS=N
INDEXES=N
IGNORE=Y
IMP-00017: following statement failed with ORACLE error 20000:
"DECLARE SREC DBMS_STATS.STATREC; BEGIN SREC.MINVAL := 'C105'; SREC.MAXVAL "
":= 'C32C065D'; SREC.EAVS := 0; SREC.CHVALS := NULL; SREC.NOVALS :=
DBMS_STA"
"TS.NUMARRAY(4,430592); SREC.BKVALS := DBMS_STATS.NUMARRAY(0,1); SREC.EPC:="
" 2;
DBMS_STATS.SET_COLUMN_STATS(NULL,'"INVOICE"','"DW_SOLD_TO_CUSTOMER_ID"'"
",'"CONSOL_INVOICE_FY05"',NULL,NULL,3137,.000318775900541919,0,srec,4,0);
EN"
"D;"
IMP-00003: ORACLE error 20000 encountered
ORA-20000 (See ORA-20000.ora-code.com): Unable to set values for column DW_SOLD_TO_CUSTOMER_ID: does not
exist or insufficient privileges
ORA-06512 (See ORA-06512.ora-code.com): at "SYS.DBMS_STATS", line 3365
ORA-06512 (See ORA-06512.ora-code.com): at "SYS.DBMS_STATS", line 3523
ORA-06512 (See ORA-06512.ora-code.com): at line 1

--
Bryan Wells
bunjibry@(protected)
Oracle DBA hopeful

<div>Can some one see what I am missing/doing wrong?&nbsp; 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.&nbsp; i have truncated
the tables and set ignore=y.&nbsp; is that not enough?
</div>
<div>&nbsp;</div>
<div>FILE=\\lon1-gdwt\f$\Oracle\GDWSTG\Backups\GDWSTG_CONSOL_EXP.DMP<br>LOG=\
\lon1-gdwt\f$\Oracle\GDWSTGT\Backups\GDWSTG_CONSOL_IMP.log<br>STATISTICS=NONE<br
>FROMUSER=CONSOL<br>TOUSER=CONSOL<br>TABLES=(<br>&nbsp;INVOICE,<br>&nbsp;INVOICE
_ITEM,
<br>&nbsp;JOURNAL_ENTRY,<br>&nbsp;JOURNAL_ENTRY_LINE,<br>&nbsp;ORDER_DETAIL,<br
>&nbsp;ORDER_HEADER,<br>&nbsp;RMA_DETAIL,<br>&nbsp;RMA_HEADER,<br>&nbsp;RMA
_NOTES)<br>CONSTRAINTS=N<br>INDEXES=N<br>IGNORE=Y</div>
<div>&nbsp;</div>
<div>IMP-00017: following statement failed with ORACLE error 20000:<br>&nbsp;
&quot;DECLARE&nbsp; SREC DBMS_STATS.STATREC; BEGIN SREC.MINVAL := 'C105'; SREC
.MAXVAL &quot;<br>&nbsp;&quot;:= 'C32C065D'; SREC.EAVS := 0; SREC.CHVALS := NULL
;
SREC.NOVALS := DBMS_STA&quot;<br>&nbsp;&quot;TS.NUMARRAY(4,430592); SREC.BKVALS
:= DBMS_STATS.NUMARRAY(0,1); SREC.EPC :=&quot;<br>&nbsp;&quot; 2; DBMS_STATS
.SET_COLUMN_STATS(NULL,'&quot;INVOICE&quot;','&quot;DW_SOLD_TO_CUSTOMER_ID&quot;
'&quot;
<br>&nbsp;&quot;,'&quot;CONSOL_INVOICE_FY05&quot;',NULL,NULL,3137,
.000318775900541919,0,srec,4,0); EN&quot;<br>&nbsp;&quot;D;&quot;<br>IMP-00003:
ORACLE error 20000 encountered<br>ORA-20000 (See ORA-20000.ora-code.com): Unable to set values for column DW
_SOLD_TO_CUSTOMER_ID: does not exist or insufficient privileges
<br>ORA-06512 (See ORA-06512.ora-code.com): at &quot;SYS.DBMS_STATS&quot;, line 3365<br>ORA-06512 (See ORA-06512.ora-code.com): at &quot
;SYS.DBMS_STATS&quot;, line 3523<br>ORA-06512 (See ORA-06512.ora-code.com): at line 1<br clear="all"><br>--
<br>Bryan Wells<br><a href="mailto:bunjibry@(protected)">bunjibry@(protected)
</a><br>Oracle DBA hopeful </div>