Is it possible for ODAC to handle the following:
SELECT q'' FROM DUAL
without tossing an Invalid Character exception?
Invalid characters
-
- Posts: 13
- Joined: Mon 19 Dec 2005 16:31
Valid for 10.2
Below is the output from SQL*Plus on a 10.2 instance:
SQL*Plus: Release 10.2.0.1.0 - Production on Tue Jul 18 05:50:20 2006
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL> SELECT q'' FROM DUAL
2 /
Q'
--------------------------------
'So,' she said, 'It's finished.'
SQL>
SQL*Plus: Release 10.2.0.1.0 - Production on Tue Jul 18 05:50:20 2006
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL> SELECT q'' FROM DUAL
2 /
Q'
--------------------------------
'So,' she said, 'It's finished.'
SQL>