Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

APEX not able to create database link

02bf4dc3-a01d-4b89-ba14-921a34b69609May 5 2017 — edited May 6 2017

Hello

I am trying to connect database link in APEX to oracle 11g database. I am filling relevant details still i am getting insufficient privileges error everytime tried almost everything available on internet but still unable to resolve.

step.png

try.png

However when i tried to create database link through sqlplus i am able to create db link successfully but unable to user it.

cmd.png

Following is the configration from TNSNames.ora file

DEEP =

(DESCRIPTION =

(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))

(CONNECT\_DATA =

  (SERVER = DEDICATED)

  (SERVICE\_NAME = deep)

)

)

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 3 2017
Added on May 5 2017
2 comments
1,135 views