主题 : 2012sp1 oracle 版升级到v5.1 直接用升级包的sql文件升级数据库出现问题。。。。
级别: 商业授权用户
UID: 41753
积分:365 加为好友
威望: 9 精华: 0
主题:59 回复:232
注册时间:2012-12-08
在线时长:0
1#   发表于:2018-04-13 16:29:22  IP:60.191.*.*
在行: 33 上开始执行命令时出错 -
alter table jc_vote_item add subtopic_id  NUMBER(11)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:


在行: 37 上开始执行命令时出错 -
ALTER TABLE JC_VOTE_SUBTOPIC ADD CONSTRAINT FK_JC_VOTE_SUBTOPIC_VOTE FOREIGN KEY (VOTETOPIC_ID) REFERENCES JC_VOTE_TOPIC (VOTETOPIC_ID)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 39 上开始执行命令时出错 -
ALTER TABLE JC_VOTE_ITEM ADD CONSTRAINT FK_JC_VOTE_ITEM_SUBTOPIC FOREIGN KEY (SUBTOPIC_ID) REFERENCES JC_VOTE_SUBTOPIC (SUBTOPIC_ID)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 40 上开始执行命令时出错 -
alter table jc_acquisition add  img_acqu   NUMBER(11) default '0' not null
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 41 上开始执行命令时出错 -
alter table jc_acquisition add  content_prefix  varchar(255)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 42 上开始执行命令时出错 -
alter table jc_acquisition add  img_prefix  varchar(255)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 43 上开始执行命令时出错 -
alter table jc_acquisition add  view_start  varchar(255)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 44 上开始执行命令时出错 -
alter table jc_acquisition add  view_end  varchar(255)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 45 上开始执行命令时出错 -
alter table jc_acquisition add  view_id_start  varchar(255)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 46 上开始执行命令时出错 -
alter table jc_acquisition add  view_id_end  varchar(255)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 47 上开始执行命令时出错 -
alter table jc_acquisition add  view_link  varchar(255)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 48 上开始执行命令时出错 -
alter table jc_acquisition add  releaseTime_start  varchar(255)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 49 上开始执行命令时出错 -
alter table jc_acquisition add  releaseTime_end  varchar(255)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 50 上开始执行命令时出错 -
alter table jc_acquisition add  author_start  varchar(255)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 51 上开始执行命令时出错 -
alter table jc_acquisition add  author_end  varchar(255)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 52 上开始执行命令时出错 -
alter table jc_acquisition add  origin_start  varchar(255)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 53 上开始执行命令时出错 -
alter table jc_acquisition add  origin_end  varchar(255)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 54 上开始执行命令时出错 -
alter table jc_acquisition add  releaseTime_format  varchar(255)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 56 上开始执行命令时出错 -
COMMENT ON COLUMN jc_acquisition.img_acqu IS
'是否采集图片'
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 58 上开始执行命令时出错 -
COMMENT ON COLUMN jc_acquisition.content_prefix IS
'内容地址补全url'
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 60 上开始执行命令时出错 -
COMMENT ON COLUMN jc_acquisition.img_prefix IS
'图片地址补全url'
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 62 上开始执行命令时出错 -
COMMENT ON COLUMN jc_acquisition.view_start IS
'浏览量开始'
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 64 上开始执行命令时出错 -
COMMENT ON COLUMN jc_acquisition.view_end IS
'浏览量结束'
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 66 上开始执行命令时出错 -
COMMENT ON COLUMN jc_acquisition.view_id_start IS
'id前缀'
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 68 上开始执行命令时出错 -
COMMENT ON COLUMN jc_acquisition.view_id_end IS
'id后缀'
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 70 上开始执行命令时出错 -
COMMENT ON COLUMN jc_acquisition.view_link IS
'浏览量动态访问地址'
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 72 上开始执行命令时出错 -
COMMENT ON COLUMN jc_acquisition.releaseTime_start IS
'发布时间开始'
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 74 上开始执行命令时出错 -
COMMENT ON COLUMN jc_acquisition.author_start IS
'发布时间结束'
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 76 上开始执行命令时出错 -
COMMENT ON COLUMN jc_acquisition.author_end IS
'作者开始'
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 78 上开始执行命令时出错 -
COMMENT ON COLUMN jc_acquisition.origin_start IS
'作者结束'
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 80 上开始执行命令时出错 -
COMMENT ON COLUMN jc_acquisition.origin_end IS
'来源结束'
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 82 上开始执行命令时出错 -
COMMENT ON COLUMN jc_acquisition.releaseTime_format IS
'发布时间格式'
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:


在行: 105 上开始执行命令时出错 -
ALTER TABLE JC_CHANNEL_MODEL
   ADD CONSTRAINT FK_JC_CHANNEL_MODEL_C FOREIGN KEY (CHANNEL_ID)
      REFERENCES JC_CHANNEL (CHANNEL_ID)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 109 上开始执行命令时出错 -
ALTER TABLE JC_CHANNEL_MODEL
   ADD CONSTRAINT FK_JC_MODEL_CHANNEL_M FOREIGN KEY (MODEL_ID)
      REFERENCES JC_MODEL (MODEL_ID)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 113 上开始执行命令时出错 -
alter table jc_content add model_id  NUMBER(11) DEFAULT 0 NOT NULL
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 115 上开始执行命令时出错 -
COMMENT ON COLUMN jc_content.model_id IS
'模型ID'
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 118 上开始执行命令时出错 -
update jc_content set model_id=(select model_id from jc_channel where jc_content.channel_id=jc_channel.channel_id)
错误位于命令行: 118 列: 8
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 119 上开始执行命令时出错 -
update jc_model_item set item_label='选择模型模板' where   field='tplContent' and is_channel=1
错误位于命令行: 119 列: 8
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 120 上开始执行命令时出错 -
ALTER TABLE jc_content ADD CONSTRAINT fk_jc_content_model FOREIGN KEY (model_id) REFERENCES jc_model (model_id)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:


在行: 166 上开始执行命令时出错 -
Insert into jc_site_company(site_id,name) select site_id,site_name from jc_site
错误位于命令行: 166 列: 73
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 174 上开始执行命令时出错 -
select S_JC_MODEL_ITEM.nextval from dual
错误位于命令行: 174 列: 8
错误报告 -
SQL 错误: ORA-02289: 序列不存在
02289. 00000 -  "sequence does not exist"
*Cause:    The specified sequence does not exist, or the user does
           not have the required privilege to perform this operation.
*Action:   Make sure the sequence name is correct, and that you have
           the right to perform the desired operation on this sequence.

