▷ Top 40 Oracle EBS Interview Questions [UPDATED] 2022 (2024)

Table of Contents
Top 10 Frequently Asked Oracle EBS Interview Questions Oracle EBS Interview Questions 1. What are the report triggers in Oracle? 2. What is the purpose of applsyspub user in Oracle EBS? 3. Why patches are required in Oracle EBS? 4. Will the modifications done in a Workday calendar comes into action after saving? 5. What are the basic reasons for a line to get backorders during Pick Release? 6. What are the different control options in inventory? 7. What are the different key flex fields in Oracle Inventory? 8. Define various planning methods in Inventory? 9. What is the difference between Descriptive flexfield and Keyflexfield? 10. What is the difference between Truncate the table and Drop the table? 11. What is the flow of the service contract? 12. How many components are present in the service contract? 13. What is the concurrent program? 14. What is a token? 15. Which are the types of Triggers? 16. Where do we use Custom.pll? 17. How is the Apps schema different from other schemas? 18. What are a custom top and its purpose? 19. What are the record group and their types? 20. What is the control file used for? 21. What is the role of the optimizer in Oracle? 22. What are the types of validations in Oracle EBS? 23. Define the steps for customizing the form? 24. What is MRC ( Multiple Reporting Currency)? 25. What is Oracle EBS? 26. What is the ERP system Oracle? 27. Differentiate between flexfield qualifier and segment qualifier? 28. How to know whether Multi-org is installed or not? 29. What is multi-org? 30. How to “write” to the concurrent request Log and Output file? 31. What are tablespace and its types? 32. What are a responsibility, Menu, and Request group and how are they related? 33. What are the types of Concurrent Managers 25? 34. Is it possible to submit a concurrent request directly from the operating system? 35. What is a Formula column? 36. What is ABC analysis and why is it used? 37. What is the picking rule in inventory? 38. Is it possible to change the item name once it is created? 39. Is inventory Master org mandatory? 40. What are the different status attributes in the Item? FAQs

Are you looking for Oracle EBS interview questions? Here is the comprehensive list of questions along with their answers that will help both Experienced and Fresher candidates to crack their interviews and acquire a dream job as Oracle EBS professionals.

Oracle E-Business Suite applications manage the issues in global business environments irrespective of the organization size. Therefore, there is a high demand for Oracle EBS professionals in the market. So, let us see what are the frequently asked questions in the Oracle EBS interviews 2022.

Top 10 Frequently Asked Oracle EBS Interview Questions

  1. What is Oracle EBS?
  2. Why patches are required in Oracle EBS?
  3. What are the different control options in inventory?
  4. What is the flow of the service contract?
  5. What is a token?
  6. What is the control file used for?
  7. What are the types of validations in Oracle EBS?
  8. What is multi-org?
  9. What is a Formula column?
  10. What is the different status attributes in the Item?

Oracle EBS Interview Questions

1. What are the report triggers in Oracle?

Ans: There are five main types of report triggers available in the Oracle and they are -

  • Before Report
  • After Report
  • After Parameter Form
  • Before Parameter Form
  • Between Pages

2. What is the purpose of applsyspub user in Oracle EBS?

It is a gateway users used in the connection process. When you sign on to the Oracle platform, first you get connected to the public schema, applsyspub. Once the username and password get verified, you will get connected to the Apps schema where you will have to choose responsibility.

Are you interested in learning Oracle EBS from experts? Visit here Oracle EBS Online Training

3. Why patches are required in Oracle EBS?

Ans: There are two types of patched - Optach and Adpatch. They are used to resolve various issues such as

  • Problem with Application Code
  • Production issues
  • Install new features to upgrade components

4. Will the modifications done in a Workday calendar comes into action after saving?

Ans: No, the changes that are made into a Workday calendar will come into action only after Building the Calendar.

5. What are the basic reasons for a line to get backorders during Pick Release?

Ans: Reasons for the line to be backorders are

  • The inventory period is closed
  • Item is not available in inventory
  • Holds are placed against the order or order line

6. What are the different control options in inventory?

Following are the control options in inventory -

  • Locator control
  • Lot control
  • Serial control
  • Revision control
  • Locator and sub inventory restriction

▷ Top 40 Oracle EBS Interview Questions [UPDATED] 2022 (1)

7. What are the different key flex fields in Oracle Inventory?

Ans:Following are the different flex fields in oracle inventory -

  • Item Catalogue
  • Item Categories
  • Stock locators
  • Sales Orders
  • System Items
  • Accounts Alias

