Login
Remember
Register
Ask a Question
Explain The Use Of Setting Global_names Equal To True ?
0
votes
asked
Mar 8, 2021
in
PL/SQL
by
sharadyadav1986
Explain The Use Of Setting Global_names Equal To True ?
#setting-global-names
global-names
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 8, 2021
by
sharadyadav1986
Setting GLOBAL_NAMES dictates how you might connect to a database. This variable is either TRUE or FALSE and if it is set to TRUE it enforces database links to have the same name as the remote database to which they are linking.
...