• Font Size
  • S
  • M
  • L

Search via FAQ No.


  • No : 24401
  • Open Date : 2016/06/13 14:16
  • Print

[DataSpider Servista] Can BOOLEAN type be used as the return value of Oracle stored functions?

Can BOOLEAN type be used as the return value of Oracle stored procedures in the [Execute Stored Procedures] of Oracle Adapter?
 
Category : 

Answer

As the specification of Oracle JDBC driver that is being used in Oracle Adapter, it is not possible to use data type (BOOLEAN, RECORD) specific to PL/SQL as the return value.
 
When you use Oracle stored functions, set the type other than the data type specific to PL/SQL such as VARCHAR2.