solution

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Search

    solution

    Hi Everyone ,

    In the initdb.ora , parameter global names is default true.
    It forces to use the same name for the dblink as the service name.

    Or you use the same database link name or you set the global names paramet
    to false .


    rgds


    Gerry


  • KHURRAM

    #2
    Re: solution

    "Search" <leeuw26@yahoo. comwrote in message news:<407e59fb$ 0$412$a0ced6e1@ news.skynet.be> ...
    Hi Everyone ,
    >
    In the initdb.ora , parameter global names is default true.
    It forces to use the same name for the dblink as the service name.
    >
    Or you use the same database link name or you set the global names paramet
    to false .
    >
    >
    rgds
    >
    >
    Gerry
    Hi Gerry,
    Global names is dbname plus db_domain in your pfile or spfile.
    if is set to true it use global name please check your V4spparameter
    or V$parameter to check the value of three parameters.

    And Please run this query before to change any parameter
    Select * from global_name;

    Thanks And Regards
    Khurram Naseem

    Comment

    Working...