Here’s an unexpected error that appeared recently while I was doing a test on a database running 11.1.0.6. (The fact that I got an error didn’t surprise me, it was Oracle’s choice of error for the mistake I’d made.)
Cut-n-Paste from a SQL*Plus session:
SQL> alter system set db_cache_size = 256m scope = memory; alter system set db_cache_size = 256m scope = memory * ERROR at line 1: ORA-02097: parameter cannot be modified because specified value is invalid ORA-00001: unique constraint (.) violated
If you’re wondering, I was trying to reduce the db_cache_size from 384MB and the value had been set by the startup parameter file – so the ORA-02097 is probably trying to tell me that I can’t reduce the dynamic value below the initial minimum. (I didn’t check this, I just bounced the database with a change of parameter file, but it’s probably a reasonable guess.)
Recent comments
17 weeks 2 hours ago
26 weeks 5 days ago
28 weeks 3 days ago
31 weeks 4 days ago
33 weeks 6 days ago
43 weeks 3 days ago
45 weeks 4 hours ago
46 weeks 6 hours ago
46 weeks 1 day ago
48 weeks 6 days ago