imp 导入 oracle 问题
导出、导入都是 oracle 10g 。
在导入过程中出现如下情况:
IMP-00017: 由于 ORACLE 错误 6550, 以下语句失败:
"DECLARE SREC DBMS_STATS.STATREC; BEGIN SREC.MINVAL := '4E014E50658C'; SREC"
".MAXVAL := '9F9996E8798F'; SREC.EAVS := 4; SREC.CHVALS := DBMS_STATS.CHARAR"
"RAY('NNPe','N ?Q穅揚 <s韀','N ?冘^','NT^\','N巐8fz','N巐齟','N巑裧p',
'N帟"
............................
IMP-00003: 遇到 ORACLE 错误 6550
ORA-06550: line 1, column 1350:
PLS-00103: Encountered the symbol "," when expecting one of the following:
. ( * % & = - + ; < / > at in is mod remainder not rem
<an exponent (**)> <> or != or ~= >= <= <> and or like LIKE2_
LIKE4_ LIKEC_ between || multiset member SUBMULTISET_
ORA-06550: line 1, column 1450:
PLS-00103: Encountered the symbol "." when expecting one of the following:
) , =>
. . 正在导入表 "SF_DEPT_MAIN"导入了 36 行
最后数据库导入成功
请教一下这到底是什么问题,我在网上查了很久
相关问答:
with adod_dict do
begin
close;
commandtext:='select bgqxcode,count(*) wjsl from wscl_wsda_file where wjnd=:tnd group by bgqxcode'; ......
oracle not available
shared memory realm does not exist
请问高手这个问题如何解决?
http://www.inthirties.com/thread-109-2-1.html
指定下ORACLE_SID,ORACLE_HOME看看,不行就用1楼得方法了..
cm ......
大家好,在开发的时候,遇到这样的问题:
未能加载文件或程序集“Oracle.DataAccess, Version=10.1.0.200, Culture=neutral, PublicKeyToken=89b483f429c47342”或它的某一个依赖项。系统找不到指定的文件。 ......
Java code:
import java.sql.*;
class xt{
public static void main(String in[]){
try{
Class.forName("oracle.jdbc.driver.OracleDriver&q ......