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!

How to find DB links connecting to a shema?

sweetritzNov 25 2014 — edited Nov 25 2014

Hi DBAs,

I have changed the password of a schema VENUS in production database (Oracle 11.2.0.4).

As the password was stored in documents so referring that I have changes it with same password as old as it was going to expire.

instead of changing like this alter user VENUS identified by values 'HJ245345G1B41341';

I changed like this alter user VENUS identified by 'venusc0c0';

Now the issue is there are various other schemas in many remote DBs which are connecting to this schema using DB links. and in DB links they are connecting to this schema using its values

like connec to schema using values 'HJ245345G1B41341'.

Now I guess the only way to sort it out is to change all the DB links with new password values.

I need help in finding out all the schemas which are using DB links to connect to the schema VENUS?

This post has been answered by unknown-951199 on Nov 25 2014
Jump to Answer

Comments

843798
Nearly all users' machines will have a JRE already installed. In fact, Microsoft is causing quite a stir by not including a JRE in Windows XP!
843798
That is a legitimate issue, and the answer is yes you have to force them to install the JRE one way or another. On the other hand, the reason your application is 100k is probably because the JRE is so large - I.E., the JRE wraps up all the code that you didn't have to write. Besides, nowadays 5MB is not that large.
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Dec 23 2014
Added on Nov 25 2014
7 comments
1,528 views