phalcon / cphalcon

High performance, full-stack PHP framework delivered as a C extension.
https://phalcon.io
BSD 3-Clause "New" or "Revised" License
10.79k stars 1.96k forks source link

Error Phalcon DevTools Models Oracle #13881

Closed verde3ro closed 5 years ago

verde3ro commented 5 years ago

I have the following problem when generating the models of an Oracle database.

phalcon create-all-models --mapcolumn --doc --force --schema=MGR_ARVYC

Phalcon DevTools (3.4.0)

ERROR: SQLSTATE[HY000]: General error: 24337 OCIStmtExecute: ORA-24337: statement handle not prepared (ext\pdo_oci\oci_statement.c:159)

I hope you can help me.

Jeckerson commented 5 years ago

Try to create single model by model and check if problem still occurs.

niden commented 5 years ago

@verde3ro Can you please open an issue in the devtools repository? You will get more help there. Also Phalcon does not come with an Oracle adapter. The available adapter as far as I understand is in the incubator so not officially supported

Thanks