搜索资源列表
ORACLEfunctionstudy
- oracle函数大全 是学习oracle数据库编程知识中必用到的材料。每个程序都要用到函数,对于初学者来说,不了解函数的可以到这个材料中来查找-Daquan is a learning function oracle oracle database programming knowledge will be used in the material. Each program must use the function, for beginners, do not understand th
oracleproc
- 在 Oracle 环境下设计和开发应用程序 将已经存在于其他数据库环境的应用程序转换到 Oracle 环境下 Oracle 应用软件开发技术规范的管理者 -In the Oracle environment to design and develop the applicationWill already exist in other database environment application to convert to Oracle environmentOracle tec
ORACLE经典语句全集命令
- 一、建立表空间 CREATE TABLESPACE data01 DATAFILE '/oracle/oradata/db/DATA01.dbf' SIZE 500M UNIFORM SIZE 128k; #指定区尺寸为128k,如不指定,区尺寸默认为64k 二、建立UNDO表空间 CREATE UNDO TABLESPACE UNDOTBS02 DATAFILE '/oracle/oradata/db/UNDOTBS02.dbf' SIZE 50