8. Define various planning methods in Inventory?

Ans: There are five planning methods in inventory -

  • Min-Max Planning
  • Kanban Planning
  • Re-order point planning
  • Periodic Automatic Replenishment
  • Subinv Replenishment Planning

9. What is the difference between Descriptive flexfield and Keyflexfield?

Ans: Keyflexfield is used to uniquely identify information such as INV items, GL accounts, Fixed assets, etc that businesses need to keep track off. Descriptive flexfield used for capturing additional pieces of information from a transaction entered into Oracle EBS.

10. What is the difference between Truncate the table and Drop the table?

Ans:

  • Drop-Table: Removes all data, indexes, constraints, permission specifications, triggers from the table whereas
  • Truncate Table: Removes all rows in the table without logging particular row deletion.

11. What is the flow of the service contract?

Ans: To create a service contract, you need to follow the below-given steps-

  • Create a contract based on business requirement
  • Enter the service line item as service coverage
  • Enter Line>Effectivity>Item for which service contract is needed
  • Enter sales, credit, pricelist, etc.
  • Check for QA
  • Submit approval
  • Set the status of the contract as Active

12. How many components are present in the service contract?

Ans: The contract lifecycle includes

  • Creation
  • Approval
  • Entitlement
  • Pricing
  • Billing
  • Managing contracts

13. What is the concurrent program?

Ans: A Concurrent program is an instance that is executed along with incompatibles and parameters.

14. What is a token?

Ans: A token is used to transfer values towards the report builder and they are usually not the case–sensitive.

15. Which are the types of Triggers?

Ans: There are different types of triggers associated with forms and they are

  • Key triggers
  • Error triggers
  • Message triggers
  • Query-based triggers
  • Transactional triggers
  • Navigational triggers

16. Where do we use Custom.pll?

Ans: Custom.pll is used during the process of making customized or new oracle forms. Once the custom events are enabled, Oracle will display all events that can be trapped using CUSTOM.pll.

17. How is the Apps schema different from other schemas?

Ans: App schema consists of only synonyms, there is no option for creating a table in it. Whereas other schemas contain tables and objects and also allow the creation of tables.

18. What are a custom top and its purpose?

Ans: The custom top is exclusively created for customers to store customized components and several custom tops can be made as per the requirement. When Oracle corporation applies patches, every module is overridden except the custom top.

19. What are the record group and their types?

Ans: A record group is a data structure having a column/ row framework like a database table. There are a total of three types of record groups -

  • Query record groups
  • Non-query record groups
  • Static record group

20. What is the control file used for?

Ans: It is used for

  1. Database recovery
  2. Identifying database and redo log files that are necessary to be opened for the database operation

21. What is the role of the optimizer in Oracle?

Ans: The optimizer determines an effective and efficient way to process a SQL statement based on the data in the table avoiding excessive I/O resources.

22. What are the types of validations in Oracle EBS?

Ans: There are various types of validation. They are as follows -

  • None:None type is used to allow users to enter values falling under the value set of formatting rules. A segment using this value set can't use flexfield value security rules.
  • Table: Inputs are checked as per the values that are already present in the application table
  • Special: These values make use of the flex field
  • Pair: Group of values that make use of flex fields
  • Independent: Input should be present in the value set defined previously
  • Dependent: According to the previous value, inputs are compared with the subset of values
  • Translatable Independent: in this validation rule, a value can be used only if there is any existence of input in the previous list
  • Translatable Dependent: This validation rule compares the input with the subset of values related to the previously defined list

23. Define the steps for customizing the form?

Ans: You need to follow certain steps for the purpose of customizing forms. They are -

  • The first step is to copy the file template.fmb and Appsatnd.fmb and paste it inside the custom directory. By doing so, a library associated with the particular task gets copied by its own
  • Now, create forms and customize them
  • Save the created forms where you want them to locate

24. What is MRC ( Multiple Reporting Currency)?

Ans: MRC is a feature associated with the oracle application that helps in reporting and maintaining records related to the transaction level in several forms of functional currency.

25. What is Oracle EBS?

Ans: Oracle EBS (E-Business Suite) is a collection of integrated business applications such as SCM, ERP, and CRM that help businesses in resource planning, customer relationship management, and supply chain management.

26. What is the ERP system Oracle?

Ans: Oracle ERP (Enterprise Resource Planning) is a cloud-based software solution used to manage day-to-day business activities. This amazing business management software suite includes financial management, accounting, procurement, supply chain management, and project management.

