Is there any ETL or other tool which uses OCI (oracle call interface) to connect and perform operations on oracle Database
I used cx_oracle in python but i need any GUI based tool to work with oracle via OCI (oracle call interface). I also used SQLDeveloper but it directly connects to oracle not using the OCI calls.
I need a GUI tool which uses oracle call interface library (OCI).