ora-01722
Issue "ORA-01722: invalid number" error at many places has been created
I am getting error \"ORA-01722: invalid number\" at many places with Oracle driver. Can you point out the workaround/solution?[详细]
2023-03-21 17:46 分类:问答Passing parameterized query list of int's returns error ora-01722
Using the oledb provider.Query is something like this: SELECT appid FROM table WHERE response_id IN (?)[详细]
2023-03-06 03:57 分类:问答Not able to left join two tables using a non numeric column? ora-01722
I would like to check, is it possible to left join two tables using a non numeric column? i.e. where descriptions_cd is a varchar(10) and table_cd is a varchar(10):[详细]
2023-03-04 20:29 分类:问答Dyanamic Query by Passing a String as Conditon for checking
This is my procedure: PROCEDURE SP_SALARYADVANCE_RPT_TEST ( txtExtraQuery IN STRING, refcur OUT sys_refcursor )[详细]
2023-02-20 18:26 分类:问答oracle 10g IN clause query
Please ignore obvious syntax flaws in the below: I have an sql like this as a named query: select saalry from emp where emp_id in (:id)[详细]
2023-02-19 11:39 分类:问答Zend and oracle sequence
I\'m trying to insert a new statement to Oracle. My aim is to create clean sql query. I have a table containing ID, username, password.[详细]
2023-02-15 04:35 分类:问答plsql error invalid number
I\'m getting an invalid number error when procedure Afficher(opt int,id int) is type emp is record(fn employees.first_name%type,[详细]
2023-02-15 03:14 分类:问答SSRS 2008 passing multiple parameters Oracle 10g backend
after several years of using Cognos, we are in process of testing conversion of Cogno开发者_如何学Gos Reports (8.3) to SSRS 2008 reports.we use Oracle database version 10g.in many of our reports we ar[详细]
2023-02-11 03:19 分类:问答.nextval JDBC insert problem
I try to insert into table with sequence .nextval as primary key, the sql in Java is sql = \"INSERT INTO USER[详细]
2023-01-31 08:28 分类:问答Rails 3 and Oracle: NLS Settings reject decimal separator
I\'m working with Ruby on Rails 3.0 on a readonly oracle database (connecting via oracle_enhanced_adapter).[详细]
2023-01-26 21:05 分类:问答