27. Differentiate between flexfield qualifier and segment qualifier?

Ans: Flexfiled qualifier identifies segment in a flexfield whereas segment qualifier identifies value in a segment.

  • Types of Flex field qualifier
  • Balancing segment qualifier
  • Cost center
  • Natural account and
  • Intercompany
  • Segment qualifier allows:-
  • Budgeting, Posting
  • Account Type
  • Control Account and
  • Reconciliation flag

28. How to know whether Multi-org is installed or not?

Ans: SELECT MULTI_ORG_FLAG FROM FND_PRODUCT_GROUPS

If MULTI_ORG_FLAG is set to ‘Y’, it multi org else not

29. What is multi-org?

Ans: It is data security functionality available in Oracle 10.6 and above that allows multiple operating units to be defined within a single installation of Oracle Applications products. This Multi-org architecture is an application server-side enhancement that keeps each operating unit's data separate and secure.

30. How to “write” to the concurrent request Log and Output file?

Ans: FND_FILE.PUT(FND_FILE.LOG or FND_FILE.OUTPUT, );

31. What are tablespace and its types?

Ans: An Oracle 11g database requires the following tablespaces -

  • System Tablespace:It is created when the database is installed and holds data dictionary tables owned by the SYS account.
  • Undo Tablespace: It holds undo (rollback) information used to track database changes
  • Temporary Tablespace: It is used to sort data while it is being processed.

32. What are a responsibility, Menu, and Request group and how are they related?

Ans:

  • Responsibility: A responsibility is a set of authority that permits users to access the functionality appropriate to their roles.
  • Menu: A menu is a hierarchical arrangement of functions that appears in the Navigator. Every responsibility has a menu assigned to it.
  • Request Group: A request group is a collection of reports/concurrent programs in order to control user access. Only a system administrator is able to create a request group.

33. What are the types of Concurrent Managers 25?

Ans: There are three MASTER CONCURRENT MANAGERS:

  1. Internal Concurrent Manager (ICM)- Monitors all other CMs
  2. Standard Manager (SM)- Manages report running and batch jobs
  3. Conflict Resolution Manager (CRM) - checks concurrent program definitions for compatibility checks.

34. Is it possible to submit a concurrent request directly from the operating system?

Ans: To submit the report directly, we need to follow some steps -

  • First of all, write a Shell script.
  • Then, log in to the database
  • Run the function FND_REQUEST.Submit()

35. What is a Formula column?

Ans: A formula column is used to perform the user-defined computation for other columns such as placeholder columns.

36. What is ABC analysis and why is it used?

Ans: ABC analysis is used to categorize items into three different classes ie' A, B, and C where A is the most valuable and C is the least. Through this analysis, it becomes easy to monitor and keep track of valuable items.

37. What is the picking rule in inventory?

Ans: The picking rule is used to find out the total items for sale order on the basis of revision, Lot, Locator, and Sub inventory.

38. Is it possible to change the item name once it is created?

Ans: Yes, we can change the item name at the master level.

39. Is inventory Master org mandatory?

Ans: Yes, inventory master-org is mandatory because we do not create a specific master-org, then the system will consider inv org as its master org.

40. What are the different status attributes in the Item?

There are following are the attributes

  • BOM Enabled
  • Build-in WIP
  • Invoice
  • Purchasable
  • Stackable
  • Transactable
  • Customer order enabled
  • Internal Order enabled
▷ Top 40 Oracle EBS Interview Questions [UPDATED] 2022 (2024)

FAQs

What is Oracle EBS latest version? ›

These latest releases follow the EBS Enterprise Command Centers - March 2021 Update and Oracle E-Business Suite Cloud Manager 21.1. 1 and 21.1. 1.1 Updates, delivered in July and September, respectively.

How many rounds of interview are there in Oracle for experienced? ›

The interview process for software engineers at Oracle consists of three rounds — the initial phone screen, the technical phone screen, and an onsite. The onsite round is usually a series of face-to-face interviews conducted at Oracle's office.

How do I prepare for Oracle Apps interview? ›

Oracle Apps Technical Interview Questions for Freshers
  1. What is Set-of-Books? ...
  2. How can u call a standard interface program from SQL or pl/SQL code? ...
  3. API for Customer Interface? ...
  4. PL/SQL stored procedure parameters? or what are the two parameters that are mandatory for pl/sql type concurrent program? ...
  5. What is a Value Set?

