The ora-01036 tag has no wiki summary.
2
votes
1answer
726 views
Usage of Oracle binding variables with LIKE in C#
As part of an effort to stop using dynamic SQL generation and encourage use of bind variables, I am running into some problems.
I am querying an Oracle 9i database from an ASP.NET page using Oracle ...
1
vote
1answer
88 views
Delphi7 master detail relations query results in ORA-01036
I'm using Delphi7, Devart's dbExpress driver 4.70.
I drop two TSQLTables (call them A and B), two TDataSetProviders (dspA and dspB), two TClientDataSets (cdsA and cdsB), two TDataSources (dsA and ...
1
vote
1answer
572 views
ORA-01036: illegal variable name/number on PL/SQL script
I'm fairly new to the PL/SQL game and I'm attempting to come up with a short script to create logins and grant read-only/read-write privs (making the necessary grants as necessary). However, I am ...
1
vote
2answers
440 views
Constructing a good search query using system.data.oracleclient
I am constructing a search function in a class to be used by several of our asp pages. The idea is simple, take a search term from the user and query the database for the item. Currently I am doing ...
0
votes
3answers
390 views
UPDATE statement in Oracle
We are building a client program where parameters for storage in a web server with Oracle backend are set in the .Net client program and uploaded as a dataset via webservice.
In the webservice code, ...
0
votes
2answers
351 views
Java JDBC Oracle 9i upgrade to 10g issues
We have just upgrade from oracle 9i to 10g and a database query I have works with the 9i client but not the 10g. Nothing in the query has changed. I get the following error:
java.sql.SQLException: ...