文件名称:otlcopy
介绍说明--下载内容来自于网络,使用问题请自行百度
使用otl包实现oracle表数据的复制
命令用法:
tabcopy <源数据> <目标表> <源库> <目标库>
源数据:可以是数据表名或者是SQL查询语句(用双引号括起来)。
目标表:目标数据表名,不存在则自动创建。
源库:格式为\"用户名/密码@//IP:端口/服务名\"
目标库:格式为\"用户名/密码@//IP:端口/服务名\"-Copy the table data oracle command usage: tabcopy < source data> < target table> < source database> < object library> source data: can be a data table name or SQL query (using double quotes.) Target Table: Target table name does not exist is automatically created. Source Library: format \ " user name/password @// IP: port/service name \" target library: format \ " user name/password @// IP: port/service name \"
命令用法:
tabcopy <源数据> <目标表> <源库> <目标库>
源数据:可以是数据表名或者是SQL查询语句(用双引号括起来)。
目标表:目标数据表名,不存在则自动创建。
源库:格式为\"用户名/密码@//IP:端口/服务名\"
目标库:格式为\"用户名/密码@//IP:端口/服务名\"-Copy the table data oracle command usage: tabcopy < source data> < target table> < source database> < object library> source data: can be a data table name or SQL query (using double quotes.) Target Table: Target table name does not exist is automatically created. Source Library: format \ " user name/password @// IP: port/service name \" target library: format \ " user name/password @// IP: port/service name \"
(系统自动生成,下载前可以参看下载内容)
下载文件列表
otlcopy.cpp
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.