代码搜索:ORACLE8i

找到约 74 项符合「ORACLE8i」的源代码

代码结果 74
www.eeworm.com/read/124343/14571523

html 1749.html

linux知识宝库/oracle/Oracle8i HowTo
www.eeworm.com/read/124343/14571482

html 1774.html

linux知识宝库/oracle/oracle8i for unixware安装说明
www.eeworm.com/read/124343/14573124

html 1712.html

linux知识宝库/oracle/redhat 8安装oracle8i标准过程
www.eeworm.com/read/124343/14573611

html 1759.html

linux知识宝库/oracle/ORACLE8I FOR SUN SOLARIS2.7 安装说明
www.eeworm.com/read/327725/13065494

sql create.sql

REM REM author: 朱伟民, time:15:20 01-8-4 REM 版权 :sinosoft REM version:1.0 REM 从 oracle8i Enterprise Edition 数据库生成创建对象的脚本文件 REM -- -- 包头定义 -- CREATE OR REP
www.eeworm.com/read/124343/14572124

html 1714.html

linux知识宝库/oracle/在UnixWare7.1.1上安装Oracle8i
www.eeworm.com/read/124343/14573629

html 1737.html

linux知识宝库/oracle/oracle8i for linux如何设置字符集
www.eeworm.com/read/124343/14574146

html 1782.html

linux知识宝库/oracle/oracle8i在linux9的安装步骤
www.eeworm.com/read/124343/14572636

html 1717.html

linux知识宝库/oracle/在UNIX服务器上设置Oracle8i全文检索
www.eeworm.com/read/161040/5563866

txt 删除字段.txt

--删除字段方法1: CREATE TABLE sm_temp AS SELECT empid,name,salary,telno FROM sm_emp; desc sm_temp; DROP TABLE sm_emp; RENAME sm_temp TO sm_emp; --在oracle8i以后的版本可以使用alter table .. drop colu