sorry about that...I misunderstood. Here is the actual error
Premature end of script headers: attendance.pl
DBI->connect() failed: ORA-12640: Authentication adapter initialization failed (DBD ERROR: OCIServerAttach) at C:/Program Files/Apache Group/Apache2/cgi-bin/attendance.pl line 50
ORA-12640: Authentication adapter initialization failed (DBD ERROR: OCIServerAttach) at C:/Program Files/Apache Group/Apache2/cgi-bin/attendance.pl line 50. | [reply] |
Hi ,
The Oracle Environment Parameters are not set from with in the CGI when called from HTML , I guess and hence get those Oracle env parameters in a file and require "./oraenv.pl"; in your CGI . This may help recognize the Oracle env. Also see the error message in web server log.
Regards ,
Padmaraj K.Shankar (Pad) | [reply] |
The Oracle Environment Parameters are not set from with in the CGI when called from HTML , I guess and hence get those Oracle env parameters in a file and
require "./oraenv.pl";
in your CGI . This may help recognize the Oracle env. Also see the error message in web server log.
| [reply] |