What is the future of Oracle EBS? ›

This means Oracle Premier Support will be available for Release 12.2 through at least September 2023; and future releases through at least 2030, with a minimum commitment of 10 years of this level of support. Companies using Oracle EBS can continue to sustain their investments with minimal disruption or change.

What is the latest R12 version? ›

On November 4, 2021, Oracle announced the availability of the latest version of Oracle E-Business Suite, R12. 2.11. In this blog, we'll cover the key innovations that were made across the categories of Modern User Experience, Functional Innovation, and Operational Efficiency.

Are Oracle interviews hard? ›

Usually, the questions asked in a standard Oracle interview are of Easy to Medium Level but it varies from person to person. Since the number of interview rounds range anywhere from four to seven, it can be intimidating at times for a candidate. But if you are in, it is going to be worth the effort.

Is it easy to get a job in Oracle? ›

The hiring process is long and cumbersome, but once at Oracle, you have many opportunities for changing positions and groups. Your salary is however unlikely to keep up with the market. This is a large company and it is hard at times to find out who is doing what.

Is Oracle interview easy cracking? ›

It is not going to be easy to study and follow everything. For a fresher, it is one of the toughest tasks of life. For them, we are having this database interview questions app which is having multiple questions and mocks in it.

What is Oracle EBS system? ›

Oracle E-Business Suite is one of Oracle Corp.'s major product lines. Also known as Oracle EBS, it is an integrated set of business applications for automating customer relationship management (CRM), enterprise resource planning (ERP) and supply chain management (SCM) processes within organizations.

What are the modules in Oracle EBS? ›

The Oracle EBS practice leverages and unifies core EBS modules that consist of a collection of supply chain management (SCM), manufacturing, customer relationship management (CRM), and enterprise resource planning (ERP) computer applications.

What is P2P cycle in Oracle Apps? ›

Procure to Pay process which is also known as P2P cycle is followed by any organization in any ERP system if they would like purchase any products for example raw materials, office supplies, infrastructure etc. When there is a purchase there should be a payment.

What language Oracle is written? ›

Oracle was originally written in fortran and then redone in C, which it has been written in ever since.

How is the interview process at Oracle? ›

Oracle conducts interviews to find out more about your motivations, past experiences, and qualifications. We are interested in how your skills and attributes would contribute to our firm and whether we're able to meet your future expectations.

Why should we hire you in Oracle? ›

I am interested in a new challenge and an opportunity to use my technical skills and experience in a different capacity than I have in the past. This position seemed like an excellent match for my skills and experience and I am not able to fully utilize them in my present job.

Is Oracle EBS on premise? ›

In the past, running Oracle EBS on the Oracle technology stack on premises was the only choice for Oracle EBS customers. Oracle now has expanded the deployment model to include running Oracle EBS on the same Oracle technology stack but in Oracle Cloud.

Is Oracle EBS obsolete? ›

NO, Not at all. Oracle EBS is used by more than 14000 companies worldwide and they will continue to use as long as they do business. Companies need Oracle EBS to run their businesses as Transaction Processing Systems.

How do I know my EBS version? ›

You can use simple SQLPlus query to find the version of Oracle E-Business Suite. Recently the latest Oracle EBS version R12. 2.10 has been released to download as a patch. If you are planning for EBS Oracle Applications upgrade and patching, then you must check version of Oracle Apps R12 before upgrade.

What is the difference between R12 1 and R12 2? ›

There are lot of differences. 1)In R12. 2 we have to kind of filesystems fs1(run filesystem) and fs2(patch filesystem) where as In R12. 1.3 we only deal with one application filesystem.

What is RUP patch in Oracle Apps? ›

A RUP is a set of cumulative patches and changes for the entire Oracle Fusion Applications Suite for a base release. You install RUPs with Release Update Patch (RUP) Installer.

When was Oracle 11i released? ›

2 was released in September 2013. It superseded release 12.1 released in May 2009. The base release of R12 (12.0) was released on 31 January 2007. The main release before 12.0 was E-Business Suite 11i (not to be confused with the database, Oracle 11g).

What is BT round interview in Oracle? ›

your biggest achievement/how do you handle conflict/what is the biggest thing you achieved as team/how do you handle difficult person/ plus questions from your resume. Add Tags.

Is Oracle a product based company? ›

Oracle - product based company | Glassdoor.

What are common behavioral interview questions? ›

