I am exporting a complete database, however, there are some tables whose name is like DR$TS_TEXT_IDX$I but they are not getting exported.
When i try to issue the export command, it fails saying the table does not exist. my export command is as below,
exp system@db_name tables=DEFAULT_CXA429_SAM_DB.DR$TS_TEXT_IDX$N file=test.dmp
Export: Release 9.2.0.4.0 - Production on Wed Jul 16 10:22:25 2008
Copyright © 1982, 2002, Oracle Corporation. All rights reserved.
Password:
Connected to: Oracle9i Enterprise Edition Release 9.2.0.7.0 - 64bit Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.7.0 - Production
Export done in WE8ISO8859P15 character set and AL16UTF16 NCHAR character set
server uses WE8ISO8859P1 character set (possible charset conversion)
About to export specified tables via Conventional Path ...
Current user changed to DEFAULT_CXA429_SAM_DB
EXP-00011: DEFAULT_CXA429_SAM_DB.DR does not exist
Export terminated successfully with warnings.
Hi Gurus,
I am exporting a complete database, however, there are some tables whose name is like DR$TS_TEXT_IDX$I but they are not getting exported.
When i try to issue the export command, it fails saying the table does not exist. my export command is as below,
exp system@db_name tables=DEFAULT_CXA429_SAM_DB.DR$TS_TEXT_IDX$N file=test.dmp
Export: Release 9.2.0.4.0 - Production on Wed Jul 16 10:22:25 2008
Copyright © 1982, 2002, Oracle Corporation. All rights reserved.
Password:
Connected to: Oracle9i Enterprise Edition Release 9.2.0.7.0 - 64bit Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.7.0 - Production
Export done in WE8ISO8859P15 character set and AL16UTF16 NCHAR character set
server uses WE8ISO8859P1 character set (possible charset conversion)
About to export specified tables via Conventional Path ...
Current user changed to DEFAULT_CXA429_SAM_DB
EXP-00011: DEFAULT_CXA429_SAM_DB.DR does not exist
Export terminated successfully with warnings.
I am exporting a complete database, however, there are some tables whose name is like DR$TS_TEXT_IDX$I but they are not getting exported.
When i try to issue the export command, it fails saying the table does not exist. my export command is as below,
exp system@db_name tables=DEFAULT_CXA429_SAM_DB.DR$TS_TEXT_IDX$N file=test.dmp
Export: Release 9.2.0.4.0 - Production on Wed Jul 16 10:22:25 2008
Copyright © 1982, 2002, Oracle Corporation. All rights reserved.
Password:
Connected to: Oracle9i Enterprise Edition Release 9.2.0.7.0 - 64bit Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.7.0 - Production
Export done in WE8ISO8859P15 character set and AL16UTF16 NCHAR character set
server uses WE8ISO8859P1 character set (possible charset conversion)
About to export specified tables via Conventional Path ...
Current user changed to DEFAULT_CXA429_SAM_DB
EXP-00011: DEFAULT_CXA429_SAM_DB.DR does not exist
Export terminated successfully with warnings.
infact any table which contains DR$ name will not get exported.
