| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.misc -> imp tables only with object column inside
I have a 8.1.6 on NT 4 with 1 CPU and 6 HDs ( 16 G each), 1G ram
I use following script under the prompt and got error as in
fedlogdataSupplier.log
imp user/pw file=i:\fedlog_dump\Fedlog.dmp buffer=10000000
fromuser=fedlog
touser=fedlog tables=(fl_supplier) rows=y indexes=n commit=y
log=i:\fedlog_dump\fedlogdataSupplier.log
I increase the sort_area_size = 10M ( original 1 M)
below is the contents of the fedlogdataSupplier.log
Connected to: Oracle8i Enterprise Edition Release 8.1.6.0.0 - Production
With the Partitioning option
JServer Release 8.1.6.0.0 - Production
Export file created by EXPORT:V08.01.06 via conventional path
import done in WE8ISO8859P1 character set and WE8ISO8859P1 NCHAR
character set
. importing FEDLOG's objects into FEDLOG
IMP-00015: following statement failed because the object already exists:
"CREATE TYPE "SUPPLIER_T" TIMESTAMP '2002-05-28:08:28:05' OID
'D1F2CF43516A4"
"7ECB3C4FF1EA8037A61' AS OBJECT"
"("
" cage_code VARCHAR2(5),"
" cage_status VARCHAR2(1),"
" office_addr_T addr_T,"
" primary_business VARCHAR2(1)"
");"
IMP-00015: following statement failed because the object already exists:
"CREATE TYPE "ADDR_T" TIMESTAMP '2002-05-28:08:28:05' OID
'50BB7A3C1385426A8"
"1AECD89AA9324B8' AS OBJECT"
"("
" address_1 VARCHAR2(80),"
" city VARCHAR2(40),"" country_code VARCHAR2(36)"
" state VARCHAR2(2),"
" zip VARCHAR2(10),"
I have tried both dropping all the objects above and associated tables
or creating the objects and tables before I imp, either generated the
same error log.
Because I did not use the direct=y during the exp of the whole
fedlog.dmp, Does that mean I can not use such imp?
Received on Sun Feb 02 2003 - 21:26:00 CST
![]() |
![]() |