搜索资源列表
otlcopy
- 使用otl包实现oracle表数据的复制 命令用法: tabcopy <源数据> <目标表> <源库> <目标库> 源数据:可以是数据表名或者是SQL查询语句(用双引号括起来)。 目标表:目标数据表名,不存在则自动创建。 源库:格式为\"用户名/密码@//IP:端口/服务名\" 目标库:格式为\"用户名/密码@//IP:端口/服务名\"-Copy the table data oracle command usage: ta
oracleinput
- < Oracle的入门心得>> 一位大虾写的自己学习Oracle的心得体会,很不错。-< <Oracle的入门心得> > Writing a shrimp Oracle' s study of their own experiences, is pretty good.
Oracle-high-performance-sql-adjust
- < Oracle高性能SQL调整 >> 电子书,Donald K.Burleson 著。-<<Oracle高性能SQL调整 >> E-books, Donald K. Burleson was.
PuenteError
- <exportacion de valores de autocad a oracle
WhereList
- 自由拼接SQL查询WHERE条件 比如对于where name = maxwell and age <18-The free stitching SQL query WHERE condition such as for the where name = ' maxwell' and age < 18
OA-sys
- <html xmlns="http://www.w3.org/1999/xhtml"> <!--#include file="../Inc/Conn.asp" --> <!--#include file="../Inc/SK.Session.asp" --> <!--#include file="../Inc/SK.Funtion.asp" --> < if Not (Session("Manager")="1" OR (Ju
ctlcrTmpTable
- # 建一个新表,其结构、 分区键、主键、索引与一个己存在的库表一致 # 注:如果失败,则ROLLBACK。 # 1. 如果源表不存在,返回失败 # 2. 如果目录表己存在,则返回失败 # 3. 如果数据从源表插入到目标表出错,则返回失败 # USAGE: ctlcrTmpTable.sh <dest_table> <src_table> <tbspace>-# 建一个新表,其结构、 分区键、主键、索引与一个己存在的库表一