How to access oracle database's source from Postgresql database -



How to access oracle database's source from Postgresql database -

how access oracle database's source postgresql database

we want access oracle database source postgresql database server

my oracle database(11g) in 1 server , postgresql(9.3.5) in server

thanks

ragav

you can utilize foreign info wrapper oracle (https://wiki.postgresql.org/wiki/foreign_data_wrappers#oracle_fdw) , query relevant oracle views - user_source, dba_source...?

postgresql postgresql-9.3

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -