Create data dictionary to check version of DB

Hi all,
Good afternoon.
Today I work at a company that develops software to several customers, and we are not the main responsible for there databases, because of this I can't garantee that the database is in agreement with the software version.
To be able to ensure that the client base has no divergence with the software version I'm thinking about creating my own data dictionary, which at first it would be something like the Oracle data dictionary, after that I need to set up mechanisms to confront my new data dictionary with what is there on the client. My data dictionary will be created here in the company.
In addition, this data dictionary also would be used by the development team, for example whenever they want to confirm if some object exists or not exists in production. As we know the development database is a 'mess'.
Does anyone have any suggestion or hint for me about this project?
Thank you,
Everson

Everson Piza wrote:
Hi Justin, I fully agree with you.
Today I use the DBA_OBJECTS in order to check some specifics objects, but the application has more then 1800 objects, and I need to check everything.
The idea isn't to install this new data dictionary in the each customer's database, we'll centralize it here. At the first moment it will be used only for docummentation and check if everything is ok, the application will not use it.
My main doubt is how to confronte my data dictionary with the customer's database?I'm afraid I don't follow. What do you mean by "confronte"? My first guess is that you meant "confront" but that doesn't make sense in this sentence. I can't think of another word that is spelled similarly that would make sense.
I don't understand how you could centralize the data dictionary in your database and then use that to do any sort of check on a customer's database. Unless every customer has a database link back to your database, which would seem quite unusual.
I also guess I don't understand what problem you're trying to solve. Your application has 1800 objects, but that list is, presumably, known in advance. I don't see what building a data dictionary would accomplish. If you are just trying to validate that all 1800 objects exist, couldn't you just generate the script from the Oracle data dictionary in your known good database and send that to the customer?
Justin

