Oops! Errormessages from a Test database in my Production-DB?!?
Story behind:
I wanted to know which "ORA-" Errors have occured in my Production-DB and issued a
select
to_char(originating_timestamp,'DD.MM.YYYYHH24:MI:SS')
,message_text
from v$diag_alert_ext
where message_text like '%ORA-%'
and originating_timestamp > sysdate-31
order by originating_timestamp;
to...
October 20, 2018
REASON FOUND: DBID Problem @ ODA
Hi There!
in my blogpost "http://robertcrames.blogspot.com/2018/10/oda-bug-and-poor-support-from-oracle.html" I described a problem with the impossibility of creating databases as a result of an incredebly long DBID and the 'poor' oracle support in that specific case.
Well - I contacted Oracle support and had a call with the Support Manager and then ... it worked smoothly 😏. Provided a few more...
October 12, 2018
DBID Problem @ ODA ... Bug (?)
long story told short:
Oracle Database Appliance X6-2M and X7-2M,
oak 12.1.2.11 up to 12.2.1.4
We were not able to create databases anymore on one of our 15 ODAs. Detailled analysis has shown that the dbid - result from an 'odacli describe-database -i <DB identifier>' - grows and grows and, when it reaches a size of more than 255 characters, any subsequent try to create a database...
Popular Posts
Categories
ACFS
(1)
Agent
(1)
ASM
(1)
Database Plugin
(1)
dbca
(1)
dbmssml
(1)
Enterprise Manager
(6)
listener
(2)
Mac
(1)
My Oracle Support
(1)
netca
(1)
OCI
(1)
ODA
(4)
Oracle
(1)
Oracle Cloud Infrastructure
(1)
Oracle Database
(2)
Oracle Enterprise Manager
(1)
Oracle Forms
(2)
runInstaller
(1)
silent installation
(2)
SQL*Plus
(1)
SQLcl
(1)
SQLDeveloper
(2)
ssh
(1)
TNS-01190
(1)
virtualbox 5
(1)
Weblogic
(2)
WLST
(2)
X11
(1)
X6
(1)
XQuartz
(1)
Blogs I like
About Me

- robertCrames
- My name is Robert Crames, working for an insurance company in Berne as Oracle Database and Middleware Specialist. Important: I'm responsible for what I write - not for any interpretation of it ;-)