NO SID VALUE ERROR in detail steps..

Hi gurus pls xplain how to solve NO SID VALUE ERROR in detail steps..
Thanks,
Akshay a.

Hi,
SID error comes during activation of ODS because the related MD is not available for assigning SIDs.
Whenever Master Data is loaded SID's are generated for those Master Data records.
Now when you load Transaction Data these SID's will used (for the records which use above master data values). This results in performance gain.
If Transaction Data is loaded first than the system checks for SID's. If they are not available system generate SID's. This results in a loss of performance.
Now in the case if you don't have the setting selected (Further Processing Without Master Data/Always update data, even if no master data exists for the data) system will throw error No Sid’s found and load will terminate.
So as a first step ensure that the related master data is loaded and Attribute change run has been triggered.
OR
Load the MD and Activate the MD (Modeling > InfoObject > Search the Infoobject > Right click > Activate Master Data)
Once you perform this you can retrigger the activation. It should work fine.
Else as a workaround you can blank out these particular values and activate.
There is also one more workaround wherein you can create the Master data entries directly in BW itself. But both the above step should be done after consulting Business and considering data volume that needs to be edited/created.
In most case once you perform the loading and activation of MD your activation should work fine when repeated.
OR
In the infopackage goto Update Tab and make the setting Update the records even if no master data exist and reload
This may work.
Thanks,
JituK

