Database link to remote database.??
Dear experts,
I have created a database link for a below syntax :-
CREATE PUBLIC DATABASE LINK FRANCE
CONNECT TO LIMITED_USER IDENTIFIED BY <PWD>
USING 'ORCL';
I have a confusion here, for creating the database link, I will access the limited_user schema tables/index etc. Now how I will get the table names for LIMITED_USER schema.
Hope u understand my point.
Regards,
Khan