Skip to Main Content
  • Questions
  • I'm now learning PL/SQL for develop Oracle ERP

Breadcrumb

Question and Answer

Chris Saxon

Thanks for the question, Yung-Ting.

Asked: August 09, 2016 - 5:40 am UTC

Last updated: August 10, 2016 - 9:47 am UTC

Version: 10.1.2

Viewed 1000+ times

You Asked

Hi,Tom

As a fresh graduate to be an programmer with Oracle ERP, I'm now learning PL/SQL.
I've read lots of pages about it, and I've practiced how to use PL/SQL to create a report for Oracle ERP.
But I've searched on the internet and cannot find anything about develop Oracle ERP with PL/SQL.
I want to ask how could I learn to use the PL/SQL on Oracle ERP?
Is there any book or website I can refer to?



Thank you.


and Chris said...

I'm not familiar with Oracle ERP nor am I aware of any resources specific to using PL/SQL with it.

But PL/SQL is still PL/SQL. Learn how to program with it separate to Oracle ERP. The skills will still be useful. And apply if you want to do PL/SQL programming in other cases ;)

Steven Feuerstein has compiled a good list of resources to do this at:

http://stevenfeuersteinonplsql.blogspot.co.uk/2014/05/resources-for-new-plsql-developers.html

If you need to understand more about the structures in ERP, check relevant docs:

http://docs.oracle.com/en/

Rating

  (1 rating)

Is this answer out of date? If it is, please let us know via a Comment

Comments

EBS Developers Guide

Doug Windham, August 09, 2016 - 6:55 pm UTC

I would also recommend the Oracle E-Business Suite Developer's Guide at http://docs.oracle.com/cd/E26401_01/doc.122/e22961/toc.htm and the Oracle eBusiness Suite Electronic Technical Reference Manual - eTRM at http://etrm.oracle.com

Chris Saxon
August 10, 2016 - 9:47 am UTC

Thanks for the links