Similar Messages

  • SID Value Missing -  Error

    Hi All,
    DSO Activiation is sucessfully completed.But unable to execute reports based on this DSO.
    In RSRV Test it is giving Error that "SID values missing for 1 specifications of characteristic 0DOC_DATE"
    This error occuring for only Date Objects.
    Please give some solution.
    thanks
    Ramesh Babu

    Hi,
    SID error comes during activation of ODS because the related MD is not available for assigning SIDs.
    Whenever Master Data is loaded SID's are generated for those Master Data records.
    Now when you load Transaction Data these SID's will used (for the records which use above master data values). This results in performance gain.
    If Transaction Data is loaded first than the system checks for SID's. If they are not available system generate SID's. This results in a loss of performance.
    Now in the case if you don't have the setting selected (Further Processing Without Master Data/Always update data, even if no master data exists for the data) system will throw error No Sid?s found and load will terminate.
    So as a first step ensure that the related master data is loaded and Attribute change run has been triggered.
    OR
    Load the MD and Activate the MD (Modeling > InfoObject > Search the Infoobject > Right click > Activate Master Data)
    Once you perform this you can retrigger the activation. It should work fine.
    Else as a workaround you can blank out these particular values and activate.
    There is also one more workaround wherein you can create the Master data entries directly in BW itself. But both the above step should be done after consulting Business and considering data volume that needs to be edited/created.
    In most case once you perform the loading and activation of MD your activation should work fine when repeated.
    OR
    In the infopackage goto Update Tab and make the setting Update the records even if no master data exist and reload
    This may work.
    rgds,
    nkr.

  • Error:numeric or value error : buffer too small

    hi
    can any one please help me?
    i am developing the application in HTMLDB. i have an error numeric or value error: char buffer too small.
    i have an attributes plan_name,type......att_header1 in the database. The data's were inserted to the database, without the att_header item but if i have the item att_header int the HTMLDB then the insertion is not working. and also i was able to insert the data into the database for the field att_header1 through sql command . i think the problem is onle in my HTMLDB application.
    please tell me the solution for this error.
    thanx in advance
    valli
    Message was edited by:
    valli

    Valli,
    I don't think you understood my post, above:
    Can you please create an application that shows the problem on apex.oracle.com? Then we'll be able to see all your code together with the database tables, etc.
    If you do not have a workspace you can request one.
    Please request a workspace on apex.oracle.com. After your workspace request is approved, create an application there that shows this problem you are having. Create the necessary tables, packages, and other database objects in the database to support the example.
    As the last step, post here the workspace name, the application ID, and detailed instructions explaining how to use your application to demonstrate the problem.
    Scott

  • Please send detail steps for uploading legacy data

    Hi friends,
    please send detail steps for uploading legacy data
    Thanking u in advance,
    Diwa.

    HI U CAN USE LSMW TO UPLOAD LEGACY DATA
    LSMW is used for migrating data from a legacy system to SAP system, or from one SAP system to another.
    Apart from standard batch/direct input and recordings, BAPI and IDocs are available as additional import methods for processing the legacy data.
    The LSMW comprises the following main steps:
    Read data (legacy data in spreadsheet tables and/or sequential files).
    Convert data (from the source into the target format).
    Import data (to the database used by the R/3 application.
    But, before these steps, you need to perform following steps :
    Define source structure : structure of data in the source file.
    Define target structure : structure of SAP that receives data.
    Field mapping: Mapping between the source and target structure with conversions, if any.
    Specify file: location of the source file
    Of all the methods used for data migration like BDC, LSMW , Call Transaction which one is used most of the time?
    How is the decision made which method should be followed? What is the procedure followed for this analysis?
    All the 3 methods are used to migrate data. Selection of these methods depends on the scenario, amount of data need to transfer. LSMW is a ready  tool provided by SAP and you have to follow some 17 steps to migrate master data. While in BDCs Session method is the better choice because of some advantages over call transaction. But call transaction is also very useful to do immediate updation of small amout of data. (In call transaction developer has to handle errors).
    SO Bottom line is make choice of these methods based of real time requirements.
    These methods are chosen completely based on situation you are in. Direct input method is not available for all scenario, else, they are the simplest ones. In batch input method ,you need to do recording for the transaction concerned. Similarly, IDoc, and BAPI are there, and use of these need to be decided based on the requirement.
    Try to go through the some material on these four methods, and implement them.  You will then have a fair idea about when to use which.
    LSMW Steps For Data Migration
    How to develop a lsmw for data migration for va01 or xk01 transaction?
    You can create lsmw for data migration as follows (using session method):
    Example for xk01 (create vendor)
    Initially there will be 20 steps but after processing 1 step it will reduced to 14 for session method.
    1. TCode : LSMW.
    2. Enter Project name, sub project name and object name.
        Execute.
    3. Maintain object attributes.
        Execute
        select Batch Input recording
        goto->Recording overview
        create
        recording name.
        enter transaction code.
        start recording
        do recording as per ur choice.
        save + back.
        enter recording name in lsmw screen.
        save + back
    Now there will be 14 steps.
    2. MAINTAIN SOURCE STRUCTURES.
        Here you have  to enter the name of internal table.
        display change
        create
        save + back
    3. MAINTAIN SOURCE FIELDS.
        display change
        select structure
        source_fields->copy fields.
        a dialogue window will come .
        select -> from data file
        apply source fields
        enter No. of fields
        length of fields
        attach file
        save + back
    4. MAINTAIN STRUCTURE RELATIONS
        display change
        save + back
    5. MAINTAN FIELD MAPPING & CONVERSION RULE
        display change
        click on source field, select exact field from structue and enter
        repeat these steps for all fields.
        save+back
    6. MAINTAIN FIXED VALUES, TRANSACTION, USER DEFINED
        execute
        save + back
    7. SPECIFY FILES.
        display change
        click on legacy data
        attah flat file
        give description
        select tabulatore
        enter
        save + back
    8. ASSIGN FILE
        execute
        display  change
        save + back
    9. IMPORT DATA.
        execute
        display  change
        save + back
    10. DISPLAY IMPORTED DATA
          enter ok, it willl show records only.
          back
    11. CONVERT DATA
          execute
          display  change
          save + back
    12. DISPLAY CONVERTED DATA
          execute
          display  change
          save + back
    13. CREATE BATCH INPUT SESSION
          tick keep batch input folder
          F8
          back
    14. RUN BATCH INPUT SESSION.
          sm35 will come
          Object name will be shown here
          select object & process

  • Error #3115: SQL Error.', details:'no such table

    Hi,
    I'm creating my Adobe Air App using Flash CS5 Professional and facing exactly the following error.
    SQLError: 'Error #3115: SQL Error.', details:'no such table: 'categories'', operation:'execute', detailID:'2013'
    My SQLite Db has been created using Firefox extension - SQLite Manager. The db file is placed into the same folder as the .fla and .swf files. The db has three tables namely: categories, period and activity. I don't understand why I'm getting this error. I have even tried copy pasting other source code from AS 3.0 reference guide but same error every time.
    The code below is a modified version of example code in AS 3.0 reference documentation. Can you suggest how the above error can be fixed?
    /you can also reply to me directly at [email protected]
    /regards
    import flash.data.SQLConnection;
    import flash.data.SQLResult;
    import flash.data.SQLStatement;
    import flash.display.Sprite;
    import flash.events.SQLErrorEvent;
    import flash.events.SQLEvent;
    import flash.filesystem.File;
    var conn:SQLConnection;
    var insertCategory:SQLStatement;
    var dbFile:File;
    databaseConnect();
    function databaseConnect():void
    // define where to find the database file
    var appStorage:File = File.applicationStorageDirectory;
    dbFile = appStorage.resolvePath("MyBudgetCalc.db");
    // open the database connection
    conn = new SQLConnection();
    conn.addEventListener(SQLErrorEvent.ERROR, errorHandler);
    conn.addEventListener(SQLEvent.OPEN, openHandler);
    trace("dbFile.exists:"+ dbFile.exists);
    conn.openAsync(dbFile);
    // Called when the database is connected
    function openHandler(event:SQLEvent):void
    conn.removeEventListener(SQLEvent.OPEN, openHandler);
    // start a transaction
    //Object(this).inputfield.text = "openHandler called.. ";
    conn.addEventListener(SQLEvent.BEGIN, beginHandler);
    conn.begin();
    trace("exiting openHandler..");
    // Called when the transaction begins
    function beginHandler(event:SQLEvent):void
    conn.removeEventListener(SQLEvent.BEGIN, beginHandler);
    //trace("beginHandler - SQLEvent message: "+SQLEvent.message);
    Object(this).inputfield.text = "beginHandler called.. ";
    insertCategory = new SQLStatement();
    insertCategory.sqlConnection = conn;
    insertCategory.text = "INSERT INTO categories(id, name) VALUES (', Auto')";
    insertCategory.execute();
    insertCategory.addEventListener(SQLEvent.RESULT, insertCategoryHandler);
        insertCategory.addEventListener(SQLErrorEvent.ERROR, errorHandler);
    trace("exiting beginHandler..");
    // Called after the phone number record is inserted
    function insertCategoryHandler(event:SQLEvent):void
    insertCategory.removeEventListener(SQLEvent.RESULT, insertCategoryHandler);
    insertCategory.removeEventListener(SQLErrorEvent.ERROR, errorHandler);
    // No errors so far, so commit the transaction
    conn.addEventListener(SQLEvent.COMMIT, commitHandler);
    conn.commit();
    trace("exiting insertCategoryHandler after conn.commit()..");
    // Called after the transaction is committed
    function commitHandler(event:SQLEvent):void
    conn.removeEventListener(SQLEvent.COMMIT, commitHandler);
    trace("exiting commitHandler(): Transaction complete..");
    // Called whenever an error occurs
    function errorHandler(event:SQLErrorEvent):void
    trace("entering errorHandler()..");
    // If a transaction is happening, roll it back
    if (conn.inTransaction)
    conn.addEventListener(SQLEvent.ROLLBACK, rollbackHandler);
    conn.rollback();
    trace(event.error.message);
    trace(event.error.details);
    trace("exiting errorHandler()..");
    // Called when the transaction is rolled back
    function rollbackHandler(event:SQLEvent):void
    conn.removeEventListener(SQLEvent.ROLLBACK, rollbackHandler);

    Can you try creating the table using the AIR ActionScript APIs? It is possible the SQLLite Manager program that you are using is creating a database that isn't compatible with AIR.

  • Report error: ORA-06502: PL/SQL: numeric or value error: character string b

    I have a form which uses a customer form/report, drop downs etc..
    the debug shows it running this statement
    ...Execute Statement: begin begin SELECT distinct initcap(RTRIM (LTRIM (e.surname, ' *0123456789-/:.?,'), ' *0123456789-/:.?,') || ', ' || RTRIM (LTRIM (e.first_name, ' *0123456789-/:.?,'), ' *0123456789-/:.?,' )) empname, e.ID bulk collect into wwv_flow_utilities.g_display,wwv_flow_utilities.g_value FROM dms.dms_employees@dmsprd e, dms.dms_employee_contracts@dmsprd ec WHERE e.ID = ec.emp_id and e.surname like '%%' AND :p75_date BETWEEN ec.start_date AND NVL (ec.end_date, :p75_date) AND e.brh_id = 3654 ORDER BY 1; end; end;
    Then says
    "report error: ORA-06502: PL/SQL: numeric or value error: character string buffer too small"
    Any Ideas?
    Thanks
    Dean

    Denes Kubicek wrote:
    A select list is limited in size. I am not sure what the limit is but that is definitelly the case.The maximum size for the HTML generated for a select list is 32K.
    86 options sounds on the low side to be hitting that limit, but there are other concerns to this as well. Scrolling through hundreds/thousands of options in a select list is a pain for users, and huge select lists produce bloated pages that impact load times and network bandwidth. That list of around 200 countries you find on many sites is about the sensible maximum length for a select list.
    You should use popups.Indeed.

  • Report error:ORA-06502: PL/SQL: numeric or value error: character to number

    The oracle application express environment is created by installing the HTTP Server on the windows server and the application express 3.2.1 components on the 11.1.0.7 oracle database on UNIX. The installation is successfully and have not seen any issues during the installation. After completing all the steps, when tried to login and click the application builder or workspace components, I see the error message
    report error:ORA-06502: PL/SQL: numeric or value error: character to number.
    This error message is seen on most of the pages when trying to accessed and not able to understand the reasons behind it. Its a brand new environment setup and not even presented to developers to test it.
    Below error message is always seen when trying to access most of the components like application builder, schema comparison and some other tabs. Please advice
    report error:
    ORA-06502: PL/SQL: numeric or value error: character to number conversion error
    Edited by: user589320 on Jun 9, 2011 5:17 PM

    I think its better you use APEX 4.x version ratherthan using old version.
    You will get more features and some bug fixes and also it's easy for you to get some help when you need.
    * If this answer is helpfull or correct then please mark it and grant the points.

  • Report error: ORA-06502: PL/SQL: numeric or value error: NULL index table k

    Hi everybody,
    I have two Distinct Databases on two distinct servers. (Oracle Ent. Release 10.2.0.3.0 on AIX 5.3). After I install the latest patch last week, One of the APEX installation has some problems on Home>Application Builder Page. The error message is very random and
    report error:
    ORA-06502: PL/SQL: numeric or value error: NULL index table key value.
    When i change the view (details to icons), everything goes to normal. This error message is reflected some of the pages (report region) of some of my applications randomly. When it appears in a report region, i deselect the order method of the region, the result is normal.
    But the other APEX application on the other instance has no problem. It is a bug? or Should i re-install the APEX instance?
    Thank you for your interest?
    Gökhan ÇATALKAYA

    No, but we have a reproducible test case now so we're working on it. See ORA-06502: PL/SQL: numeric or value error: NULL index table key value
    Scott

  • Unable to find the SID value

    Hi,
    While extracting the data from R/3 system, i get the error as unable to find SID value.
    Error message :
    No SID found for value u201CBTu201D of characteristic 0Sales_Unit
    Cheers,
    Kayrene

    Hi,
    IT usually means that you are uploading a transactional data with some entries which are not maintained in master characteristics objects.
    System tries to check the sid's which are not there due to unavailability of that master data entry and hence gives the error.
    Make it a habbit to upload master first and then transaction data .That should help.
    Regards
    Rahul Bindroo

  • SID generation error

    Hi All,
    I am loading data for Sales Item for this i have enhanced the DataSource. Now while i am loading the data to DSO it is giving error while activating the DSO--SID generation error as it found some hex. values.
    To overcome this i tried with TOUPPER formula for that field but still it is giving error. So i have removed unchecked the check box 'SID generation upon activation' as i am not going to use this DSO for reporting.
    But i am transferring data to InfoCube where again it is giving the same error.
    Kindly help me out to overcome this error.

    Hi
    Always Load Master Data before Transaction data to get rid of SID Generation Error.
    And Hex Values FM -- CHAR_HEX_CONVERSION.
    http://help.sap.com/saphelp_nw70/helpdata/EN/48/b4e431c0ca11d2a97100a0c9449261/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/25/73725c700511d3aa40006094b92fad/frameset.htm
    Re: How-to convert a character to its hex value?
    Hope it helps

  • REP-1401: 'afterpform': Fatal PL/SQL error occured; numeric or value error

    Hi ppl
    I have some trigger in AFTER PARAMETER FORM:
    BEGIN
    IF not(:P_1 is null) THEN
         whercl:=whercl || ' ID >='||:P_1||' ';
         flag:=true;
    END IF;
    IF not(:P_2 is null) THEN
         IF flag THEN
              whercl:=whercl||' AND';
         END IF;
         whercl:=whercl || ' ID <='||:P_2||' ';
         flag:=true;
    END IF;
    IF flag THEN
         whercl:=' WHERE' ||whercl;
    END IF;
    :MYCLAUSE:=whercl;
    RETURN (result);
    END;
    It's ok.
    But when I add to this function this one:
    IF not(:P_3 is null) THEN
         IF flag THEN
              whercl:=whercl||' AND';
         END IF;
         whercl:=whercl || ' DTDOC >= to_date('''||:P_3||''',''DD-MM-YYYY'') ';
         flag:=true;
    END IF;
    and launch report - recieve such error message:
    REP-1401: 'afterpform': Fatal PL/SQL error occured.
    ORA-06502: PL/SQL: numeric or value error
    What could it be?
    My query is like
    SELECT ABC, EDG, ID, DTDOC FROM XXX &MYCLAUSE
    Regards
    Max

    Hi
    U got to check some of the points here
    1. Check the length of the Wherec1 .
    2. Check P1 or P2 is not a number Datatype Parameters .
    3. Check P3 too and also possibly try to use same date formats on both sides.
    Check also in which IF condition this error is coming up
    using srw.message
    I think this should help u to fix it
    Sri
    Hi ppl
    I have some trigger in AFTER PARAMETER FORM:
    BEGIN
    IF not(:P_1 is null) THEN
         whercl:=whercl || ' ID >='||:P_1||' ';
         flag:=true;
    END IF;
    IF not(:P_2 is null) THEN
         IF flag THEN
              whercl:=whercl||' AND';
         END IF;
         whercl:=whercl || ' ID <='||:P_2||' ';
         flag:=true;
    END IF;
    IF flag THEN
         whercl:=' WHERE' ||whercl;
    END IF;
    :MYCLAUSE:=whercl;
    RETURN (result);
    END;
    It's ok.
    But when I add to this function this one:
    IF not(:P_3 is null) THEN
         IF flag THEN
              whercl:=whercl||' AND';
         END IF;
         whercl:=whercl || ' DTDOC >= to_date('''||:P_3||''',''DD-MM-YYYY'') ';
         flag:=true;
    END IF;
    and launch report - recieve such error message:
    REP-1401: 'afterpform': Fatal PL/SQL error occured.
    ORA-06502: PL/SQL: numeric or value error
    What could it be?
    My query is like
    SELECT ABC, EDG, ID, DTDOC FROM XXX &MYCLAUSE
    Regards
    Max

  • BOM not exploding in Sales order & Net Value error

    Hello Dear all,
    I have created a product "A" with BOM items 10, 20 & 30.
    Item cat. Gr for "A" is ERLA & for 10, 20 & 30 is LUMF.
    I have also created BOM with these 3 matls. (ie 10, 20 & 30).
    When processing Sales Order Item cat. appeared in SO for "A" is TAP & for other 3 is TAN. "A" shows the price maintained for it, but not showing Net Value at Header level data in SO.
    Also document is incomplete because of Net value for Items 10, 20 & 30.
    I don?t want price of 10, 20 & 30 should display in SO at Item level
    Can anyone suggest the required setting?
    Thanks
    Shan

    hi,
    For BOM mainly two material groups are used.
    LUMF and ERLA.
    If you used ERLA in the main material which consists of different materials then the pricing would be carried out only for the main item, while the other sub items pricing would not be displayed.
    while if you use LUMF then the main material would not be priced but only the sub items would be relevant for pricing the the total of all the sub items forms the basis of the sales order net value.
    regarding the net value error you can just check the pricing configuration for the steps and sub total.
    regards,
    Siddharth.
    Edited by: SD on Mar 11, 2008 7:51 AM

  • NO SID value found for 'PR' in 0UNIT

    Hi,
    When I run a query on a remote multiprovider , though the SID value exists in the SID table, I get this error message.
    I tired all the options of running the SID conversion for 0UNIT in RSRV. Its fine, no errors.
    Also ran the consistency check for dimensions of the cube.
    I ran thru LISTCUBE for the same selections i made in the query.
    Basically the query has a selection on the key figure which has unit as 0BASE_UOM  which has restriction on a date field which is a NUMC datatype with 8 characters.
    If I remove the date field the query runs fine but no value is retrived and is blank for key figure.
    I see data existing for the selections I have made in the query.
    Any idea why it happens only when there is a restriction on the date field. Though date is populated and the key figure too.
    Thanks

    Can you try updating Unit tables ?
    BI - RSA1 - Source System - RClick on Source System -
    Transfer Global Settings - Select Units of Measurement -
    Update Tables - Execute.

  • Line item dimension wont insert sid values in infoobject sid table

    Hi all,
       I have a strange problem, whenever I load data into a cube which has a line item dimension on 0customer without first loading the master data I am getting inconsistency in RSRV saying that no corresponding DIMid exists in sid table.
    So there are Dimids in the fact table but the dimension table, which is same as the sid table in the the case of line item dimension, doesnt have them.
    Can someone explain me why is this happening?  I thought if a characteristic value doesnt exist in the master data but comes in through the transaction data it inserts the same in the sid table. 
    Is there a different rule for line item dimensions? Can someone point me to some OSS or documentation?
    thanks

    Thanks all..
    To clear up a few questions:
    1. What I mean by <i>"So there are Dimids in the fact table but the dimension table, which is same as the sid table in the the case of line item dimension, doesnt have them"</i> is:
    the line item dimension table /bic/D<cubename>9 which is really a view on the sid table for characteristic /bic/s<ch. name> does have all the sid values (or all the dim values) as the fact table.
    So fact table has more entries for that dimension than the sid table.
    2. Yes we are facing reporting errors where we cannot drill down by that infoobject and LISTCUBE doesnt show us any cube data when that characteristic is chosen for display.
    3. I have checked notes where it seems to be a RSRV bug but in our case it doesnt seem to be as observed in the actual table mentioned in #1
    Now it is apparent that I am right both from help.sap.com link and what I am observing that for line item dimensions master data HAS TO BE LOADED FIRST for the characteristics used as a line item.

  • Numeric or value error Line 410???  appending to lob

    line 410 is marked with line of '%%%%%%%%%%%%%%%%%%%%%'
    This script is designed to profile data in a set of table by generating sql and running it with an execute immediate. It works by generating a set of code for each datatype and then executing the code twice for each table. Once for the summary profile and once for the detail profile. I've been starting at it awhile and can't figure out what the error means??? Thanks in advance!
    set serveroutput on size 1000000
    set feedback off
    SET ECHO OFF
    declare
    c clob;
    t varchar2(2000);
    e varchar2(2000);
    cursor c1 is select distinct owner,table_name from all_tab_columns
    where table_name in ('PS_F_AP_AGING'
    ,'PS_F_AP_TRAN'
    ,'PS_F_VCHR_MTCH_EXP'
    ,'PS_F_APAR_NETTING'
    ,'PS_F_AR_AGING'
    ,'PS_F_AR_ACCOUNT_LN'
    ,'PS_F_AR_DSO'
    ,'PS_F_AR_TRAN'
    ,'PS_F_ASGN'
    ,'PS_F_CA_AMD'
    ,'PS_F_CA_DTL_DIST'
    ,'PS_F_CA_DTL_TRANS'
    ,'PS_F_CA_REV_RECOGN'
    ,'PS_F_EXP_DTL_DIST'
    ,'PS_F_GM_AWARD'
    ,'PS_F_GM_PRJ_TRAN'
    ,'PS_F_GM_PRP_AWD'
    ,'PS_F_PRJ_AC_CUR'
    ,'PS_F_PRJ_AC_PRDC'
    ,'PS_F_PRJ_CHNG'
    ,'PS_F_PRJ_CUR'
    ,'PS_F_PRJ_PRDC'
    ,'PS_F_PRJ_TRAN'
    ,'PS_F_PRP_VER_TRANS'
    ,'PS_F_RSRC_RT'
    ,'PS_F_INV_CYCLE_CNT'
    ,'PS_F_INV_LDGR'
    ,'PS_F_INV_TRANS'
    ,'PS_F_PHYSICAL_INV'
    ,'PS_F_BEGIN_BAL'
    ,'PS_F_JOURNAL'
    ,'PS_F_KK_ACTIVITY'
    ,'PS_F_KK_BALANCES'
    ,'PS_F_KK_BUD_ASSOC'
    ,'PS_F_KK_ENCUMBRAN'
    ,'PS_F_KK_EXCEPTION'
    ,'PS_F_KK_JOURNAL'
    ,'PS_F_KK_LEDGER'
    ,'PS_F_KK_OVERRIDES'
    ,'PS_F_KK_TRANS_LOG'
    ,'PS_F_LEDGER'
    ,'PS_F_MTCH_ANLYS'
    ,'PS_F_PO_DIST'
    ,'PS_F_PO_LINE'
    ,'PS_F_PO_SHIP_RCPT'
    ,'PS_F_PROC_CTLT'
    ,'PS_F_REQN'
    ,'PS_F_REQN_ANLYSIS'
    ,'PS_F_RTV'
    ,'PS_F_RTV_DIST'
    ,'PS_F_SCP_CAPACITY'
    ,'PS_F_SCP_INVENTORY'
    ,'PS_F_SCP_PRODN'
    ,'PS_F_SCP_PURCHASNG'
    ,'PS_F_SCP_SLS_FCST'
    ,'PS_F_SCP_TRANSFERS'
    ,'PS_F_SCPSLS_ACTUAL'
    ,'PS_F_VCHR'
    ,'PS_F_VCHR_DIST_LN'
    ,'PS_F_VCHR_LN'
    /*,'PS_D_ACCOUNT'
    ,'PS_D_ACTGRY_AR_VW'
    ,'PS_D_AGING_CTGRY'
    ,'PS_D_ALTACCT'
    ,'PS_D_ANLYS_TYPE'
    ,'PS_D_AP_DOC_TYPE'
    ,'PS_D_AP_PTR_STAT'
    ,'PS_D_AP_PTR_TYPE'
    ,'PS_D_AP_PYMNT_TRMS'
    ,'PS_D_AP_VTR_STAT'
    ,'PS_D_AP_VTR_TYPE'
    ,'PS_D_APPOST_STATUS'
    ,'PS_D_AR_DOC_TYPE'
    ,'PS_D_AR_ITR_STAT'
    ,'PS_D_AR_ITR_TYPE'
    ,'PS_D_AR_PTR_STAT'
    ,'PS_D_AR_PTR_TYPE'
    ,'PS_D_ASGN'
    ,'PS_D_ASGN_STAT'
    ,'PS_D_BANK_ACCT'
    ,'PS_D_BOOK_CODE'
    ,'PS_D_BU_LED_GRP'
    ,'PS_D_BUCKET'
    ,'PS_D_BUDGET_REF'
    ,'PS_D_BUSINESS_UNIT'
    ,'PS_D_BUYER'
    ,'PS_D_CA'
    ,'PS_D_CA_AMD_RSN'
    ,'PS_D_CA_AMD_TYPE'
    ,'PS_D_CA_DTL'
    ,'PS_D_CA_JNK'
    ,'PS_D_CARRIER'
    ,'PS_D_CHANNEL'
    ,'PS_D_CHARTFIELD1'
    ,'PS_D_CHARTFIELD2'
    ,'PS_D_CHARTFIELD3'
    ,'PS_D_CLASS_FIELD'
    ,'PS_D_CNCL_STATUS'
    ,'PS_D_COLLECT_STAT'
    ,'PS_D_COMP_STATUS'
    ,'PS_D_CUST_ORG'
    ,'PS_D_CUSTOMER'
    ,'PS_D_DAY'
    ,'PS_D_DEDUCT_STAT'
    ,'PS_D_DEPT'
    ,'PS_D_DET_BUDGET'
    ,'PS_D_DET_PERIOD'
    ,'PS_D_DISPUTE_STAT'
    ,'PS_D_DIST_ACCT'
    ,'PS_D_DLVRY_STATUS'
    ,'PS_D_DT_PATTERN'
    ,'PS_D_ENTRY_RSTYP'
    ,'PS_D_EX_LOCATION'
    ,'PS_D_EXP_LN'
    ,'PS_D_EXP_RPT'
    ,'PS_D_FUND'
    ,'PS_D_GL_ADJ_TYPE'
    ,'PS_D_GM_AWARD'
    ,'PS_D_GM_INST'
    ,'PS_D_GM_PI'
    ,'PS_D_GM_PROP_PROJ'
    ,'PS_D_GM_PRP'
    ,'PS_D_GM_SPONSOR'
    ,'PS_D_INV_ITEM'
    ,'PS_D_INV_LOCATION'
    ,'PS_D_INVST_REASON'
    ,'PS_D_JOBCODE'
    ,'PS_D_JRNL_SOURCE'
    ,'PS_D_KK_BUDG_JNK'
    ,'PS_D_KK_BUDG_TYPE'
    ,'PS_D_KK_SOURCE_TRAN'
    ,'PS_D_LEDGER'
    ,'PS_D_LOT'
    ,'PS_D_MATCH_RULE'
    ,'PS_D_MRCHNT'
    ,'PS_D_MTCH_STATUS'
    ,'PS_D_OPER_UNIT'
    ,'PS_D_ORD_CAPTURE'
    ,'PS_D_ORIGIN'
    ,'PS_D_PATTERN_DAY'
    ,'PS_D_PERSON'
    ,'PS_D_PERSON_APOPID'
    ,'PS_D_PERSON_ARSPL'
    ,'PS_D_PERSON_COLTR'
    ,'PS_D_PERSON_CRNYST'
    ,'PS_D_PO_STATUS'
    ,'PS_D_PRJ'
    ,'PS_D_PRJ_AC'
    ,'PS_D_PRJ_AC_STAT'
    ,'PS_D_PRJ_CHNG'
    ,'PS_D_PRJ_HLTH'
    ,'PS_D_PRJ_ROLE'
    ,'PS_D_PRJ_RSRC'
    ,'PS_D_PRJ_RSRC_TYPE'
    ,'PS_D_PRJ_STAT'
    ,'PS_D_PRJ_TRAN_STAT'
    ,'PS_D_PRODUCT'
    ,'PS_D_PROGRAM_FDM'
    ,'PS_D_PRP'
    ,'PS_D_PRP_DTL'
    ,'PS_D_PY_TRMS_AR_VW'
    ,'PS_D_PYMNT_MTHD'
    ,'PS_D_RECLN_STATUS'
    ,'PS_D_RECV_STATUS'
    ,'PS_D_REQ_STATUS'
    ,'PS_D_REQLN_STATUS'
    ,'PS_D_RTRN_REASON'
    ,'PS_D_RTV_STATUS'
    ,'PS_D_RTVLN_STATUS'
    ,'PS_D_SALES_ORG'
    ,'PS_D_SCENARIO'
    ,'PS_D_SHIPTO'
    ,'PS_D_SO'
    ,'PS_D_SOURCE_TBL'
    ,'PS_D_STAT_CODE'
    ,'PS_D_SUPPLIER'
    ,'PS_D_TASK_TYPE'
    ,'PS_D_TIME'
    ,'PS_D_UOM'
    ,'PS_D_USER'
    ,'PS_D_WORK_CENTER'
    ,'PS_DEMAND_INF_INV'
    ,'PS_DEMAND_INV'
    ,'PS_DEPL_PLAN'
    ,'PS_DEPOSIT_CONTROL'
    ,'PS_DISTRIB_LIN'*/);
    begin
    for i in c1 loop
    dbms_lob.createtemporary(c, true);
    t := 'INSERT INTO DATA_PROFILE_COL_SUM ';
    dbms_lob.writeappend(c,length(t), t);
    --DBMS_OUTPUT.PUT_LINE(T);
    ----date
    FOR MYSQLTEXT IN (SELECT
    'select '
    || '''' || C.table_name || '''' || ' as tname, '
    || '''' || C.column_name || '''' || ' as cname, '
    || '''' || C.data_type || '''' || ' as data_type, '
    || '''' || nvl(c.data_length, 0) || '''' || ' as data_length, '
    || '''' || nvl(c.data_precision, 0) || '''' || ' as data_precision, '
    || '''' || nvl(c.data_scale, 0) || '''' || ' as data_scale, '
    || '''' || c.nullable || '''' || ' as nullable, '
    || '''' || nvl(c.num_distinct,0) || '''' || ' as num_distinct, '
    || '''' || nvl(c.density,0.0) || '''' || ' as density, '
    || '''' || nvl(c.num_nulls,0) || '''' || ' as num_nulls, '
    || '''' || nvl(c.char_col_decl_length,0) || '''' || ' as col_length, '
    || '''' || nvl(c.avg_col_len,0) || '''' || ' as avg_col_length, '
    || '''' || nvl(c.char_length,0) || '''' || ' as char_length, '
    || '''' || nvl(tblc.comments, 'NONE') || '''' || ' as table_comments, '
    || '''' || nvl(colc.comments, 'NONE') || '''' || ' as column_comments, '
    || ' count(*) as rcount, min('
    || c.column_name || ') as min_date, max('
    || c.column_name || ') as max_date, '
    || ' null as min_integer, null as max_integer, '
    || ' null as min_number, null as max_number, '
    || ' null as min_varchar2, null as max_varchar2, min(length('
    || c.column_name || ')) as min_len, max(length('
    || c.column_name || ')) as max_len, sysdate'
    || ' from '
    || C.owner || '.' || C.table_name
    || ' ' || CHR(13) || chr(10) || ' UNION ALL ' AS MYSQL
    from sys.all_tab_columns c
    inner join sys.all_tables t
    on c.table_name = t.table_name
    and c.owner = t.owner
    left outer join sys.all_tab_comments tblc
    on t.owner = tblc.owner
    and t.table_name = tblc.table_name
    left outer join sys.all_col_comments colc
    on c.owner = colc.owner
    and c.table_name = colc.table_name
    and c.column_name = colc.column_name
    where c.owner = I.OWNER
    and c.data_type = 'DATE'
    and c.table_name = I.TABLE_NAME
    LOOP
    -- DBMS_OUTPUT.PUT_LINE(MYSQLTEXT.MYSQL);
    dbms_lob.writeappend(c, length(MYSQLTEXT.MYSQL),MYSQLTEXT.MYSQL);
    END LOOP;
    ----number
    FOR MYSQLTEXT IN (select
    'select '
    || '''' || c.table_name || '''' || ' as tname, '
    || '''' || c.column_name || '''' || ' as cname, '
    || '''' || c.data_type || '''' || ' as data_type, '
    || '''' || nvl(c.data_length, 0) || '''' || ' as data_length, '
    || '''' || nvl(c.data_precision, 0) || '''' || ' as data_precision, '
    || '''' || nvl(c.data_scale, 0) || '''' || ' as data_scale, '
    || '''' || c.nullable || '''' || ' as nullable, '
    || '''' || nvl(c.num_distinct,0) || '''' || ' as num_distinct, '
    || '''' || nvl(c.density,0.0) || '''' || ' as density, '
    || '''' || nvl(c.num_nulls,0) || '''' || ' as num_nulls, '
    || '''' || nvl(c.char_col_decl_length,0) || '''' || ' as col_length, '
    || '''' || nvl(c.avg_col_len,0) || '''' || ' as avg_col_length, '
    || '''' || nvl(c.char_length,0) || '''' || ' as char_length, '
    || '''' || nvl(tblc.comments, 'NONE') || '''' || ' as table_comments, '
    || '''' || nvl(colc.comments, 'NONE') || '''' || ' as column_comments, '
    || ' count(*) as rcount, null as min_date, null as max_date, '
    || ' null as min_integer, null as max_integer, min('
    || c.column_name || ') as min_number, max('
    || c.column_name || ') as max_number, null as min_varchar2, null as max_varchar2, min(length('
    || c.column_name || ')) as min_len, max(length('
    || c.column_name || ')) as max_len, sysdate '
    || ' from '
    || t.owner || '.' || c.table_name
    || ' ' || CHR(13) || chr(10) || ' UNION ALL ' AS MYSQL
    from sys.all_tab_columns c
    inner join sys.all_tables t
    on c.table_name = t.table_name
    and c.owner = t.owner
    left outer join sys.all_tab_comments tblc
    on t.owner = tblc.owner
    and t.table_name = tblc.table_name
    left outer join sys.all_col_comments colc
    on c.owner = colc.owner
    and c.table_name = colc.table_name
    and c.column_name = colc.column_name
    where c.owner = I.OWNER
    and c.data_type = 'NUMBER'
    and c.table_name = I.TABLE_NAME
    LOOP
    dbms_lob.writeappend(c, length(MYSQLTEXT.MYSQL),MYSQLTEXT.MYSQL);
    END LOOP;
    --integer
    FOR MYSQLTEXT IN (select
    'select '
    || '''' || c.table_name || '''' || ' as tname, '
    || '''' || c.column_name || '''' || ' as cname, '
    || '''' || c.data_type || '''' || ' as data_type, '
    || '''' || nvl(c.data_length, 0) || '''' || ' as data_length, '
    || '''' || nvl(c.data_precision, 0) || '''' || ' as data_precision, '
    || '''' || nvl(c.data_scale, 0) || '''' || ' as data_scale, '
    || '''' || c.nullable || '''' || ' as nullable, '
    || '''' || nvl(c.num_distinct,0) || '''' || ' as num_distinct, '
    || '''' || nvl(c.density,0.0) || '''' || ' as density, '
    || '''' || nvl(c.num_nulls,0) || '''' || ' as num_nulls, '
    || '''' || nvl(c.char_col_decl_length,0) || '''' || ' as col_length, '
    || '''' || nvl(c.avg_col_len,0) || '''' || ' as avg_col_length, '
    || '''' || nvl(c.char_length,0) || '''' || ' as char_length, '
    || '''' || nvl(tblc.comments, 'NONE') || '''' || ' as table_comments, '
    || '''' || nvl(colc.comments, 'NONE') || '''' || ' as column_comments, '
    || ' count(*) as rcount, null as min_date, null as max_date, '
    || ' null as min_integer, null as max_integer, min('
    || c.column_name || ') as min_number, max('
    || c.column_name || ') as max_number, null as min_varchar2, null as max_varchar2, min(length('
    || c.column_name || ')) as min_len, max(length('
    || c.column_name || ')) as max_len, sysdate '
    || ' from '
    || t.owner || '.' || c.table_name
    || ' ' || CHR(13) || chr(10) || ' UNION ALL ' AS MYSQL
    from sys.all_tab_columns c
    inner join sys.all_tables t
    on c.table_name = t.table_name
    and c.owner = t.owner
    left outer join sys.all_tab_comments tblc
    on t.owner = tblc.owner
    and t.table_name = tblc.table_name
    left outer join sys.all_col_comments colc
    on c.owner = colc.owner
    and c.table_name = colc.table_name
    and c.column_name = colc.column_name
    where c.owner = I.OWNER
    and c.data_type = 'INTEGER'
    and c.table_name = I.TABLE_NAME
    LOOP
    dbms_lob.writeappend(c, length(MYSQLTEXT.MYSQL),MYSQLTEXT.MYSQL);
    END LOOP;
    --char and varchar
    FOR MYSQLTEXT IN (select
    'select '
    || '''' || c.table_name || '''' || ' as tname, '
    || '''' || c.column_name || '''' || ' as cname, '
    || '''' || c.data_type || '''' || ' as data_type, '
    || '''' || nvl(c.data_length, 0) || '''' || ' as data_length, '
    || '''' || nvl(c.data_precision, 0) || '''' || ' as data_precision, '
    || '''' || nvl(c.data_scale, 0) || '''' || ' as data_scale, '
    || '''' || c.nullable || '''' || ' as nullable, '
    || '''' || nvl(c.num_distinct,0) || '''' || ' as num_distinct, '
    || '''' || nvl(c.density,0.0) || '''' || ' as density, '
    || '''' || nvl(c.num_nulls,0) || '''' || ' as num_nulls, '
    || '''' || nvl(c.char_col_decl_length,0) || '''' || ' as col_length, '
    || '''' || nvl(c.avg_col_len,0) || '''' || ' as avg_col_length, '
    || '''' || nvl(c.char_length,0) || '''' || ' as char_length, '
    || '''' || nvl(tblc.comments, 'NONE') || '''' || ' as table_comments, '
    || '''' || nvl(colc.comments, 'NONE') || '''' || ' as column_comments, '
    || ' count(*) as rcount, null as min_date, null as max_date, '
    || ' null as min_integer, null as max_integer, '
    || ' null as min_number, null as max_number, min('
    || c.column_name || ') as min_varchar2, max('
    || c.column_name || ') as max_varchar2, min(length('
    || c.column_name || ')) as min_len, max(length('
    || c.column_name || ')) as max_len, sysdate'
    || ' from '
    || t.owner || '.' || c.table_name
    || ' ' || CHR(13) || chr(10) || ' UNION ALL ' AS MYSQL
    from sys.all_tab_columns c
    inner join sys.all_tables t
    on c.table_name = t.table_name
    and c.owner = t.owner
    left outer join sys.all_tab_comments tblc
    on t.owner = tblc.owner
    and t.table_name = tblc.table_name
    left outer join sys.all_col_comments colc
    on c.owner = colc.owner
    and c.table_name = colc.table_name
    and c.column_name = colc.column_name
    where c.owner = I.OWNER
    and c.data_type in ('VARCHAR2', 'CHAR')
    and c.table_name = I.TABLE_NAME
    LOOP
    dbms_lob.writeappend(c, length(MYSQLTEXT.MYSQL),MYSQLTEXT.MYSQL);
    END LOOP;
    e:='select null , null , null, null,null,null, null, null, null,null, null, null, null, null, null , null, null, null, null, null, null, null, null , null , null , null , null from dual where rownum < 0 ';
    dbms_lob.writeappend(c, length(e),e);
    execute immediate to_char(c);
    dbms_lob.createtemporary(c, true);
    t := 'insert INTO DATA_PROFILE_COL_DTL ';
    dbms_lob.writeappend(c,length(t), t);
    ----date
    FOR MYSQLTEXT IN (select
    ' select a.tname as table_name, a.cname as column_name, rownum as freq_rank, '
    || 'a.column_value as date_column_value, '
    || 'null as integer_column_value, null as number_column_value, null as varchar2_column_value, '
    || ' a.occurs, t.total_rows, round((((a.occurs * 1.0) / (t.total_rows * 1.0)) * 100), 5) as occurs_percent, '
    || ' a.capture_date'
    || ' from ( select '
    || '''' || c.table_name || '''' || ' as tname, '
    || '''' || c.column_name || '''' || ' as cname, '
    || c.column_name || ' as column_value, '
    || ' count(*) as occurs, sysdate as capture_date'
    || ' from '
    || t.owner || '.' || c.table_name
    || ' group by ' || c.column_name
    || ' order by count(*) desc )a inner join '
    || ' ( select ''' || c.table_name || ''' as tname, count(*) as total_rows from ' || t.owner || '.' || c.table_name || ') t '
    || ' on a.tname = t.tname where rownum <= 100'
    || CHR(13) || chr(10) || ' UNION ALL ' AS MYSQL
    from sys.all_tab_columns c
    inner join sys.all_tables t
    on c.table_name = t.table_name
    and c.owner = t.owner
    where c.owner = i.owner
    and c.data_type IN ('DATE')
    and c.table_name = i.table_name
    LOOP
    dbms_lob.writeappend(c, length(MYSQLTEXT.MYSQL),MYSQLTEXT.MYSQL);
    END LOOP;
    ----number
    FOR MYSQLTEXT IN (select
    ' select a.tname as table_name, a.cname as column_name, rownum as freq_rank, '
    || 'null as date_column_value, '
    || 'a.column_value as integer_column_value, null as number_column_value, null as varchar2_column_value, '
    || ' a.occurs, t.total_rows, round((((a.occurs * 1.0) / (t.total_rows * 1.0)) * 100), 5) as occurs_percent, '
    || ' a.capture_date'
    || ' from ( select '
    || '''' || c.table_name || '''' || ' as tname, '
    || '''' || c.column_name || '''' || ' as cname, '
    || c.column_name || ' as column_value, '
    || ' count(*) as occurs, sysdate as capture_date'
    || ' from '
    || t.owner || '.' || c.table_name
    || ' group by ' || c.column_name
    || ' order by count(*) desc )a inner join '
    || ' ( select ''' || c.table_name || ''' as tname, count(*) as total_rows from ' || c.table_name || ') t '
    || ' on a.tname = t.tname where rownum <= 100'
    || CHR(13) || chr(10) || ' UNION ALL ' AS MYSQL
    from sys.all_tab_columns c
    inner join sys.all_tables t
    on c.table_name = t.table_name
    and c.owner = t.owner
    where c.owner = I.OWNER
    and c.data_type = 'INTEGER'
    and c.table_name = I.TABLE_NAME
    LOOP
    dbms_lob.writeappend(c, length(MYSQLTEXT.MYSQL),MYSQLTEXT.MYSQL);
    END LOOP;
    --integer
    FOR MYSQLTEXT IN (select
    ' select a.tname as table_name, a.cname as column_name, rownum as freq_rank, '
    || 'null as date_column_value, '
    || 'null as integer_column_value, a.column_value as number_column_value, null as varchar2_column_value, '
    || ' a.occurs, t.total_rows, round((((a.occurs * 1.0) / (t.total_rows * 1.0)) * 100), 5) as occurs_percent, '
    || ' a.capture_date'
    || ' from ( select '
    || '''' || c.table_name || '''' || ' as tname, '
    || '''' || c.column_name || '''' || ' as cname, '
    || c.column_name || ' as column_value, '
    || ' count(*) as occurs, sysdate as capture_date'
    || ' from '
    || t.owner || '.' || c.table_name
    || ' group by ' || c.column_name
    || ' order by count(*) desc )a inner join '
    || ' ( select ''' || c.table_name || ''' as tname, count(*) as total_rows from ' || t.owner || '.' || c.table_name || ') t '
    || ' on a.tname = t.tname where rownum <= 100'
    || CHR(13) || chr(10) || ' UNION ALL ' AS MYSQL
    from sys.all_tab_columns c
    inner join sys.all_tables t
    on c.table_name = t.table_name
    and c.owner = t.owner
    where c.owner = I.OWNER
    and c.data_type in ('NUMBER', 'DECIMAL')
    and c.table_name = I.TABLE_NAME
    LOOP
    dbms_lob.writeappend(c, length(MYSQLTEXT.MYSQL),MYSQLTEXT.MYSQL);
    END LOOP;
    --char and varchar
    FOR MYSQLTEXT IN (select
    ' select a.tname as table_name, a.cname as column_name, rownum as freq_rank, '
    || 'null as date_column_value, '
    || 'null as integer_column_value, null as number_column_value, a.column_value as varchar2_column_value, '
    || ' a.occurs, t.total_rows, round((((a.occurs * 1.0) / (t.total_rows * 1.0)) * 100), 5) as occurs_percent, '
    || ' a.capture_date'
    || ' from ( select '
    || '''' || c.table_name || '''' || ' as tname, '
    || '''' || c.column_name || '''' || ' as cname, '
    || c.column_name || ' as column_value, '
    || ' count(*) as occurs, sysdate as capture_date'
    || ' from '
    || t.owner || '.' || c.table_name
    || ' group by ' || c.column_name
    || ' order by count(*) desc )a inner join '
    || ' ( select ''' || c.table_name || ''' as tname, count(*) as total_rows from ' || t.owner || '.' || c.table_name || ') t '
    || ' on a.tname = t.tname where rownum <= 100'
    || CHR(13) || chr(10) || ' UNION ALL ' AS MYSQL
    from sys.all_tab_columns c
    inner join sys.all_tables t
    on c.table_name = t.table_name
    and c.owner = t.owner
    where c.owner = I.OWNER
    and c.data_type in ('VARCHAR2', 'CHAR')
    and c.table_name = I.TABLE_NAME
    LOOP
    dbms_lob.writeappend(c, length(MYSQLTEXT.MYSQL),MYSQLTEXT.MYSQL);
    END LOOP;
    e:='select null, null, null, null, null, null, null, null, null, null, null from dual where rownum < 0 ';
    dbms_lob.writeappend(c, length(e),e);
    execute immediate to_char(c);
    end loop;
    end;

    Most likely issue is:
    execute immediate to_char(c); TO_CHAR will raise numeric or value error if c exeeds 4000 bytes. What Oracle version you are on? In newer versions execute immediate supports CLOB, so you can chnege the above to:
    execute immediate c;Keep in mind, execute immediate has 32K limit on SQL string.
    SY.

Maybe you are looking for

  • External Monitor for MacBook Pro 13"

    Hello, I know there has been a number of threads on this topic, but I haven't found my answer yet. I am looking for a third party external monitor for my 13" MacBook Pro. I read a lot of text on my computer so it is important that the text is sharp.

  • User could not login in Weblogic Server 8.1

    I have J2EE application running on Weblogic Server 8.1. When over 30 user concurrently logins into and use the system. My server was stucked. Here is the thread dump that I got. "Thread-1495" daemon prio=10 tid=048e09f0 nid=1693 lwp_id=7336247 runnab

  • I want to go back to using IOS6 on my itunes instead of IOS7 how do I re-install IOS6?

    I don't like the setup of IOS7 for itunes, it seperates all my songs into different albums when they are from the same album just with different artists like a movie soundtrack, Is there a way to get around this in IOS7, if not how do I reinstall IOS

  • Safari crashes when I try to print

    Every time time I try to print, Safari shuts down. For example, when I select File/Print, Safari shuts down completely. Any suggestions? Thanks.

  • Data must reside in database?

    Question: My reading of the various types of indexes provide by oracle text indicates that a Context index must index local data, i.e., data that physically resides in a database table as a blob, clob, or varchar2 type. Some of the other index types