Oracle PL/SQL 很好的参考

A good reference for Oracle PL/SQL(Oracle PL/SQL 很好的参考)
本文介绍了Oracle PL/SQL 很好的参考的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Oracle PL/SQL 的最佳参考资料是什么?我对 SQL-92 和 MS-SQL 扩展有很好的了解,但现在我正在使用 Oracle,我正在努力寻找 PL/SQL 语言的良好参考.

What are the best references for Oracle PL/SQL? I have an excellent knowlege of SQL-92 and of MS-SQL extensions, but now I'm working with Oracle and I'm struggling to find good references for the PL/SQL language.

我正在寻找以下方面的参考资料:

I am looking for references for the following:

  • 变量
  • 循环
  • 光标
  • 套餐
  • 触发
  • 存储过程
  • 临时表

非常感谢.

推荐答案

正如 Klaus 所说,在线文档非常好.从2 天应用程序开发人员指南开始.如果您使用的是 11gR2,您需要阅读最新版本的 PL/SQL 语言参考.较新的 Oracle 版本具有文档的更新版本.

As Klaus says the online documentation is pretty good. Start with the 2-Day Application Developer's Guide. If you're using 11gR2, you'll want to read the most recent version of the PL/SQL Language Reference. Newer Oracle releases have updated versions of the documents.

但是如果你想买一本书,那么 Steven Feuerstein 的 Oracle PL/SQL Programminga> 是那个.

But if you want to buy a book, then Steven Feuerstein's Oracle PL/SQL Programming is the one.

这篇关于Oracle PL/SQL 很好的参考的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Execute complex raw SQL query in EF6(在EF6中执行复杂的原始SQL查询)
Hibernate reactive No Vert.x context active in aws rds(AWS RDS中的休眠反应性非Vert.x上下文处于活动状态)
Bulk insert with mysql2 and NodeJs throws 500(使用mysql2和NodeJS的大容量插入抛出500)
Flask + PyMySQL giving error no attribute #39;settimeout#39;(FlASK+PyMySQL给出错误,没有属性#39;setTimeout#39;)
auto_increment column for a group of rows?(一组行的AUTO_INCREMENT列?)
Sort by ID DESC(按ID代码排序)