在行: 177 上开始执行命令时出错 -
INSERT INTO jc_model VALUES (8,'招聘','job','招聘栏目','招聘内容',139,139,310,310,10,1,0,0)
错误位于命令行: 177 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 178 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,8,'name','栏目名称',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,1,0,1)
错误位于命令行: 178 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 179 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,8,'path','访问路径',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,0,1,0,1)
错误位于命令行: 179 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 180 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,8,'title','meta标题',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,1,0,1)
错误位于命令行: 180 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 181 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,8,'keywords','meta关键字',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,1,0,1)
错误位于命令行: 181 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 182 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,8,'description','meta描述',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4,1,1,0,1)
错误位于命令行: 182 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 183 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,8,'tplChannel','栏目模板',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6,0,1,0,1)
错误位于命令行: 183 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 184 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,8,'tplContent','内容模板',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6,0,1,0,1)
错误位于命令行: 184 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 185 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,8,'channelStatic','栏目静态化',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4,1,1,0,1)
错误位于命令行: 185 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 186 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,8,'contentStatic','内容静态化',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4,1,1,0,1)
错误位于命令行: 186 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 187 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,8,'priority','排列顺序',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,0,1,0,1)
错误位于命令行: 187 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 188 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,8,'display','显示',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8,0,1,0,1)
错误位于命令行: 188 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 189 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,8,'docImg','文档图片',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8,1,1,0,1)
错误位于命令行: 189 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 190 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,8,'finalStep','终审级别',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,0,1,0,1)
错误位于命令行: 190 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 191 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,8,'afterCheck','审核后',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6,0,1,0,1)
错误位于命令行: 191 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 192 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,8,'commentControl','评论',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8,0,1,0,1)
错误位于命令行: 192 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 193 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,8,'allowUpdown','顶踩',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8,0,1,0,1)
错误位于命令行: 193 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 194 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,8,'viewGroupIds','浏览权限',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,7,0,1,0,1)
错误位于命令行: 194 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 195 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,8,'contriGroupIds','投稿权限',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,7,0,1,0,1)
错误位于命令行: 195 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 196 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,8,'userIds','管理权限',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,7,1,1,0,1)
错误位于命令行: 196 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 197 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,8,'link','外部链接',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0,1)
错误位于命令行: 197 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 198 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,8,'titleImg','标题图',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0,1)
错误位于命令行: 198 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 199 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,8,'contentImg','内容图',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0,1)
错误位于命令行: 199 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 200 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,8,'channelId','栏目',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6,1,0,0,1)
错误位于命令行: 200 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 201 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES(S_JC_MODEL_ITEM.nextval,8,'title','岗位名称',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,1,0,0,1)
错误位于命令行: 201 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 202 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,8,'tagStr','Tag标签',7,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,1,0,0,1)
错误位于命令行: 202 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 203 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,8,'viewGroupIds','浏览权限',8,NULL,NULL,NULL,NULL,NULL,NULL,NULL,7,0,0,0,1)
错误位于命令行: 203 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 204 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,8,'topLevel','固顶级别',7,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6,0,0,0,1)
错误位于命令行: 204 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 205 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES(S_JC_MODEL_ITEM.nextval,8,'releaseDate','发布时间',2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,0,0,0,1)
错误位于命令行: 205 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 206 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,8,'typeId','内容类型',7,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6,0,0,0,1)
错误位于命令行: 206 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 207 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,8,'tplContent','指定模板',8,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6,0,0,0,1)
错误位于命令行: 207 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 208 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,8,'txt','职位描述',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4,1,0,0,1)
错误位于命令行: 208 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 209 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES(S_JC_MODEL_ITEM.nextval,8,'deadline','截止日期',2,NULL,NULL,NULL,'3','30','留空永久有效',NULL,5,0,0,1,1)
错误位于命令行: 209 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 210 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,8,'experience','工作经验',3,NULL,'1-3年,3-5年,5年以上,不限',NULL,'3','30',NULL,NULL,6,0,0,1,1)
错误位于命令行: 210 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 211 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,8,'education','最低学历',3,'','专科,本科,硕士,不限','','3','30','','',6,0,0,1,1)
错误位于命令行: 211 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 212 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,8,'salary','职位月薪',4,NULL,'1500-2000,2000-3000,3000-5000,5000-8000,8000+,面议',NULL,'3','30',NULL,NULL,6,0,0,1,1)
错误位于命令行: 212 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 213 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES(S_JC_MODEL_ITEM.nextval,8,'workplace','工作地点',4,'','北京,上海,深圳,广州,重庆,南京,杭州,西安,南昌','','3','30','','',7,0,0,1,1)
错误位于命令行: 213 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 214 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,8,'nature','工作性质',5,'','全职,兼职','','3','30','','',8,0,0,1,1)
错误位于命令行: 214 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 215 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES(S_JC_MODEL_ITEM.nextval,8,'hasmanage','管理经验',5,'','要求,不要求','','3','30','','',8,0,0,1,1)
错误位于命令行: 215 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 216 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES(S_JC_MODEL_ITEM.nextval,8,'nums','招聘人数',6,'','1-3人,3-5人,5-10人,若干','','3','30','','',6,0,0,1,1)
错误位于命令行: 216 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 217 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES(S_JC_MODEL_ITEM.nextval,8,'category','职位类别',6,NULL,'项目主管,java高级工程师,java工程师,网页设计师,测试人员,技术支持',NULL,'3','30',NULL,NULL,6,0,0,1,1)
错误位于命令行: 217 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:


Comment 已创建。


Comment 已创建。


在行: 359 上开始执行命令时出错 -
ALTER TABLE JC_JOB_APPLY
   ADD CONSTRAINT FK_JC_JOB_APPLY_USER FOREIGN KEY (USER_ID)
      REFERENCES JC_USER (USER_ID)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 363 上开始执行命令时出错 -
