Here is some news on the next release of Oracle Database. Read here
http://www.mis-asia.com/tech/applications/ellison-next-version-of-oracle-database-set-for-december-or-january-release/
The voice in my head may not be real , but they have some good ideas !!!
Fail Fast, Fail Forward, Fail Often, Fail Better , Standup Every Time
Every problem has at least one solution. Only some solutions are harder to find.
Friday, June 1, 2012
Oracle 12c
Friday, May 4, 2012
dbms_stats.gather_system_stats errors to stop
Over the weekend I upgraded two databases to 11.2.0.3, Upgrade was successful.
I ran dbms_stats.gather_system_stats to gather system statistics on both the database.
After two days I wanted to stop it.
On one database it errors
oracle@proddb[PRD1]$ sy
SQL*Plus: Release 11.2.0.3.0 Production on Wed Apr 11 07:50:01 2012
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Automatic Storage Management, OLAP, Data Mining
and Real Application Testing options
SQL> execute dbms_stats.gather_system_stats('stop');
BEGIN dbms_stats.gather_system_stats('stop'); END;
*
ERROR at line 1:
ORA-01426: numeric overflow
ORA-06512: at "SYS.DBMS_STATS", line 27218
ORA-06512: at line 1
SQL> Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Automatic Storage Management, OLAP, Data Mining
and Real Application Testing options
oracle@proddb[PRD1]$
On the other database it went fine and stopped
oracle@proddb[OWB]$ sy
SQL*Plus: Release 11.2.0.3.0 Production on Wed Apr 11 07:50:29 2012
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Automatic Storage Management, OLAP, Data Mining
and Real Application Testing options
SQL> execute dbms_stats.gather_system_stats('stop');
PL/SQL procedure successfully completed.
SQL> Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Automatic Storage Management, OLAP, Data Mining
and Real Application Testing options
oracle@proddb[OWB]$
A lot of analysis was done with Oracle Support but in the end I found a simple workaround start and stop again worked;
SQL> execute dbms_stats.gather_system_stats('start');
PL/SQL procedure successfully completed.
SQL> execute dbms_stats.gather_system_stats('stop');
PL/SQL procedure successfully completed.
SQL>
Oracle Support has filed a defect for this tool.
I ran dbms_stats.gather_system_stats to gather system statistics on both the database.
After two days I wanted to stop it.
On one database it errors
oracle@proddb[PRD1]$ sy
SQL*Plus: Release 11.2.0.3.0 Production on Wed Apr 11 07:50:01 2012
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Automatic Storage Management, OLAP, Data Mining
and Real Application Testing options
SQL> execute dbms_stats.gather_system_stats('stop');
BEGIN dbms_stats.gather_system_stats('stop'); END;
*
ERROR at line 1:
ORA-01426: numeric overflow
ORA-06512: at "SYS.DBMS_STATS", line 27218
ORA-06512: at line 1
SQL> Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Automatic Storage Management, OLAP, Data Mining
and Real Application Testing options
oracle@proddb[PRD1]$
On the other database it went fine and stopped
oracle@proddb[OWB]$ sy
SQL*Plus: Release 11.2.0.3.0 Production on Wed Apr 11 07:50:29 2012
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Automatic Storage Management, OLAP, Data Mining
and Real Application Testing options
SQL> execute dbms_stats.gather_system_stats('stop');
PL/SQL procedure successfully completed.
SQL> Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Automatic Storage Management, OLAP, Data Mining
and Real Application Testing options
oracle@proddb[OWB]$
A lot of analysis was done with Oracle Support but in the end I found a simple workaround start and stop again worked;
SQL> execute dbms_stats.gather_system_stats('start');
PL/SQL procedure successfully completed.
SQL> execute dbms_stats.gather_system_stats('stop');
PL/SQL procedure successfully completed.
SQL>
Oracle Support has filed a defect for this tool.
Subscribe to:
Posts (Atom)
Popular Posts
-
ADOPValidations_detailed.log reported a warning message for one of the critical error "Cross Reference" ValidateFSConfigFile...
-
FS_CLONE Phase It is a stand-alone command used for file system cloning. Standard cloning (using adcfgclone.pl) cannot be used to synch...
-
Oracle WebLogic Server Requirements and Usage Oracle E-Business Suite Release 12.2 requires WebLogic Server Basic. This is a licens...
-
Scenario You have been asked to apply a patch and you completed the prepare phase and apply phase. Now customer has given a downtime f...
-
Unleashing the Power of AI Within Your Oracle Database: Introducing oracle_ai_plsql_agent The world of Artificial Intelligence (AI) is rapi...
-
[oracle@testebsop3app01 ~]$ perl /u01/install/APPS/fs1/EBSapps/comn/clone/bin/adcfgclone.pl appltop /u01/install/APPS/fs1/inst/apps/SATURN_...
-
If you are an EBS administrator the first thing some asks you to do a health check of an environment , you return to him with a Request ID o...
-
PRVG-2031 : Owner of file "/u01/app/oracle/diag/crs/rac01/crs/lck" did not match the expected value on node "HOST1". [Ex...
-
Oracle EBS 12.2 - ADOP ad_zd_prep.create_patch_service exceptions Please note , if you get ADOP issues on PROD please read the logs and ...
-
EBS 12.2 ADOP Cycle Errors During Validation Cannot open XML file for load ADOP cycle will have validation errors in some cases. *****...