Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Oracle E-Business Suite R12 Core Development and Extension Cookbook

You're reading from   Oracle E-Business Suite R12 Core Development and Extension Cookbook Building extensions in Oracle E-Business Suite is greatly simplified when you follow the step-by-step instructions in this book. Whether novice or pro, this is a great tutorial with over 60 recipes and stacks of screenshots.

Arrow left icon
Product type Paperback
Published in May 2012
Publisher Packt
ISBN-13 9781849684842
Length 480 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Andy Penver Andy Penver
Author Profile Icon Andy Penver
Andy Penver
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

Oracle E-Business Suite R12 Core Development and Extension Cookbook
Credits
About the Author
About the Reviewers
1. www.PacktPub.com
2. Preface
1. Creating Concurrent Programs FREE CHAPTER 2. Oracle Forms 3. Advanced Oracle Forms 4. Forms Personalization 5. Workflow 6. Utilities

Installing the database objects


Create the database objects for this chapter before you start by using a script provided. The code comes with the readme file, readme_5_1.txt.

We are going to create a number of objects that we will use throughout the chapter. For all the database objects, there is a script provided called 4842_05_01.sh. The following recipe provides details of how to run the script.

How to do it...

To create an advanced queue, perform the following steps:

  1. 1. Create a local directory C:\packt\scripts\ch5 where the scripts are downloaded to.

  2. 2. Open Putty and connect to the application tier user.

  3. 3. Create a new directory on the application tier under $XXHR_TOP/install with the following commands:

    cd $XXHR_TOP/install
    mkdir ch5
    
    
  4. 4. Navigate to the new directory with the following command:

    cd ch5
    
    
  5. 5. Open WinSCP and ftp the files from C:\packt\scripts\ch5 to $XXHR_TOP/install/ch5 as shown in the following screenshot:

  6. 6. In Putty, change the permissions of the script with the following...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime