top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

oracle: Explain the use of setting GLOBAL_NAMES equal to TRUE.

+1 vote
228 views
oracle: Explain the use of setting GLOBAL_NAMES equal to TRUE.
posted Mar 23, 2015 by Suchithra

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

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.

answer Mar 24, 2015 by Manikandan J
...