What's a Behavioral Interview Question?
  • Give us an example of a goal you failed to meet, and how you handled the situation.
  • Tell us about a time when you solved a problem at your job that wasn't part of your job description.
  • Tell us of a time when you took a risky decision and it didn't pay off.

Does Oracle pay well? ›

How much does Oracle pay? Oracle pays its employees an average of $109,953 a year. Salaries at Oracle range from an average of $65,871 to $166,102 a year.

Which is best Oracle or TCS? ›

Oracle scored higher in 6 areas: Work-life balance, Senior Management, Compensation & Benefits, CEO Approval, Recommend to a friend and Positive Business Outlook. Tata Consultancy Services scored higher in 1 area: Culture & Values. Both tied in 3 areas: Overall Rating, Diversity & Inclusion and Career Opportunities.

Is Oracle a MNC? ›

Oracle Corporation is an American multinational computer technology corporation headquartered in Austin, Texas. In 2020, Oracle was the third-largest software company in the world by revenue and market capitalization.

What is the company Oracle do? ›

Oracle is a computer technology corporation best known for its software products and services like Java. Through the company's four main business segments—cloud and license, hardware, and services—Oracle sells its cloud-engineering services and systems and database management systems.

What is EBS software system called? ›

Oracle E-Business Suite (EBS) is a complete set of business applications for managing and automating processes for your enterprise. It is also known as Oracle Enterprise Resource Planning (ERP), Oracle Apps, Oracle Applications, and Oracle Financials on the market.

What is difference between ERP and EBS? ›

Oracle EBS applications are delivered from servers, databases, storage, and applications hosted in your local network, on-premises. Oracle ERP Cloud applications are delivered from Oracle's cloud infrastructure and accessible through the internet.

Is Oracle An EBS cloud? ›

You can think of running Oracle E-Business Suite on Oracle Cloud as running exactly the same EBS applications that you run on premises in your data center today—the same applications you may have customized—on a combination of Oracle's Infrastructure as a Service (IaaS) and Platform as a Service (PaaS).

What is Oracle's main product? ›

The company is best known for its Oracle database software, a relational database management system, and for computer systems and software, such as Solaris and Java, acquired in its purchase of Sun Microsystems in 2010. Oracle is based in Redwood Shores, California.

What is EBS SCM? ›

The Oracle E-Business Suite Supply Chain Management family of applications integrates and automates all key supply chain processes, from design, planning and procurement to manufacturing and fulfilment; providing a complete solution set to power information-driven value chains.

What is the full form of Oracle? ›

Full Form of Oracle » Oak Ridge Automatic Computer and Logical Engine. Oracle Stands for Oak Ridge Automatic Computer and Logical Engine . Oracle is a technology company that specializes in database software. Oracle is a company that is the most widely used server-based and multi-user-based RDBMS software.

What is a GRN? ›

What is a goods received note? A goods received note (GRN) is a record of goods received from suppliers, and the record is shown as a proof that ordered products had been received. The record is used by the buyer for comparing the number of goods ordered to the ones delivered.

What is O2C cycle? ›

The order to cash cycle, often abbreviated to O2C or OTC, is how your business receives, processes, manages, and completes customer orders. This means handling all aspects of the sale including shipping the items, collecting the payment, creating invoices, and reporting on the end-to-end process.

What is 2 way 3 way and 4 way matching in Oracle Apps? ›

When you match to a purchase order, Payables automatically performs 2-way matching. In the Purchasing Options window you can choose to additionally use 3-way or 4-way matching. You can change the invoice match option at the supplier, supplier site and purchase order shipment levels.

Does Oracle use C++? ›

The Oracle C++ Call Interface (OCCI) is a C++ API that lets you use the object-oriented features, native classes, and methods of the C++ programing language to access the Oracle database.

Does Oracle need coding? ›

Oracle Cloud EPM customers do not need to learn coding in order to configure and use Financial Consolidation and Close. Our solution incorporates packaged application content based on best practices, including full support for dynamic calculations, accounting rules and standards.

Is Oracle a coding language? ›

Oracle Database's architecture

Like other RDBMS software, Oracle Database is built on top of SQL, a standardized programming language that database administrators, data analysts and other IT professionals use to manage databases and query the data stored in them.

What is the eligibility for Oracle? ›

Students who are secured with 60% and above in their academic profiles in 10th standard, Intermediate, and B.E/ B. Tech are eligible for Oracle off Campus Drive. No Backlogs. The age limit is 18 to 25 years.

How do I get Oracle? ›