ALTER TABLE JC_JOB_APPLY
   ADD CONSTRAINT FK_JC_JOB_APPLY_CONTENT FOREIGN KEY (CONTENT_ID)
      REFERENCES JC_CONTENT (CONTENT_ID)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 368 上开始执行命令时出错 -
alter table jc_department add parent_id   NUMBER(11)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 369 上开始执行命令时出错 -
COMMENT ON COLUMN jc_department.parent_id IS
'父级部门ID'
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 371 上开始执行命令时出错 -
ALTER TABLE jc_department ADD CONSTRAINT fk_jc_jc_department_parent FOREIGN KEY (parent_id) REFERENCES jc_department (depart_id)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 373 上开始执行命令时出错 -
alter table jc_user add  depart_id  NUMBER(11)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 374 上开始执行命令时出错 -
COMMENT ON COLUMN jc_user.depart_id IS
'部门'
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 376 上开始执行命令时出错 -
ALTER TABLE jc_user ADD CONSTRAINT fk_jc_jc_user_depart FOREIGN KEY (depart_id) REFERENCES jc_department (depart_id)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 378 上开始执行命令时出错 -
alter table jc_config add office_home  varchar(255) DEFAULT 0 NOT NULL
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 379 上开始执行命令时出错 -
COMMENT ON COLUMN jc_config.office_home IS
'openoffice安装目录'
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 381 上开始执行命令时出错 -
alter table jc_config add office_port  varchar(10) DEFAULT '8810' NOT NULL
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 382 上开始执行命令时出错 -
COMMENT ON COLUMN jc_config.office_port IS
'openoffice端口'
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:



在行: 421 上开始执行命令时出错 -
INSERT INTO jc_model VALUES (9,'文库','wenku','文库栏目','文库内容',139,139,310,310,10,1,0,0)
错误位于命令行: 421 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 423 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'name','栏目名称',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,1,0,1)
错误位于命令行: 423 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 424 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'path','访问路径',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,0,1,0,1)
错误位于命令行: 424 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 425 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'title','meta标题',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,1,0,1)
错误位于命令行: 425 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 426 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'keywords','meta关键字',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,1,0,1)
错误位于命令行: 426 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 427 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'description','meta描述',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4,1,1,0,1)
错误位于命令行: 427 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 428 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'tplChannel','栏目模板',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6,0,1,0,1)
错误位于命令行: 428 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 429 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'tplContent','内容模板',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6,0,1,0,1)
错误位于命令行: 429 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 430 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'channelStatic','栏目静态化',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4,1,1,0,1)
错误位于命令行: 430 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 431 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'contentStatic','内容静态化',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4,1,1,0,1)
错误位于命令行: 431 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 432 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'priority','排列顺序',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,0,1,0,1)
错误位于命令行: 432 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 433 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'display','显示',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8,0,1,0,1)
错误位于命令行: 433 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 434 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'docImg','文档图片',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8,1,1,0,1)
错误位于命令行: 434 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 435 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'finalStep','终审级别',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,0,1,0,1)
错误位于命令行: 435 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 436 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'afterCheck','审核后',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6,0,1,0,1)
错误位于命令行: 436 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 437 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'commentControl','评论',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8,0,1,0,1)
错误位于命令行: 437 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 438 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'allowUpdown','顶踩',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8,0,1,0,1)
错误位于命令行: 438 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 439 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'viewGroupIds','浏览权限',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,7,0,1,0,1)
错误位于命令行: 439 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 440 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'contriGroupIds','投稿权限',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,7,0,1,0,1)
错误位于命令行: 440 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 441 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'channelId','栏目',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6,1,0,0,1)
错误位于命令行: 441 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 442 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'title','标题',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,1,0,0,1)
错误位于命令行: 442 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 443 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'shortTitle','简短标题',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,0,0,1)
错误位于命令行: 443 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 444 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'titleColor','标题颜色',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6,0,0,0,1)
错误位于命令行: 444 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 445 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'tagStr','Tag标签',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,1,0,0,1)
错误位于命令行: 445 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 446 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'description','摘要',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4,1,0,0,1)
错误位于命令行: 446 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 447 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'author','作者',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,0,0,1)
错误位于命令行: 447 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 448 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'origin','来源',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,0,0,1)
错误位于命令行: 448 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 449 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'viewGroupIds','浏览权限',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,7,1,0,0,1)
错误位于命令行: 449 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 450 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'topLevel','固顶级别',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6,0,0,0,1)
错误位于命令行: 450 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 451 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'releaseDate','发布时间',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,0,0,0,1)
错误位于命令行: 451 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 452 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'typeId','内容类型',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6,0,0,0,1)
错误位于命令行: 452 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 453 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'tplContent','指定模板',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6,0,0,0,1)
错误位于命令行: 453 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 454 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'docPath','文档',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4,1,0,0,1)
错误位于命令行: 454 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 455 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'downNeed','下载需要财富',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,1,0,0,1)
错误位于命令行: 455 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 456 上开始执行命令时出错 -
insert into jc_model_item(modelitem_id,model_id, field, item_label, priority, def_value, opt_value, text_size, area_rows, area_cols, help, help_position, data_type, is_single, is_channel, is_custom, is_display)VALUES (S_JC_MODEL_ITEM.nextval,9,'isOpen','是否开放',10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,7,1,0,0,1)
错误位于命令行: 456 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 458 上开始执行命令时出错 -
alter table jc_group add  allow_file_size   NUMBER(11) default '4096' not null
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 459 上开始执行命令时出错 -
COMMENT ON COLUMN jc_group.allow_file_size IS
'每个上传文库的文件大小限制kB'
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 461 上开始执行命令时出错 -
alter table jc_group add  allow_file_total   NUMBER(11) default '0' not null
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 462 上开始执行命令时出错 -
COMMENT ON COLUMN jc_group.allow_file_total IS
'上传总数限制(0没有限制)'
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 465 上开始执行命令时出错 -
alter table jc_user add  file_total   NUMBER(11) default '0' not null
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 466 上开始执行命令时出错 -
COMMENT ON COLUMN jc_user.file_total IS
'上传文库文档个数'
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 469 上开始执行命令时出错 -
alter table jc_user add  grain   NUMBER(11) default '0' not null
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 470 上开始执行命令时出错 -
COMMENT ON COLUMN jc_user.grain IS
'文库财富值'
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 473 上开始执行命令时出错 -
alter table jc_config add  swftools_home  varchar(255) default '0' NOT NULL
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 474 上开始执行命令时出错 -
COMMENT ON COLUMN jc_config.swftools_home IS
'swftoos安装目录'
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 477 上开始执行命令时出错 -
alter table jc_comment add score  NUMBER(11)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 478 上开始执行命令时出错 -
COMMENT ON COLUMN jc_comment.score IS
'评分'
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:



在行: 510 上开始执行命令时出错 -
ALTER TABLE JC_WORKFLOW
   ADD CONSTRAINT FK_JC_WORKFLOW_SITE FOREIGN KEY (SITE_ID)
      REFERENCES JC_SITE (SITE_ID)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:


在行: 541 上开始执行命令时出错 -
ALTER TABLE JC_WORKFLOW_NODE
   ADD CONSTRAINT FK_JC_WORKFLOW_NODE_ROLE FOREIGN KEY (ROLE_ID)
      REFERENCES JC_ROLE (ROLE_ID)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:


在行: 594 上开始执行命令时出错 -
ALTER TABLE JC_WORKFLOW_EVENT
   ADD CONSTRAINT FK_WORKFLOW_EVENT_USER FOREIGN KEY (USER_ID)
      REFERENCES JC_USER (USER_ID)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

Table JC_WORKFLOW_EVENT_USER 已创建。


Sequence S_JC_WORKFLOW_EVENT_USER 已创建。


Table JC_WORKFLOW_EVENT_USER已变更。


在行: 610 上开始执行命令时出错 -
ALTER TABLE JC_WORKFLOW_EVENT_USER
   ADD CONSTRAINT FK_JC_WE_USER FOREIGN KEY (USER_ID)
      REFERENCES JC_USER (USER_ID)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:



在行: 659 上开始执行命令时出错 -
ALTER TABLE JC_WORKFLOW_RECORD
   ADD CONSTRAINT FK_JC_WORKFLOWRECORD_SITE FOREIGN KEY (SITE_ID)
      REFERENCES JC_SITE (SITE_ID)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 663 上开始执行命令时出错 -
ALTER TABLE JC_WORKFLOW_RECORD
   ADD CONSTRAINT FK_JC_WORKFLOWRECORD_USER FOREIGN KEY (USER_ID)
      REFERENCES JC_USER (USER_ID)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 667 上开始执行命令时出错 -
alter table jc_channel add workflow_id  NUMBER(11)
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 669 上开始执行命令时出错 -
COMMENT ON COLUMN jc_channel.workflow_id IS '工作流id;'
错误报告 -
ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 671 上开始执行命令时出错 -
INSERT INTO jc_model_item(modelitem_id,model_id,field,item_label,priority,def_value,opt_value,text_size,area_rows,area_cols,help,help_position,data_type,is_single,is_channel,is_custom,is_display) VALUES (S_JC_MODEL_ITEM.nextval,1,'workflowId','工作流',10,NULL,NULL,NULL,NULL,NULL,'留空则继承上级栏目设置,顶层为空无需审核',NULL,6,1,1,0,1)
错误位于命令行: 671 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 672 上开始执行命令时出错 -
INSERT INTO jc_model_item(modelitem_id,model_id,field,item_label,priority,def_value,opt_value,text_size,area_rows,area_cols,help,help_position,data_type,is_single,is_channel,is_custom,is_display) VALUES (S_JC_MODEL_ITEM.nextval,2,'workflowId','工作流',10,NULL,NULL,NULL,NULL,NULL,'留空则继承上级栏目设置,顶层为空无需审核',NULL,6,1,1,0,1)
错误位于命令行: 672 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 673 上开始执行命令时出错 -
INSERT INTO jc_model_item(modelitem_id,model_id,field,item_label,priority,def_value,opt_value,text_size,area_rows,area_cols,help,help_position,data_type,is_single,is_channel,is_custom,is_display) VALUES (S_JC_MODEL_ITEM.nextval,3,'workflowId','工作流',10,NULL,NULL,NULL,NULL,NULL,'留空则继承上级栏目设置,顶层为空无需审核',NULL,6,1,1,0,1)
错误位于命令行: 673 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 674 上开始执行命令时出错 -
INSERT INTO jc_model_item(modelitem_id,model_id,field,item_label,priority,def_value,opt_value,text_size,area_rows,area_cols,help,help_position,data_type,is_single,is_channel,is_custom,is_display) VALUES (S_JC_MODEL_ITEM.nextval,4,'workflowId','工作流',10,NULL,NULL,NULL,NULL,NULL,'留空则继承上级栏目设置,顶层为空无需审核',NULL,6,1,1,0,1)
错误位于命令行: 674 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 675 上开始执行命令时出错 -
INSERT INTO jc_model_item(modelitem_id,model_id,field,item_label,priority,def_value,opt_value,text_size,area_rows,area_cols,help,help_position,data_type,is_single,is_channel,is_custom,is_display) VALUES (S_JC_MODEL_ITEM.nextval,5,'workflowId','工作流',10,NULL,NULL,NULL,NULL,NULL,'留空则继承上级栏目设置,顶层为空无需审核',NULL,6,1,1,0,1)
错误位于命令行: 675 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 676 上开始执行命令时出错 -
INSERT INTO jc_model_item(modelitem_id,model_id,field,item_label,priority,def_value,opt_value,text_size,area_rows,area_cols,help,help_position,data_type,is_single,is_channel,is_custom,is_display) VALUES (S_JC_MODEL_ITEM.nextval,6,'workflowId','工作流',10,NULL,NULL,NULL,NULL,NULL,'留空则继承上级栏目设置,顶层为空无需审核',NULL,6,1,1,0,1)
错误位于命令行: 676 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 677 上开始执行命令时出错 -
INSERT INTO jc_model_item(modelitem_id,model_id,field,item_label,priority,def_value,opt_value,text_size,area_rows,area_cols,help,help_position,data_type,is_single,is_channel,is_custom,is_display) VALUES (S_JC_MODEL_ITEM.nextval,7,'workflowId','工作流',10,NULL,NULL,NULL,NULL,NULL,'留空则继承上级栏目设置,顶层为空无需审核',NULL,6,1,1,0,1)
错误位于命令行: 677 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 678 上开始执行命令时出错 -
INSERT INTO jc_model_item(modelitem_id,model_id,field,item_label,priority,def_value,opt_value,text_size,area_rows,area_cols,help,help_position,data_type,is_single,is_channel,is_custom,is_display) VALUES (S_JC_MODEL_ITEM.nextval,8,'workflowId','工作流',10,NULL,NULL,NULL,NULL,NULL,'留空则继承上级栏目设置,顶层为空无需审核',NULL,6,1,1,0,1)
错误位于命令行: 678 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 679 上开始执行命令时出错 -
INSERT INTO jc_model_item(modelitem_id,model_id,field,item_label,priority,def_value,opt_value,text_size,area_rows,area_cols,help,help_position,data_type,is_single,is_channel,is_custom,is_display) VALUES (S_JC_MODEL_ITEM.nextval,9,'workflowId','工作流',10,NULL,NULL,NULL,NULL,NULL,'留空则继承上级栏目设置,顶层为空无需审核',NULL,6,1,1,0,1)
错误位于命令行: 679 列: 13
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:

在行: 681 上开始执行命令时出错 -
update jc_role set site_id=1
错误位于命令行: 681 列: 8
错误报告 -
SQL 错误: ORA-00942: 表或视图不存在
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:
级别: 版主
UID: 121385
积分:34048 加为好友
威望: 0 精华: 0
主题:0 回复:32073
注册时间:2018-03-20
在线时长:0
2#   发表于:2018-04-13 16:30:36  IP:117.115.*.*
回复第1楼你重新建个库,执行脚本。
世间没有一种具有真正价值的东西,可以不经过艰苦辛勤劳动而能够得到的。
级别: 总版主
UID: 10736
积分:148366 加为好友
威望: 205 精华: 42
主题:287 回复:126119
注册时间:2010-09-08
在线时长:14.92
3#   发表于:2018-04-13 16:31:39  IP:117.115.*.*
你确定现在版本是2012sp1吗?后台有没有版本号?
路漫漫其修远兮,吾将上下而求索!
级别: 商业授权用户
UID: 41753
积分:365 加为好友
威望: 9 精华: 0
主题:59 回复:232
注册时间:2012-12-08
在线时长:0
4#   发表于:2018-04-13 16:34:18  IP:60.191.*.*
回复第3楼 是 2012sp1-oracle版,看过 后台版本号了
级别: 商业授权用户
UID: 41753
积分:365 加为好友
威望: 9 精华: 0
主题:59 回复:232
注册时间:2012-12-08
在线时长:0
5#   发表于:2018-04-13 16:36:56  IP:60.191.*.*
回复第2楼
重新建库,导入原程序的jeecms2012sp1.dmp , 然后在执行升级的sql ( update-to-v5.sql ) 吗 ?
级别: 版主
UID: 121385
积分:34048 加为好友
威望: 0 精华: 0
主题:0 回复:32073
注册时间:2018-03-20
在线时长:0
6#   发表于:2018-04-13 16:39:19  IP:117.115.*.*
回复第5楼用的什么数据库?orcle要用imp导入
世间没有一种具有真正价值的东西,可以不经过艰苦辛勤劳动而能够得到的。
级别: 商业授权用户
UID: 41753
积分:365 加为好友
威望: 9 精华: 0
主题:59 回复:232
注册时间:2012-12-08
在线时长:0
7#   发表于:2018-04-13 16:40:38  IP:60.191.*.*
回复第6楼 oracle 数据库,因为原程序就是Oracle版本
级别: 版主
UID: 121385
积分:34048 加为好友
威望: 0 精华: 0
主题:0 回复:32073
注册时间:2018-03-20
在线时长:0
8#   发表于:2018-04-13 16:41:11  IP:117.115.*.*
回复第7楼要用imp导入
世间没有一种具有真正价值的东西,可以不经过艰苦辛勤劳动而能够得到的。
1 共1页