ms access - PL/SQL DEVELOPER Create link to an .mdb file -


i have set tns.ora pl/sql , connected it. know how can link .mdb database it.

i tried command

create public database link (name)

connect user identified password 

"name" being data source name ocdb.

have missed steps?


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -