A good reference for 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 很好的参考的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Oracle PL/SQL 很好的参考


基础教程推荐
- SQL Server 2016更改对象所有者 2022-01-01
- 使用pyodbc“不安全"的Python多处理和数据库访问? 2022-01-01
- SQL Server 中单行 MERGE/upsert 的语法 2021-01-01
- Sql Server 字符串到日期的转换 2021-01-01
- SQL Server:只有 GROUP BY 中的最后一个条目 2021-01-01
- 将数据从 MS SQL 迁移到 PostgreSQL? 2022-01-01
- 无法在 ubuntu 中启动 mysql 服务器 2021-01-01
- ERROR 2006 (HY000): MySQL 服务器已经消失 2021-01-01
- 如何在 SQL Server 的嵌套过程中处理事务? 2021-01-01
- 在 VB.NET 中更新 SQL Server DateTime 列 2021-01-01