---
title: "What are ORACLE PRECOMPILERS?"  
description: "What are ORACLE PRECOMPILERS?"  
author: "Sumit Kesarwani"  
published: 2014-01-31  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/1908/what-are-oracle-precompilers  
category: "mysql"  
tags: ["mysql"]  
reading_time: 1 minute  

---

# What are ORACLE PRECOMPILERS?

A precompiler is a tool that allows programmers to embed SQL statements in high-level source programs like C, C++, COBOL, etc.The precompiler accepts the source program as input, translates the embedded SQL statements into standard Oracle runtime library calls, and generates a modified source program that one can compile, link, and execute in the usual way.

## Answers

### Answer by Sumit Kesarwani

A precompiler is a tool that allows programmers to embed SQL statements in high-level source programs like C, C++, COBOL, etc.The precompiler accepts the source program as input, translates the embedded SQL statements into standard Oracle runtime library calls, and generates a modified source program that one can compile, link, and execute in the usual way.


---

Original Source: https://www.mindstick.com/interview/1908/what-are-oracle-precompilers

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
