ORA-01003: no statement parsed, ora-01003parsed
Environment: delphi 5, BDE, oracle10
Delphi with tStoreProc call stored procedures appear ORA-01003: no statement parsed.
Solution: the stored procedure name assigned by tStoreProc. StoredProcName must be capitalized, and the parameter name must be the same as that defined in the stored procedure.
In DELPHI, it must be written in upper case. It has not been tested in other development environments.
Explain qlsqlexception: ORA-00604: recursive SQL Level 1 error ORA-01003: statement not performing syntax analysis
ORA-00604: An error occurred while recursion a SQL Layer
-In initSID. ora, the parameter DC_FREE_EXTENTS or ROW_CACHE_ENQUEUES is too low. You can add the values of these two parameters according to the operating system and database conditions, and restart ORACLE.
-Run out of space (accompanied by ORA-1547 error ). In this case, you need to add a new file to the table space to increase the tablespace size.
-MAX_EXTENTS reached (with ORA-1556 errors ). In this case, you need to modify the table to allow more extensions. Find the maximum value of MAX_EXTENTS in the Technical Manual. If the maximum value has been reached, you must use the compress extents option to unload the table (export) and import it into the (import) database.
First Aid guidance oracle error ORA-01003: ORACLE initialization or shutdown in progress
I don't know. I use a three-tier architecture, and then change the database. How can I change it? It's mainly about data connections. Because it involves code in a three-tier architecture