您好,欢迎光临本网站![请登录][注册会员]  
文件名称: 文件更新系统
  所属分类: 管理软件
  开发工具:
  文件大小: 230kb
  下载次数: 0
  上传时间: 2014-06-19
  提 供 者: qq_16******
 详细说明: 此系统用于检测数据库更新后自动更新文件 Connect comm/comm@dbserver; Drop table client_ip_address; create table client_ip_address ( CLIENT_NAME Varchar2(30), IP_ADDRESS Varchar2(16), UPDATE_TIME Date, UPDATE_CLASS Number(2), constraints pk_client_ip_addr primary key ( IP_ADDRESS ) using index pctfree 5 storage ( initial 2M next 1M minextents 1 maxextents unlimited pctincrease 0 ) tablespace tsp_comm ) pctfree 5 pctused 90 storage ( initi al 5M next 10M minextents 1 maxextents unlimited pctincrease 0 ); grant select,insert,update,delete on client_ip_address to role_comm; Drop table client_updata_path; create table client_updata_path ( UPDATE_CLASS Number(8,0), FILE_PATH Varchar2(16), REMARK Varchar2(16), constraints pk_client_updata_path primary key ( UPDATE_CLASS, FILE_PATH ) using index pctfree 5 storage ( initial 2M next 1M minextents 1 maxextents unlimited pctincrease 0 ) tablespace tsp_comm ) pctfree 5 pctused 90 storage ( initial 5M next 10M minextents 1 maxextents unlimited pctincrease 0 ); grant select,insert,update,delete on client_updata_path to role_comm; Drop table sever_updata_path; create table sever_updata_path ( server_ip_address Varchar2(16), updata_path Varchar2(16), constraints pk_server_ip_addr primary key ( server_ip_address, updata_path ) using index pctfree 5 storage ( initial 2M next 1M minextents 1 maxextents unlimited pctincrease 0 ) tablespace tsp_comm ) pctfree 5 pctused 90 storage ( initial 5M next 10M minextents 1 maxextents unlimited pctincrease 0 ); grant select,insert,update,delete on sever_updata_path to role_comm; Drop table updata_file_dict; create table updata_file_dict ( updata_file_no Number(8,0), updata_file_name Varchar2(16), updata_class Number(8,0), constraints pk_updata_file primary key ( updata_file_no ) using index pctfree 5 storage ( initial 2M next 1M minextents 1 maxextents unlimited pctincrease 0 ) tablespace tsp_comm ) pctfree 5 pctused 90 storage ( initial 5M next 10M minextents 1 maxextents unlimited pctincrease 0 ); grant select,insert,update,delete on updata_file_dict to role_comm; Connect system/manager@dbserver; Drop public synonym client_ip_address; create public synonym client_ip_address for comm.client_ip_address; Drop public synonym client_updata_path; create public synonym client_updata_path for comm.client_updata_path; Drop public synonym sever_updata_path; create public synonym sever_updata_path for comm.sever_updata_path; Drop public synonym updata_file_dict; create public synonym updata_file_dict for comm.updata_file_dict; ...展开收缩
(系统自动生成,下载前可以参看下载内容)

下载文件列表

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等多线程下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.
 相关搜索: 文件 更新 系统
 输入关键字,在本站1000多万海量源码库中尽情搜索: