ORA-12012

HI expert ,
oracle 11g ASM RAC under OL 5.6
as per my daily check i found the below error in alert log file
Global Enqueue Services Deadlock detected. More info in file
/home/app/oracle/diag/rdbms/absnl/ABSNL1/trace/ABSNL1_j002_28024.trc.
Dumping diagnostic data in directory=[cdmp_20130422084345], requested by (instance=1, osid=28024 (J002)), summary=[abnormal process termination].
Errors in file /home/app/oracle/diag/rdbms/absnl/ABSNL1/trace/ABSNL1_j002_28024.trc:
ORA-12012: error on auto execute of job 41
ORA-00060: deadlock detected while waiting for resource
ORA-06512: at "ABS.BROKER_SYS", line 60
ORA-06512: at line 1
ORA-06512: at "ABS.BROKER_SYS", line 2897
ORA-06512: at "ABS.PROCESS_PSA", line 218
ORA-04088: error during execution of trigger 'ABS.PROCESS_PSA'
ORA-06512: at "ABS.SOLD_SUBS_TRANSFER", line 41
ORA-06512: at line 1what the reason of this error ? how can i solve it? how can i avoid it?

First of all, you should always post your four digit version number. '11g' is a marketing label, not a version number.
Secondly: you should look up errors online. It is not sufficient to just hit copy and paste!
Finally: ORA-0060 is always an application problem.
You should identify the problem in the application and change the application or have the application changed.
The statement in error -you would have known that if you would have done research on ora-0060- will be in the alert log.
Sybrand Bakker
Senior Oracle DBA

Similar Messages

  • I am geting errors in my database alert log file ora-12012 and ora 44003

    Hi all,
    I am using oracle 10g ...10.2.0.1.0 and OS is solaris 10.......
    i am geting these errors in my database alert log file last two days..i am not geting why it is coming?
    ORA-12012: error on auto execute of job 8887
    ORA-44003: invalid SQL name
    and trace file is i got i am posting here please help any one is aware about this....
    System name: SunOS
    Node name: obrmzone1
    Release: 5.10
    Version: Generic_137111-06
    Machine: sun4v
    Instance name: ------
    Redo thread mounted by this instance: 1
    Oracle process number: 144
    Unix process pid: 26874, image:--------- (J000)
    *** ACTION NAME:(AUTO_SPACE_ADVISOR_JOB) 2011-06-10 22:00:49.372
    *** MODULE NAME:(DBMS_SCHEDULER) 2011-06-10 22:00:49.372
    *** SERVICE NAME:(SYS$USERS) 2011-06-10 22:00:49.372
    *** SESSION ID:(110.7114) 2011-06-10 22:00:49.372
    *** 2011-06-10 22:00:49.372
    ORA-12012: error on auto execute of job 8887
    ORA-44003: invalid SQL name
    thank you in advance,
    Dav

    I just google with "ORA-44003: invalid SQL name" and found below link:
    http://www.oracle-base.com/articles/10g/dbms_assert_10gR2.php
    SIMPLE_SQL_NAME
    The SIMPLE_SQL_NAME function checks the input string conforms to the basic characteristics of a simple SQL name:
    The first character of the name is alphabetic.
    The name only contains alphanumeric characters or the "_", "$", "#"
    Quoted names must be enclosed by double quotes and may contain any characters, including quotes provided they are represented by two quotes in a row ("").
    The function ignores leading and trailing white spaces are ignored
    The length of the input string is not validated.

  • Shutdown immediate hangs ORA-12012, ORA-12008, ORA-06512

    We have a problem while immediate shutting down the database:
    alert.log:
    Errors in file /data_archiv/oracle/admin/EGB/bdump/egb_j001_7708.trc:
    ORA-12012: error on auto execute of job 3
    ORA-12008: error in materialized view refresh path
    ORA-01089: immediate shutdown in progress - no operations are permitted
    ORA-06512: at "SYS.DBMS_SNAPSHOT", line 1883
    ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2089
    ORA-06512: at "SYS.DBMS_IREFRESH", line 683
    ORA-06512: at "SYS.DBMS_REFRESH", line 195
    ORA-06512: at line 1
    Mon Jun 11 16:20:29 2007
    Job queue slave processes stopped
    Mon Jun 11 16:26:36 2007
    Active call for process 7695 user 'oracle' program 'oracle@lxegbp2qs (J000)'
    SHUTDOWN: waiting for active calls to complete.
    Trace:
    /data_archiv/oracle/admin/EGB/bdump/egb_j001_7708.trc
    Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - Production
    With the Partitioning, OLAP and Data Mining options
    ORACLE_HOME = /data_archiv/oracle/product/10g
    System name:     Linux
    Node name:     lxegbp2qs
    Release:     2.6.5-7.244-smp
    Version:     #1 SMP Mon Dec 12 18:32:25 UTC 2005
    Machine:     i686
    Instance name: EGB
    Redo thread mounted by this instance: 1
    Oracle process number: 19
    Unix process pid: 7708, image: oracle@lxegbp2qs (J001)
    *** SERVICE NAME:(SYS$USERS) 2007-06-11 16:20:28.759
    *** SESSION ID:(273.1) 2007-06-11 16:20:28.759
    *** 2007-06-11 16:20:28.759
    ORA-12012: error on auto execute of job 3
    ORA-12008: error in materialized view refresh path
    ORA-01089: immediate shutdown in progress - no operations are permitted
    ORA-06512: at "SYS.DBMS_SNAPSHOT", line 1883
    ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2089
    ORA-06512: at "SYS.DBMS_IREFRESH", line 683
    ORA-06512: at "SYS.DBMS_REFRESH", line 195
    ORA-06512: at line 1
    The job with id 3 should not run during shut down (needs only seconds):
    select substr(what, 1, 70), TO_CHAR(last_date, 'DD.MM.YYYY HH24:MI:SS') as last_date, TO_CHAR(next_date, 'DD.MM.YYYY SQL> HH24:MI:SS') as next_date from dba_jobs where job=3;
    SUBSTR(WHAT,1,70)
    LAST_DATE NEXT_DATE
    dbms_refresh.refresh('"TEST"."MV_TEST"');
    11.06.2007 06:00:06 12.06.2007 06:00:00
    Any ideas where to look for?

    Active call for process 7695 user 'oracle' programKill active call process mentioned in alert.log.

  • ORA-12012-ORA-12008-ORA-04063: error on r11i

    Heloo all;
    I have this error:
    Errors in file 9.2.0/admin/erp/bdump/prod_j000_18936.trc:
    ORA-12012: error on auto execute of job 189
    ORA-12008: error in materialized view refresh path
    ORA-04063: package body "APPS.FND_GLOBAL" has errors
    undo_suppress_errors = FALSE
    undo_suppress_errors = FALSE
    ORA-12012: error on auto execute of job 189
    ORA-12008: error in materialized view refresh path
    ORA-04063: package body "APPS.FND_GLOBAL" has errors
    ORA-06512: at "SYS.DBMS_SNAPSHOT", line 820
    ORA-06512: at "SYS.DBMS_SNAPSHOT", line 877
    ORA-06512: at "SYS.DBMS_IREFRESH", line 683
    ORA-06512: at "SYS.DBMS_REFRESH", line 195
    ORA-06512: at line 1
    ORA-00060: Deadlock detected. More info in file 9.2.0/admin/terp/udump/prod_ora_736.trc.
    ORA-1653: unable to extend table APPLSYS.DR$FND_LOBS_CTX$I by 16 in tablespace APPS_TS_TX_DATA
    ORA-1653: unable to extend table APPLSYS.DR$FND_LOBS_CTX$I by 16 in tablespace APPS_TS_TX_DATA
    my APPS_TS_TX_DATA doesnt have size problem...iAPPS.FND_GLOBAL doesnt inviladi!....
    after this error message today i have this error:
    undo_suppress_errors = FALSE
    ORA-00060: Deadlock detected. More info in file /oradb/PROD/proddb/9.2.0/admin/erp/udump/prod_ora_3463.trc.
    for the both error undo_suppress_errors seems common...
    is anyone has this error before?
    Thanks
    Helios

    Helios,
    Please review the following documents and try the suggested solutions.
    Note: 743785.1 - How I resolved ORA-1653 on APPS_TS_TX_DATA tablespace
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=743785.1
    Note: 154207.1- d1553256.drv Errors ORA-01631 Max Extents Reached Table APPLSYS.DR$FND_LOBS_CTX$I
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=154207.1
    Note: 367861.1 - "Rebuild Help Search Index" fails with ORA-01631: max # extents (505) reached in table APPLSYS.DR$FND_LOBS_CTX$
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=367861.1
    Note: 180588.1 - Solving ORA-01653: UNABLE TO EXTEND TABLE %S.%S BY %S IN TABLESPACE %S
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=180588.1
    If you still get ORA-00060 after resolving the above error, refer to:
    Note: 62365.1 - What to do with "ORA-60 Deadlock Detected" Errors
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=62365.1
    Note: 164661.1 - ORA-60 / Deadlocks Most Common Causes
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=164661.1
    Regards,
    Hussein

  • Error ORA-12012: and ORA-12005

    Hi,
    I am working in oracle9i and solaris 5.8.
    If i run the procedure automatically means it shows error
    Procedure :
    CREATE OR REPLACE PROCEDURE PROC_SCHEDULE IS
    JOBNO NUMBER;
    BEGIN
    SYS.DBMS_JOB.SUBMIT(
    JOB => JOBNO,
    WHAT => 'GARRISON.PROC_ARCHIVE_ALL;',
    NEXT_DATE => TRUNC(SYSDATE),
    INTERVAL => 'NEXT_DAY(LAST_DAY(TRUNC(SYSDATE)),''SUNDAY'')-7 + 4/24'
    COMMIT;
    END;
    ERROR
    ORA-12012: error on auto execute of job 112
    ORA-12005: may not schedule automatic refresh for times in the past
    This error i got from the log file..
    But the same procedure if i run manually means its working Fine.
    Please explain me how to run resolve the Error and to run the procedure automatically...
    Thanks...

    what is your scheduling criteria ?
    If you run the query
    select next_day(last_day(trunc(sysdate)),'SUNDAY')-7 + 4/24 from dual then as of today you will get an old date.
    25-MAR-07
    And Uncle oracle is saying scheduling is not possible for the past day.
    If you run it say on 1'st april you will get the future date which is 29-APR-07 and thus oracle will not give an error for future scheduling.

  • ORA-12012: error on auto execute of job 754461 ORA-29279: SMTP permanent error: ORA-29279: SMTP permanent error: 501 Syntax error, parameters in command "RCPT TO:" unrecognized or missing ORA-06512: at "SYS.UTL_SMTP", line 20 ORA-06512: at "SYS.UTL_SMTP",

    Hi ,
    I am getting below error frequently in alert log of database.
    ORA-12012: error on auto execute of job 754461
    ORA-29279: SMTP permanent error: ORA-29279: SMTP permanent error: 501 Syntax error, parameters in command "RCPT TO:" unrecognized or missing
    ORA-06512: at "SYS.UTL_SMTP", line 20
    ORA-06512: at "SYS.UTL_SMTP", line 98
    ORA-06512: at "SYS.UTL_SMTP", line 240
    ORA-06512: at "APPS.EIS_UTIL_PKG", line 94
    ORA-06512: at "APPS.HKD_PO_ADDON_PKG", line 110
    ORA-06512: at line 1

    You have a job running in the database. Its job ID is 754461
    It looks as if that job runs APPS.HKD_PO_ADDON_PKG
    That job is attempting to send mail using UTL_SMTP and apparently passing some strange value to SMTP server for the RCPT TO: parameter.

  • ORA-00604: error occurred at recursive SQL level 2

    Hello,
    I am trying to create a simple table and I am getting a ora error as below.
    SQL> create table album(name varchar2(100),image blob);
    create table album(name varchar2(100),image blob)
    ERROR at line 1:
    ORA-00604: error occurred at recursive SQL level 2
    ORA-01422: exact fetch returns more than requested number of rows
    how to resolve this?Any help..
    Thanks,
    Ranz.

    Hi,
    *@Anurag Tibrewal,*
    I followed as per the order od statements you gave. Initially there was no table "ALBUM" when I executed the first 2 statements.
    3rd staement i created a table "ALBUM" and then 4th and 5th statement showed that I have a table called "ALBUM".
    Now when again I wanted to drop the table I am getting the same error.
    SQL> drop table album
    2 ;
    drop table album
    ERROR at line 1:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01422: exact fetch returns more than requested number of rows
    *@Jean-Valentin*
    I am not finding the trace file for today as i checked the alert log. When i searched for the the error I found the error for March 4. No ora-00604 error from today.
    As shown in ALERT LOG.
    Thu Mar 04 10:50:41 2010
    Errors in file d:\oracle\product\10.2.0\admin\raneeshtest\bdump\*raneeshtest_j000_5976.trc*:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-04030: out of process memory when trying to allocate 172 bytes (Typecheck,seg:kggfaAllocSeg)
    ORA-12012: error on auto execute of job 1
    ORA-04030: out of process memory when trying to allocate 16428 bytes (pga heap,kgh stack)
    Trace file details:
    Dump file d:\oracle\product\10.2.0\admin\raneeshtest\bdump\raneeshtest_j000_5976.trc
    Thu Mar 04 10:50:31 2010
    ORACLE V10.2.0.3.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Personal Oracle Database 10g Release 10.2.0.3.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Windows NT Version V6.0 Service Pack 1
    CPU : 2 - type 586, 2 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:27M/2037M, Ph+PgF:341M/4352M, VA:4M/2047M
    Instance name: raneeshtest
    Redo thread mounted by this instance: 1
    Oracle process number: 15
    Windows thread id: 5976, image: ORACLE.EXE (J000)
    *** 2010-03-04 10:50:31.224
    *** ACTION NAME:() 2010-03-04 10:50:30.276
    *** MODULE NAME:() 2010-03-04 10:50:30.195
    *** SERVICE NAME:(SYS$USERS) 2010-03-04 10:50:30.195
    *** SESSION ID:(137.401) 2010-03-04 10:50:30.195
    *********START PLSQL RUNTIME DUMP************
    ***Got internal error Exception caught in pfrrun() while running PLSQL***
    ***Got ORA-4030 while running PLSQL***
    PACKAGE SYSMAN.MGMT_ADMIN_DATA:
    library unit=3416af50 line=128 opcode=117 static link=0 scope=0
    FP=3ca31374 PC=30f42000 Page=0 AP=3ca47b2c ST=3ca32778
    DL0=3ca46564 GF=3ca465b0 DL1=3ca46584 DPF=3ca465a8 DS=30f421e4
    DON library unit variable list instantiation
    0 3416af50 3ca465b0 3ca2005c
    1
    2
    3
    4
    5
    6
    7
    scope frame
    2 0
    1 3ca31374
    package variable address size
    0 3ca46698 16
    1 3ca466a8 16
    2 3ca466b8 16
    3 3ca466c8 16
    4 3ca466d8 16
    5 3ca466e8 20
    6 3ca466fc 16
    7 3ca4670c 20
    8 3ca46720 16
    9 3ca46730 4
    10 3ca46734 4
    11 3ca46738 4
    12 3ca4673c 4
    13 3ca46740 4
    14 3ca46744 4
    15 3ca46748 4
    16 3ca4674c 4
    17 3ca46750 4
    18 3ca46754 4
    19 3ca46758 4
    20 3ca4675c 4
    21 3ca46760 20
    22 3ca46774 20
    23 3ca46788 20
    24 3ca4679c 20
    25 3ca467b0 4
    26 3ca467b4 4
    27 3ca467b8 4
    28 3ca467bc 4
    29 3ca467c0 16
    30 3ca467d0 16
    31 3ca467e0 8
    32 3ca467e8 39
    33 3ca46810 39
    34 3ca46838 521
    35 3ca46a44 521
    36 3ca46c50 140
    37 3ca46cdc 140
    38 3ca46d68 30
    39 3ca46d88 30
    40 3ca46da8 30
    41 3ca46dc8 30
    42 3ca46de8 30
    43 3ca46e08 30
    44 3ca46e28 30
    45 3ca46e48 30
    46 3ca46e68 30
    47 3ca46e88 30
    48 3ca46ea8 30
    49 3ca46ec8 30
    50 3ca46ee8 140
    51 3ca46f74 140
    52 3ca47000 30
    53 3ca47020 30
    54 3ca47040 30
    55 3ca47060 30
    56 3ca47080 39
    57 3ca470a8 39
    version=43123476 instantiation size=2920
    line pcode offset
    1 2
    4 620
    5 632
    6 632
    7 638
    8 644
    14 650
    29 810
    44 970
    47 992
    48 1000
    49 1008
    50 1016
    51 1024
    52 1032
    53 1040
    54 1048
    55 1056
    56 1064
    57 1072
    60 1080
    128 1814
    196 2548
    197 2554
    198 2560
    199 2566
    205 2572
    206 2578
    438 2584
    1 2586
    ***********END PLSQL RUNTIME DUMP************
    *** 2010-03-04 10:50:40.690
    ORA-12012: error on auto execute of job 1
    ORA-04030: out of process memory when trying to allocate 16428 bytes (pga heap,kgh stack)
    *** 2010-03-04 10:50:41.206
    ORA-00604: error occurred at recursive SQL level 1
    ORA-04030: out of process memory when trying to allocate 172 bytes (Typecheck,seg:kggfaAllocSeg)
    ORA-12012: error on auto execute of job 1
    ORA-04030: out of process memory when trying to allocate 16428 bytes (pga heap,kgh stack)
    SQL> select * from dual;
    D
    X
    SQL>
    This is the output. Its returning corredclty. Now what is the problem? Pls help me.

  • PROPAGATION STALLED WITH ERROR ORA-01405

    version 10.2.03
    this is a single source single destination replication.
    Has been moving along fine then get error:
    ORA-12012: error on auto execute of job 4686
    ORA-01405: fetched column value is NULL
    ORA-06512: at "SYS.DBMS_AQADM_SYS", line 7224
    ORA-06512: at "SYS.DBMS_AQADM_SYS", line 7502
    ORA-06512: at "SYS.DBMS_AQADM", line 978
    ORA-06512: at line 1
    in propagation.
    Unable to stop propagation even with force => TRUE
    restarting capture and apply had no effect.
    finally dropped propagation and recreated it
    This did not help either.
    each time capture restarted it proceeded from checkpoint to a particular SCN that should be replicated and stopped when it tried to enqueue this change with the above error. The change was a part of a multi-row insert. Nothing unusual about the change that I could see by looking at the capture process trace_level 127 output.
    any thoughts. other things to look for or to try to get things moving again.

    Corrupt log is a scary thought.
    Another piece of info for this problem. I dumped the current contents of the persistent capture queue AQ$_CT_captureQueue_P. There are 25 messages sitting in there. One of the messages in the middle of the list is the last one that capture reads from redo before getting this error. From what I see wen I restart capture. It finds a multi-row insert and starts building LCRs and realizing that it has already processed them. The first one it decides to enqueue is already in the persistent queue along with several others after this one. This doesn't seem right. I'm contemplating deleting the rows from the queue to see if that gets by the problem.
    While looking around I also found 6 rows in the persistent apply queue. No relation to the ones in the capture queue. why are messages being left in the apply queue? Someone removed all the error messages so I don't know if there were any there relating to these.

  • ORA-27300 during night hours, restart database needed

    Hi,
    Last year we upgraded a small database system on several systems from Oracle 8.0.6 to Oracle XE.
    We installed XE, dropped the XE database and created a new one with standard scripts. (We didn't need APEX)
    Next we imported the data of the old database and tested the C++ applications on it. Everything worked fine.
    We implemented it on several sites. The target system is usually:
    OS: Windows 2000 SP4
    Mem: 512 or 768 MB
    Swap: 2 Gb
    Now we have different errors on the sites, which all seem to be memory allocation problems.
    The error usually occur outside working hours (no client activity, so the applications can't be blamed).
    Eventually, the application usually gets a ORA-04030 error, unable to allocate xxx bytes of memory...,
    or ORA-07445: exception encountered...
    Is seems like some Oracle processes are stumbling over their own feet, because nothing is done from the client side.
    Here 's what is recorded in the alert.log
    Sun Dec 16 03:00:30 2007
    Process startup failed, error stack:
    Sun Dec 16 03:00:30 2007
    Errors in file d:\oraclexe\oradata\pls_hoogezand\system_trace\pkhz_psp0_1368.trc:
    ORA-27300: OS system dependent operation:spcdr:9261:4200 failed with status: 997
    ORA-27301: OS failure message: Overlappende I/O-bewerking wordt uitgevoerd.
    ORA-27302: failure occurred at: skgpspawn
    Sun Dec 16 03:00:31 2007
    Process m000 died, see its trace file
    Sun Dec 16 03:00:31 2007
    ksvcreate: Process(m000) creation failed
    Sun Dec 16 03:01:31 2007
    Process startup failed, error stack:
    Sun Dec 16 03:01:31 2007
    Errors in file d:\oraclexe\oradata\pls_hoogezand\system_trace\pkhz_psp0_1368.trc:
    ORA-27300: OS system dependent operation:spcdr:9261:4200 failed with status: 997
    ORA-27301: OS failure message: Overlappende I/O-bewerking wordt uitgevoerd.
    ORA-27302: failure occurred at: skgpspawn
    -- and this repeats itself during the rest of the weekend, until
    Mon Dec 17 09:11:57 2007
    Process m000 died, see its trace file
    Mon Dec 17 09:11:57 2007
    ksvcreate: Process(m000) creation failed
    Mon Dec 17 09:12:55 2007
    Errors in file d:\oraclexe\oradata\pls_hoogezand\system_trace\pkhz_j000_1516.trc:
    ORA-12012: error on auto execute of job 5430
    ORA-04030: out of process memory when trying to allocate ORA-04030: out of process memory when trying to allocate 123404 bytes (QERHJ hash-joi,kllcqas:kllsltba)
    ORA-06512: at "SYS.DBMS_ISCHED", line 492
    ORA-06512: at "SYS.DBMS_SCHEDULER", line 2390
    bytes (,)
    The instance parameters are:
    System parameters with non-default values:
    processes = 200
    sga_max_size = 314572800
    __shared_pool_size = 92274688
    __large_pool_size = 4194304
    __java_pool_size = 4194304
    __streams_pool_size = 0
    sga_target = 264241152
    control_files = D:\ORACLEXE\ORADATA\PLS_HOOGEZAND\CTRLPKHZ1.ORA, D:\ORACLEXE\ORADATA\PLS_HOOGEZAND\CTRLPKHZ2.ORA
    db_block_size = 8192
    __db_cache_size = 159383552
    compatible = 10.0.0.0.0
    log_buffer = 2859008
    log_checkpoint_interval = 10000
    log_checkpoint_timeout = 0
    db_files = 200
    db_file_multiblock_read_count= 16
    undo_management = AUTO
    undo_tablespace = UNDOTBS
    undo_retention = 10800
    remote_login_passwordfile= SHARED
    db_domain = DB_KMHZ.WORLD
    global_names = FALSE
    distributed_lock_timeout = 300
    job_queue_processes = 2
    background_dump_dest = D:\ORACLEXE\ORADATA\PLS_HOOGEZAND\SYSTEM_TRACE
    user_dump_dest = D:\ORACLEXE\ORADATA\PLS_HOOGEZAND\USER_TRACE
    max_dump_file_size = 10240
    open_links = 10
    db_name = DB_KMHZ
    pga_aggregate_target = 104857600
    After I tried several memory setting without success, I returned to the old-fashioned 8.0.6 settings,
    hoping Oracle would allocate less memory from OS.
    - I turned off automatic memory management (delete SGA_target parameter and used db_block_buffers, etc)
    - I set WORKAREA_SIZE_POLICY to MANUAL (speed wasn't an issue, so I deleted PGA_aggregate_target from spinit, and used sort_area_size)
    The system parameters became:
    processes = 200
    shared_pool_size = 75497472
    control_files = D:\ORACLEXE\ORADATA\PLS_HOOGEZAND\CTRLPKHZ1.ORA, D:\ORACLEXE\ORADATA\PLS_HOOGEZAND\CTRLPKHZ2.ORA
    db_block_buffers = 550
    db_block_size = 8192
    compatible = 10.0.0.0.0
    log_buffer = 2863104
    log_checkpoint_interval = 10000
    log_checkpoint_timeout = 0
    db_files = 200
    db_file_multiblock_read_count= 16
    undo_management = AUTO
    undo_tablespace = UNDOTBS
    undo_retention = 10800
    remote_login_passwordfile= SHARED
    db_domain = DB_KMHZ.WORLD
    global_names = FALSE
    distributed_lock_timeout = 300
    job_queue_processes = 2
    background_dump_dest = D:\ORACLEXE\ORADATA\PLS_HOOGEZAND\SYSTEM_TRACE
    user_dump_dest = D:\ORACLEXE\ORADATA\PLS_HOOGEZAND\USER_TRACE
    max_dump_file_size = 10240
    open_links = 10
    sort_area_size = 65536
    db_name = DB_KMHZ
    workarea_size_policy = MANUAL
    After this, it appeared that the error still occured from time to time, but this time
    Oracle was able to restart the process. This is what was shown in the alert.log
    Completed: ALTER DATABASE OPEN
    Fri Dec 21 13:00:12 2007
    Thread 1 advanced to log sequence 33
    Current log# 1 seq# 33 mem# 0: D:\ORACLEXE\ORADATA\PLS_HOOGEZAND\LOG1.ORA
    Sun Dec 23 10:00:59 2007
    Thread 1 advanced to log sequence 34
    Current log# 2 seq# 34 mem# 0: D:\ORACLEXE\ORADATA\PLS_HOOGEZAND\LOG2.ORA
    Tue Dec 25 21:02:39 2007
    Thread 1 advanced to log sequence 35
    Current log# 1 seq# 35 mem# 0: D:\ORACLEXE\ORADATA\PLS_HOOGEZAND\LOG1.ORA
    Wed Dec 26 11:00:30 2007
    Process startup failed, error stack:
    Wed Dec 26 11:00:30 2007
    Errors in file d:\oraclexe\oradata\pls_hoogezand\system_trace\pkhz_psp0_1528.trc:
    ORA-27300: OS system dependent operation:spcdr:9261:4200 failed with status: 997
    ORA-27302: failure occurred at: skgpspawn
    Wed Dec 26 11:00:31 2007
    Process m000 died, see its trace file
    Wed Dec 26 11:00:31 2007
    ksvcreate: Process(m000) creation failed
    Wed Dec 26 11:01:31 2007
    Process startup failed, error stack:
    Wed Dec 26 11:01:31 2007
    Errors in file d:\oraclexe\oradata\pls_hoogezand\system_trace\pkhz_psp0_1528.trc:
    ORA-27300: OS system dependent operation:spcdr:9261:4200 failed with status: 997
    ORA-27302: failure occurred at: skgpspawn
    Wed Dec 26 11:01:32 2007
    Process m000 died, see its trace file
    Wed Dec 26 11:01:32 2007
    ksvcreate: Process(m000) creation failed
    Wed Dec 26 11:02:32 2007
    Process startup failed, error stack:
    Wed Dec 26 11:02:32 2007
    Errors in file d:\oraclexe\oradata\pls_hoogezand\system_trace\pkhz_psp0_1528.trc:
    ORA-27300: OS system dependent operation:spcdr:9261:4200 failed with status: 997
    ORA-27302: failure occurred at: skgpspawn
    -- fails about 10 times
    Wed Dec 26 11:08:15 2007
    Process m000 died, see its trace file
    Wed Dec 26 11:08:15 2007
    ksvcreate: Process(m000) creation failed
    -- and here it seems to have succeeded, because the next entry is a "change logfile"
    Thu Dec 27 21:02:41 2007
    Thread 1 advanced to log sequence 36
    Current log# 2 seq# 36 mem# 0: D:\ORACLEXE\ORADATA\PLS_HOOGEZAND\LOG2.ORA
    Fri Dec 28 08:00:48 2007
    Process startup failed, error stack:
    Fri Dec 28 08:00:48 2007
    Errors in file d:\oraclexe\oradata\pls_hoogezand\system_trace\pkhz_psp0_1528.trc:
    ORA-27300: OS system dependent operation:spcdr:9261:4200 failed with status: 997
    ORA-27302: failure occurred at: skgpspawn
    This pattern repeats itself. The database makes one or a few logfile changes, and then the m000 process fails, but is eventually started again.
    Well, the good thing is, that for the end user seems to be solved (so far).
    My questions to y'all:
    - Is this problem related to bug 5607984 "- ORACLE DOES NOT CLOSE TCP CONNECTIONS. REMAINS IN CLOSE_WAIT STATE. [On Windows 32-bit]"?
    If Yes, can I do anything to solve it except waiting for the next version of XE?
    If No, then what else can be the cause?
    - Am I just fighting symptoms here, using the old Oracle 8 parameters?
    - Are there other/better ways to workaround this problem?
    - Are some Oracle jobs, like SYS.AUTO_SPACE_ADVISOR_PROG or SYS.GATHER_STATS_JOB bugging me?
    If yes, is it possible / advisable to stop these jobs?
    - Any other recommendations?
    Any comments are greatly appreciated.
    kndrgrds,
    Jan R

    Ah, yes, I forgot. (It didn't help me much, though)
    -- first occasion: pkhz_psp0_1368.trc:
    Dump file d:\oraclexe\oradata\pls_hoogezand\system_trace\pkhz_psp0_1368.trc
    Sun Dec 16 03:00:30 2007
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    Windows 2000 Version V5.0 Service Pack 4
    CPU : 1 - type 586
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:238M/759M, Ph+PgF:264M/2218M, VA:81M/2047M
    Instance name: pkhz
    Redo thread mounted by this instance: 1
    Oracle process number: 3
    Windows thread id: 1368, image: ORACLE.EXE (PSP0)
    *** SERVICE NAME:(SYS$BACKGROUND) 2007-12-16 03:00:30.828
    *** SESSION ID:(224.1) 2007-12-16 03:00:30.828
    *** 2007-12-16 03:00:30.828
    Process startup failed, error stack:
    ORA-27300: OS system dependent operation:spcdr:9261:4200 failed with status: 997
    ORA-27301: OS failure message: Overlappende I/O-bewerking wordt uitgevoerd.
    ORA-27302: failure occurred at: skgpspawn
    *** 2007-12-16 03:01:31.906
    Process startup failed, error stack:
    ORA-27300: OS system dependent operation:spcdr:9261:4200 failed with status: 997
    ORA-27301: OS failure message: Overlappende I/O-bewerking wordt uitgevoerd.
    ORA-27302: failure occurred at: skgpspawn
    *** 2007-12-16 03:02:33.218
    Process startup failed, error stack:
    ORA-27300: OS system dependent operation:spcdr:9261:4200 failed with status: 997
    ORA-27301: OS failure message: Overlappende I/O-bewerking wordt uitgevoerd.
    ORA-27302: failure occurred at: skgpspawn
    -- etc. This goes on synchonously with the alert.log
    -- later, at 9:12:
    -- pkhz_j000_1516:
    Dump file d:\oraclexe\oradata\pls_hoogezand\system_trace\pkhz_j000_1516.trc
    Mon Dec 17 09:12:55 2007
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    Windows 2000 Version V5.0 Service Pack 4
    CPU : 1 - type 586
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:184M/759M, Ph+PgF:241M/2218M, VA:56M/2047M
    Instance name: pkhz
    Redo thread mounted by this instance: 1
    Oracle process number: 18
    Windows thread id: 1516, image: ORACLE.EXE (J000)
    *** ACTION NAME:(PURGE_LOG) 2007-12-17 09:12:55.046
    *** MODULE NAME:(DBMS_SCHEDULER) 2007-12-17 09:12:55.046
    *** SERVICE NAME:(SYS$USERS) 2007-12-17 09:12:55.046
    *** SESSION ID:(200.22) 2007-12-17 09:12:55.046
    *** 2007-12-17 09:12:55.046
    ORA-12012: error on auto execute of job 5430
    ORA-04030: out of process memory when trying to allocate ORA-04030: out of process memory when trying to allocate 123404 bytes (QERHJ hash-joi,kllcqas:kllsltba)
    ORA-06512: at "SYS.DBMS_ISCHED", line 492
    ORA-06512: at "SYS.DBMS_SCHEDULER", line 2390
    bytes (,)
    -- second occasion, pkhz_psp0_1528.trc
    Dump file d:\oraclexe\oradata\pls_hoogezand\system_trace\pkhz_psp0_1528.trc
    Wed Dec 26 11:00:30 2007
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    Windows 2000 Version V5.0 Service Pack 4
    CPU : 1 - type 586
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:151M/759M, Ph+PgF:590M/2671M, VA:5M/2047M
    Instance name: pkhz
    Redo thread mounted by this instance: 1
    Oracle process number: 3
    Windows thread id: 1528, image: ORACLE.EXE (PSP0)
    *** SERVICE NAME:(SYS$BACKGROUND) 2007-12-26 11:00:30.250
    *** SESSION ID:(224.1) 2007-12-26 11:00:30.250
    *** 2007-12-26 11:00:30.250
    Process startup failed, error stack:
    ORA-27300: OS system dependent operation:spcdr:9261:4200 failed with status: 997
    ORA-27302: failure occurred at: skgpspawn
    *** 2007-12-26 11:01:31.156
    Process startup failed, error stack:
    ORA-27300: OS system dependent operation:spcdr:9261:4200 failed with status: 997
    ORA-27302: failure occurred at: skgpspawn
    *** 2007-12-26 11:02:32.156
    Process startup failed, error stack:
    ORA-27300: OS system dependent operation:spcdr:9261:4200 failed with status: 997
    ORA-27302: failure occurred at: skgpspawn
    *** 2007-12-26 11:03:35.156
    Process startup failed, error stack:
    ORA-27300: OS system dependent operation:spcdr:9261:4200 failed with status: 997
    ORA-27302: failure occurred at: skgpspawn
    this repeats a few times until the end of the file.
    JanR

  • Inbound Connection Timeout ORA-3136

    Hi,
    Certain users are getting locked automatically and when I checked the Alert log file I found
    WARNING: inbound connection timed out (ORA-3136)
    I referred to the Metalink doc : 465043.1.
    I increase the SQLNET.INBOUND_CONNECT_TIMEOUT to 120, and still the users are getting locked, there is no network delay, there is no database performance degradation.
    However, I found ORA 600 error in the alert log file along with the following errors
    ORA-00600: ?ف? ??? ???غمش ?غك???? [pfri.c: pfri8: plio mismatch ], [], [], [], [
    ORA-04061: غف م?ف ?غ??ظظ فµ ??غ? package body "HR_BASE.PN$LEAVE_BALANCE" ?غفك?ك?
    ORA-04065: غف م?ف ?غ?µطم?ش ?ف ???مغ ?ك ??ظ?? package body "HR_BASE.PN$LEAVE_BALA
    NCE"
    Sat Jan 3 14:35:01 2009
    Errors in file /u01/app/oracle/admin/central/udump/central_ora_5902.trc:
    ORA-00600: ?ف? ??? ???غمش ?غك???? [pfri.c: pfri8: plio mismatch ], [], [], [], [
    Sat Jan 3 14:35:24 2009
    Errors in file /u01/app/oracle/admin/central/udump/central_ora_5902.trc:
    ORA-00600: ?ف? ??? ???غمش ?غك???? [pfri.c: pfri8: plio mismatch ], [], [], [], [
    Sat Jan 3 14:40:01 2009
    Thread 1 advanced to log sequence 1987 (LGWR switch)
    Current log# 3 seq# 1987 mem# 0: /oradb/oradata/central/redo03a.log
    ORA-12012: ??? طم ?غ?µطم? ?غ?غم غغك?مط? 37
    ORA-01403: غف م?ف ?غ??ك? ?غل ?م? ?م?µ??
    ORA-06512: ?µ? "HR_BASE.BSH$PAYROLL", line 143
    ORA-06512: ?µ? line 1
    Sun Jan 25 12:26:47 2009
    Errors in file /u01/app/oracle/admin/central/bdump/central_j000_6523.trc:
    ORA-12012: ??? طم ?غ?µطم? ?غ?غم غغك?مط? 37
    ORA-01403: غف م?ف ?غ??ك? ?غل ?م? ?م?µ??
    ORA-06512: ?µ? "HR_BASE.BSH$PAYROLL", line 143
    ORA-06512: ?µ? line 1
    Sun Jan 25 12:30:48 2009
    Errors in file /u01/app/oracle/admin/central/bdump/central_j000_6523.trc:
    ORA-12012: ??? طم ?غ?µطم? ?غ?غم غغك?مط? 37
    ORA-01403: غف م?ف ?غ??ك? ?غل ?م? ?م?µ??
    ORA-06512: ?µ? "HR_BASE.BSH$PAYROLL", line 143
    ORA-06512: ?µ? line 1
    Sun Jan 25 12:31:38 2009
    Thread 1 advanced to log sequence 3184 (LGWR switch)
    PLEASE Help!!!

    Thanks for your reply,
    Could you please tell me how to recompile a set of objects, can I recompile the objects using utlrp.sql script?
    and there are some other errors as well
    *ORA-00604: error occurred at recursive SQL level 1
    ORA-01801: date format is too long for internal buffer
    RMAN-08132: WARNING: cannot update recovery area reclaimable file *
    for all those errors I need to contact Oracle support?

  • ORA-04030: out of process memory when trying ....

    Hi!
    Environment: Oracle Database 10.2.0.5.0 on Windows Server 2003 SP1. Memory: 4GB Ram. /3GB and PAE not set in boot.ini
    There is a job that runs at night that triggered this message. We assume that not enough OS memory was free for this
    process? Any recommendations greatly appreciated. Thanks!
    SGA
    Total System Global Area  734003200 bytes
    Fixed Size                  1305424 bytes
    Variable Size             213910704 bytes
    Database Buffers          511705088 bytes
    Redo Buffers                7081984 bytesExcerpt of alert log:
    Wed Oct 19 01:00:51 W. Europe Daylight Time 2011
    Process startup failed, error stack:
    Wed Oct 19 01:00:51 W. Europe Daylight Time 2011
    Errors in file h:\oracle\admin\trwprod\bdump\trwprod_psp0_3392.trc:
    ORA-27300: OS system dependent operation:CreateThread failed with status: 8
    ORA-27301: OS failure message: Not enough storage is available to process this command.
    ORA-27302: failure occurred at: ssthrddcr
    Wed Oct 19 01:00:52 W. Europe Daylight Time 2011
    Process m001 died, see its trace file
    Wed Oct 19 01:00:52 W. Europe Daylight Time 2011
    ksvcreate: Process(m001) creation failed
    Wed Oct 19 02:00:07 W. Europe Daylight Time 2011
    Errors in file h:\oracle\admin\trwprod\bdump\trwprod_j007_1320.trc:
    ORA-12012: Fehler beim autom Ausführen von Job 21
    ORA-04030: Zu wenig Prozessspeicher für Versuch 123404 Bytes zuzuweisen (QERHJ hash-joi,kllcqas:kllsltba)
    ORA-06512: in "WKSYS.WK_JOB", Zeile 443
    ORA-04030: Zu wenig Prozessspeicher für Versuch 123404 Bytes zuzuweisen (QERHJ hash-joi,kllcqas:kllsltba)
    ORA-06510: PL/SQL: Unbehandelte benutzerdefinierte Exception
    ORA-06512: in "WKSYS.WK_JOB", Zeile 766
    ORA-04030: Zu wenig Prozessspeicher für Versuch 123404 Bytes zuzuweisen (QERHJ hash-joi,kllcqas:kllsltba)
    ORA-06512: in Zeile 1Excerpt of trace log
    Wed Oct 19 02:37:09 W. Europe Daylight Time 2011
    Process m000 died, see its trace file
    Wed Oct 19 02:37:09 W. Europe Daylight Time 2011
    ksvcreate: Process(m000) creation failed
    Wed Oct 19 02:51:03 W. Europe Daylight Time 2011
    Thread 1 advanced to log sequence 3210 (LGWR switch)
      Current log# 3 seq# 3210 mem# 0: K:\ORACLE\ORADATA\TRWPROD\REDO03A.LOG
      Current log# 3 seq# 3210 mem# 1: L:\ORACLE\ORADATA\TRWPROD\REDO03B.LOG
    Wed Oct 19 07:37:00 W. Europe Daylight Time 2011
    Thread 1 advanced to log sequence 3211 (LGWR switch)
      Current log# 1 seq# 3211 mem# 0: K:\ORACLE\ORADATA\TRWPROD\REDO01A.LOG
      Current log# 1 seq# 3211 mem# 1: L:\ORACLE\ORADATA\TRWPROD\REDO01B.LOG
      ======================================================
    PRIVATE MEMORY USAGE FOR LARGEST PROCESS
    Begin memory detail for largest PGA user, pid 37
    ============================
    Begin PGA memory detail dump
    ============================
    Dumping only 0 of 1 process heap scans requested
    ============================
    End PGA memory detail dump
    ============================
    End of memory detail for pid 37
    (if there was no memory detail for pid 37, it probably timed out and
    may appear in the trace file for pid 37)
    Died during process startup with error 4030 (seq=155312)
    OPIRIP: Uncaught error 4030. Error stack:
    ORA-04030: out of process memory when trying to allocate 1636 bytes (pga heap,ldm context)

    I too believe that this is a memory issue, but need to get confirmed.
    Can you tell us what is the bit-version (32 or 64 bit?) of windows?
    Generally when we get ora-04030 error, we have some recommendations. see this link
    http://www.dba-oracle.com/t_ora_04030_out_process_memory.htm
    I also faced same problem and I archived that in my blog
    http://pavandba.com/2009/10/30/handling-ora-04030-ora-600723-on-32-bit-windows-machine/

  • ORA-28500: connection from ORACLE to a non-Oracle system returned this mess

    Hi,
    I scheduled a job .. got this error what could be the reason ?
    *** 2011-09-27 05:00:21.239
    *** SESSION ID:(273.6080) 2011-09-27 05:00:21.239
    *** CLIENT ID:([email protected]@Mozilla/4.0 (compatible; MSIE 8.0; Windows) 2011-09-27 05:00:21.239
    *** SERVICE NAME:(SYS$USERS) 2011-09-27 05:00:21.239
    *** MODULE NAME:(DBMS_SCHEDULER) 2011-09-27 05:00:21.239
    *** ACTION NAME:(XXINSERTKEY) 2011-09-27 05:00:21.239
    ORA-12012: error on auto execute of job 3311903
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied. {08001,NativeErr = 17}[Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (Connect()). {01000,NativeErr = 53}
    ORA-02063: preceding 2 lines from VISABG
    ORA-06512: at "APPS.XXDMIG_INSERT", line 3
    Thanks
    Vishwa

    ORA-12012: error on auto execute of job 3311903
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied. {08001,NativeErr = 17}[Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (Connect()). {01000,NativeErr = 53}
    ORA-02063: preceding 2 lines from VISABG
    ORA-06512: at "APPS.XXDMIG_INSERT", line 3Search MOS website for ORA-28500 and go through the docs!
    Ora-28500 with Ms Sqlserver - Not associated with a trusted SQL Server connection [ID 333775.1]
    How to Configure DG4ODBC (Oracle Database Gateway for ODBC) on Windows 32bit to Connect to Non-Oracle Databases Post Install [ID 466225.1]
    Select From Non-Oracle Database Using Dg4odbc Returns Ora-28500 From Sqlplus [ID 1254254.1]
    ORA-28500: Login failed via Transparent Gateway when Connect to SQL Server 2000 on WinXP [ID 1165743.1]
    Error Ora-28500 and Sqlstate I Issuing Selects From a Unicode Oracle RDBMS With Dg4odbc To Mysql or SQL*Server [ID 756186.1]
    Thanks,
    Hussein

  • Intermittent ORA-00942 error

    Hi,
    I'm getting an intermittent ORA-00942 (Table or View Does Not Exist) error in Oracle 9i. We're getting it in several different packages, and they all have one thing in common.
    They are all either joining to a table type that had previously been populated with a BULK COLLECT INTO or a temp table that was populate with a CAST (from the same table type) or has a TABLE CAST directly in the join.
    This is the type:
    CREATE OR REPLACE TYPE fe_id_tab AS TABLE OF INTEGER NOT NULL;
    This is the table:
    create global temporary table FE_TMP_ID
    ID INTEGER not null
    on commit delete rows;
    Again, this is an intermittent error. It only happens occasionally, and when it does happen, if you immediately run the same query, it works fine.
    Thanks,
    Karin

    smuthuku wrote:
    The customer is getting the below error in the alert log intermittently when running utlrp script in 11.2.0.2
    ORA-12012: error on auto execute of job "SYS"."UTL_RECOMP_SLAVE_24"
    ORA-00942: table or view does not exist
    As this happens in a production environment, the customer doesn't want to turn on the tracing but wants to know
    if this is a problem with the data dictionary or someother issue. Any inputs appreciated.
    Yes, it is a problem with data dictionay or some other issue.
    do as below so we can know complete Oracle version & OS name.
    Post via COPY & PASTE complete results of
    SELECT * from v$version;

  • ORA-12008 in MV refresh with no other errors

    I have a scheduler job that refreshes multiple MV's. When one fails, it only shows
    ORA-12012: error on auto execute of job 1258189
    ORA-12008: error in materialized view refresh path
    No other errors show up either in the alert log or the resulting trace file. It will refresh fine if I perform the refresh manually after the error.
    How can I figure out what is causing the problem (i.e. get additional errors)? Is there some directive I can give to get more information?
    Solaris 10, Oracle 10.2.0.1

    Note:401971.1-Refresh Of MVIEW Via Database Job Fails ORA-12012 ORA-12008 ORA-942

  • Getting ORA-01476 and ORA-06512 in alert log

    I am getting this error in my alert log file frequently
    ORA-12012: error on auto execute of job 734
    ORA-12008: error in materialized view refresh path
    ORA-01476: divisor is equal to zero
    ORA-06512: at "SYS.DBMS_SNAPSHOT", line 803
    ORA-06512: at "SYS.DBMS_SNAPSHOT", line 860
    ORA-06512: at "SYS.DBMS_IREFRESH", line 683
    ORA-06512: at "SYS.DBMS_REFRESH", line 195
    ORA-06512: at line 1
    can anybody help in finding the cause and solution for this?
    Thanks and Regards
    Thiagarajan.

    The root error for this issue can be found here:
    ORA-01476: divisor is equal to zero
    You should debug your materialized view, it is dealing with divisors whose value is equal to zero, and your procedure isn't capable of handling this exception. Try to perform a manual refresh to verify this error is repeatable and look for division operations, then debug values.
    ~ Madrid

Maybe you are looking for

  • WIndows 8.1 app tiles don't work since window update on 12/14/14

    My computer with windows 8.1 went through several updates on 12/14/14 and now none of my window tiles will open and several are now missing. I tried to install them again, and it says go back to the app store and install them again. It doesn't work.

  • How do I increase the width of the first column in the Terminal ls -l command?

    I am now running 10.9.x, but I've experienced the problem described in the question over the last several iterations of OS X. I use bash as my interactive shell. When I display the "ls -l" command in Terminal the output is often very difficult for me

  • Signed Applet JTextField copy to system clipboard

    Hi all, We have a signed and deployed our JAR file that contains our applet following the instructions listed at: http://java.sun.com/products/plugin/1.3/docs/rsa_signing.html We used Thwate as our CA. All seemed good. However any JTextFields that ar

  • Bluetooth Hands free car - Audi A4

    Hi Just wondering if antone else has had problems with the bluetooth connection with their Audi A4. Although the phone still connects I cant access the contacts on the phone, though before the update I could no problem. Is there something I'm doing w

  • Itunes - another "not closing" issue

    So, is there a fix yet for this? (force quit does "work", if that is the right verb). I've read 2 threads, with guess-answers pointing to "widgets" or plug-ins being a potential source. This old Mac has neither of those installed, and I just had the