|
|
|
|
Re: Importing some tables that were exported by the DBA account. [message #184908 is a reply to message #184742] |
Fri, 28 July 2006 10:13 |
JenniferBabes
Messages: 18 Registered: March 2006 Location: Student
|
Junior Member |
|
|
This is my code to export:
C:\oracle\ora92\bin>exp system/useruser@oracle
Export: Release 9.2.0.1.0 - Production on Fri Jul 28 11:15:44 2006
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to: Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
Enter array fetch buffer size: 4096 >
Export file: EXPDAT.DMP > c:\t.dmp
(1)E(ntire database), (2)U(sers), or (3)T(ables): (2)U > 3
Export table data (yes/no): yes > no
Compress extents (yes/no): yes >
Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
Note: table data (rows) will not be exported
About to export specified tables via Conventional Path ...
Table(T) or Partition(T:P) to be exported: (RETURN to quit) > systemlist
. . exporting table SYSTEMLIST
Table(T) or Partition(T:P) to be exported: (RETURN to quit) > programlist
. . exporting table PROGRAMLIST
Table(T) or Partition(T:P) to be exported: (RETURN to quit) >
Export terminated successfully without warnings.
This is my code to import:
Route 1:
C:\oracle\ora92\bin>imp tstt/tstt@oracle file=c:\t.dmp fromuser = system touser = tstt
Import: Release 9.2.0.1.0 - Production on Fri Jul 28 11:16:13 2006
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to: Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
Export file created by EXPORT:V09.02.00 via conventional path
IMP-00013: only a DBA can import a file exported by another DBA
IMP-00000: Import terminated unsuccessfully
Route 2(to import):
C:\oracle\ora92\bin>imp tstt/tstt@oracle
Import: Release 9.2.0.1.0 - Production on Fri Jul 28 11:18:38 2006
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to: Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
Import file: EXPDAT.DMP > c:\t.dmp
Enter insert buffer size (minimum is 8192) 30720>
Export file created by EXPORT:V09.02.00 via conventional path
IMP-00013: only a DBA can import a file exported by another DBA
IMP-00000: Import terminated unsuccessfully
I am still getting the same error. Two accounts. One system and the other tstt. I'm sure there is some way to copy a table from system to the tstt account, but at present I can't seem to find it. Any ideas anybody?
The way I see it I have two options:
1. Find a way to import a file exported by a DBA account.
2. Find a way that when the DBA acount generates the dump file, it is generated such that any user account could import it.
I do not know how to do either of these options so if you do know, please send me a reply.
Thanks in advance,
Jennifer
[Updated on: Fri, 28 July 2006 10:16] Report message to a moderator
|
|
|
|