ora-00911 Questions
4
Solved
I have a code line that's throwing an
Oracle Exception - ORA-00911: invalid character
when trying the following C# code:
double tempDateTimeObj = Convert.ToDouble(someClass.GetTime(tempObjID...
Worsley asked 22/8, 2013 at 0:2
2
Solved
I am using Toad 11.5
when I run multiple truncate statement, it gives an error ORA-00911: invalid character
truncate table employees;
truncate table employees_edit_history;
truncate table sourcec...
1
Solved
I'm running a PHP script that updates a table from an Oracle DB instance.
First, I receive an object with JSON:
[{
"lot": "KLMHA17N9N00",
"requestor": "B10078",
"id": "FRESHLOT",
"username": ...
Dislocate asked 19/8, 2010 at 16:26
1
Solved
I am writing a PL/SQL procedure that needs to to dynamically generate some queries, one of which involves creating a temporary table using results from a query taken as a parameter.
CREATE OR REPL...
Probation asked 19/5, 2009 at 22:17
2
Solved
I have a batch of sql statements such as ...
insert into.... ;
insert into.... ;
delete .........;
etc
When i try to execute them against oracle it gives me this error (ORA-00911 Invalid Charact...
Romanist asked 26/3, 2009 at 13:42
1
© 2022 - 2024 — McMap. All rights reserved.