Course Overview
Getting Started with Pro*C:
This hands on training on Pro*C is to gain deeper understanding of SQL and oracle database management. This will help you gain expertise in design, code and testing of programs that access oracle databases.
Pro C is an embedded SQL programming language used by Oracle Database database management systems. Pro*C uses either C or C++ as its host language. During compilation, the embedded SQL statements are interpreted by a precompiler and replaced by C or C++ function calls to their respective SQL library. The output from the Pro*C precompiler is standard C or C++ code that is then compiled by any one of several C or C++ compilers into an executable. The Pro*C/C++ precompiler enables you to create applications that access your Oracle database whenever rapid development and compatibility with other systems are your priorities.
Target Customers:
- Software programmers
- IT students and professionals
- Computer science graduates
Pre-Requisites:
- Knowledge of language C and Oracle
- Prior experience or knowledge with SQL is required
- Passion to learn