Export from 10g / Import 11g
I want to export some tables of a 10g Database and import these tables in a 11g installation (both on Windows Server 2003 OS)
my export looks like this:
exp userid=system/<passwd> file=exportfile.dmp log=exportfile.log compress=no tables=schema.table1, schema.table2, schema.table3, schema.table4 schema.table5 statistics=no indexes=yes triggers=yesdirect=yes consistent=yes
Using this i get the following Log-file (Language is german):
Angemeldet bei: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
Exportieren in WE8MSWIN1252-Zeichensatz und UTF8-NCHAR-Zeichensatz durchgeführt
Server verwendet Zeichensatz AL32UTF8 (Zeichensatzkonvertierung möglich)
my export looks like this:
exp userid=system/<passwd> file=exportfile.dmp log=exportfile.log compress=no tables=schema.table1, schema.table2, schema.table3, schema.table4 schema.table5 statistics=no indexes=yes triggers=yesdirect=yes consistent=yes
Using this i get the following Log-file (Language is german):
Angemeldet bei: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
Exportieren in WE8MSWIN1252-Zeichensatz und UTF8-NCHAR-Zeichensatz durchgeführt
Server verwendet Zeichensatz AL32UTF8 (Zeichensatzkonvertierung möglich)
0