Help for this page

Select Code to Download


  1. or download this
            Can't connect to ihr-live :: ORA-12154: TNS:could not resolve 
    +service name (DBD ERROR: OCIServerAttach)
    
  2. or download this
    ihr-live =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL= TCP)(Host= skirlie)(port= 1521))
        (CONNECT_DATA = (SID = IHRLIVE))
      )
    
  3. or download this
    $dbh = DBI->connect('dbi:Oracle:ihr-live@ihr-live',"$uname","$password
    +", {
                   PrintError => 0,
                   RaiseError => 0
                   }