随笔分类 -  Oracle

摘要:(原)学习ORACLE 视图 阅读全文
posted @ 2007-08-10 10:19 天纯蓝 阅读(1532) 评论(0) 推荐(0)
摘要:(原)学习ORCALE索引 阅读全文
posted @ 2007-08-10 09:32 天纯蓝 阅读(522) 评论(0) 推荐(0)
摘要:ORCALE 表和约束 阅读全文
posted @ 2007-08-09 16:58 天纯蓝 阅读(331) 评论(0) 推荐(0)
摘要:Oracle表空间、用户建立SQL 阅读全文
posted @ 2007-08-09 14:17 天纯蓝 阅读(984) 评论(0) 推荐(0)
摘要:PLSQL单行函数和组函数详解 阅读全文
posted @ 2007-07-17 15:51 天纯蓝 阅读(700) 评论(0) 推荐(0)
摘要:(转)动态SQL和PL/SQL的EXECUTE IMMEDIATE选项 阅读全文
posted @ 2007-07-12 17:19 天纯蓝 阅读(270) 评论(0) 推荐(0)
摘要:Oracle数据库的体系结构 阅读全文
posted @ 2007-07-12 09:38 天纯蓝 阅读(424) 评论(0) 推荐(0)
摘要:ORACLE数据库的模式对象的管理与维护 阅读全文
posted @ 2007-07-12 09:29 天纯蓝 阅读(1071) 评论(0) 推荐(0)
摘要:oracle自动编号 阅读全文
posted @ 2007-07-10 20:09 天纯蓝 阅读(2727) 评论(1) 推荐(0)
摘要:--create sequence testseq increment by 1 start with 1insert into ONEDB(testseq.nextval,'aaaa' ) 阅读全文
posted @ 2007-07-09 16:39 天纯蓝 阅读(940) 评论(0) 推荐(0)