我用exp备份了一个用户的数据,用 imp导入,都是9i 导入好像倒是成功了,但是总会出这个报错: imp-00003: oracle error 942 encountered ORA-00942: table or view does not exist imp-00017: following statement failed with oracle error 942: "CREATE DIMENSION "PRODUCTS_DIM" LEVEL "PRODUCT" IS ("PRODUCTS"."PROD_ID") L" "EVEL "SUBCATEGORY" IS ("PRODUCTS"."PROD_SUBCATEGORY") LEVEL "CATEGORY" IS (" ""PRODUCTS"....
by dddy - Oracle - 2006-12-20 15:39:36 阅读(5872) 回复(4)
imp-00003:oracle error 1950 ora-01950:no privileges on tablespace 'users' 请问上述错误应如何做? 我用的是redhat linux9,oracle8iR3
imp-00003:oracle error 1950 ora-01950:no privileges on tablespace 'users' 请问上述错误应如何做? 我用的是redhat linux9,oracle8iR3
imp-00003:oracle error 1950 ora-01950:no privileges on tablespace 'users' 请问上述错误应如何做? 我用的是redhat linux9,oracle8iR3
各位高手,我在linux 下安装了tomcat ,但是在我修改了server.xml后,在启动 就出现下面的问题,然后我将tomcat delete 掉,在安装仍然是这个问题。 希望各位高手出手帮在下一把。 万分感激。 HTTP Status 500 - -------------------------------------------------------------------------------- type Exception report message description The server encountered an internal error () that prevented it from fulf...
从oracle817 exp的文件imp create procedure 时报错: imp-00003: oracle error 4030 encountered ORA-04030: out of process memory when trying to allocate 652288 bytes (PLS n ib hp,PAR.C:parchk:ptb) imp-00017: following statement failed with oracle error 4043: "ALTER PROCEDURE "SP_CREATE_SYJ" COMPILE TIMESTAMP '2006-11-22:22:11:38'" imp-00003: oracle error 4043 encountered 同时狂占内容,然后退出,过程...
下面是exp及imp数据文件的屏幕提示: 说明: exp指令及imp指令均使用了Solaris操作系统下的oracle 9.0.1.1.0所带指令。 exp数据源服务器:Windows 2000 Server (sp4)下安装的oracle 9.2.0.1数据库 在imp数据时,oracle报告“imp-00003: oracle error 6550 encountered”错误 我在网上查找资料,据某些论坛上的说法为由于oracle 9i从高版本向底版本导入数据所产生的错误,可以忽略。由于数据用于关键的应用,因此希望向各位高手证...
生成spot的时候报错: processing error encountered on "master" 没有别的信息了。怎么回事呀?
搞了我一下午,一直以为是编码或者是分隔符,或者是字段数目与文件不一致。。。 最后的结论是 文件每行都必须要有换行符 :shock: 我的命令 bcp rls..client_ref_temp in c:\client_ref_temp.txt -Snewcredit -Usa -Pxxxx -t "|" -c -Jcp850 是-c 模式
换了一台新的SUN服务器,内存为16G,但是imp的速度却是老机器的近3倍(老机器只有4G内存) 除了imp,数据库没有任何其他操作 查看了一下imp时的IO情况,iostat -zx 2 device r/s w/s kr/s kw/s wait actv svc_t %w %b md2 1.0 139.6 8.0 1116.6 0.0 1.3 9.3 0 87 md4 6.0 0.0 768.4 0.0 0.0 0.0 2.7 0 2 md21 0.5 140.1 4.0 1120.6 0.0 1.0 7.0 0 80 md22...
在RS6K M80上imp 数据 mknod /tmp/imp_pipe p uncompress < gt031230jh.dmp.Z >; /tmp/imp_pipe & nohup imp goldtax5/goldtax5 tables=inv_correct file=/tmp/imp_pipe commit=y log=gt031230jhimp.log 有一张大表报错 ORA-01658: unable to create INITIAL extent for segment in tablespace 其中STORAGE INITIAL 1308729344 而我的DATAFILE 均为1000M 请问怎么能imp这张表成功啊 先谢谢了 急!!!