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 临时表问题 2022-01-01
- 如何将 Byte[] 插入 SQL Server VARBINARY 列 2021-01-01
- 使用 Oracle PL/SQL developer 生成测试数据 2021-01-01
- 以一个值为轴心,但将一行上的数据按另一行分组? 2022-01-01
- 更改自动增量起始编号? 2021-01-01
- 如何将 SonarQube 6.7 从 MySQL 迁移到 postgresql 2022-01-01
- 远程 mySQL 连接抛出“无法使用旧的不安全身份验证连接到 MySQL 4.1+"来自 XAMPP 的错误 2022-01-01
- 如何使用 pip 安装 Python MySQLdb 模块? 2021-01-01
- 导入具有可变标题的 Excel 文件 2021-01-01
- 在SQL中,如何为每个组选择前2行 2021-01-01