DBD:Oracle Make Test Error
I am building a Oracle 8.1.6 in Red hat 7.3. I need to using perl programming for connect oracle database.
I try to install the modules (DBI & DBD:Oracle). In the DBI modules, it can install sucessfully. However, while i install
the DBD:Oracle module, it is hang and appear following message, how can i solve this problem
---------------------------------------------------------------------------------------------------------------------------------
Fetch list of tables:
Fetched: DUAL
Fetched: SYSTEM_PRIVILEGE_MAP
Fetched: TABLE_PRIVILEGE_MAP
Fetched: STMT_AUDIT_OPTION_MAP
Test ora_do with harmless non-select statement (set transaction read only)
Expect an 'ORA-01453' error message:
ora_do: 1453: ORA-01453: SET TRANSACTION must be first statement of transaction
(DBD ERROR: OCIStmtExecute)
csr out of scope ...
ora_logoff...
lda out of scope...
Testing repetitive connect/open/close/disconnect:
If this test hangs then read the README.help file.
Expect sequence of digits, no other messages:
1 2
-----------------------------------------------------------------------------------------------------------
Regards
Lstar