ora-00932
Unhelpful Oracle error message: expected %s, got %s using to_date
Here is a simple query: SELECT COUNT(*) FROM m_bug_t WHERE date_submitted BETWEEN T开发者_高级运维O_DATE(\'2011-08-22\',\'yyyy-mm-dd\') AND TO_DATE(\'2011-08-29\',\'yyyy-mm-dd\')[详细]
2023-03-31 07:34 分类:问答LINQ2Entities and Oracle: comparing on a String/nclob
I have an Entity called Product in Entity Framework which has a name field, which is of type String. This gets transformed to a NCLOB column in Oracle, by the Oracle Software I installed for Visual St[详细]
2023-03-09 06:47 分类:问答Insert data into bfile column
Hi I am trying to insert data into a bfile column with below code: 1.) CREATE OR REPLACE DIRECTORY STUFF[详细]
2023-03-08 10:46 分类:问答Compare SQL DATE to NUMBER
I am working with the following SQL statement and can\'t seem to get the syntax correct: idSelectQuery=Select \"numberprgn\"[详细]
2023-03-01 16:02 分类:问答Get the LENGTH of a LONG RAW
I have a table with a column of data type LONG RAW. How do I determine the size (in bytes) of the data in this column?[详细]
2023-02-20 18:46 分类:问答Oracle Error: inconsistent datatypes
I am using the following query in my ORACLE(10g) DB. SELECT * from student_table where student_no like \'%STUDENT%\'[详细]
2023-02-11 06:37 分类:问答Calling a function/procedure present inside an Oracle package from PHP
I am working with PHP-PDO and Oracle 11g. I am working with Oracle packages which have many functions and stored procedures. Now when I make a call to one of the functions from sql*plus or sql develop[详细]
2023-02-05 19:56 分类:问答ORA-00932: inconsistent datatypes: expected - got -
I have been using Oracle(10g.2) as a PHP programmer for almost 3 years, but when I gave an assignment, I have tried to use the ref cursors and collection types for the first time. And I[详细]
2023-02-02 22:48 分类:问答Oracle COLLECT function and types
I\'ve got an issue with Oracle 10g and the use of the COLLECT function. I only found out about its existence this morning but have a problem which could be solved by using it in association with the m[详细]
2023-01-26 14:08 分类:问答Oracle update CLOB with varchar
I have a table TABLENAME with COLUMNNAME data type is CLOB. For example it\'s contains only 3 rows with 1s开发者_StackOverflow中文版t row of COLUMNNAME value is 123,456,789 and the 2nd is NULL and the[详细]
2023-01-23 10:24 分类:问答