The 6-Step Plan to Getting Hired at Oracle
  1. Step 1: Get social and share your story. ...
  2. Step 2: Search. ...
  3. Step 3: Your resume is your sales pitch. ...
  4. Step 4: Do your homework. ...
  5. Step 5: Discover what you need to improve. ...
  6. Step 6: Practise resilience.
Jan 3, 2022

Is Oracle good on resume? ›

Oracle - Great place to stamp your resume, but not a company where you can grow a long-term career.

Why do I want to join Oracle? ›

Working with Oracle means you enjoy collaborating with people of different cultures and value the importance of an inclusive workforce. In your day-to-day role, you'll find yourself standing on the frontline of a massive digital transformation, showing you have a truly inquisitive mind.

Is Oracle a good career? ›

Good for work life balance and flexible working hours. But no much learning and very less pay scale and hikes compared to other companies. There is no defined hike cycle, they give hikes as per their wish.

How do I find Oracle EBS version? ›

You can use simple SQLPlus query to find the version of Oracle E-Business Suite. Recently the latest Oracle EBS version R12. 2.10 has been released to download as a patch. If you are planning for EBS Oracle Applications upgrade and patching, then you must check version of Oracle Apps R12 before upgrade.

What is Oracle EBS system? ›

Oracle E-Business Suite is one of Oracle Corp.'s major product lines. Also known as Oracle EBS, it is an integrated set of business applications for automating customer relationship management (CRM), enterprise resource planning (ERP) and supply chain management (SCM) processes within organizations.

What is the difference between Oracle ERP and Oracle EBS? ›

Oracle EBS applications are delivered from servers, databases, storage, and applications hosted in your local network, on-premises. Oracle ERP Cloud applications are delivered from Oracle's cloud infrastructure and accessible through the internet.

What was Oracle EBS latest version before it was decommissioned to Oracle Fusion in 2019? ›

The first version of EBS was launched in 2007 and since then it has come a long way. Currently, the latest version of Oracle is at 12.2. 6 and is launched the next version in 2019 or 2020 with tremendous upgrades.

How do I know my IAS version in R12? ›

  1. Apache Version/how to check oracle application server version in r12. $IAS_ORACLE_HOME/Apache/Apache/bin/httpd -v.
  2. Perl Version. $IAS_ORACLE_HOME/perl/bin/perl -v|grep built.
  3. Java Version/JDK Version. ...
  4. JRE version. ...
  5. Forms Version. ...
  6. Plsql Version. ...
  7. Forms Communication mode. ...
  8. how to check database version in oracle.
Jun 26, 2021

When was Oracle 11i released? ›

2 was released in September 2013. It superseded release 12.1 released in May 2009. The base release of R12 (12.0) was released on 31 January 2007. The main release before 12.0 was E-Business Suite 11i (not to be confused with the database, Oracle 11g).

What version of JDK do I have Oracle Apps? ›

How to check what Java version(s) is installed on your machine in the Java Control Panel
  1. Open the Control Panel.
  2. Select Java. The Java Control Panel dialog box is displayed . ...
  3. Click the Java tab.
  4. In the Java Application Runtime Setting box, click View. ...
  5. Make a screenshot of the listed Java versions or write them down.

What is EBS software system called? ›

Oracle E-Business Suite (EBS) is a complete set of business applications for managing and automating processes for your enterprise. It is also known as Oracle Enterprise Resource Planning (ERP), Oracle Apps, Oracle Applications, and Oracle Financials on the market.

Is Oracle An EBS cloud? ›

You can think of running Oracle E-Business Suite on Oracle Cloud as running exactly the same EBS applications that you run on premises in your data center today—the same applications you may have customized—on a combination of Oracle's Infrastructure as a Service (IaaS) and Platform as a Service (PaaS).

Top Articles
Latest Posts
Article information

Author: Kareem Mueller DO

Last Updated:

Views: 6091

Rating: 4.6 / 5 (66 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Kareem Mueller DO

Birthday: 1997-01-04

Address: Apt. 156 12935 Runolfsdottir Mission, Greenfort, MN 74384-6749

Phone: +16704982844747

Job: Corporate Administration Planner

Hobby: Mountain biking, Jewelry making, Stone skipping, Lacemaking, Knife making, Scrapbooking, Letterboxing

Introduction: My name is Kareem Mueller DO, I am a vivacious, super, thoughtful, excited, handsome, beautiful, combative person who loves writing and wants to share my knowledge and understanding with you.