Patch Reviews - DB (MOSC)

MOSC Banner

Installation of 10/16/12 CPU causes ORA-01801 errors

edited Jun 6, 2013 4:51AM in Patch Reviews - DB (MOSC) 3 commentsAnswered
Since installing the 10/16/12 CPU, getting lots of ORA-01801 errors after setting nls_date_format to something other than the default.  Here's an example:
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Automatic Storage Management, Oracle Label Security, OLAP,
Data Mining and Real Application Testing options

 SQL>select 'New Date Format: '||sysdate from dual;

'NEWDATEFORMAT:'||SYSDATE
--------------------------
New Date Format: 31-OCT-12

1 row selected.

 SQL>alter session set nls_date_format='MM/DD/RRRR';

Session altered.

 SQL>select 'New Date Format: '||sysdate from dual;
select 'New Date Format: '||sysdate from dual
                            *
ERROR at line 1:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center