dadehaas
User
 Fresh Boarder
| Posts: 2 |   | Karma: 0 |
|
OCI_ERROR ORA-25123: Too many components specified in the name.
|
|
Posted: 2005/12/08 16:29 |
|
|
|
|
Hi,
I made a stored procedure in Oracle 8.
CREATE OR REPLACE PROCEDURE Wijzig_Regnr(goednummer IN VARCHAR,foutnummer IN VARCHAR) AS ........
I made a public synonym.
CREATE PUBLIC SYNONYM Wijzig_Regnr FOR SMI2.Wijzig_Regnr;
When I try to use the stored procedure as a normal user I got the error as shown in the subject. I'm using Delphi 5 with NCOCI8.
Anybody who knows what's wrong.
Thanks,
Daan.
|
|