Create table results in error or high cpu

Hello all,
We are using apex 3.0 against oracle 10.2. Most of the times when we try to create a table from the apex 'sql commands' page, it results in high CPU and from OEM i could see the physical blocks(in Kb's) read as 40,000 where as it used to be only around 50 otherwise
and the graph goes for a steep climbing. Sometimes these table creations will run for an hour or keeps running or will get over in few minutes.
Has someone come across these kind of weird things ?
TIA,
JJ

Just now I have been copying some movie files over Gigabit local area network, the data received per second is up to 55 mb, and kernel task consumes 50% or more of CPU. The same task on iMac or on Windows based computer does not tax the CPU in any way, since it is handled properly by network adapter I suppose. So what is wrong with 2010 Macbook Pro?

Similar Messages

  • While creating Table it shows error as 'missing or invalid option

    I had log on to ap/ap@vis in sqlplus and try to create table but showing error.....here below is the table
    Create table Purchase_Order
    (Item varchar2(10),
    Item_Desc varchar2(100),
    Item_Cost Number(7),
    Item_Qty Number(7),
    Item_Date Date,
    Need_by_date date,
    Last_updated_date date,
    last_updated_by number(10),
    creation_date date,
    created_by number(10),
    Attributed_category varchar2(100),
    attribute1 varchar2(100),
    attribute2 varchar2(100),
    attribute3 varchar2(100),
    attribute4 varchar2(100),
    attribute5 varchar2(100),
    attribute6 varchar2(100));
    But it showing error as ORA-00922:missing or invalid option

    It works for me
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL> Create table Purchase_Order
      2  (Item varchar2(10),
      3  Item_Desc varchar2(100),
      4  Item_Cost Number(7),
      5  Item_Qty Number(7),
      6  Item_Date Date,
      7  Need_by_date date,
      8  Last_updated_date date,
      9  last_updated_by number(10),
    10  creation_date date,
    11  created_by number(10),
    12  Attributed_category varchar2(100),
    13  attribute1 varchar2(100),
    14  attribute2 varchar2(100),
    15  attribute3 varchar2(100),
    16  attribute4 varchar2(100),
    17  attribute5 varchar2(100),
    18  attribute6 varchar2(100));
    Table created.
    SQL>

  • Create Table from Spreadsheet Error / Privileges

    Using Application Express 2.2.0.00.32.
    I can create a table using the Object Browser or via the SQL Command utility. If I try to load data from a csv or create an application from a spreadsheet, I get the following:
    ORA-20001: Unable to create modules. ORA-20001: create_table error: ORA-20001: Excel load run ddl error: ORA-01031: insufficient privileges
    I've tried searching the forums, but haven't found the needle in this haystack yet.
    Probably a common problem but it has me perplexed.
    What piece of the puzzle am I not understanding?
    Thanks.
    cagora

    Then make sure the parsing schema of that other workspace has create table privilege granted directly to it. Better yet, review the system privileges of the working schema and make sure the broken schema has the same privs. Do not grant privileges using roles.
    Scott

  • Edit - Create SubVI results in error "an input parameter is invalid [...] cannot save VI"

    I get this error with some frequency.  I select a bunch of my block diagram, create a subVI only to find that it is unsaveable.  Here are the steps I take to reproduce this:
    Select a portion of code
    Edit -> Create SubVI
    open the new subVI
    try to save it and this message pops up (without showing the Save dialog)
    I get past this by saving a snippet and making a new VI.
    I'm using LabVIEW 2012 on Windows XP, but I had it happen with LabVIEW 2011 as well.
    I read through this thread, but it's not the same situation because my message doesn't have an associated error code.  No variation of "Save As" has any effect, either.
    Has anyone else seen this behavior?  Have you any suggestions to help me resolve it?
    Jim
    You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice

    Greetings, Jim;
    I see the error happens with some frequency, is there anything that seems to bring that error to light or does it just seem to happen randomly when saving to a SubVI? That is to say, does it seem to happen when you are using/saving a particular set of VI's or a module or some such, or completely haphazardly? Is there any hardware that you are attempting to connect to in that VI as well?
    If you try to save the SubVI and get that error, can you simply save the main VI again without a problem? Finally, you have also seen this behaviour in 2011, did it happen with similar frequency?
    Cordially;
    Simon P.
    National Instruments
    Applications Engineer

  • File copy results in kernel task high CPU usage

    Macbook Pro
    MacBook Pro
      Model Identifier:          MacBookPro6,1
      Processor Name:          Intel Core i5
      Processor Speed:          2.53 GHz
    2010 year model.
    Snow Leopard 10.6.7
    Copying files over the network, or via external Firewire 800 harddrive invariably results in rather hight cpu utilization for kernel task process. The number are in the range of 15-20% in the Acivity Monitor. To compare, iMac 27", 2009, full speed FireWire bus file copy at 80 mb/sec makes only 2-3% kernel task CPU use. Why is Macbook pro so much worse? Is it due to chipset limitations, or what?

    Just now I have been copying some movie files over Gigabit local area network, the data received per second is up to 55 mb, and kernel task consumes 50% or more of CPU. The same task on iMac or on Windows based computer does not tax the CPU in any way, since it is handled properly by network adapter I suppose. So what is wrong with 2010 Macbook Pro?

  • JPA - TroubleShooting - Error in Datatypes used in Creating Tables

    h1. JPA - TroubleShooting - Error in Datatypes used in Creating Tables
    h2. Error Description
    The error appears when JPA is trying to automatically
    generate tables from Entities. It uses types it shouldn't because they aren't
    supported by the Database Engine. If you examine the createDDL.jdbc file you
    are going to find not supported data types. You could run the statements that
    are listed there directly to your Database Engine and find out that they don`t
    run generating syntax errors like the error posted below.
    h3. Query example (statement)
    CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50), SEQ_COUNT NUMBER(19))h3. PostgreSQL Error whent trying to execute the statment
    CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50),
    SEQ_COUNT NUMBER(19))": org.postgresql.util.PSQLException: ERROR: syntax
    error near "("
    h3. MSSQL 2000 Error when trying to execute the statement:
    [CREATE - 0 row(s), 0.578 secs] [Error Code: 2715, SQL State: HY000] [Microsoft][SQLServer 2000 Driver for
    JDBC][SQLServer]Column or parameter #1: Cannot find data type NUMBER
    h3. FireBird Error when trying to execute the statment
    Dynamic SQL Error
    SQL error code = -104
    Token unknown - line 1, char 62
    Statement: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50),
    SEQ_COUNT NUMBER(19))
    h2. TroubleShooting
    Looks like it wants "NUMERIC", not "NUMBER".
    [http://www.postgresql.org/docs/8.1/interactive/datatype.html#DATATYPE-NUMERIC]
    I had this problem using Firebird. I found out it had to do
    with the database jdbc driver. I tried using a different database engine, like
    Microsoft SQL Server 2000 with the corresponding driver and it worked as it
    should. I suspect the JDBC driver has to supply in some way the datatypes it
    supports to JPA TopLink Library.
    Edited by: juanemc2 on Apr 1, 2008 7:39 AM

    In Hibernate you can supply the "dialect" to use for SQL generation. I assume TopLink to have a similar functionality.
    This is not a generic JPA issue, but rather something with the specific implementation you're using.
    Or rather it is a generic SQL issue, caused by different database engines using slightly (or not so slightly) different SQL syntax which causes problems when generating SQL automatically.

  • Invalid character while create table

    create table is giving error. Can you please tell me what is wrong with the below code. giving error.
    CREATE TABLE TTAX.TTAT_REQUESTS_ALL
       REQUEST_ID                    NUMBER,
       REQUEST_TYPE_ID               NUMBER,
       REQUESTOR_ID                  NUMBER,
       DELEGATED_REQUESTOR_ID        NUMBER,
       AUTH_NO                       VARCHAR2 (50),
       ALTERNATIVE_CONTACT_NO        VARCHAR2 (50),
       PRIMARY_OFFICE_LOCATION       VARCHAR2 (100),
       PREAPPROVED_FLAG              VARCHAR2 (5),
       CITY                          VARCHAR2 (50),
       STATE                         VARCHAR2 (50),
       START_DATE                    DATE,
       END_DATE                      DATE,
       STATE_CAR                     VARCHAR2 (50),
       JUSTIFICATION                 VARCHAR (200),
       TOTAL_ESTIMATED_AIRFARE       NUMBER,
       TOTAL_ESTIMATED_CARERENTAL    NUMBER,
       TOTAL_ESTIMATED_OTHER_TRANS   NUMBER,
       TOTAL_ESTIMATED_LODGING    NUMBER ,
    TOTAL _ESTIMATED_PER_DLEM    NUMBER ,
    TOTAL _ESTIMATED_OTHER_TRAVEL    NUMBER ,
    PAY_BY_OUTSIDEORG_AIRFARE    NUMBER ,
    PAY_BY_OUTSIDEORG_CARE_RENTAL    NUMBER ,
    PAY_BY_OUTSIDEORG_OTHER_TRANS    NUMBER ,
    PAY_BY_OUTSIDEORG_LODGING    NUMBER ,
    PAY_BY_OUTSIDEORG_PER_DLEM    NUMBER ,
    PAY_BY_OUTSIDEORG_OTHER_TRAVEL    NUMBER ,
    OUTSIDEORG_AIRFARE    NUMBER              ,
    OUTSIDEORG_CAR_RENTAL    NUMBER          ,
    OUTSIDEORG_OTHER_TRANS    NUMBER          ,
    OUTSIDEORG_LODGING    NUMBER              ,
    OUTSIDEORG_RPER_DLEM    NUMBER          ,
    OUTSIDEORG_OTHER_TRAVEL    NUMBER      ,
    PAY_IN_FULL_FLAG    VARCHAR2(5)         ,
    ORGANIZATION_NAME    VARCHAR2(50)        ,
    BCO_PCA    VARCHAR2(5)                     ,
    BCO_UNIT    VARCHAR2(50)                ,
    BCO_DIVISION_TRACK_NO    VARCHAR2(50)    ,
    BCO_REMARKS    VARCHAR2(200)               ,
    BCO_FUND    VARCHAR2(4)                 ,
    BCO_BLANKET_NO    VARCHAR2(4)             ,
    OST_CONFIRM_FLAG    VARCHAR2(5)         ,
    TRAINING_TYPE    VARCHAR2(50)            ,
    EESTIMATED_ TUITION_ REG_FEE    NUMBER  ,
    EESTIMATED_COST_OTHERS    NUMBER          ,
    SERVER_TYPE    VARCHAR2(50)                ,
    VENDOR_ID    NUMBER                      ,
    COURSE_TITLE    VARCHAR2(50)            ,
    COURSE _ADDRESS    VARCHAR2(50)            ,
    COURSE _CITY    VARCHAR2(50)            ,
    COURSE _STATE    VARCHAR2(50)            ,
    COURSE _ZIP_CODE    VARCHAR2(50)        ,
    DATE_FROM1    DATE                        ,
    DATE_TO1    DATE                        ,
    DATE_FROM2    DATE                        ,
    DATE_TO2    DATE                        ,
    DATE_FROM3    DATE                        ,
    DATE_TO3    DATE                        ,
    TRAINING_HOUR    NUMBER                  ,
    TRAINING_REASON    VARCHAR2(100)           ,
    TRAINING_JUSTIFICATION    VARCHAR2(200)           ,
    TRAINING_COMPLETED    DATE                ,
    SPONSOR    VARCHAR2(50)                    ,
    ATTEND_YN    VARCHAR2(5)                 ,
    STATUS    VARCHAR2(10)                    ,
    CREATED_BY    NUMBER                      ,
    CREATE_DATE    DATE                        ,
    LASTUPDATED_BY    NUMBER                  ,
    LASTUPDATE_DATE    DATE                    )

    Extra Space!
    21  TOTAL _ESTIMATED_PER_DLEM    NUMBER ,
    22  TOTAL _ESTIMATED_OTHER_TRAVEL    NUMBER ,Try this
    CREATE TABLE TTAX.TTAT_REQUESTS_ALL
       REQUEST_ID                    NUMBER,
       REQUEST_TYPE_ID               NUMBER,
       REQUESTOR_ID                  NUMBER,
       DELEGATED_REQUESTOR_ID        NUMBER,
       AUTH_NO                       VARCHAR2 (50),
       ALTERNATIVE_CONTACT_NO        VARCHAR2 (50),
       PRIMARY_OFFICE_LOCATION       VARCHAR2 (100),
       PREAPPROVED_FLAG              VARCHAR2 (5),
       CITY                          VARCHAR2 (50),
       STATE                         VARCHAR2 (50),
       START_DATE                    DATE,
       END_DATE                      DATE,
       STATE_CAR                     VARCHAR2 (50),
       JUSTIFICATION                 VARCHAR (200),
       TOTAL_ESTIMATED_AIRFARE       NUMBER,
       TOTAL_ESTIMATED_CARERENTAL    NUMBER,
       TOTAL_ESTIMATED_OTHER_TRANS   NUMBER,
       TOTAL_ESTIMATED_LODGING    NUMBER ,
    TOTAL_ESTIMATED_PER_DLEM    NUMBER ,
    TOTAL_ESTIMATED_OTHER_TRAVEL    NUMBER ,
    PAY_BY_OUTSIDEORG_AIRFARE    NUMBER ,
    PAY_BY_OUTSIDEORG_CARE_RENTAL    NUMBER ,
    PAY_BY_OUTSIDEORG_OTHER_TRANS    NUMBER ,
    PAY_BY_OUTSIDEORG_LODGING    NUMBER ,
    PAY_BY_OUTSIDEORG_PER_DLEM    NUMBER ,
    PAY_BY_OUTSIDEORG_OTHER_TRAVEL    NUMBER ,
    OUTSIDEORG_AIRFARE    NUMBER              ,
    OUTSIDEORG_CAR_RENTAL    NUMBER          ,
    OUTSIDEORG_OTHER_TRANS    NUMBER          ,
    OUTSIDEORG_LODGING    NUMBER              ,
    OUTSIDEORG_RPER_DLEM    NUMBER          ,
    OUTSIDEORG_OTHER_TRAVEL    NUMBER      ,
    PAY_IN_FULL_FLAG    VARCHAR2(5)         ,
    ORGANIZATION_NAME    VARCHAR2(50)        ,
    BCO_PCA    VARCHAR2(5)                     ,
    BCO_UNIT    VARCHAR2(50)                ,
    BCO_DIVISION_TRACK_NO    VARCHAR2(50)    ,
    BCO_REMARKS    VARCHAR2(200)               ,
    BCO_FUND    VARCHAR2(4)                 ,
    BCO_BLANKET_NO    VARCHAR2(4)             ,
    OST_CONFIRM_FLAG    VARCHAR2(5)         ,
    TRAINING_TYPE    VARCHAR2(50)            ,
    EESTIMATED_TUITION_REG_FEE    NUMBER  ,
    EESTIMATED_COST_OTHERS    NUMBER          ,
    SERVER_TYPE    VARCHAR2(50)                ,
    VENDOR_ID    NUMBER                      ,
    COURSE_TITLE    VARCHAR2(50)            ,
    COURSE_ADDRESS    VARCHAR2(50)            ,
    COURSE_CITY    VARCHAR2(50)            ,
    COURSE_STATE    VARCHAR2(50)            ,
    COURSE_ZIP_CODE    VARCHAR2(50)        ,
    DATE_FROM1    DATE                        ,
    DATE_TO1    DATE                        ,
    DATE_FROM2    DATE                        ,
    DATE_TO2    DATE                        ,
    DATE_FROM3    DATE                        ,
    DATE_TO3    DATE                        ,
    TRAINING_HOUR    NUMBER                  ,
    TRAINING_REASON    VARCHAR2(100)           ,
    TRAINING_JUSTIFICATION    VARCHAR2(200)           ,
    TRAINING_COMPLETED    DATE                ,
    SPONSOR    VARCHAR2(50)                    ,
    ATTEND_YN    VARCHAR2(5)                 ,
    STATUS    VARCHAR2(10)                    ,
    CREATED_BY    NUMBER                      ,
    CREATE_DATE    DATE                        ,
    LASTUPDATED_BY    NUMBER                  ,
    LASTUPDATE_DATE    DATE                    )
    SQL - ORCL(SCOTT)>/
    Table created.Edited by: Lokanath Giri on १३ फ़रवरी, २०१२ ३:१५ अपराह्न

  • Error Creating Table

    Using Oracle XE.
    I'm trying to create a table and getting the following error:
    ORA-00904: : invalid identifier
    I've created other tables without problems.
    My syntax for the table creation script is:
    create table tna (
    idtna int not null constraint idtna primary key,
    idperson int,
    empnumb char(30),
    surname char(50),
    forenames char(50),
    company char(30),
    dept char(30),
    area char(30),
    location char(50),
    dob DATE,
    trade char(75),
    shift char(75),
    target char(75),
    status char(50),
    tcost NUMBER(9,2),
    approved int,
    attained DATE,
    provider char(75),
    identified char(100),
    reassess DATE,
    user_ char(20),
    createdate DATE,
    amenddate DATE,
    site_code char(30),
    idgenrisk int,
    person_site_code char(30),
    req_by DATE);
    Can anyone see where I'm going wrong?

    Try that in sqlplus, and you get this result:
    create table tna (  2  idtna int not null constraint idtna primar
      3  idperson int,
      4  empnumb char(30),
      5  surname char(50),
      6  forenames char(50),
      7  company char(30),
      8  dept char(30),
      9  area char(30),
    10  location char(50),
    11  dob DATE,
    12  trade char(75),
    13  shift char(75),
    14  target char(75),
    15  status char(50),
    16  tcost NUMBER(9,2),
    17  approved int,
    18  attained DATE,
    19  provider char(75),
    20  identified char(100),
    21  reassess DATE,
    22  user_ char(20),
    23  createdate DATE,
    24  amenddate DATE,
    25  site_code char(30),
    26  idgenrisk int,
    27  person_site_code char(30),
    28  req_by DATE);
    identified char(100),
    ERROR at line 20:
    ORA-00904: : invalid identifier
    Identified is obviously a reserved word.
    C.

  • SQL Errors Generated in AppServer DB - "CREATE TABLE [dbo].[tblLogHist]"

    Hi All,
    I've been running a SQL Profiler trace on all completing stored procedures and T-SQL batches on the database server of our SBOP 7.5 Sp3 environment in an attempt to try and get clues to some performance issues we're experiencing.
    In the trace data, if I look at the error column and bring back only rows which indicate that an error occured whilst running the stored proc or T-SQL command, I see that the following command resulted in an error on numerous occasions:
    CREATE TABLE [dbo].[tblLogHist]
    [LogID] [int] IDENTITY (1, 1) NOT NULL
    ,[SystemName] [nvarchar] (100) COLLATE SQL_Latin1_General_CP1_CI_AS NULL
    ,[JobName] [nvarchar] (100) COLLATE SQL_Latin1_General_CP1_CI_AS NULL
    ,[UserID] [nvarchar] (100) COLLATE SQL_Latin1_General_CP1_CI_AS NULL
    ,[Status] [int] NOT NULL
    ,[DateWritten] [datetime] NOT NULL
    ,[Message] [ntext] COLLATE SQL_Latin1_General_CP1_CI_AS NULL
    ) ON [PRIMARY]
    If I look for the table tblLogHist in AppServer, it exists, but is empty. Hence presumably the error being obtained when SBOP tries to run the above command is "An object of that name already exists."
    Does anyone know what this table is used for, why SBOP is repeatedly trying to create it and whether it should have any records in it?
    Any help appreciated.
    Many thanks,
    Simon
    Environment Details:
    SBOP Version = 7.5 Sp3
    2 x load balanced Windows 2003 app / web / reporting Services servers.
    1 x SQL Server 2008 64bit SQL/Analysis Services Server

    Into Appserver database you have a table tbllogs where the syste record all the error from the system.
    This table can become quite big during the time and insert into this table can be very slow.
    So tbllogHist willbe used to move records perodically from tbllogs.
    In this way the size of tbllogs table will not be too big.
    I hope this will help.
    Regards
    Sorin Radulescu

  • SQL error #3115 during Create table

    As a new user to this AIR problem, I am using "adl
    application.xml" to start up testing.
    I am using disk file based table. Disk file is wiped out each
    time before startup this application.
    Following sql failed all the time. Is there anything wrong
    with adl or any cached data need to empty out prior to create
    table?
    createTables : function(callback) {
    // create tables
    var stmt = new air.SQLStatement();
    stmt.sqlConnection = this.sqlConnection;
    stmt.text = "CREATE TABLE IF NOT EXISTS Contacts ( " +
    "id INTEGER PRIMARY KEY AUTOINCREMENT, " +
    "manufacturer VARCHAR(32), " +
    "model VARCHAR(32), " +
    "sn VARCHAR(32), " +
    "orderNumber VARCHAR(64), " +
    "type VARCHAR(256), " +
    "shipping VARCHAR(32), " +
    "check VARCHAR(32), " +
    "notes VARCHAR, " +
    "photo BLOB)";
    var success = function(event) {
    if (callback) callback(true);
    var failure = function(event) {
    runtime.trace("CREATE TABLE error:", event.error);
    runtime.trace("event.error.code:", event.error.code);
    runtime.trace("event.error.message:", event.error.message);
    if (callback) callback(false, event.text);
    stmt.addEventListener(air.SQLErrorEvent.ERROR, failure);
    stmt.addEventListener(air.SQLEvent.RESULT, success);
    stmt.execute();
    D810# adl application.xml
    Loaded
    Loaded
    Loaded
    Loaded
    Loaded
    Loaded
    Loaded
    creating database D:\blackbooksafe\data\database.db
    CREATE TABLE error: SQLError: 'Error #3115: SQL Error.',
    details:'near 'VARCHAR'
    : syntax error', operation:'execute', detailID:'2003'
    event.error.code: undefined
    event.error.message: Error #3115: SQL Error.
    Cannot create database: Error #3115: SQL Error.
    D810#

    Hi Dimitri.
    If you click on the tables node before you right click, does this work for you? Apple's focus is different to windows and you need to click on the component you wish to get a menu on on OSX
    Let me know.
    B

  • IcedTea High CPU usage and multiple jobs created

    High CPU usage and multiple jobs created while streaming data via a java applet from a secure/certified website.  CPU usage is normal for a few minutes then suddenly jobs multiply and CPU usage climbs on one of the jobs. 
    Jobs with the following command begin to multiply in my job queue with one job showing CPU usage at 368% and staying resident in memory (yeah, a long one):
    /usr/lib/jvm/java-7-openjdk/jre/bin/java -Xbootclasspath/a:/usr/share/icedtea-web/netx.jar:/usr/share/icedtea-web/plugin.jar:/usr/share/java/js.jar: -classpath /usr/lib/jvm/java-7-openjdk/jre/lib/rt.jar sun.applet.PluginMain /run/user/1000/icedteaplugin-tbattist-SZ3xKO/7160-icedteanp-plugin-to-appletviewer /run/user/1000/icedteaplugin-tbattist-SZ3xKO/7160-icedteanp-appletviewer-to-plugin /run/user/1000/icedteaplugin-tbattist-SZ3xKO/7160-icedteanp-plugin-debug-to-appletviewer
    I have the following java packages installed on my system:
    local/icedtea-web-java7 1.5-1
    local/jdk7-openjdk 7.u51_2.4.6-1
    local/jre7-openjdk 7.u51_2.4.6-1
    local/jre7-openjdk-headless 7.u51_2.4.6-1
    I also get the following message in my system log when starting to stream:
    Apr 11 12:26:18 saturn logger[7872]: IcedTea-Web java error manual log:
    Apr 11 12:26:18 saturn logger[7873]: Application title was not found in manifest. Check with application vendor
    Apr 11 12:26:37 saturn logger[7883]: IcedTea-Web java error - for more info see itweb-settings debug options or console. See http://icedtea.classpath.org/wiki/IcedTea-Web#Filing_bugs for help.
    Anybody having this issue or clue on what to do?  I am wondering if recent changes to openssl (heartbleed) might have java change ramifications?  Should I submit bug to Icedtea?
    FYI - My system:
    Processor : 4x AMD A8-3870 APU with Radeon(tm) HD Graphics
    Memory : 7646MB (2518MB used)
    Operating System : Arch Linux 3.14.0-4
    OpenGL Renderer : Gallium 0.4 on AMD SUMO
    X11 Vendor : The X.Org Foundation

    ...further research and learning. 
    Here is a good tutorial on Java.  Evidently, what I called "jobs" is referred to as processes and threads in this tutorial.  The tutorial states that multithreaded execution is an essential feature of the Java platform which explains the avalanche of threads I observe.  However, I am still stumped at what causes the avalanche of threads and excessive CPU consumption for such a mediocre task.  Also the system log says that IcedTea has an error stating "Application title was not found in manifest. Check with application vendor".   I interpret this to mean that IcedTea does not recognized some application.  What application?  .....the applet?

  • Error while creating table

    Hi,
    I am getting an error while creating a table,
    create table cs_temp_xml_data as select rowid RW_ID, value(d).getClobVal() xml_value FROM cs_tmp_wcl_xml_data p,table(xmlsequence(extract(p.xml_data,'/records/record'))) d ;
    Here cs_tmp_wcl_xml_data contains a data of 600 mb in oracle directory
    ORA-04030: out of process memory when trying to allocate 4000 bytes (qmxlu subheap,qmemNextBuf:alloc)
    Can anyone help me out regarding this error?

    check out metalink doc: 543239.996
    also bug 3436395.

  • Error while creating table from csv file

    I am getting an error while creating a table using 'Import Data' button for a csv file containing 22 columns and 8 rows. For primary key, I am using an existing column 'Line' and 'Not generated' options.
    ORA-20001: Excel load run ddl error: drop table "RESTORE" ORA-00942: table or view does not exist ORA-20001: Excel load run ddl error: create table "RESTORE" ( "LINE" NUMBER, "PHASE" VARCHAR2(30), "RDC_MEDIA_ID" VARCHAR2(30), "CLIENT_MEDIA_LABEL" VARCHAR2(30), "MEDIA_TYPE" VARCHAR2(30), "SIZE_GB" NUMBER, "RDC_IMG_HD_A" NUMBER, "START_TECH" VARCHAR2(30), "CREATE_DATE" VARCHAR2(30), "RDC_MEDIA_DEST" VARCHAR2(30), "POD" NUMBER, "TAPE" NUMBER, "ERRORS_YN" VA
    Any idea?

    I am getting an error while creating a table using 'Import Data' button for a csv file containing 22 columns and 8 rows. For primary key, I am using an existing column 'Line' and 'Not generated' options.
    ORA-20001: Excel load run ddl error: drop table "RESTORE" ORA-00942: table or view does not exist ORA-20001: Excel load run ddl error: create table "RESTORE" ( "LINE" NUMBER, "PHASE" VARCHAR2(30), "RDC_MEDIA_ID" VARCHAR2(30), "CLIENT_MEDIA_LABEL" VARCHAR2(30), "MEDIA_TYPE" VARCHAR2(30), "SIZE_GB" NUMBER, "RDC_IMG_HD_A" NUMBER, "START_TECH" VARCHAR2(30), "CREATE_DATE" VARCHAR2(30), "RDC_MEDIA_DEST" VARCHAR2(30), "POD" NUMBER, "TAPE" NUMBER, "ERRORS_YN" VA
    Any idea?

  • Error while creating table "EDISEGMENT' entry 'BIC/CIBA0PLANT_ATTR

    While loading master data for 0PLANT, its giving me following error.
    "error while creating table "EDISEGMENT' entry 'BIC/CIBA0PLANT_ATTR"
    Please help me out.
    Thanks

    steve,
    Can you give the solution you used to correct this problem?
    This error occurred in BW during import.
    Raj.

  • Logical error in creating tables using db link in solaris

    Hi,
    While creating table using the syntax create table newtab...as select * from tab@dblink .. I am facing a problem. The newtab table created is having a structure different (from datalength point of view of varchar2 and char datatypes) from the source. The data length is getting tripled i.e. if a column a is varchar2(20) in tab then it is becoming --- a varchar2(60) in newtab. This is happening in solaris environment when the two databases are in 2 different servers. Please let me know if there are any patches to resolve the problem.
    Thanks
    Arnab

    ORA-02019: connection description for remote database not foundHave you used this database link successfully for some other queries?
    The error posted seems to indicate that the DB Link is not functional at all. Has it worked for any other type of DML operation or is this the first time you ever tried to use the link?

Maybe you are looking for