Eclipse CDT extension for Oracle Pro*C
Install Eclipse CDT.
Download the zip file from https://github.com/buntatsu/cdt-proc/releases.
Unzip the file.
Backup CDT core files in Eclipse plugin folder.
For example,
org.eclipse.cdt.core_6.0.0.201606062011.jar
org.eclipse.cdt.core.source_6.0.0.201606062011.jar
Copy the unzipped files into Eclipse plugin folder.
For example,
eclipse
|-- dropins
| |-- buntatsun.cdt.proc.ui_3.4.0.jar
| `-- buntatsun.cdt.proc_3.4.0.jar
|-- plugins
| :
|-- org.eclipse.cdt.core_6.0.0.201606062011.jar (overwrite)
|-- org.eclipse.cdt.core.source_6.0.0.201606062011.jar (overwrite)
:
Restart Eclipse.