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!

Audit database link

user8039531Sep 10 2012 — edited Sep 10 2012
Hi team,

I have a DB 11.0.7

I have a dblink:

CREATE PUBLIC DATABASE LINK SEGA_TO_APPS
CONNECT TO RSEGA
IDENTIFIED BY <PWD>
USING '(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 11.180.243.193)(PORT = 1521))
)
(CONNECT_DATA = (SID = TEST))
)';


How Can I create audir for the DBLINK SEGA_TO_APPS?

Thanks
This post has been answered by Mark Malakanov (user11181920) on Sep 10 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 8 2012
Added on Sep 10 2012
6 comments
1,880 views