2010年9月9日

oracle 10g将数据导入到指定表空间的步骤

摘要: --创建临时表空间 createtemporarytablespaceyhtemp tempfile'D:\oracle\oradata\Oracle10g\yhtemp.dbf' size50m autoextendon next50mmaxsize20480m extentmanagementlocal; --创建数据表空间 createtablespaceyh logging datafil... 阅读全文

posted @ 2010-09-09 17:01 ryan.ShowTime 阅读(1746) 评论(1) 推荐(0)

oracle10g imp时出错!

摘要: 连接到: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - ProductionWith the Partitioning, OLAP and Data Mining options导入文件: EXPDAT.DMP> C:\pds_web090909.dmp输入插入缓冲区大小 (最小为 8192) 30720>经由常... 阅读全文

posted @ 2010-09-09 16:53 ryan.ShowTime 阅读(3712) 评论(0) 推荐(0)

imp时发生ora-01659的错误处理~!

摘要: 今天从一个8i的库中导出一个大表,dump大约200M左右,然后导入9i的库,结果报错:import done in ZHS16GBK character set and UTF8 NCHAR character setexport server uses US7ASCII NCHAR character set (possible ncharset conversion). importing ... 阅读全文

posted @ 2010-09-09 16:46 ryan.ShowTime 阅读(2817) 评论(0) 推荐(0)

导航