Similar Messages

  • Creating data dictionary type using custom java class

    Hi Experts,
    I have a situation involving the TableSorter mechanism as described here:
    In order to do my sorting correctly, I've created my own Java class implementing the Comparable interface. Based on this class, I need to define my own data dictionary type to be used in a context/table.
    However, I cannot se how this could be achieved as standard Data Dictionary elements can only be based on simple built-in types. Any ideas?
    Kind regards,
    Rasmus Røjkjær Ørtoft

    Hi,
    have you tried to use the following steps while creating your attribute
    1) Right click on the context
    2) New->Attribute
    3) Manually-> Provide a name for the attribute
    4) Browse->Select java native type and select your class
    regards
    Ayyapparaj

  • How can we find the obsolete data dictionary objects in ecc 6.0 version

    My Question is How can trace the obsolete data dictionary objects in ecc 6.0 version such that we could
    anticipate the obsolete objects before upgradation.
    Regards,
    Raghunadh Babu.

    Hi Raghunadh,
                        The data dictionary objects will be in the repository itself if activated.If the data dictionary objects was created by user and if it is not activated.In this scenarion the data dictionary object can be seen in object navigator.Please check the transaction SE80 and SE81.
    Hope your query resolves.
    Have a best day ahead.

  • Table For Purchase Order Version Number and Version Created Date

    Dear Sir,
    Whenever we make any change in Purchase Order , then a new Version Number  along with Created Date is assigned . In Me23n the Version Number and It's Created date is also displayed ( at PO Header Level) .
    We request you to kindly guide us as which Table is required to be reffered to get the Version Number and Version Created date  for the Purchase Order .
    With Thanks and Rgds
    Sonia

    Hi
    Check in EKKO - Purchase order header
    EKPO - Purchase order item
    CDHDR
    CHPOS
    Regards
    Ram
    Edited by: Parasuram M on Sep 16, 2009 11:59 AM

  • Setting create date for versioned documents

    Hi,
    I'm trying to explicitly set the create date for a versioned document (as in, the versions for the document), using the Content DB java API.
    What I'm trying to do is basically this (pseudo-code):
    - Create an unversioned document (the folders do not have auto-version turned on) with the create date explicitly set. This works fine.
    - Make it versioned
    - Check it out, upload a new version with the create date set, check it back in
    It is at the last step where I seem to have problems -- the act of checking a file back in seems to reset the create date to be the date of checkin rather than the date I set.
    Is there any way of accomplishing what I'm trying to do?
    Thanks,
    Phill

    Hello,
    why so complicated? You can do all in one ;)
    Check this out:
    How to upload file to Conetent database and remain the creating date
    In the end its like this:
    Item verTest = fileM.createDocument(
    new NamedValue[] {
    ClientUtils.newNamedValue(Attributes.CREATE_DATE, olddate)
    gl
    Matthias

  • SP.ListItem.File.Versions (FileVersionCollection) has wrong Created date/time?

    I'm trying to use CSOM to get info about old versions of list items. But while I can retrieve the FileVersionCollection (File.Versions) fine, the only info it gives me for each version is the ID/Label/Created/CreatedBy/Url. It doesn't give me any other field
    values.
    I know I can get this info using lists.asmx/GetVersionCollection, but that API only returns the specified field value, Modified and ModifiedBy for each version.
    That would be OK if the Modified timestamp matched the Created timestamp returned in the FileVersionCollection, but it doesn't, and in fact, the Created field of FileVersion seems to be simply incorrect in many cases.  For instance, when I look at the
    version history page for one item I see:
    2.0  
     1/15/2015 4:35 PM   Edit 
     Administrator  < 1 KB   
    1.0  
     1/12/2015 4:30 PM   Edit 
     Administrator  < 1 KB  
    But File.Versions has:
    3.0  1/15/2015  5:33:49 AM
    2.0  1/12/2015 5:18:11 AM
    1.0  1/12/2015 5:18:11 AM
    Obviously the latter is in the UTC, but even converted to local time, the timestamps don't correspond at all. Nor do I understand why there are three entries (I assume 3.0 is the 'latest' version that the version history screen doesn't show, but it's reported
    'Created' date is before the date of version 2).
    GetVersionCollection in comparison returns:
    <Version Departments=";#Sales;#Development;#" Modified="2015-01-15T05:35:48Z" Editor="1;#Administrator,#i:0#.w|sp2013dev\administrator,#,#,#Administrator" />
    <Version Departments=";#Development;#Sales;#" Modified="2015-01-15T03:55:07Z" Editor="1;#Administrator,#i:0#.w|sp2013dev\administrator,#,#,#Administrator" />
    <Version Departments=";#Development;#Sales;#" Modified="2015-01-12T05:30:06Z" Editor="1;#Administrator,#i:0#.w|sp2013dev\administrator,#,#,#Administrator" />
    Where the 3rd entry would seem to be version 1.0 (512), and the first entry the latest version, but the middle entry has a completely different date that doesn't correspond to anything else!
    And yes I'm absolutely sure these are all for the same item.
    BTW if I specify "Created" as the field for GetVersionCollection, I just get the same Created date for all 3:
    1/12/2015 5:15:48 AM - a completely new date that doesn't correspond to anything else at all!
    For kicks I just tried it with the "Version" field, and now I get:
    <Version Version="4.0" Modified="2015-01-15T05:35:48Z" Editor="1;#Administrator,#i:0#.w|sp2013dev\administrator,#,#,#Administrator" />
    <Version Version="3.0" Modified="2015-01-15T05:33:49Z" Editor="1;#Administrator,#i:0#.w|sp2013dev\administrator,#,#,#Administrator" />
    <Version Version="2.0" Modified="2015-01-15T03:55:07Z" Editor="1;#Administrator,#i:0#.w|sp2013dev\administrator,#,#,#Administrator" />
    <Version Version="1.0" Modified="2015-01-12T05:30:06Z" Editor="1;#Administrator,#i:0#.w|sp2013dev\administrator,#,#,#Administrator" />
    Well I suppose technically that now gives me enough info to locate the right version, but talk about convoluted...then I still have to figure out how to parse the field value (which in this case is a multi-choice field, but I need to support all field types).

    Hi,
    Please check the code as below, it working fine in my test environment.
    public DataTable GetDoucmentHistory(string listName, int id)
    using (ClientContext ctx = GetClientContext())
    var file = ctx.Web.Lists.GetByTitle(listName).GetItemById(id).File;
    var versions = file.Versions;
    ctx.Load(file);
    ctx.Load(versions);
    ctx.Load(versions, vs => vs.Include(v => v.CreatedBy));
    ctx.ExecuteQuery();
    var ds = CreatHistoryDataSet();
    foreach (FileVersion fileVersion in versions)
    var row = ds.Tables[0].NewRow();
    row["CreatedBy"] = fileVersion.CreatedBy.Title;
    row["Comments"] = fileVersion.CheckInComment;
    fileVersion.Created.ToUniversalTime();
    row["Created"] = fileVersion.Created.AddHours(-8).ToShortDateString() + " " +
    fileVersion.Created.AddHours(-8).ToShortTimeString();
    row["Title"] = file.Title;
    row["VersionLabel"] = fileVersion.VersionLabel;
    row["IsCurrentVersion"] = fileVersion.IsCurrentVersion;
    ds.Tables[0].Rows.Add(row);
    DataView view = ds.Tables[0].DefaultView;
    view.Sort = "VersionLabel DESC";
    DataTable sortedTable = view.ToTable();
    return sortedTable;
    private static System.Data.DataSet CreatHistoryDataSet()
    DataSet ds = new DataSet();
    DataTable table = new DataTable();
    table.Columns.Add("Title");
    table.Columns.Add("Created");
    table.Columns.Add("CreatedBy");
    table.Columns.Add("EncodedAbsUrl");
    table.Columns.Add("VersionLabel");
    table.Columns.Add("Comments");
    table.Columns.Add("IsCurrentVersion");
    ds.Tables.Add(table);
    return ds;
    To get all versions of version field you just need to call GetVersionCollection method on version field by passing it's internal name
    _UIVersionString
    Simple code snippet:
    ListProxy.Lists lists = new Lists();
    lists.UseDefaultCredentials = true;
    XmlNode versions = lists.GetVersionCollection("{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx}",
    "n", "_UIVersionString");
    foreach(XmlNode version in versions.ChildNodes)
    Console.WriteLine(version.Attributes["_UIVersionString"].Value);
    More information is here:
    http://sharepoint.stackexchange.com/questions/27346/how-to-programmatically-retrieve-item-version-history-from-client
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected].
    Dennis Guo
    TechNet Community Support

  • How to create a line type in data dictionary

    How to create a line type in data dictionary?Please explain step by step?
    Thanks & Regads,
    Sairam

    Hi,
    the details abbout the line type.
    The line type of a table type can be defined by:
    o Specification of a type that already exists (data element,
    structure, table type, table, view) whose properties are then copie
    as properties of the defined table line.
    o Direct type input, where data type, number of positions, and, if
    required, decimal places, are entered directly.
    o Specification of a reference type.
    and SE11 and click on datatype and click on table type and enter the line type.
    Thanks
    Shiva

  • CC&B version 2.3.1 - Data Dictionary

    Hi,
    Just upgraded to version 2.3.1 and don't seem to have access to the Data Dictionary any more.
    Was wondering if someone could advise how we can config this ?
    Thanks

    The default now for the installation is to disable the Appviewer and not load it as most environments do not need it. Ensure you have enabled the AppViewer in the configureEnv utility. Then run the genappvieweritems utility to populate it.

  • How do I create a physical structure in the data dictionary ?

    Hi all,
    How can I create a data structure using ABAP ? (prefrebly by using a class)
    I want to create a physical data dictionary structure, just like using se11 (data type -> structure).
    Thanx ahead.
    -Tonni

    To create a dynamic table at runtime I use the code below.
    DATA: gt_fcat          TYPE slis_t_fieldcat_alv,
          gs_fcat          LIKE LINE OF gt_fcat,
          gt_fieldcat      TYPE lvc_t_fcat,
          gs_fieldcat      LIKE LINE OF gt_fieldcat. 
    CLEAR: gt_fieldcat, gt_fieldcat[], gs_fieldcat.
      gs_fieldcat-fieldname     = 'SIGN'.
      gs_fieldcat-ref_field     = 'XMSTU'.
      gs_fieldcat-ref_table     = 'T007A'.
      gs_fieldcat-fix_column    = space.
      gs_fieldcat-no_zero       = space.
      APPEND gs_fieldcat TO gt_fieldcat.
      gs_fieldcat-fieldname     = 'OPTION'.
      gs_fieldcat-ref_field     = 'SEQN'.
      gs_fieldcat-ref_table     = 'T159W'.
      gs_fieldcat-fix_column    = space.
      gs_fieldcat-no_zero       = space.
      APPEND gs_fieldcat TO gt_fieldcat.
    Create a new Table
      CLEAR : gt_range2.
      CALL METHOD cl_alv_table_create=>create_dynamic_table
        EXPORTING
          it_fieldcatalog = gt_fieldcat
        IMPORTING
          ep_table        = gt_range2.
    Create a new Line with the same structure of the table.
      ASSIGN gt_range2->* TO <range>.
    To create a structure like this table I use
      CREATE DATA gs_range2 LIKE LINE OF <range>.
      ASSIGN gs_range2->* TO <range1>.

  • How Can I create a dictionary file (dicionary.dat) in MIDP

    Hi All,
    I need your help.
    Let me explain clearly my problem so u can advise me what to do.
    In fact, I have a text file of words called (words.txt) and I would like to create a dictionary file (dict.dat)of those words and be able to load that dictionary so that I can read it.
    Can you help how I can do that in MIDP. I am using Wireless Toolkit 2.5.
    I need hint so I can do that.
    Thanks

    Hi All,
    I need your help.
    Let me explain clearly my problem so u can advise me
    what to do.
    In fact, I have a text file of words called
    (words.txt) and I would like to create a dictionary
    file (dict.dat)of those words and be able to load
    that dictionary so that I can read it.
    Can you help how I can do that in MIDP. I am using
    Wireless Toolkit 2.5.
    I need hint so I can do that.
    Thankshello theotime,
    did you find a way to do that?
    I've got a problem similar to your: a list of 3000 wines to filter in a reasonable fast time.
    how big is your dictionary?
    with a text file encoded in UTF-8 I take about 60 seconds on the emulator, maybe with a binary format the search can be done faster...
    before reading your post i've started this thread:
    http://forum.java.sun.com/thread.jspa?threadID=5184516
    ...not very helpfull...right now...
    please, let me know!!!
    thank-you in advance,
    daniele

  • What is the step by step process to create a table in data dictionary?

    hi,
    What is the step by step process to create a table in data dictionary?
    regards.

    sorry, question resolved.

  • Creating Transformation in 3.5 Version for a Master DATA Source

    Hi ,
    Currently i am working in 7 version.
    I have Created a new master data info object  Through  a Template from a standard  info object 0Ven_comp.
    This Standard Info object 0Ven_comp   already has a data source 0VEN_COMPC_ATTR , where it is getting values.
    Now i want to use the same data source for my new info object which is created as template based on the 0ven_comp.
    Can anyone please tell me how i can use the same data source  for my new info object and that too i need to create transformation in 3.5 version.

    Hi Guru,
    You cannot use the same datasource with two different versions.
    Either it should be 7.0 or 3.x version.
    You can create a copy of datasource and you can replicate it in BI system.
    Regards,
    Rajesh

  • Not able to Drop user because of data dictionary discripency

    Hi,
    i am using oracle 11.2.0.1 EE installed on Linux 5.8.
    i am trying to delete a user but am getting below error.
    SQL> DROP USER GKGT CASCADE;
    DROP USER GKGT CASCADE
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [kdsgrp1], [], [], [], [], [], [],[], [], [], [], []
    All the objects in the schema have got dropped after executing the command, but the data dictionary dba_objects and user_objects is not cleared still some reference is found in it as shown below.
    SQL> SELECT object_id,substr(OBJECT_name,1,20),object_type FROM dba_OBJECTS where owner like 'GKGT'
    order by object_name;
    OBJECT_ID SUBSTR(OBJECT_NAME,1 OBJECT_TYPE
        136772 T_DEVICE             TABLE
        136776 T_DEVICELOG          TABLE PARTITION
        136775 T_DEVICELOG          TABLE PARTITION
        136774 T_DEVICELOG          TABLE
        136710 T_DIRECTION          TABLE
        136728 T_EMPLOYEE           TABLE
        136720 T_EXEMPTEDTYPE       TABLE
        136726 T_FARE               TABLE
        136724 T_FAREROUTE          TABLE
        136718 T_JOURNEYTYPE        TABLE
        149385 T_PASSISSUE          TABLE PARTITION
    OBJECT_ID SUBSTR(OBJECT_NAME,1 OBJECT_TYPE
        149387 T_PASSISSUE          TABLE PARTITION
        149389 T_PASSISSUE          TABLE PARTITION
        149391 T_PASSISSUE          TABLE PARTITION
        149393 T_PASSISSUE          TABLE PARTITION
        149395 T_PASSISSUE          TABLE PARTITION
        149397 T_PASSISSUE          TABLE PARTITION
        149257 T_PASSISSUE          TABLE PARTITION
        149259 T_PASSISSUE          TABLE PARTITION
        149261 T_PASSISSUE          TABLE PARTITION
        149263 T_PASSISSUE          TABLE PARTITION
        149265 T_PASSISSUE          TABLE PARTITION
    OBJECT_ID SUBSTR(OBJECT_NAME,1 OBJECT_TYPE
        149267 T_PASSISSUE          TABLE PARTITION
        149269 T_PASSISSUE          TABLE PARTITION
        149271 T_PASSISSUE          TABLE PARTITION
        149273 T_PASSISSUE          TABLE PARTITION
        149275 T_PASSISSUE          TABLE PARTITION
        149277 T_PASSISSUE          TABLE PARTITION
        149279 T_PASSISSUE          TABLE PARTITION
        149281 T_PASSISSUE          TABLE PARTITION
        149283 T_PASSISSUE          TABLE PARTITION
        149285 T_PASSISSUE          TABLE PARTITION
        149287 T_PASSISSUE          TABLE PARTITION
    OBJECT_ID SUBSTR(OBJECT_NAME,1 OBJECT_TYPE
        149289 T_PASSISSUE          TABLE PARTITION
        149291 T_PASSISSUE          TABLE PARTITION
        149293 T_PASSISSUE          TABLE PARTITION
        149295 T_PASSISSUE          TABLE PARTITION
        149297 T_PASSISSUE          TABLE PARTITION
        149299 T_PASSISSUE          TABLE PARTITION
        149301 T_PASSISSUE          TABLE PARTITION
        149303 T_PASSISSUE          TABLE PARTITION
        149305 T_PASSISSUE          TABLE PARTITION
        149307 T_PASSISSUE          TABLE PARTITION
        149309 T_PASSISSUE          TABLE PARTITION
    OBJECT_ID SUBSTR(OBJECT_NAME,1 OBJECT_TYPE
        149311 T_PASSISSUE          TABLE PARTITION
        149313 T_PASSISSUE          TABLE PARTITION
        149315 T_PASSISSUE          TABLE PARTITION
        149317 T_PASSISSUE          TABLE PARTITION
        149319 T_PASSISSUE          TABLE PARTITION
        149321 T_PASSISSUE          TABLE PARTITION
        149323 T_PASSISSUE          TABLE PARTITION
        149325 T_PASSISSUE          TABLE PARTITION
        149327 T_PASSISSUE          TABLE PARTITION
        149329 T_PASSISSUE          TABLE PARTITION
        149331 T_PASSISSUE          TABLE PARTITION
    OBJECT_ID SUBSTR(OBJECT_NAME,1 OBJECT_TYPE
        149333 T_PASSISSUE          TABLE PARTITION
        149335 T_PASSISSUE          TABLE PARTITION
        149337 T_PASSISSUE          TABLE PARTITION
        149339 T_PASSISSUE          TABLE PARTITION
        149341 T_PASSISSUE          TABLE PARTITION
        149343 T_PASSISSUE          TABLE PARTITION
        149345 T_PASSISSUE          TABLE PARTITION
        149347 T_PASSISSUE          TABLE PARTITION
        149349 T_PASSISSUE          TABLE PARTITION
        149351 T_PASSISSUE          TABLE PARTITION
        149353 T_PASSISSUE          TABLE PARTITION
    OBJECT_ID SUBSTR(OBJECT_NAME,1 OBJECT_TYPE
        149355 T_PASSISSUE          TABLE PARTITION
        149357 T_PASSISSUE          TABLE PARTITION
        149359 T_PASSISSUE          TABLE PARTITION
        149361 T_PASSISSUE          TABLE PARTITION
        149363 T_PASSISSUE          TABLE PARTITION
        149365 T_PASSISSUE          TABLE PARTITION
        149367 T_PASSISSUE          TABLE PARTITION
        149369 T_PASSISSUE          TABLE PARTITION
        149371 T_PASSISSUE          TABLE PARTITION
        149373 T_PASSISSUE          TABLE PARTITION
        149375 T_PASSISSUE          TABLE PARTITION
    OBJECT_ID SUBSTR(OBJECT_NAME,1 OBJECT_TYPE
        149377 T_PASSISSUE          TABLE PARTITION
        149379 T_PASSISSUE          TABLE PARTITION
        149381 T_PASSISSUE          TABLE PARTITION
        149383 T_PASSISSUE          TABLE PARTITION
        136734 T_PASSISSUE          TABLE PARTITION
        136733 T_PASSISSUE          TABLE PARTITION
        136732 T_PASSISSUE          TABLE
        149149 T_PASSISSUE          TABLE PARTITION
        149151 T_PASSISSUE          TABLE PARTITION
        149153 T_PASSISSUE          TABLE PARTITION
        149155 T_PASSISSUE          TABLE PARTITION
    OBJECT_ID SUBSTR(OBJECT_NAME,1 OBJECT_TYPE
        149157 T_PASSISSUE          TABLE PARTITION
        149159 T_PASSISSUE          TABLE PARTITION
        149161 T_PASSISSUE          TABLE PARTITION
        149163 T_PASSISSUE          TABLE PARTITION
        149165 T_PASSISSUE          TABLE PARTITION
        149167 T_PASSISSUE          TABLE PARTITION
        149169 T_PASSISSUE          TABLE PARTITION
        149171 T_PASSISSUE          TABLE PARTITION
        149173 T_PASSISSUE          TABLE PARTITION
        149175 T_PASSISSUE          TABLE PARTITION
        149177 T_PASSISSUE          TABLE PARTITION
    OBJECT_ID SUBSTR(OBJECT_NAME,1 OBJECT_TYPE
        149179 T_PASSISSUE          TABLE PARTITION
        149181 T_PASSISSUE          TABLE PARTITION
        149183 T_PASSISSUE          TABLE PARTITION
        149185 T_PASSISSUE          TABLE PARTITION
        149187 T_PASSISSUE          TABLE PARTITION
        149189 T_PASSISSUE          TABLE PARTITION
        149191 T_PASSISSUE          TABLE PARTITION
        149193 T_PASSISSUE          TABLE PARTITION
        149195 T_PASSISSUE          TABLE PARTITION
        149197 T_PASSISSUE          TABLE PARTITION
        149199 T_PASSISSUE          TABLE PARTITION
    OBJECT_ID SUBSTR(OBJECT_NAME,1 OBJECT_TYPE
        149201 T_PASSISSUE          TABLE PARTITION
        149203 T_PASSISSUE          TABLE PARTITION
        149205 T_PASSISSUE          TABLE PARTITION
        149207 T_PASSISSUE          TABLE PARTITION
        149209 T_PASSISSUE          TABLE PARTITION
        149211 T_PASSISSUE          TABLE PARTITION
        149213 T_PASSISSUE          TABLE PARTITION
        149215 T_PASSISSUE          TABLE PARTITION
        149217 T_PASSISSUE          TABLE PARTITION
        149219 T_PASSISSUE          TABLE PARTITION
        149221 T_PASSISSUE          TABLE PARTITION
    OBJECT_ID SUBSTR(OBJECT_NAME,1 OBJECT_TYPE
        149223 T_PASSISSUE          TABLE PARTITION
        149225 T_PASSISSUE          TABLE PARTITION
        149227 T_PASSISSUE          TABLE PARTITION
        149229 T_PASSISSUE          TABLE PARTITION
        149231 T_PASSISSUE          TABLE PARTITION
        149233 T_PASSISSUE          TABLE PARTITION
        149235 T_PASSISSUE          TABLE PARTITION
        149237 T_PASSISSUE          TABLE PARTITION
        149239 T_PASSISSUE          TABLE PARTITION
        149241 T_PASSISSUE          TABLE PARTITION
        149243 T_PASSISSUE          TABLE PARTITION
    OBJECT_ID SUBSTR(OBJECT_NAME,1 OBJECT_TYPE
        149245 T_PASSISSUE          TABLE PARTITION
        149247 T_PASSISSUE          TABLE PARTITION
        149249 T_PASSISSUE          TABLE PARTITION
        149251 T_PASSISSUE          TABLE PARTITION
        149253 T_PASSISSUE          TABLE PARTITION
        149255 T_PASSISSUE          TABLE PARTITION
        136736 T_PASSISSUE_HISTORY  TABLE
        136743 T_PASSRECHARGE       TABLE PARTITION
        136744 T_PASSRECHARGE       TABLE PARTITION
        136742 T_PASSRECHARGE       TABLE
        136739 T_PASSRETURN         TABLE PARTITION
    OBJECT_ID SUBSTR(OBJECT_NAME,1 OBJECT_TYPE
        136740 T_PASSRETURN         TABLE PARTITION
        136738 T_PASSRETURN         TABLE
        136716 T_PAYMENTMETHOD      TABLE
        136714 T_SHIFT              TABLE
        136784 T_SHIFTDAYREVENUE    TABLE PARTITION
        148765 T_SHIFTDAYREVENUE    TABLE PARTITION
        148701 T_SHIFTDAYREVENUE    TABLE PARTITION
        148703 T_SHIFTDAYREVENUE    TABLE PARTITION
        148705 T_SHIFTDAYREVENUE    TABLE PARTITION
        148707 T_SHIFTDAYREVENUE    TABLE PARTITION
        148709 T_SHIFTDAYREVENUE    TABLE PARTITION
    OBJECT_ID SUBSTR(OBJECT_NAME,1 OBJECT_TYPE
        148711 T_SHIFTDAYREVENUE    TABLE PARTITION
        148713 T_SHIFTDAYREVENUE    TABLE PARTITION
        148715 T_SHIFTDAYREVENUE    TABLE PARTITION
        148717 T_SHIFTDAYREVENUE    TABLE PARTITION
        148719 T_SHIFTDAYREVENUE    TABLE PARTITION
        148721 T_SHIFTDAYREVENUE    TABLE PARTITION
        148723 T_SHIFTDAYREVENUE    TABLE PARTITION
        148725 T_SHIFTDAYREVENUE    TABLE PARTITION
        148727 T_SHIFTDAYREVENUE    TABLE PARTITION
        148729 T_SHIFTDAYREVENUE    TABLE PARTITION
        148731 T_SHIFTDAYREVENUE    TABLE PARTITION
    OBJECT_ID SUBSTR(OBJECT_NAME,1 OBJECT_TYPE
        148733 T_SHIFTDAYREVENUE    TABLE PARTITION
        148735 T_SHIFTDAYREVENUE    TABLE PARTITION
        148737 T_SHIFTDAYREVENUE    TABLE PARTITION
        148739 T_SHIFTDAYREVENUE    TABLE PARTITION
        148741 T_SHIFTDAYREVENUE    TABLE PARTITION
        148743 T_SHIFTDAYREVENUE    TABLE PARTITION
        148745 T_SHIFTDAYREVENUE    TABLE PARTITION
        148747 T_SHIFTDAYREVENUE    TABLE PARTITION
        148749 T_SHIFTDAYREVENUE    TABLE PARTITION
        148751 T_SHIFTDAYREVENUE    TABLE PARTITION
        148753 T_SHIFTDAYREVENUE    TABLE PARTITION
    OBJECT_ID SUBSTR(OBJECT_NAME,1 OBJECT_TYPE
        148755 T_SHIFTDAYREVENUE    TABLE PARTITION
        148757 T_SHIFTDAYREVENUE    TABLE PARTITION
        148759 T_SHIFTDAYREVENUE    TABLE PARTITION
        148761 T_SHIFTDAYREVENUE    TABLE PARTITION
        148763 T_SHIFTDAYREVENUE    TABLE PARTITION
        148699 T_SHIFTDAYREVENUE    TABLE PARTITION
        148819 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148821 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148823 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148825 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148827 T_SHIFTDAYREVENUE_DE TABLE PARTITION
    OBJECT_ID SUBSTR(OBJECT_NAME,1 OBJECT_TYPE
        148829 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148831 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148833 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148835 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148837 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148839 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148841 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148843 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148845 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148847 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148849 T_SHIFTDAYREVENUE_DE TABLE PARTITION
    OBJECT_ID SUBSTR(OBJECT_NAME,1 OBJECT_TYPE
        148851 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148853 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148855 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148857 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148859 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148861 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148863 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148865 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148867 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148869 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148871 T_SHIFTDAYREVENUE_DE TABLE PARTITION
    OBJECT_ID SUBSTR(OBJECT_NAME,1 OBJECT_TYPE
        148873 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148875 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148877 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148879 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148881 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148883 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148885 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148887 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148889 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148891 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148893 T_SHIFTDAYREVENUE_DE TABLE PARTITION
    OBJECT_ID SUBSTR(OBJECT_NAME,1 OBJECT_TYPE
        148895 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148897 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148899 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148901 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148903 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148905 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148907 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148909 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148911 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148913 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148915 T_SHIFTDAYREVENUE_DE TABLE PARTITION
    OBJECT_ID SUBSTR(OBJECT_NAME,1 OBJECT_TYPE
        148767 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148769 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148771 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148773 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148775 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148777 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148779 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148781 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148783 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148785 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148787 T_SHIFTDAYREVENUE_DE TABLE PARTITION
    OBJECT_ID SUBSTR(OBJECT_NAME,1 OBJECT_TYPE
        148789 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148791 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148793 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148795 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148797 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148799 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148801 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148803 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148805 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148807 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148809 T_SHIFTDAYREVENUE_DE TABLE PARTITION
    OBJECT_ID SUBSTR(OBJECT_NAME,1 OBJECT_TYPE
        148811 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148813 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148815 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        148817 T_SHIFTDAYREVENUE_DE TABLE PARTITION
        140326 T_SHIFTDAYSUMMARYREV TABLE PARTITION
        140325 T_SHIFTDAYSUMMARYREV TABLE PARTITION
        140324 T_SHIFTDAYSUMMARYREV TABLE
        136780 T_SHIFTDAYTRAFFIC    TABLE PARTITION
        136779 T_SHIFTDAYTRAFFIC    TABLE PARTITION
        136778 T_SHIFTDAYTRAFFIC    TABLE
        136712 T_TERMINAL           TABLE
    OBJECT_ID SUBSTR(OBJECT_NAME,1 OBJECT_TYPE
        136708 T_TOLLPLAZA          TABLE
        136747 T_TRANSACTION        TABLE PARTITION
        136748 T_TRANSACTION        TABLE PARTITION
        136746 T_TRANSACTION        TABLE
        136722 T_VEHICLECLASS       TABLE
        136730 T_VEHICLEOWNER       TABLE
    270 rows selected.
    SQL> desc gkgt.t_vehicleclass;
    ERROR:
    ORA-04043: object gkgt.t_vehicleclass does not exist
    SQL> select index_name from dba_indexes where owner='GKGT';
    no rows selected
    SQL> select TABLE_NAME from dba_TAB_PARTITIONS where TABLE_owner='GKGT';
    no rows selected
    SQL>
    After executing hout and hckeck.full scripts got following output.
    H.Check Version 9i+/hc3.50
    Catalog Version 11.2.0.1.0 (1102000100)
                                       Catalog       Fixed
    Procedure Name                     Version    Vs Release      Run
    .- SynLastDDLTim               ... 1102000100 >  1001000200 : n/a
    .- LobNotInObj                 ... 1102000100 >  1000000200 : n/a
    .- MissingOIDOnObjCol          ... 1102000100 <=  *All Rel* : Ok
    .- SourceNotInObj              ... 1102000100 >  1002000100 : n/a
    .- IndIndparMismatch           ... 1102000100 <= 1102000100 : Ok
    .- InvCorrAudit                ... 1102000100 <= 1102000100 : Ok
    .- OversizedFiles              ... 1102000100 <=  *All Rel* : Ok
    .- TinyFiles                   ... 1102000100 >   900010000 : n/a
    .- PoorDefaultStorage          ... 1102000100 <=  *All Rel* : Ok
    .- PoorStorage                 ... 1102000100 <=  *All Rel* : Ok
    .- MissTabSubPart              ... 1102000100 >   900010000 : n/a
    .- PartSubPartMismatch         ... 1102000100 <= 1102000100 : Ok
    .- TabPartCountMismatch        ... 1102000100 <=  *All Rel* : Ok
    .- OrphanedTabComPart          ... 1102000100 >   900010000 : n/a
    .- ZeroTabSubPart              ... 1102000100 >   902000100 : n/a
    .- MissingSum$                 ... 1102000100 <=  *All Rel* : Ok
    .- MissingDir$                 ... 1102000100 <=  *All Rel* : Ok
    .- DuplicateDataobj            ... 1102000100 <=  *All Rel* : Ok
    .- ObjSynMissing               ... 1102000100 <=  *All Rel* : Ok
    .- ObjSeqMissing               ... 1102000100 <=  *All Rel* : Ok
    .- OrphanedUndo                ... 1102000100 <=  *All Rel* : Ok
    .- OrphanedIndex               ... 1102000100 <=  *All Rel* : Ok
    HCKE-0016: Orphaned IND$ (no SEG$)
    ORPHAN IND$: OBJ=188456 DOBJ=188456 TS=41 RFILE/BLOCK=46 30481 BO#=136746
    SegType=
    .- OrphanedIndexPartition      ... 1102000100 <=  *All Rel* : Ok
    .- OrphanedIndexSubPartition   ... 1102000100 <=  *All Rel* : Ok
    .- OrphanedTable               ... 1102000100 <=  *All Rel* : Ok
    .- OrphanedTablePartition      ... 1102000100 <=  *All Rel* : Ok
    .- OrphanedTableSubPartition   ... 1102000100 <=  *All Rel* : Ok
    .- MissingPartCol              ... 1102000100 <=  *All Rel* : Ok
    .- OrphanedSeg$                ... 1102000100 <=  *All Rel* : Ok
    .- OrphanedIndPartObj#         ... 1102000100 >  1101000600 : n/a
    .- DuplicateBlockUse           ... 1102000100 <=  *All Rel* : Ok
    .- HighObjectIds               ... 1102000100 >   801060000 : n/a
    .- PQsequence                  ... 1102000100 >   800060000 : n/a
    .- TruncatedCluster            ... 1102000100 >   801070000 : n/a
    .- FetUet                      ... 1102000100 <=  *All Rel* : Ok
    .- Uet0Check                   ... 1102000100 <=  *All Rel* : Ok
    .- ExtentlessSeg               ... 1102000100 <=  *All Rel* : Ok
    .- SeglessUET                  ... 1102000100 <=  *All Rel* : Ok
    .- BadInd$                     ... 1102000100 <=  *All Rel* : Ok
    HCKE-0030: OBJ$ INDEX entry has no IND$ entry
    INDEX has no IND$ entry: Obj=154022 GKGT.SYS_IL0000154016C00004$$
    INDEX has no IND$ entry: Obj=154020 GKGT.SYS_IL0000154016C00003$$
    INDEX has no IND$ entry: Obj=154018 GKGT.SYS_IL0000154016C00002$$
    INDEX has no IND$ entry: Obj=139421 GKGT.T_VERIFIEDSHIFTDAYEXEMPTED_PK
    INDEX has no IND$ entry: Obj=139363 GKGT.T_VERIFIEDSHIFTDAYSUMMARY_PK
    INDEX has no IND$ entry: Obj=139392 GKGT.T_VERIFIEDSHIFTDAYREVENUE_PK
    INDEX has no IND$ entry: Obj=136719 GKGT.T_JOURNEYTYPE_PK
    INDEX has no IND$ entry: Obj=139276 GKGT.T_HARDCODE_UK1
    INDEX has no IND$ entry: Obj=139274 GKGT.T_HARDCODEGROUP_UK1
    INDEX has no IND$ entry: Obj=139273 GKGT.T_HARDCODEGROUP_PK
    INDEX has no IND$ entry: Obj=136727 GKGT.T_FARE_PK
    INDEX has no IND$ entry: Obj=136725 GKGT.T_FAREROUTE_PK
    .- BadTab$                     ... 1102000100 <=  *All Rel* : Ok
    HCKE-0031: OBJ$ TABLE entry has no TAB$ entry
    TABLE has no TAB$ entry: Obj=139393 GKGT.T_VERIFIEDSHIFTDAYEXEMPTED
    TABLE has no TAB$ entry: Obj=139335 GKGT.T_VERIFIEDSHIFTDAYSUMMARY
    TABLE has no TAB$ entry: Obj=139364 GKGT.T_VERIFIEDSHIFTDAYREVENUE
    TABLE has no TAB$ entry: Obj=136718 GKGT.T_JOURNEYTYPE
    TABLE has no TAB$ entry: Obj=139272 GKGT.T_HARDCODEGROUP
    TABLE has no TAB$ entry: Obj=139275 GKGT.T_HARDCODE
    TABLE has no TAB$ entry: Obj=136724 GKGT.T_FAREROUTE
    TABLE has no TAB$ entry: Obj=136726 GKGT.T_FARE
    .- BadIcolDepCnt               ... 1102000100 >  1101000700 : n/a
    .- WarnIcolDep                 ... 1102000100 >  1101000700 : n/a
    .- OnlineRebuild$              ... 1102000100 <=  *All Rel* : Ok
    .- DropForceType               ... 1102000100 >  1001000200 : n/a
    .- TrgAfterUpgrade             ... 1102000100 <=  *All Rel* : Ok
    .- FailedInitJVMRun            ... 1102000100 <=  *All Rel* : Ok
    .- TypeReusedAfterDrop         ... 1102000100 >   900010000 : n/a
    .- Idgen1$TTS                  ... 1102000100 >   900010000 : n/a
    .- DroppedFuncIdx              ... 1102000100 >   902000100 : n/a
    .- BadOwner                    ... 1102000100 >   900010000 : n/a
    .- UpgCheckc0801070            ... 1102000100 <=  *All Rel* : Ok
    .- BadPublicObjects            ... 1102000100 <=  *All Rel* : Ok
    .- BadSegFreelist              ... 1102000100 <=  *All Rel* : Ok
    .- BadCol#                     ... 1102000100 >  1001000200 : n/a
    .- BadDepends                  ... 1102000100 <=  *All Rel* : Ok
    .- CheckDual                   ... 1102000100 <=  *All Rel* : Ok
    .- ObjectNames                 ... 1102000100 <=  *All Rel* : Ok
    .- BadCboHiLo                  ... 1102000100 <=  *All Rel* : Ok
    .- ChkIotTs                    ... 1102000100 <=  *All Rel* : Ok
    .- NoSegmentIndex              ... 1102000100 <=  *All Rel* : Ok
    .- BadNextObject               ... 1102000100 <=  *All Rel* : Ok
    .- OrphanIndopt                ... 1102000100 >   902000800 : n/a
    .- UpgFlgBitTmp                ... 1102000100 >  1001000100 : n/a
    .- RenCharView                 ... 1102000100 >  1001000100 : n/a
    .- Upg9iTab$                   ... 1102000100 >   902000400 : n/a
    .- Upg9iTsInd                  ... 1102000100 >   902000500 : n/a
    .- Upg10gInd$                  ... 1102000100 >  1002000000 : n/a
    .- DroppedROTS                 ... 1102000100 <=  *All Rel* : Ok
    .- ChrLenSmtcs                 ... 1102000100 >  1101000600 : n/a
    .- FilBlkZero                  ... 1102000100 <=  *All Rel* : Ok
    .- DbmsSchemaCopy              ... 1102000100 <=  *All Rel* : Ok
    Found 21 potential problem(s) and 0 warning(s)
    Contact Oracle Support with the output
    to check if the above needs attention or not
    PL/SQL procedure successfully completed.
    SQL>
    I Tried the following to delete the object from obj$ table but got error.
    SQL> SELECT * FROM SYS.DBA_OBJECTS WHERE OBJECT_ID IN (188456);
    no rows selected
    SQL> SELECT * FROM SYS.OBJ$ WHERE OBJ# IN (188456);
          OBJ#   DATAOBJ#     OWNER# NAME                            NAMESPACE SUBNAME
           TYPE# CTIME     MTIME     STIME         STATUS REMOTEOWNER                    LINKNAME
               FLAGS OID$                                 SPARE1     SPARE2     SPARE3
    SPARE4
    SPARE5
    SPARE6
        188456     188456        106 T_TRANSACTION_DATETIME                  4
               1 23-SEP-13 23-SEP-13 23-SEP-13          1
                   0                                           6      65535        106
    SQL> CREATE TABLE OBJ$_DEL AS SELECT * FROM OBJ$;
    Table Created
    SQL> SELECT * FROM SYS.IND$ WHERE OBJ# IN (188456);
    no rows selected
    SQL> DELETE FROM SYS.OBJ$ WHERE OBJ# IN (188456);
    DELETE FROM SYS.OBJ$
    ERROR at line 1:
    ORA-08102: index key not found, obj# 40, file 1, block 120660 (2)
    Below is my Trace file:
    Tue Oct 01 10:20:22 2013
    Doing block recovery for file 1 block 84052
    Resuming block recovery (PMON) for file 1 block 84052
    Block recovery from logseq 190, block 248 to scn 1134842195
    Recovery of Online Redo Log: Thread 1 Group 6 Seq 190 Reading mem 0
      Mem# 0: /u01/app/oracle/oradata/oracle11/redo06.log
    Block recovery completed at rba 190.904.16, scn 0.1134842196
    Tue Oct 01 10:20:35 2013
    Sweep [inc][75031]: completed
    Sweep [inc][75022]: completed
    Sweep [inc2][75031]: completed
    Tue Oct 01 10:25:02 2013
    ORA-1 encountered when generating server alert SMG-3000
    Tue Oct 01 10:29:23 2013
    Thread 1 cannot allocate new log, sequence 191
    Private strand flush not complete
      Current log# 6 seq# 190 mem# 0: /u01/app/oracle/oradata/oracle11/redo06.log
    Thread 1 advanced to log sequence 191 (LGWR switch)
      Current log# 3 seq# 191 mem# 0: /u01/app/oracle/oradata/oracle11/redo03.log
    Tue Oct 01 10:31:18 2013
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_12160.trc  (incident=71247):
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x40] [PC:0xF3777EB, kghalf()+49] [flags: 0x0, count: 1]
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_12160.trc  (incident=71248):
    ORA-07445: exception encountered: core dump [kghalf()+49] [SIGSEGV] [ADDR:0x40] [PC:0xF3777EB] [Address not mapped to object] []
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Incident details in: /u01/app/oracle/diag/rdbms/oracle11/oracle11/incident/incdir_71248/oracle11_ora_12160_i71248.trc
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_12160.trc  (incident=71249):
    ORA-00600: internal error code, arguments: [525], [0x692D43C4], [4], [row cache objects], [5], [0x6A3FA06C], [redo copy], [], [], [], [], []
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00602: internal programming exception
    ORA-07445: exception encountered: core dump [kghalf()+49] [SIGSEGV] [ADDR:0x40] [PC:0xF3777EB] [Address not mapped to object] []
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Incident details in: /u01/app/oracle/diag/rdbms/oracle11/oracle11/incident/incdir_71249/oracle11_ora_12160_i71249.trc
    Tue Oct 01 10:31:21 2013
    Sweep [inc][71248]: completed
    Sweep [inc][71247]: completed
    Sweep [inc2][71248]: completed
    Tue Oct 01 10:31:21 2013
    Trace dumping is performing id=[cdmp_20131001103121]
    Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x40] [PC:0xF3777EB, kghalf()+49] [flags: 0x0, count: 1]
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_12160.trc  (incident=71250):
    ORA-07445: exception encountered: core dump [kghalf()+49] [SIGSEGV] [ADDR:0x40] [PC:0xF3777EB] [Address not mapped to object] []
    ORA-00600: internal error code, arguments: [525], [0x692D43C4], [4], [row cache objects], [5], [0x6A3FA06C], [redo copy], [], [], [], [], []
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00602: internal programming exception
    ORA-07445: exception encountered: core dump [kghalf()+49] [SIGSEGV] [ADDR:0x40] [PC:0xF3777EB] [Address not mapped to object] []
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Incident details in: /u01/app/oracle/diag/rdbms/oracle11/oracle11/incident/incdir_71250/oracle11_ora_12160_i71250.trc
    Trace dumping is performing id=[cdmp_20131001103122]
    Trace dumping is performing id=[cdmp_20131001103123]
    Tue Oct 01 10:32:10 2013
    Doing block recovery for file 1 block 84052
    Resuming block recovery (PMON) for file 1 block 84052
    Block recovery from logseq 191, block 27531 to scn 1134928966
    Recovery of Online Redo Log: Thread 1 Group 3 Seq 191 Reading mem 0
      Mem# 0: /u01/app/oracle/oradata/oracle11/redo03.log
    Block recovery completed at rba 191.28203.16, scn 0.1134928967
    Tue Oct 01 10:32:21 2013
    Sweep [inc][71250]: completed
    Sweep [inc][71249]: completed
    Sweep [inc2][71250]: completed
    Sweep [inc2][71249]: completed
    Tue Oct 01 10:32:40 2013
    Thread 1 cannot allocate new log, sequence 192
    Private strand flush not complete
      Current log# 3 seq# 191 mem# 0: /u01/app/oracle/oradata/oracle11/redo03.log
    Thread 1 advanced to log sequence 192 (LGWR switch)
      Current log# 4 seq# 192 mem# 0: /u01/app/oracle/oradata/oracle11/redo04.log
    Tue Oct 01 10:32:51 2013
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_12280.trc  (incident=74954):
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x40] [PC:0xF3777EB, kghalf()+49] [flags: 0x0, count: 1]
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_12280.trc  (incident=74956):
    ORA-07445: exception encountered: core dump [kghalf()+49] [SIGSEGV] [ADDR:0x40] [PC:0xF3777EB] [Address not mapped to object] []
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_12280.trc  (incident=74963):
    ORA-00600: internal error code, arguments: [525], [0x692D43C4], [4], [row cache objects], [5], [0x6A3FA06C], [redo copy], [], [], [], [], []
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00602: internal programming exception
    ORA-07445: exception encountered: core dump [kghalf()+49] [SIGSEGV] [ADDR:0x40] [PC:0xF3777EB] [Address not mapped to object] []
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Incident details in: /u01/app/oracle/diag/rdbms/oracle11/oracle11/incident/incdir_74963/oracle11_ora_12280_i74963.trc
    Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x40] [PC:0xF3777EB, kghalf()+49] [flags: 0x0, count: 1]
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_12280.trc  (incident=74971):
    ORA-07445: exception encountered: core dump [kghalf()+49] [SIGSEGV] [ADDR:0x40] [PC:0xF3777EB] [Address not mapped to object] []
    ORA-00600: internal error code, arguments: [525], [0x692D43C4], [4], [row cache objects], [5], [0x6A3FA06C], [redo copy], [], [], [], [], []
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00602: internal programming exception
    ORA-07445: exception encountered: core dump [kghalf()+49] [SIGSEGV] [ADDR:0x40] [PC:0xF3777EB] [Address not mapped to object] []
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Tue Oct 01 10:32:53 2013
    Trace dumping is performing id=[cdmp_20131001103253]
    Tue Oct 01 10:33:02 2013
    Doing block recovery for file 1 block 84052
    Resuming block recovery (PMON) for file 1 block 84052
    Block recovery from logseq 191, block 27531 to scn 1134949406
    Recovery of Online Redo Log: Thread 1 Group 3 Seq 191 Reading mem 0
      Mem# 0: /u01/app/oracle/oradata/oracle11/redo03.log
    Recovery of Online Redo Log: Thread 1 Group 4 Seq 192 Reading mem 0
      Mem# 0: /u01/app/oracle/oradata/oracle11/redo04.log
    Block recovery completed at rba 192.2301.16, scn 0.1134949408
    Tue Oct 01 10:33:21 2013
    Sweep [inc][74971]: completed
    Sweep [inc][74963]: completed
    Sweep [inc][74956]: completed
    Sweep [inc][74954]: completed
    Sweep [inc2][74963]: completed
    Tue Oct 01 10:35:03 2013
    ORA-1 encountered when generating server alert SMG-3000
    Tue Oct 01 10:37:59 2013
    Thread 1 cannot allocate new log, sequence 193
    Private strand flush not complete
      Current log# 4 seq# 192 mem# 0: /u01/app/oracle/oradata/oracle11/redo04.log
    Thread 1 advanced to log sequence 193 (LGWR switch)
      Current log# 5 seq# 193 mem# 0: /u01/app/oracle/oradata/oracle11/redo05.log
    Tue Oct 01 10:41:15 2013
    Thread 1 cannot allocate new log, sequence 194
    Private strand flush not complete
      Current log# 5 seq# 193 mem# 0: /u01/app/oracle/oradata/oracle11/redo05.log
    Thread 1 advanced to log sequence 194 (LGWR switch)
      Current log# 6 seq# 194 mem# 0: /u01/app/oracle/oradata/oracle11/redo06.log
    Tue Oct 01 10:45:03 2013
    ORA-1 encountered when generating server alert SMG-3000
    Tue Oct 01 10:47:12 2013
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_13196.trc  (incident=71231):
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x40] [PC:0xF3777EB, kghalf()+49] [flags: 0x0, count: 1]
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_13196.trc  (incident=71232):
    ORA-07445: exception encountered: core dump [kghalf()+49] [SIGSEGV] [ADDR:0x40] [PC:0xF3777EB] [Address not mapped to object] []
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_13196.trc  (incident=71233):
    ORA-00600: internal error code, arguments: [525], [0x692D43C4], [4], [row cache objects], [5], [0x6A3FA06C], [redo copy], [], [], [], [], []
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00602: internal programming exception
    ORA-07445: exception encountered: core dump [kghalf()+49] [SIGSEGV] [ADDR:0x40] [PC:0xF3777EB] [Address not mapped to object] []
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Incident details in: /u01/app/oracle/diag/rdbms/oracle11/oracle11/incident/incdir_71233/oracle11_ora_13196_i71233.trc
    Tue Oct 01 10:47:13 2013
    Sweep [inc][71232]: completed
    Sweep [inc][71231]: completed
    Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x40] [PC:0xF3777EB, kghalf()+49] [flags: 0x0, count: 1]
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_13196.trc  (incident=71234):
    ORA-07445: exception encountered: core dump [kghalf()+49] [SIGSEGV] [ADDR:0x40] [PC:0xF3777EB] [Address not mapped to object] []
    ORA-00600: internal error code, arguments: [525], [0x692D43C4], [4], [row cache objects], [5], [0x6A3FA06C], [redo copy], [], [], [], [], []
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00602: internal programming exception
    ORA-07445: exception encountered: core dump [kghalf()+49] [SIGSEGV] [ADDR:0x40] [PC:0xF3777EB] [Address not mapped to object] []
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Tue Oct 01 10:47:15 2013
    Trace dumping is performing id=[cdmp_20131001104715]
    Tue Oct 01 10:48:02 2013
    Doing block recovery for file 1 block 84052
    Resuming block recovery (PMON) for file 1 block 84052
    Block recovery from logseq 194, block 30971 to scn 1135075665
    Recovery of Online Redo Log: Thread 1 Group 6 Seq 194 Reading mem 0
      Mem# 0: /u01/app/oracle/oradata/oracle11/redo06.log
    Block recovery completed at rba 194.31643.16, scn 0.1135075666
    Tue Oct 01 10:48:13 2013
    Sweep [inc][71234]: completed
    Sweep [inc][71233]: completed
    Sweep [inc2][71233]: completed
    Tue Oct 01 10:49:54 2013
    Thread 1 cannot allocate new log, sequence 195
    Private strand flush not complete
      Current log# 6 seq# 194 mem# 0: /u01/app/oracle/oradata/oracle11/redo06.log
    Thread 1 advanced to log sequence 195 (LGWR switch)
      Current log# 3 seq# 195 mem# 0: /u01/app/oracle/oradata/oracle11/redo03.log
    Tue Oct 01 10:52:57 2013
    Thread 1 cannot allocate new log, sequence 196
    Private strand flush not complete
      Current log# 3 seq# 195 mem# 0: /u01/app/oracle/oradata/oracle11/redo03.log
    Thread 1 advanced to log sequence 196 (LGWR switch)
      Current log# 4 seq# 196 mem# 0: /u01/app/oracle/oradata/oracle11/redo04.log
    Tue Oct 01 10:54:30 2013
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_13646.trc  (incident=75015):
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x40] [PC:0xF3777EB, kghalf()+49] [flags: 0x0, count: 1]
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_13646.trc  (incident=75016):
    ORA-07445: exception encountered: core dump [kghalf()+49] [SIGSEGV] [ADDR:0x40] [PC:0xF3777EB] [Address not mapped to object] []
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_13646.trc  (incident=75018):
    ORA-00600: internal error code, arguments: [525], [0x692D43C4], [4], [row cache objects], [5], [0x6A3FA06C], [redo copy], [], [], [], [], []
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00602: internal programming exception
    ORA-07445: exception encountered: core dump [kghalf()+49] [SIGSEGV] [ADDR:0x40] [PC:0xF3777EB] [Address not mapped to object] []
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Incident details in: /u01/app/oracle/diag/rdbms/oracle11/oracle11/incident/incdir_75018/oracle11_ora_13646_i75018.trc
    Tue Oct 01 10:54:32 2013
    Sweep [inc][75018]: completed
    Sweep [inc][75016]: completed
    Sweep [inc][75015]: completed
    Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x40] [PC:0xF3777EB, kghalf()+49] [flags: 0x0, count: 1]
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_13646.trc  (incident=75027):
    ORA-07445: exception encountered: core dump [kghalf()+49] [SIGSEGV] [ADDR:0x40] [PC:0xF3777EB] [Address not mapped to object] []
    ORA-00600: internal error code, arguments: [525], [0x692D43C4], [4], [row cache objects], [5], [0x6A3FA06C], [redo copy], [], [], [], [], []
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00602: internal programming exception
    ORA-07445: exception encountered: core dump [kghalf()+49] [SIGSEGV] [ADDR:0x40] [PC:0xF3777EB] [Address not mapped to object] []
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Tue Oct 01 10:54:33 2013
    Trace dumping is performing id=[cdmp_20131001105433]
    Tue Oct 01 10:54:56 2013
    Doing block recovery for file 1 block 84052
    Resuming block recovery (PMON) for file 1 block 84052
    Block recovery from logseq 196, block 19635 to scn 1135176010
    Recovery of Online Redo Log: Thread 1 Group 4 Seq 196 Reading mem 0
      Mem# 0: /u01/app/oracle/oradata/oracle11/redo04.log
    Block recovery completed at rba 196.20309.16, scn 0.1135176012
    Tue Oct 01 10:55:04 2013
    ORA-1 encountered when generating server alert SMG-3000
    Tue Oct 01 10:55:32 2013
    Sweep [inc][75027]: completed
    Sweep [inc2][75018]: completed
    Tue Oct 01 10:58:12 2013
    Thread 1 cannot allocate new log, sequence 197
    Private strand flush not complete
      Current log# 4 seq# 196 mem# 0: /u01/app/oracle/oradata/oracle11/redo04.log
    Thread 1 advanced to log sequence 197 (LGWR switch)
      Current log# 5 seq# 197 mem# 0: /u01/app/oracle/oradata/oracle11/redo05.log
    Tue Oct 01 11:00:00 2013
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_j001_14049.trc:
    Tue Oct 01 11:00:01 2013
    Trace dumping is performing id=[cdmp_20131001110001]
    Tue Oct 01 11:01:37 2013
    Thread 1 advanced to log sequence 198 (LGWR switch)
      Current log# 6 seq# 198 mem# 0: /u01/app/oracle/oradata/oracle11/redo06.log
    Tue Oct 01 11:02:00 2013
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_j001_14126.trc:
    Tue Oct 01 11:02:01 2013
    Trace dumping is performing id=[cdmp_20131001110201]
    Tue Oct 01 11:04:46 2013
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_13633.trc:
    Tue Oct 01 11:04:47 2013
    Trace dumping is performing id=[cdmp_20131001110447]
    Tue Oct 01 11:05:06 2013
    ORA-1 encountered when generating server alert SMG-3000
    Tue Oct 01 11:07:47 2013
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_14407.trc  (incident=71235):
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x40] [PC:0xF3777EB, kghalf()+49] [flags: 0x0, count: 1]
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_14407.trc  (incident=71236):
    ORA-07445: exception encountered: core dump [kghalf()+49] [SIGSEGV] [ADDR:0x40] [PC:0xF3777EB] [Address not mapped to object] []
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_14407.trc  (incident=74908):
    ORA-00600: internal error code, arguments: [525], [0x692D43C4], [4], [row cache objects], [5], [0x6A3FA06C], [redo copy], [], [], [], [], []
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00602: internal programming exception
    ORA-07445: exception encountered: core dump [kghalf()+49] [SIGSEGV] [ADDR:0x40] [PC:0xF3777EB] [Address not mapped to object] []
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x40] [PC:0xF3777EB, kghalf()+49] [flags: 0x0, count: 1]
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_14407.trc  (incident=74975):
    ORA-07445: exception encountered: core dump [kghalf()+49] [SIGSEGV] [ADDR:0x40] [PC:0xF3777EB] [Address not mapped to object] []
    ORA-00600: internal error code, arguments: [525], [0x692D43C4], [4], [row cache objects], [5], [0x6A3FA06C], [redo copy], [], [], [], [], []
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00602: internal programming exception
    ORA-07445: exception encountered: core dump [kghalf()+49] [SIGSEGV] [ADDR:0x40] [PC:0xF3777EB] [Address not mapped to object] []
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Tue Oct 01 11:07:49 2013
    Sweep [inc][74975]: completed
    Sweep [inc][74908]: completed
    Sweep [inc][71236]: completed
    Sweep [inc][71235]: completed
    Tue Oct 01 11:08:02 2013
    Doing block recovery for file 1 block 84052
    Resuming block recovery (PMON) for file 1 block 84052
    Block recovery from logseq 198, block 19645 to scn 1135284382
    Recovery of Online Redo Log: Thread 1 Group 6 Seq 198 Reading mem 0
      Mem# 0: /u01/app/oracle/oradata/oracle11/redo06.log
    Block recovery completed at rba 198.20203.16, scn 0.1135284383
    Tue Oct 01 11:11:34 2013
    Thread 1 cannot allocate new log, sequence 199
    Private strand flush not complete
      Current log# 6 seq# 198 mem# 0: /u01/app/oracle/oradata/oracle11/redo06.log
    Thread 1 advanced to log sequence 199 (LGWR switch)
      Current log# 3 seq# 199 mem# 0: /u01/app/oracle/oradata/oracle11/redo03.log
    Tue Oct 01 11:12:36 2013
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_14851.trc  (incident=75133):
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x40] [PC:0xF3777EB, kghalf()+49] [flags: 0x0, count: 1]
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_14851.trc  (incident=75134):
    ORA-07445: exception encountered: core dump [kghalf()+49] [SIGSEGV] [ADDR:0x40] [PC:0xF3777EB] [Address not mapped to object] []
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_14851.trc  (incident=75135):
    ORA-00600: internal error code, arguments: [525], [0x692D43C4], [4], [row cache objects], [5], [0x6A3FA06C], [redo copy], [], [], [], [], []
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00602: internal programming exception
    ORA-07445: exception encountered: core dump [kghalf()+49] [SIGSEGV] [ADDR:0x40] [PC:0xF3777EB] [Address not mapped to object] []
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x40] [PC:0xF3777EB, kghalf()+49] [flags: 0x0, count: 1]
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_14851.trc  (incident=75136):
    ORA-07445: exception encountered: core dump [kghalf()+49] [SIGSEGV] [ADDR:0x40] [PC:0xF3777EB] [Address not mapped to object] []
    ORA-00600: internal error code, arguments: [525], [0x692D43C4], [4], [row cache objects], [5], [0x6A3FA06C], [redo copy], [], [], [], [], []
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00602: internal programming exception
    ORA-07445: exception encountered: core dump [kghalf()+49] [SIGSEGV] [ADDR:0x40] [PC:0xF3777EB] [Address not mapped to object] []
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Tue Oct 01 11:12:37 2013
    Sweep [inc][75134]: completed
    Sweep [inc][75133]: completed
    Tue Oct 01 11:12:50 2013
    Doing block recovery for file 1 block 84052
    Resuming block recovery (PMON) for file 1 block 84052
    Block recovery from logseq 198, block 19645 to scn 1135345412
    Recovery of Online Redo Log: Thread 1 Group 6 Seq 198 Reading mem 0
      Mem# 0: /u01/app/oracle/oradata/oracle11/redo06.log
    Recovery of Online Redo Log: Thread 1 Group 3 Seq 199 Reading mem 0
      Mem# 0: /u01/app/oracle/oradata/oracle11/redo03.log
    Block recovery completed at rba 199.13813.16, scn 0.1135345414
    Tue Oct 01 11:13:38 2013
    Sweep [inc][75136]: completed
    Sweep [inc][75135]: completed
    Tue Oct 01 11:14:56 2013
    Thread 1 cannot allocate new log, sequence 200
    Private strand flush not complete
      Current log# 3 seq# 199 mem# 0: /u01/app/oracle/oradata/oracle11/redo03.log
    Thread 1 advanced to log sequence 200 (LGWR switch)
      Current log# 4 seq# 200 mem# 0: /u01/app/oracle/oradata/oracle11/redo04.log
    Tue Oct 01 11:15:07 2013
    ORA-1 encountered when generating server alert SMG-3000
    Tue Oct 01 11:15:19 2013
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_15016.trc  (incident=75141):
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x40] [PC:0xF3777EB, kghalf()+49] [flags: 0x0, count: 1]
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_15016.trc  (incident=75142):
    ORA-07445: exception encountered: core dump [kghalf()+49] [SIGSEGV] [ADDR:0x40] [PC:0xF3777EB] [Address not mapped to object] []
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_15016.trc  (incident=75143):
    ORA-00600: internal error code, arguments: [525], [0x692D43C4], [4], [row cache objects], [5], [0x6A3FA06C], [redo copy], [], [], [], [], []
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00602: internal programming exception
    ORA-07445: exception encountered: core dump [kghalf()+49] [SIGSEGV] [ADDR:0x40] [PC:0xF3777EB] [Address not mapped to object] []
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x40] [PC:0xF3777EB, kghalf()+49] [flags: 0x0, count: 1]
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_15016.trc  (incident=75144):
    ORA-07445: exception encountered: core dump [kghalf()+49] [SIGSEGV] [ADDR:0x40] [PC:0xF3777EB] [Address not mapped to object] []
    ORA-00600: internal error code, arguments: [525], [0x692D43C4], [4], [row cache objects], [5], [0x6A3FA06C], [redo copy], [], [], [], [], []
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00602: internal programming exception
    ORA-07445: exception encountered: core dump [kghalf()+49] [SIGSEGV] [ADDR:0x40] [PC:0xF3777EB] [Address not mapped to object] []
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Tue Oct 01 11:15:23 2013
    Sweep [inc][75144]: completed
    Sweep [inc][75143]: completed
    Sweep [inc][75142]: completed
    Sweep [inc][75141]: completed
    Tue Oct 01 11:15:41 2013
    Doing block recovery for file 1 block 84052
    Resuming block recovery (PMON) for file 1 block 84052
    Block recovery from logseq 200, block 4531 to scn 1135382144
    Recovery of Online Redo Log: Thread 1 Group 4 Seq 200 Reading mem 0
      Mem# 0: /u01/app/oracle/oradata/oracle11/redo04.log
    Block recovery completed at rba 200.5222.16, scn 0.1135382146
    Tue Oct 01 11:20:10 2013
    Thread 1 cannot allocate new log, sequence 201
    Private strand flush not complete
      Current log# 4 seq# 200 mem# 0: /u01/app/oracle/oradata/oracle11/redo04.log
    Thread 1 advanced to log sequence 201 (LGWR switch)
      Current log# 5 seq# 201 mem# 0: /u01/app/oracle/oradata/oracle11/redo05.log
    Tue Oct 01 11:20:25 2013
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_14883.trc  (incident=71272):
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_14883.trc  (incident=71273):
    ORA-00603: ORACLE server session terminated by fatal error
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Incident details in: /u01/app/oracle/diag/rdbms/oracle11/oracle11/incident/incdir_71273/oracle11_ora_14883_i71273.trc
    opiodr aborting process unknown ospid (14883) as a result of ORA-603
    Tue Oct 01 11:20:27 2013
    Trace dumping is performing id=[cdmp_20131001112027]
    Tue Oct 01 11:20:27 2013
    Sweep [inc][71273]: completed
    Sweep [inc][71272]: completed
    Sweep [inc2][71273]: completed
    Tue Oct 01 11:22:27 2013
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_15448.trc  (incident=74906):
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_15448.trc  (incident=75006):
    ORA-00603: ORACLE server session terminated by fatal error
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Incident details in: /u01/app/oracle/diag/rdbms/oracle11/oracle11/incident/incdir_75006/oracle11_ora_15448_i75006.trc
    opiodr aborting process unknown ospid (15448) as a result of ORA-603
    Tue Oct 01 11:22:29 2013
    Trace dumping is performing id=[cdmp_20131001112229]
    Tue Oct 01 11:22:29 2013
    Sweep [inc][75006]: completed
    Sweep [inc][74906]: completed
    Sweep [inc2][75006]: completed
    Tue Oct 01 11:22:37 2013
    Thread 1 cannot allocate new log, sequence 202
    Private strand flush not complete
      Current log# 5 seq# 201 mem# 0: /u01/app/oracle/oradata/oracle11/redo05.log
    Thread 1 advanced to log sequence 202 (LGWR switch)
      Current log# 6 seq# 202 mem# 0: /u01/app/oracle/oradata/oracle11/redo06.log
    Tue Oct 01 11:23:07 2013
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_15497.trc  (incident=75014):
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_15497.trc  (incident=75025):
    ORA-00603: ORACLE server session terminated by fatal error
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [], [], [], [], [], []
    Incident details in: /u01/app/oracle/diag/rdbms/oracle11/oracle11/incident/incdir_75025/oracle11_ora_15497_i75025.trc
    opiodr aborting process unknown ospid (15497) as a result of ORA-603
    Tue Oct 01 11:23:09 2013
    Trace dumping is performing id=[cdmp_20131001112309]
    Tue Oct 01 11:23:29 2013
    Sweep [inc][75025]: completed
    Sweep [inc][75014]: completed
    Sweep [inc2][75025]: completed
    Tue Oct 01 11:24:03 2013
    Errors in file /u01/app/oracle/diag/rdbms/oracle11/oracle11/trace/oracle11_ora_15382.trc  (incident=75043):
    ORA-00600: internal error code, arguments: [4097], [10], [20], [7021372], [], [], [],

    ora-600 ---> visit My Oracle Support and use the ORA-600 lookup tool and/or submit a SR.
    This forum is not a (free) support site.
    Also your use of boldface means YELLING and must be considered insulting.
    Sybrand Bakker
    Senior Oracle DBA

  • New To SQL Developer Data Modeler - Data Dictionary Report

    I am new to Data Modeler and I am currently learning what I can do and can't with it. Is there a way to generate a "Data Dictionary" report? We would like a report we can distribute that describes all tables and columns with descriptions and comments. We used to use an old version of Power Designer and we could do this from the data model we created. Is it possible to do something like this from SQL Developer Datas Modeler?

    Hi,
    Saxon is just an option, you don't need it by default.
    Could be permissions problem. What are you working on i.e. OS? What java version do you use?
    Even though you have specified directory for the reports do you have permissions to write there?
    Report generation directories priority is:
    1. Custom directory if specified in Settings->Data Modeler->Default Reports Directory
    2. /datamodeler/reports/
    3. User home directory
    You must have permissions somewhere on these directories. On the other hand you are saying that report_data.xml is generated so you have permissions.
    Okay. Now I saw a bug in 710. When you click "Generate report" there are progress dialogs and result dialog, but if you meanwhile click somewhere or change focus, these dialogs are hiding below main "Reports" dialog i.e. you are not seeing them. If you use Alt+Tab the result dialog will popup. This bug is fixed in the next release.
    So you must see either result dialog or error dialog at the end of report generation. If not check with Alt+Tab if it is not hidden somewhere below and if there is no such dialog close the DataModeler and check the log file for some error.
    There is SQL Developer Data Modeler 3.3 Early Adopter Available.
    http://www.oracle.com/technetwork/developer-tools/datamodeler/downloads/datamodeler-33-ea-1869055.html
    Above issue is fixed there and report is opening automatically.
    Edited by: Dimitar Slavov on Nov 29, 2012 11:53 PM

  • Create custom dictionary viewer

    Hello there!
    I've got a digital version of a very old but very good German-Latin dictionary (maybe German users know Digitale Bibliothek), however the GUI which I have to wrap in wine is absolutely not KISS and it doesn't fit into my workflow in a tiling wm. I just discovered that I can export the whole dictionary into different formats notably XHTML, which should make it possible to create a more user friendly interface.
    The situation is as follows:
    A file which contains all the German and latin lemmata alphabetically sorted (Latin and German mixed); sample:
    abhinc#A139
    abhold#C60768
    abholen#C60769
    Abholen#D60769
    abholzen#C60770
    abhorchen#C60771
    abhorreo#A140
    abhorresco#A142
    abhorride#A143
    A file which contains all the data; sample:
    <p><a id="p0000139" /><strong>ab-hinc</strong>, Adv. I) <em>räumlich =</em> <em><strong>von hier,</strong></em> aufer abhinc lacrimas, Lucr. 3, 953 (954): toto abhinc orbe, Apul. flor. 16. – II) <em>in der Zeit:</em> 1) <em>von der gegenwärtigen Zeit rückwärts gerechnet,</em> a) <em>absol. =</em> <em><strong>von jetzt an,</strong></em> dies abhinc quintus an sextus est, cum etc., Apul.: centesimo usque abhinc saeculo, Fronto: anno abhinc tertio, Gell. – b) <em>mit</em> Acc. = <em><strong>seit nun, vor,</strong></em> abhinc annos sedecim, Caes.: abhinc annos prope viginti, Cic.: abhinc triennium, Cic., <em>Komik. u.</em> Apul. – c) <em>mit</em> Abl. = <em><strong>vor, vor ungefähr,</strong></em> qui abhinc sexaginta annis occisus foret, Plaut.: comitiis iam abhinc diebus triginta factis, Cic. <em>Vgl. (über</em> no. a <em>u.</em> b) <em>Madvig Bemerkgg. S. 65 f. Lorenz zu</em> Plaut. most. 479. – 2)<em> selten von der gegenwärtigen Zeit vorwärts gerechnet, absol. =</em> <em><strong>von jetzt an, von hier</strong></em> <em>od.</em> <em><strong>da ab,</strong></em> Pallad. 4, 13, 9. Symm. ep. 4, 59: <em>verb.</em> inde abhinc, Pacuv. 21.</p>
    <div class="db5PageBreak"> </div>
    <p> </p>
    <p><a id="p0000140" /><strong>ab-horreo</strong>, uī, ēre, I) <em>vor etwas</em> <em><strong>zurückschaudern,</strong></em><em> etwas</em> <em><strong>verabscheuen,</strong></em> <em>gegen etwas</em> <em><strong>eine starke Abneigung haben,</strong></em> <em>von etwas</em> <em><strong>aus Abscheu oder Abneigung fernbleiben, -nichts wissen wollen,</strong></em> <em>jmdm. od. einer Sache</em> <em><strong>abhold sein,</strong></em> <em>gegen jmd. od. etwas</em><em><strong> eingenommen sein,</strong></em> <em>m.</em> ab <em>u. Abl.,</em> ab hac domo, Titin.: a pace, Caes.: ab re uxoria, Ter.: a ducenda uxore, Cic.: a Berenice, Tac.: <em>mit bl.</em> Abl. <em>(s. Nipperd. zu</em> Tac. ann. 14, 21), tanto facinore procul animo, Curt.: non abh. spectaculorum oblectamentis, Tac. – <em>nachaug. m.</em> Acc., cadaverum tabem, Suet.: pumilos, Suet.: exemplum huius modi, Dict.: <em>m.</em> Infinit., Augustin. serm. 184, 3. Porphyr. Hor. carm. 1, 1, 16. – <em>absol.,</em> sin plane abhorrebit et absurdus erit,<em> sollte er aber dazu gar keine Neigung u. Fähigkeit haben,</em> Cic. de or. 2, 85: omnes aspernabantur, omnes abhorrebant, Cic. Clu. 41: ut aut cupiant (sc. reo) aut abhorreant, Cic. de or. 2, 185: postquam abhorrere eos videt, Auct. b. Afr. 73, 5. – II) <em>übtr., gleichs. von Natur mit etwas</em> <em><strong>nicht im Einklang-, im Widerspruch stehen, unverträglich-,</strong></em> <em>ihm</em> <em><strong>zuwider sein, nicht zusagen, zuwiderlaufen,</strong></em> <em>zu etwas</em> <em><strong>nicht passen,</strong></em> <em>von etw.</em> <em><strong>abweichen,</strong></em> <em>von etw.</em> <em><strong>verschieden-, fern-,</strong></em> <em>ihm</em> <em><strong>fremd sein,</strong></em> ab oculorum auriumque approbatione, <em>den Augen und Ohren anstößig sein,</em> Cic.: oratio abhorret a persona hominis gravissimi, Cic.: abh. a fide, <em>unglaublich sein,</em> Liv.: consilium abhorret a tuo scelere, Cic.: spes ab effectu haud abhorrens, <em>Hoffnung der Ausführbarkeit,</em> Liv.: temeritas tanta, ut non procul abhorreat ab insania, Cic.: longe ab ista suspicione abhorrere debet, Cic.: a quo (vitae statu) mea longissime ratio voluntasque abhorret, Cic.: orationes abhorrent inter se, <em>widersprechen einander,</em> Liv.: <em>m. bl.</em> Abl. <em>(s. Nipperd. zu</em> Tac. ann. 14, 21), abhorrens peregrinis auribus carmen, Curt.: neque abhorret vero, Tac.: nec abhorrebat moribus uxor, Flor.: <em>u.m. bl.</em> Dat., huic tam pacatae profectioni abhorrens mos, Liv.: nec abhorret a veritate <em>m.</em> folg. Acc. <em>u.</em> Infin., Suet. Cal. 12, 3. – <em>Dah.</em> abhorrens, <em><strong>unpassend, unstatthaft,</strong></em> carmen nunc abhorrens, Liv.: vestrae istae absurdae atque abhorrentes lacrimae, Liv. – ☞ Abl. abhorrenti, Gell. 10, 12, 10.</p>
    <div class="db5PageBreak"> </div>
    <p> </p>
    <p><a id="p0000142" /><strong>ab-horrēsco</strong>, ere, <em><strong>einen Abscheu bekommen,</strong></em> Eccl.<em> u.</em> Gloss.</p>
    <div class="db5PageBreak"> </div>
    Note how the id of the anchor tags correspond to the lemmata (the uppercase letter after the # may be ignored, it indicates the language or section of the lemma in the original binary file).
    In a quick-n-dirty approach I hacked a bash script (I am a bloody beginner) making use of dmenu and lynx:
    #!/bin/bash
    # display dmenu with all the lemmata, strip the id's (lemmatas in the file "data/lemmata")
    lemma="$(cat data/lemmata | sed -e 's/#[A-Z][0-9]*$//g' | dmenu)"
    # search for the selected lemmata to get the whole string with the id
    str="$(grep "^${lemma}[ .0-9()]*#[A-Z][0-9]*$" "data/lemmata")"
    id="${str#*\#[A-Z]}"
    # finally take the definition from the xml and pipe output to lynx
    awk "/<a id=\"p0*${id}\" \/>/,/<div class=\"db5PageBreak\">/{if (!/<div class=\"db5PageBreak\">/)print}" < data/dictionary.xml | lynx -stdin
    The script fires up dmenu which displays all the lemmata with all the identifiers (#<number>) stripped, then it searches the selected lemma in the lemmata file again to find the identifier and finally then the corresponding paragraph(s) is (are) taken and piped to lynx. (Using the tee program I could bind the script to a keybinding and open/close a terminal window displaying lynx)
    However this is not robust -  there are identical Latin and German lemmata:
    ab#B43
    ab#C60601
    So the approach above must fail because I don't pipe the identifiers to dmenu. I could alter the list which gets piped to dmenu to
    ab [de]
    ab [lat]
    and could then get back to the identifier...
    But the longterm goal would be a more suitable custom console interface: I am thinking of
    a terminal window which is divided into two parts, the left showing the lemmata, the right showing the definition of the lemma currently selected (think of something like a console music player, e.g. moc)
    possibility of an on the fly dmenu-like search of the lemmata while typing
    for the viewer part: automatical wrapping of the lines, colored text for <strong> and <em> tags, stripping of the HTML, scrolling (a lemma definition/translation may be very long) and display of UTF-8
    I tend to hack this in C as I lack the knowledge of any other language (as an emacs user I also thought of using emacs and displaying the definitions in w3m but I don't know any lisp other then setting variables...).
    So my questions are:
    Is this doable? If yes, which libraries should I consider? (ncurses, libhtml....)
    Does anyone know a program which does something similar?
    So far this would be my first program which makes use of menues, so any suggestions are very welcome! Any other ideas how to access lemmata and their definitions in a simple manner?
    Last edited by ball (2013-06-19 09:44:33)

    As you may have seen from the lack of replies, this is a bit hard to advise on.  Things that occur to me:
    Rather than a library, you could use regular expressions for parsing, as you already did with awk.  They are available in C via POSIX functions, see the regex (3) manual page.
    If all input you need is a decision between a small number of duplicate words, curses seems overkill.  Why not print all of them?  If you want more interaction, using curses is probably the right thing.
    Personally I would probably use Perl for this task, which is the most productive programming language I know and is especially suited for text processing.  Seeing the rather advanced shell script you wrote (definitely more than beginner level), you may like it, as it was inspired by the shell scripts using sed, awk and the like.

Maybe you are looking for

  • Hp officejet pro 8900

    Trying to improve my print quality.  In order to change the black/yellow printhead I need to get the print heads to return all the way to the left of the machine.  I have tried pushing the star (*) and turning the machine on and off, but can't get ac

  • Best Practices ADF Business Components

    Hi all, I'm reading the Dev Guide of ADF Business Components, and I've some questions: a) In the business tier, Which is the best way to create new rows in the db? I've found two ways: Using a ViewObject and then call create and insert or using the E

  • Change color of data in a column

    Hello experts, i am trying to change the color of data being displayed in a column based on the condition that it the value is 0 then it should be in red i have tried the following but it does not work. when-validate-item trigger on data block level

  • PO process by interface was wrongly GR posted.automatic the GR

    Hi Gurus,         PO process by interface was wrongly GR posted.automatic the GR posting didn't registered the correct amount of the PO for the line item ($1746) but for less ($1) is posted.automatic GR posted with a wrong/different amount from line

  • Xtrmly urgent : In Case of PO change, the whole IDoc needs to be sent

    Hi All,    I'm sending PO change IDoc using Message Control ( Process code ME11, function-module IDOC_OUTPUT_ORDCHG, message type ORDCHG).   In case of mutiple line items PO, if i'm changing a few line items ( but not all ), PO Change IDoc is sent wi