Skip to Main Content

Oracle Database Discussions

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!

Dblink password issue

BSalesRashidMay 30 2012 — edited May 30 2012
Hi , i am using oracle 10.2.0.4.

I just imported some data, and one of objects imported was using a dblink:

IMP-00041: Warning: object created with compilation warnings
"CREATE FORCE VIEW "USR_CONTROLFIN"."FGF_TEMP_RUBRICA" ("RU"
"BRO","DESCRIPCION") AS "
"select rubro,"
" descripcion"
" from rubros@abc"

I just want to know if there is a way to retrieve the password used on dblink?
Example:

CREATE DATABASE LINK abc
CONNECT TO hr IDENTIFIED BY hr
USING 'abc';


It is possible to get the parameters for this dblink? i checked at dba_db_links view:
OWNER DB_LINK USERNAME HOST CREATED
---------------------------------------------------------------------------
PUBLIC abc ISSR GF 16/11/2008




Above i got only the HOST, there is a way to get the username hr and/or the password for hr ?

I am afraid that some people get this information and access the database for this dblink. I know i could remove the dblink, but i am trying to improve my knowledge with this information.

Thanks in advance.

thanks

Edited by: BSalesRashid on 30/05/2012 06:02
This post has been answered by anand prakash - oracle on May 30 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 27 2012
Added on May 30 2012
15 comments
490 views