<?php
  getenv("ORACLE_HOME");
  $conn=ocilogon("test","test","test_db");
  if($conn)   
  echo   success;   
  else   
  echo   fail;   
  ?>报以下错误:
Warning: ocilogon(): OCIEnvNlsCreate() failed. There is something wrong with your system - please check that PATH includes the directory with Oracle Instant Client libraries in D:\PHP\b.php on line 4 fail