Error Ora-600 - sql > create spfile from pfile - ERROR at line 1: ORA-00600

Hello

I am facing the following question in the database pending,

Oracle 10g

SQL > create spfile from pfile;
Create spfile from pfile
*
ERROR on line 1:
ORA-00600: internal error code, arguments: [ksplrmfn1], [3059], [3059], [], [],.
[], [], []


After you have added the db_file_name_convert and log_file_name_convert in pfile. If I remove these two spfile parameters is created successfully.

Thank you.

Here's the syntax exactly who i had given.

db_file_name_convert = "/ u02/proddata", "/ u02/proddata ', ' / u03/proddata", "proddata1/u04 /, ' / u04/proddata ', ' / u04/proddata '
log_file_name_convert = "/ u02/proddata", "/ u02/proddata ', ' / u03/proddata", "proddata1/u04 /, ' / u04/proddata ', ' / u04/proddata '

Carefully, see apostrophe ending 4th missed rope... Changed as below. Use it and try again :)

db_file_name_convert = "/ u02/proddata", "/ u02/proddata", "/ u03/proddata", "/ u04/proddata1", "/ u04/proddata", "/ u04/proddata.
log_file_name_convert = "/ u02/proddata", "/ u02/proddata", "/ u03/proddata", "/ u04/proddata1", "/ u04/proddata", "/ u04/proddata.

Close if answered threads

Tags: Database

Similar Questions

  • ERROR IN CREATE SPFILE FROM PFILE

    Hello to all... I use oracle 10g and OS is linux... I am creating my existing pfile spfile in the specified location... but I'm getting error... Here is the scenario... pls help me... Thank you

    Create spfile='u01/app/oracle/product/10.2.0/db_1/dbs/spfileorcl.ora 'to pfile='u01/app/oracle/product/10.2.0/db_1/dbs/initorcl.ora ';

    Create a spfile='u01/app/oracle/product/10.2.0/db_1/dbs/spfileorcl.ora' to pfile='u01/app/oracle/product/10.2.0/db_1/dbs/initorcl.ora'

    *

    ERROR on line 1:

    ORA-01078: failure of treatment system parameters

    ORA-27040: create file error, cannot create the file

    Linux error: 2: no such file or directory

    I suspect that you are missing the first slash as below

    Create spfile='/u01/app/oracle/product/10.2.0/db_1/dbs/spfileorcl.ora 'to pfile='/u01/app/oracle/product/10.2.0/db_1/dbs/initorcl.ora ';

  • RMAN creates spfile and pfile created from it has 0 kb

    Hello
    Oracle 10g, Windows Server 2003.
    I have create a spfile with RMAN:

    *****************************************************************************
    RMAN > BACKUP SPFILE format 'C:\spfile.ora ';

    From backup 20 April 12
    using controlfile target instead of recovery catalog database
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid = 492 devtype = DISK
    channel ORA_DISK_1: from full datafile backupset
    channel ORA_DISK_1: specifying datafile (s) in backupset
    including current SPFILE in backupset
    channel ORA_DISK_1: starting piece 1 at 20 April 12
    channel ORA_DISK_1: finished piece 1 at 20 April 12
    piece handle = C:\SPFILE. ORA comment = NONE
    channel ORA_DISK_1: complete set of backups, time: 00:00:02
    Backup finished on 20 April 12

    From control file and SPFILE Autobackup 20 April 12
    room handle=\\192.168.1.149\G$\JNESRV4-ARCLOGS\MTDPROD\RMAN
    \C-2169285856-201204
    Comment from 20-04 = NONE
    File control finished and Autobackup SPFILE to 20 April 12

    *****************************************************************************

    Strange thing is that C:\spfile.ora created is 96 KB, when original
    SPFile.ora is 4 KB.

    Now, I try to create pfile.ora (init.ora) of plu sql:

    SQL > connect sys / * as sysdba
    Connected.
    SQL > CREATE PFILE ='C:\pfile.ora "of SPFILE ='C:\spfile.ora ';

    Created file.

    SQL >

    Strange thing is that C:\pfile.ora created is 0 KB!
    What is going on?

    SPFILE BACKUP to create a backup set containing spfile, this isn't spfile himself. You must restore this backup but not use it as spfile.

    To create a copy of the spfile, you can use the following command in sqlplus:

    create the 'C:\spfile.ora' of memory = spfile;

  • entry SPFile from pfile

    Hello

    I created a file pfile my spfile (create a pfile = 'init.ora' of spfile. In the pfile file, there is an entry referencing the spfile. How can I create a pfile file that will contain all of the settings in the spfile?


    cma3p.__db_cache_size = 855638016
    cma3p.__java_pool_size = 16777216
    cma3p.__large_pool_size = 16777216
    cma3p.__shared_pool_size = 671088640
    cma3p.__streams_pool_size = 33554432
    *. SPFile='+pData/cma3p/spfilecma3p.ora'

    OK, the command to create a complete init.ora is generically, you used:

    [oracle@kronos dbs]$ ls inithjr.ora
    ls: inithjr.ora: No such file or directory
    
    [oracle@kronos dbs]$ sqlplus / as sysdba
    SQL> create pfile='inithjr.ora' from spfile;
    
    File created.
    SQL> exit
    
    [oracle@kronos dbs]$ cat inithjr.ora
    lin10.__db_cache_size=536870912
    lin10.__java_pool_size=4194304
    lin10.__large_pool_size=4194304
    lin10.__shared_pool_size=209715200
    lin10.__streams_pool_size=0
    *.audit_file_dest='/u01/app/oracle/admin/lin10/adump'
    *.background_dump_dest='/u01/app/oracle/admin/lin10/bdump'
    *.compatible='10.2.0.1.0'
    *.control_files='/u01/app/oracle/oradata/lin10/control01.ctl','/u01/app/oracle/oradata/lin10/control02.ctl','/u01/app/oracle/oradata/lin10/control03.ctl'
    *.core_dump_dest='/u01/app/oracle/admin/lin10/cdump'
    *.db_block_size=8192
    *.db_domain='dizwell.home'
    *.db_file_multiblock_read_count=16
    *.db_name='lin10'
    *.db_recovery_file_dest='/u01/app/oracle/flash_recovery_area'
    *.db_recovery_file_dest_size=2147483648
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=lin10XDB)'
    *.job_queue_processes=10
    *.open_cursors=300
    *.pga_aggregate_target=252706816
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=758120448
    *.undo_management='AUTO'
    *.undo_tablespace='UNDOTBS1'
    *.user_dump_dest='/u01/app/oracle/admin/lin10/udump'
    

    Note that there is no pointer to a spfile here.

    You are obviously using ASM, which may complicate things a bit: I suggest putting an explicit path in your pfile create statement file. (In other words, create pfile ' / somewhere/initmydb.com ' of spfile).

    Otherwise, it is supposed to work correctly, according to the guidelines of this discussion in another place: http://groups.google.com/group/comp.databases.oracle.server/browse_thread/thread/88d0e1865a3fc2df

    My example was with 10g: you didn't say which version you are using. That could complicate matters, too (but I do not think, flippant, it does).

  • Small question about switching from PFILE from SPFILE

    Version: 10 gr 2

    I started my instance of a pfile. To switch to the SPFILE, have I not need to bounce the PB?

    Published by: ScottsTiger on July 17, 2009 12:49 AM

    Hello

    1)
    SQL > create spfile from pfile;
    (2) bounce db
    (3) check if you run db of spfile by
    SQL > show the spfile parameter

    http://www.orafaq.com/node/5

    Kind regards
    Tom
    http://OracleDBA.cz

    Published by: Soli on 17.7.2009 09:54

  • problem create spfile RAC and ASM

    Hello

    I created a database RAC 11.2.0.1 on virtual machines (oracleVM and oracle linux) (2 cases) with the ASM.

    But when I tried to create spfile, I did no mistake, spfile is created but do not change the value of parameter:

    SQL > create spfile='+DATA/RAC/spfileRAC.ora' of pfile;

    Created file.

    SQL > show the spfile parameter

    VALUE OF TYPE NAME

    ------------------------------------ ----------- ------------------------------

    chain of SPFile

    can you explain to me?

    THX.

    Create a SPFILE does not force the Oracle to use it effectively. Therefore, your setting does not show the in use. You must restart the instance:

    START SPFILE='+DATA/RAC/spfileRAC.ora'

    Oracle RAC, I do two things... first of all, is I put the SPFILE on the shared storage. I then create a pfile file called initORCLx.ora where ORCL is the name of database and 'x' is the instance id. So on node 1, it would be initorcl1.ora and on node 2, initorcl2.ora and so on. The pfile file contains just this one line:

    SPFile='+Data/RAC/spfileRAC.ora'

    Second, you will need to change your configuration in the OCR, so that the instances starts automatically with this spfile.

    srvctl change database ORCL Pei spfile_location_and_name d

    HTH,

    Brian

  • RMAN-04014: failed to start: ORA-00600 during the duplicate database

    Hello

    Oracle version: 11.2.0.2

    OS: linux rhel 5

    I do duplicate database of active database
    rman target sys/*******@pindb AUXILIARY sys/*****@test
    
    Recovery Manager: Release 11.2.0.2.0 - Production on Mon Nov 26 19:56:41 2012
    
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    
    connected to target database: pindb (DBID=4116200880)
    connected to auxiliary database: TEST (not mounted)
    
    RMAN> run {
    allocate channel C1 type disk;
    allocate auxiliary channel DUP type disk;
    DUPLICATE TARGET DATABASE  TO 'TEST' FROM ACTIVE DATABASE  DB_FILE_NAME_CONVERT '/oradata/pindb','/oradata/test';
    }2> 3> 4> 5>
    
    using target database control file instead of recovery catalog
    allocated channel: C1
    channel C1: SID=699 device type=DISK
    
    allocated channel: DUP
    channel DUP: SID=5 device type=DISK
    
    Starting Duplicate Db at 26-NOV-12
    
    contents of Memory Script:
    {
       sql clone "create spfile from memory";
    }
    executing Memory Script
    
    sql statement: create spfile from memory
    
    contents of Memory Script:
    {
       shutdown clone immediate;
       startup clone nomount;
    }
    executing Memory Script
    
    Oracle instance shut down
    
    connected to auxiliary database (not started)
    released channel: C1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 11/26/2012 19:57:07
    RMAN-06403: could not obtain a fully authorized session
    RMAN-04006: error from auxiliary database: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-04014: startup failed: ORA-00600: internal error code, arguments: [kck_rls_check must use (11,0,0,0,0) or lower], [kdt.c], [9576], [11.2.0.2.0], [], [], [], [], [], [], [], []
    RMAN-04017: startup error description: ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
    Please can someone offer

    Thank you

    Hello;

    In my view, that it is a bug that has to do with the compatibility of the compression.

    I think that work around is:

    alter system  set "_compression_compatibility"="11.2.0";
    

    Let me confirm with a document number of MOS

    Subsequently Cannot find the doc of MOS - this has some details:

    http://www.acehints.com/2011/11/fix-RMAN-duplicate-database-failed-ora.html

    http://bryangrenn.blogspot.com/2011/12/ora-600-kckrlscheck-must-use-110000-or.html

    Best regards

    mseberg

    Published by: mseberg on November 26, 2012 16:07

  • ORA-20002: you can't create links from database

    HI Experts,

    Creating database link, I get the error below. Anyone of you could please have some light on this error. I googled for this error and did not get any update.

    Oracle version: 11.2.0.3

    The user with whom I created this link of database DBA privilege.

    SQL > create database link temp_LINK connect to account identified by * using "(DESCRIPTION = (ADRESSE = (COMMUNUITY=tcp.world) (PROTOCOL = TCP)(Host=myself.us.lev.com) (Port = 1525)) (CONNECT_DATA = (SID = LNDB1DB)))'; "
    create database link temp_LINK connect to account identified by * using "(DESCRIPTION = (ADRESSE = (COMMUNUITY=tcp.world) (PROTOCOL = TCP)(Host=myself.us.lev.com) (Port = 1525)) (CONNECT_DATA = (SID = LNDB1DB)))'; "
    *
    ERROR at line 1:
    ORA-00604: error occurred at the SQL level 1 recursive
    ORA-20002: you can't create links from database
    ORA-06512: at line 4


    Thank you..

    Well Yes, this request confirmed suspicion of SB.

    The datadictionary is your friend

  • to DECLARE * ERROR at line 1: ORA-00900: invalid SQL statement

    This works fine when I use the System user to create a schema and then run this script.
    When I create another user with grant connect, resources, create view permissions I get this error:

    DECLARE
    *

    ERROR on line 1:
    ORA-00900: invalid SQL statement
    ORA-06512: at...


    DECLARE
    ID MY_TABLE.ID%TYPE;
    tNom my_table. % TABLENAME TYPE;
    PName MY_TABLE_TWO. PROPERTYNAME % TYPE;
    CURSOR c1 IS
    SELECT distinct evt.id, evt. TABLENAME, vid.propertyname
    FROM my_table evt, vid MY_TABLE_TWO
    WHERE the evt. COL_1 = 1
    AND evt. COL_2 = vid. COL_2
    and not exists (select facts FROM MY_TABLE_THREE 1)
    where evt.id = facts.eventid and facts.displayname = vid.propertyname);
    BEGIN
    OPEN c1;
    LOOP
    FETCH c1 INTO id, tNom, pname;
    OUTPUT WHEN c1% NOTFOUND;
    INSERT INTO MY_TABLE_THREE (ID, COLUMNLENGTH)
    VALUES (S_ANALYTICS_SEQUENCE.nextval, 255);
    RUN IMMEDIATELY 'ALTER TABLE ' | tNom | 'Add ' | PName | ' _ NVARCHAR2 (255);
    END LOOP;
    CLOSE c1;
    END;

    Hello

    Maybe missing a privilege. If I were you, I'll try this first:

    DECLARE
       id    MY_TABLE.ID%TYPE;
       tname MY_TABLE.TABLENAME%TYPE;
       pname MY_TABLE_TWO.PROPERTYNAME%TYPE;
       CURSOR c1 IS
          SELECT DISTINCT evt.id,
                          evt.TABLENAME,
                          vid.propertyname
            FROM MY_TABLE     evt,
                 MY_TABLE_TWO vid
           WHERE evt.COL_1 = 1
             AND evt.COL_2 = vid.COL_2
             AND NOT EXISTS (SELECT 1
                    FROM MY_TABLE_THREE facts
                   WHERE evt.id = facts.eventid
                     AND facts.displayname = vid.propertyname);
    BEGIN
       OPEN c1;
       LOOP
          FETCH c1
             INTO id, tname, pname;
          EXIT WHEN c1%NOTFOUND;
          INSERT INTO MY_TABLE_THREE
             (ID,
              COLUMNLENGTH)
          VALUES
             (S_ANALYTICS_SEQUENCE.NEXTVAL,
              255);
          DBMS_OUTPUT.put_line('ALTER TABLE ' || tname || ' add ' || pname ||
                               '_ NVARCHAR2(255)');
          --EXECUTE IMMEDIATE 'ALTER TABLE ' || tname || ' add ' || pname || '_ NVARCHAR2(255)';
       END LOOP;
       CLOSE c1;
    EXCEPTION
       WHEN OTHERS THEN
          DBMS_OUTPUT.put_line(SQLERRM);
    END;
    /
    

    Using this approach, you can see the sentences to run without run, I also added an exception block.

    Kind regards

  • Error at line 1: ORA-01503: creating the control file has no

    Hello

    I do disaster when I create controlfile by trace, I got an error

    CREATE CONTROLFILE SEt DATABASE 'test' RESETLOGS ARCHIVELOG
    MAXLOGFILES 16
    MAXLOGMEMBERS 2
    MAXDATAFILES 30
    MAXINSTANCES 1
    MAXLOGHISTORY 292
    LOGFILE
    GROUP 1 ' / test/opt/102/oradata/test/redo1.log' 100M, SIZE
    GROUP 2 ' / test/opt/102/oradata/test/redo2.log' 100M, SIZE
    GROUP 3 ' / test/opt/102/oradata/test/redo3.log' SIZE 100 m
    DATA FILE
    ' / test/opt/102/oradata/test/system.dbf',
    ' / test/opt/102/oradata/test/undotbs1.dbf',
    ' / test/opt/102/oradata/test/sysaux.dbf',
    ' / test/opt/102/oradata/test/users01.dbf'
    CHARACTER SET WE8ISO8859P1
    ;
    CREATE CONTROLFILE SEt DATABASE 'test' RESETLOGS ARCHIVELOG
    *
    ERROR on line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01565: error in the identification of file ' / test/opt/102/oradata/test/system.dbf'
    ORA-27037: unable to get file status
    Linux-x86_64 error: 2: no such file or directory
    Additional information: 3

    I wrote something wrong?

    Thank you

    I understand, but I couldnot restoration l datafile by rman restore command coz base not at the stage of editing!

    Appear you are not using the rman backup catalog and controlfile to help register rman backup.
    in this case if you recreate the controlfile to way you will lose all your information backup of controlfile.
    better restore controlfile from piece of backup or AutoSave. as restore controlfile from ""

  • I have Acrobat 9.5 and when I try to create > pdf from a scanner, it shows an error "Adobe acrobat has stopped working". Is it possible that I can use this feature?

    I have Acrobat 9.5 and when I try to create > pdf from a scanner, it shows an error "Adobe acrobat has stopped working". Is it possible that I can use this feature?

    Providing you have Acrobat 9 installed in an operating system for which Acrobat 9 is compatible then you can use the feature.

    So, you need a scanner connected, turned on, and the software installed. Acrobat 9 "prefer" TWAIN drivers.

    Always visit the site of the provider of the Analyzer and download - install the latest version of the greatest software.

    n.b., The Acrobat 9.x product family moved in the middle of the "End of Support" year 2013.

    Thus, the family of products Acrobat 9.x is not compatible with contemporary operating systems.

    Be well...

  • error: error at line 1: ORA-01503: CREATE CONTROLFILE failed

    Hello
    I'm the sinister scene I enter my database in nomount, but when I run create controlfile command
    It shows me an error:

    My controlfile content is:
    CREATE CONTROLFILE SEt DATABASE 'test' RESETLOGS ARCHIVELOG
    MAXLOGFILES 16
    MAXLOGMEMBERS 2
    MAXDATAFILES 30
    MAXINSTANCES 1
    MAXLOGHISTORY 292
    LOGFILE
    GROUP 1 ' / test/opt/102/oradata/test/redo1.log' 100M, SIZE
    GROUP 2 ' / test/opt/102/oradata/test/redo2.log' 100M, SIZE
    GROUP 3 ' / test/opt/102/oradata/test/redo3.log' SIZE 100 m
    DATA FILE
    ' / test/opt/102/oradata/test/system.dbf',
    ' / test/opt/102/oradata/test/undotbs1.dbf',
    ' / test/opt/102/oradata/test/sysaux.dbf',
    ' / test/opt/102/oradata/test/users01.dbf'
    CHARACTER SET WE8ISO8859P1
    ;


    After running this, I got the error below:

    CREATE CONTROLFILE SEt DATABASE 'test' RESETLOGS ARCHIVELOG
    *
    ERROR on line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01565: error in the identification of file ' / test/opt/102/oradata/test/system.dbf'
    ORA-27037: unable to get file status
    Linux-x86_64 error: 2: no such file or directory
    Additional information: 3


    what goes wrong with this script.

    Your disaster recovery operation became a disaster it seems :)

    Try copying the available backup files and repeat the same thing.

    Kind regards
    CSM

    Published by: CSM. DBA on July 30, 2012 11:50

  • Database does not start... ALTER database open; change the database open * ERROR at line 1: ORA-03113: end of file on the channel of communication process ID: 10400 Session ID: 418 serial number: 3 -.

    HI during startup of the database of the following errors is. Please help solve the problem.

    SQL > alter database open;

    change the database open * ERROR at line 1: ORA-03113: end of file on the channel of communication process ID: 10400 Session ID: 418 serial number: 3 -.

    ============================================================

    Please see the alerts log entries

    --------------------------------------------------------------------------------------------------------------------------------

    Commissioning:

    Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production

    With the options of partitioning, OLAP, Data Mining and Real Application Testing.

    Using parameters in spfile D:\APP\ADMINISTRATOR\PRODUCT\11.2.0\DBHOME_1\DATABASE\SPFILEATTNDPRD server-side. ORA

    Parameters of the system with default values:

    process = 400

    sessions = 624

    memory_target = 4G

    control_files = 'D:\ORACLE\ORADATA\ATTNDPRD\CONTROLFILE\O1_MF_8LRQYB0M_. CTL.

    control_files = 'C:\ORACLE\ORADATA\ATTNDPRD\CONTROLFILE\O1_MF_8LRQYB13_. CTL.

    DB_BLOCK_SIZE = 8192

    compatible = "11.2.0.0.0."

    log_archive_format = "ARC%S_%R.%T."

    db_create_file_dest = 'D:\oracle\oradata. '

    db_create_online_log_dest_1 = "D:\oracle\oradata".

    db_create_online_log_dest_2 = "C:\oracle\oradata".

    db_recovery_file_dest = 'C:\oracle\oradata\flash_area. '

    db_recovery_file_dest_size = 8G

    undo_tablespace = 'UNDOTBS1.

    Remote_login_passwordfile = "EXCLUSIVE."

    db_domain = «»

    dispatchers = "(PROTOCOL=TCP) (SERVICE = ATTNDPRDXDB)" "

    audit_file_dest = "D:\APP\ADMINISTRATOR\ADMIN\ATTNDPRD\ADUMP".

    AUDIT_TRAIL = 'DB '.

    db_name = "ATTNDPRD".

    open_cursors = 300

    diagnostic_dest = "D:\APP\ADMINISTRATOR".

    Sun 24 May 13:43:09 2015

    PMON started with pid = 2, OS id = 5792

    Sun 24 May 13:43:09 2015

    VKTM started with pid = 3, OS id = 6500 high priority

    VKTM clocked at (10) precision of milliseconds with DBRM quantum (100) ms

    Sun 24 May 13:43:09 2015

    GEN0 started with pid = 4, OS id = 13072

    Sun 24 May 13:43:09 2015

    DIAG started with pid = 5, OS id = 1424

    Sun 24 May 13:43:09 2015

    DBRM started with pid = 6, OS id = 8240

    Sun 24 May 13:43:09 2015

    PSP0 started with pid = 7, OS id = 2980

    Sun 24 May 13:43:09 2015

    DIA0 started with pid = 8, OS id = 12956

    Sun 24 May 13:43:09 2015

    MA started with pid = 9, OS id = 13356

    Sun 24 May 13:43:09 2015

    DBW0 started with pid = 10, OS id = 14248

    Sun 24 May 13:43:09 2015

    DBW1 started with pid = 11, OS id = 17900

    Sun 24 May 13:43:09 2015

    LGWR started with pid = 12, OS id = 5564

    Sun 24 May 13:43:09 2015

    CKPT started with pid = 13, OS id = 16736

    Sun 24 May 13:43:09 2015

    SMON started with pid = 14, OS id = 14068

    Sun 24 May 13:43:09 2015

    RECCE has started with pid = 15, OS id = 16288

    Sun 24 May 13:43:09 2015

    MMON started with pid = 16, OS id = 10884

    commissioning 1 dispatcher (s) for '(ADDRESS =(PARTIAL=YES) (PROTOCOL = TCP))' network address...

    commissioning or shared server 1...

    Environment ORACLE_BASE = D:\app\Administrator

    Sun 24 May 13:43:09 2015

    ALTER DATABASE MOUNT

    Sun 24 May 13:43:09 2015

    MMNL started with pid = 17, OS id = 16128

    Mount of redo thread 1, with mount id 3325657453

    Database mounted in exclusive Mode

    Disabled lost write protect

    Completed: ALTER DATABASE MOUNT

    Sun 24 May 13:43:23 2015

    change the database open

    Sun 24 May 13:43:23 2015

    LGWR: FROM PROCESS ARCH

    Sun 24 May 13:43:23 2015

    Arc0 started with pid = 21, OS id = 10084

    Arc0: Started archiving

    LGWR: FROM PROCESS ARCH COMPLETE

    ARC0: FROM PROCESS ARCH

    Sun 24 May 13:43:24 2015

    Arc1 started with pid = 22, OS id = 18400

    Sun 24 May 13:43:24 2015

    ARC2 started with pid = 23, OS id = 17280

    Arc1: Started archiving

    ARC2: Started archiving

    Arc1: become the "no FAL' ARCH

    Arc1: become the "no SRL" ARCH

    ARC2: Become the heartbeat ARCH

    Errors in the d:\app\administrator\diag\rdbms\attndprd\attndprd\trace\attndprd_ora_10400.trc file:

    ORA-19815: WARNING: db_recovery_file_dest_size 8589934592 bytes is 100.00% used and has 0 bytes remaining available.

    ************************************************************************

    You have choice to free up space in the recovery area:

    1 consider changing STRATEGY OF RETENTION of RMAN. If you are using Data Guard

    then consider changing POLICY of DELETE ARCHIVELOG RMAN.

    2 back up files on a tertiary device such as a tape with RMAN

    SAFEGUARDING RECOVERY AREA command.

    3. Add space drive and increase the db_recovery_file_dest_size setting to

    reflect the new space.

    4 remove the unnecessary files using the RMAN DELETE command. If a service

    the system control has been used to remove the files, and then use the RMAN DUPLICATION and

    Commands DELETE has EXPIRED.

    ************************************************************************

    Errors in the d:\app\administrator\diag\rdbms\attndprd\attndprd\trace\attndprd_ora_10400.trc file:

    ORA-19809: limit exceeded for file recovery

    ORA-19804: cannot recover disk 44571136 bytes limit 8589934592 space

    ARCH: 19809 error creating archive log file to ' C:\ORACLE\ORADATA\FLASH_AREA\ATTNDPRD\ARCHIVELOG\2015_05_24\O1_MF_1_10343_%U_. ARC'

    Errors in the d:\app\administrator\diag\rdbms\attndprd\attndprd\trace\attndprd_ora_10400.trc file:

    ORA-16038: log 2 # 10343 sequence can be archived

    ORA-19809: limit exceeded for file recovery

    ORA-00312: wire 2 1 online journal: ' D:\ORACLE\ORADATA\ATTNDPRD\ONLINELOG\O1_MF_2_8LRQYD8B_. JOURNAL"

    ORA-00312: wire 2 1 online journal: ' C:\ORACLE\ORADATA\ATTNDPRD\ONLINELOG\O1_MF_2_8LRQYDF6_. JOURNAL"

    USER (ospid: 10400): put an end to litigation because of the error 16038

    Sun 24 May 13:43:24 2015

    ARC3 started with pid = 24, OS id = 2188

    Errors in the d:\app\administrator\diag\rdbms\attndprd\attndprd\trace\attndprd_arc2_17280.trc file:

    ORA-19815: WARNING: db_recovery_file_dest_size 8589934592 bytes is 100.00% used and has 0 bytes remaining available.

    ************************************************************************

    You have choice to free up space in the recovery area:

    1 consider changing STRATEGY OF RETENTION of RMAN. If you are using Data Guard

    then consider changing POLICY of DELETE ARCHIVELOG RMAN.

    2 back up files on a tertiary device such as a tape with RMAN

    SAFEGUARDING RECOVERY AREA command.

    3. Add space drive and increase the db_recovery_file_dest_size setting to

    reflect the new space.

    4 remove the unnecessary files using the RMAN DELETE command. If a service

    the system control has been used to remove the files, and then use the RMAN DUPLICATION and

    Commands DELETE has EXPIRED.

    ************************************************************************

    Instance of stopped by USER, pid = 10400

    --------------------------------------------------------------------------------------------------------------------------

    Regarding

    Ngoyi

    Hello

    Now it works very well... with following

    --------------------------------------------------

    using sqlplus

    • Startup mount
    • ALTER database noarchivelog;
    • ALTER database open;

    -------------------------------------------------------------------------------

    Concerning

    Ngoyi

    -------------------------------------------------

  • ORA-00600: internal error code, arguments: [qmcxeExUseLoc93] with xmltable and big bows in the CLOB column

    Hi all

    Running the following:

    Oracle Database 11 g Enterprise Edition Release 11.2.0.2.0 - 64 bit Production

    PL/SQL Release 11.2.0.2.0 - Production

    "CORE 11.2.0.2.0 Production."

    AMT for IBM/AIX RISC System/6000: Version 11.2.0.2.0 - Production

    NLSRTL Version 11.2.0.2.0 - Production

    Create a view of a relational table and XMLTABLE and extract nodes from voluminous of the xmltable, mapped text using COLUMNS. I concatenate the text nodes in an xml element in the XQuery xmltable, simple sequencing:

    <CONTENT>
    {$i/summary/text(),$i/know/text(),$i/considerations/text(),$i/look_for/text(),
    $i/nc//text(),$i/level1//text(),$i/level2//text(),$i/ipocc//text()}
    </CONTENT>
    

    SQLDeveloper query execution and right on when I scroll the 50th outcome accordingly set or... DB connection is closed and stack following error appears:

    [ORA-00600: internal error code, arguments: [qmcxeExUseLoc93], [], [], [], [], [], [], [], [], [], []]

    00600 00000 - "internal error code, arguments: [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s] '.

    * Cause: It's the generic internal error for Oracle program number

    exceptions.    This indicates that a process has encountered a

    Exceptional condition.

    * Action: Report as a bug - the first argument is the internal error number

    I went site Oracle Support to use the 'search' for these types of errors, but he found nothing to the argument: "qmcxeExUseLoc93"... any ideas short of opening an SR with Oracle support? S/n reports that no problems with memory or tablespace... trace files report a stack trace is complete:

    [ORA-00600: internal error code, arguments: [qmcxeExUseLoc93], [], [], [], [], [], [], [], [], [], []]

    = Dump for incident 32114 (ORA 600 [qmcxeExUseLoc93]) =.

    2014-04-08 07:31:51.369

    dbkedDefDump(): from the default crash dumps (flags = 0x2, level = 3, mask = 0 x 0)

    -Run SQL statement for the current session (sql_id = 0qn4zxr0stgjh).

    SELECT ID, CONTENT of ort_active_content_en_vw

    -Call trace stack memory-

    call call entered the argument values in hex

    location point type (? means dubious value)

    -------------------- -------- -------------------- ----------------------------

    skdstdst () + 40 bl 107ca 9980 FFFFFFFFFFD99A8? 000002004?

    000000001? 000000003?

    000000000? 000000002?

    000000001? 000000000?

    ksedst1 () + 104 call skdstdst() FFFFFFFFFFD89B0? 000002004?

    110641000? 1098C 1164?

    110641000? 000000000?

    FFFFFFFFFFD8AE0? 700000007?

    ksedst () + 40 call ksedst1() 3030000000000? 002050033?

    1098C 1158? 700000000025C?

    000000000? 000000000?

    1098C07B8? 000000000?

    dbkedDefDump (+ 2828) call ksedst() FFFFFFFFFFD8B90? 000000000?

    000000000? 000000000?

    000000000? 000000000?

    000000000? 300000003?

    …….

    -Binary stack dump-

    = FRAME [1] (skdstdst () + 40 - > 107ca 9980) =.

    defined by pointers frame 0xffffffffffd88b0 and 0xffffffffffd8840

    CALL TYPE: bl ERROR REPORTED: no COMPONENT: (null)

    0xffffffffffd8840 to 0xffffffffffd88b0 memory dump

    FFFFFFFFFFD8840 0FFFFFFF FFFD88B0 42422220 098C 1158 [...] BB '... X]

    08EBE70C FFFFFFFFFFD8850 00000001 00000001 10641000 [... d..]

    FFFFFFFFFFD8860 00000000 00000000 0FFFFFFF FFFD89E8 [...]

    FFFFFFFFFFD8870 0FFFFFFF FFFD99A8 00000000 00002004 [...].

    FFFFFFFFFFD8880 00000003 00000000 00000000 00000001 [...]

    FFFFFFFFFFD8890 00000000 00000000 00000000 00000002 [...]

    FFFFFFFFFFD88A0 00000000 00000001 00000000 00000000 [...]

    = SETTING [2] (ksedst1 () + 104-> skdstdst()) =.

    defined by pointers frame 0xffffffffffd89b0 and 0xffffffffffd88b0

    TYPE of CALL: call ERROR REPORTED: no COMPONENT: KSE

    0xffffffffffd88b0 to 0xffffffffffd89b0 memory dump

    FFFFFFFFFFD88B0 0FFFFFFF FFFD89B0 42422220 10317 68 A... 1zh BB"]

    FFFFFFFFFFD88C0 1033F758 00000001 00000001 0014963C [... <...] 3.X]

    FFFFFFFFFFD88D0 09ED0CA9 1873F04F 28422848 73743231... Sagna (B (Hst21]

    FFFFFFFFFFD88E0 0FFFFFFF FFFD89B0 00000000 00002004 [...].

    FFFFFFFFFFD88F0 00000001 00000001 10641000 098C 1164 [... d...d]

    FFFFFFFFFFD8900 00000001 10641000 00000000 00000000 [... d...]

    ……

    -Status of the Dump process (2).

    ===================================================

    STATE OF THE PROCESS

    -------------

    Global information process:

    process: 0x700000012b18de8, call: 0x70000000b880ee0, xact: 0x0, curses: 0x700000012bf11f0, usrses: 0x700000012bf11f0

    in_exception_handler: no

    ----------------------------------------

    SO: 0x700000012b18de8, type: 2, owner: 0x0, flag: INIT /-/-/ 0x00 if: 0 x 3 c: 0 x 3

    proc = 0x700000012b18de8, name = process, queue = ksu.h LINE: 12451 ID:, pg = 0

    (process) Oracle pid:42, ser:153, called heart/high: 0x70000000b880ee0/0x70000000b880ee0

    flags: (0x0).

    Flags2: (0 x 800), flags3: (0x0)

    Intr error: call error 0,: 0, sess error: error of txn, 0, 0

    queue intr: vacuum

    ksudlp FALSE to the location: 0

    (post info) last message received: 0 0 0

    Last message received-card: no post

    last process affect me: no

    Last message sent: 0 0 26

    Last message sent-map: ksa2.h LINE: 282 ID:ksasnd

    last process posted by me: 6 1 700000012af9058

    (info from latch) wait_event = 0 bits = 0

    Process group: by DEFAULT, proc pseudo: 0x700000012b4db88

    Info of the o/s: user: tst214, duration: UNKNOWN, ospid: 4370650

    OSD pid Info: Unix process pid: 4370650, image: oracle@mldb2385

    ----------------------------------------

    SO: 0x700000010430ba0, type: 10, owner: 0x700000012b18de8, flag: INIT /-/-/ 0x00 if: c: 0x1 0x1

    proc = 0x700000012b18de8, name = FileOpenBlock, leader is ksfd.h LINE: 6337 ID:, pg = 0

    (FOB) flags = 2050 fib = 700000010de3758 incno = 0 waiting for IO cnt = 0

    fname=/tst214_01/oradata/TST214/temp01.dbf

    FNO = 201 lblksz = 8192 fsiz = 36608

    ----------------------------------------

    SO: 0 x 700000010430578, type: 10, owner: 0x700000012b18de8, flag: INIT /-/-/ 0x00 if: c: 0x1 0x1

    proc = 0x700000012b18de8, name = FileOpenBlock, leader is ksfd.h LINE: 6337 ID:, pg = 0

    (FOB) flags = 2050 fib = 700000010de2b40 incno = 0 waiting for IO cnt = 0

    fname=/tst214_03/oradata/TST214/ort_data01.dbf

    FNO = 6 lblksz = 8192 fsiz = 25600

    ----------------------------------------

    SO: 0x70000001042ff38, type: 10, owner: 0x700000012b18de8, flag: INIT /-/-/ 0x00 if: c: 0x1 0x1

    proc = 0x700000012b18de8, name = FileOpenBlock, leader is ksfd.h LINE: 6337 ID:, pg = 0

    (FOB) flags = 2050 fib = 700000010de1310 incno = 0 waiting for IO cnt = 0

    fname=/tst214_01/oradata/TST214/sysaux01.dbf

    FNO = 2 lblksz = 8192 fsiz = 89600

    ----------------------------------------

    SO: 0x70000001042f910, type: 10, owner: 0x700000012b18de8, flag: INIT /-/-/ 0x00 if: c: 0x1 0x1

    proc = 0x700000012b18de8, name = FileOpenBlock, leader is ksfd.h LINE: 6337 ID:, pg = 0

    (FOB) flags = 2050 fib = 700000010de0d10 incno = 0 waiting for IO cnt = 0

    fname=/tst214_01/oradata/TST214/System01.dbf

    FNO = 1 lblksz = 8192 fsiz = 96000

    ----------------------------------------

    SO: 0x700000012bf11f0, type: 4, owner: 0x700000012b18de8, flag: INIT /-/-/ 0x00 if: 0 x 3 c: 0 x 3

    proc = 0x700000012b18de8, name = session, lead = ksu.h LINE: 12459 ID:, pg = 0

    (session) sid: 41 ser: 1263 trans: 0x0, creator: 0x700000012b18de8

    indicators: (0 x 8000045) USR /-flags_idl: (0 x 1) BSY /-/ - /-/ - / -.

    Flags2: (0 x 40008) - / -.

    DID:, DID in the short term:

    TXN branch: 0x0

    Oct: 3, prv: 0, sql: 0x70000000c59dbd0, psql: 0x70000000b196c38, user: 73/ORT_READ

    ksuxds FALSE to the location: 0

    name of the service: the USERS of SYS$

    Customer details:

    Info of the o/s: user: norman.jonker, duration: unknown, ospid: 6224

    machine: G4021165 program: SQL Developer

    application name: SQL Developer, hash value = 1012150930

    Battery active waiting:

    No waiting; last waiting ended 2,617517 sec ago

    Wait state:

    fixed_waits = 0 flags = 0 x 21 limit = 0 x 0 /-1

    History of waiting for session:

    elapsed time of 2,617552 sec from last wait

    0: waiting for 'direct path read '.

    number = 0 x 6, first s/n = 0 x 2901, block cnt = 0 x 2

    wait_id = 2222 seq_num = 2223 snap_id = 1

    wait time: snap = 0,000035 s, exc = 0,000035 s, total s = 0,000035

    wait time: max = infinite

    wait charges: calls = 0 os = 0

    After 0,029003 seconds time elapsed

    1: expected "asynch descriptor resize.

    #aio in circulation = 0 x 0, the current limit of aio = 0xc8, this capping aio = 0 x 145

    wait_id = 2221 seq_num = 2222 snap_id = 1

    wait time: snap = 0,000003 s, exc = 0,000003 s, total s = 0,000003

    wait time: max = 307445734561 min 49sec

    wait charges: calls = 0 os = 0

    After 0,000710 seconds time elapsed

    "2: expected ' SQL * Net message to client"

    pilot-id = 0 x 54435000, #bytes = 0 x 1, = 0x0

    wait_id = 2220 seq_num = 2221 snap_id = 1

    wait time: snap = 0,000005 dry, exc = 0,000005, total = 0,000005 sec

    wait time: max = infinite

    wait charges: calls = 0 os = 0

    After 0,001452 seconds time elapsed

    3: expected ' SQL * Net client message'

    pilot-id = 0 x 54435000, #bytes = 0 x 1, = 0x0

    wait_id = 2219 seq_num = 2220 snap_id = 1

    wait time: snap = 0,499033 s, exc = 0,499033 s, total s = 0,499033

    wait time: max = infinite

    wait charges: calls = 0 os = 0

    After 0,000034 seconds time elapsed

    "4: expected ' SQL * Net message to client"

    pilot-id = 0 x 54435000, #bytes = 0 x 1, = 0x0

    wait_id = 2218 seq_num = 2219 snap_id = 1

    wait time: snap = 0,000003 s, exc = 0,000003 s, total s = 0,000003

    wait time: max = infinite

    wait charges: calls = 0 os = 0

    After 0,000048 seconds time elapsed

    5: expected ' SQL * Net client message'

    pilot-id = 0 x 54435000, #bytes = 0 x 1, = 0x0

    wait_id = 2217 seq_num = 2218 snap_id = 1

    wait time: snap = 0,061319 s, exc = 0,061319 s, total s = 0,061319

    wait time: max = infinite

    wait charges: calls = 0 os = 0

    After 0,000028 seconds time elapsed

    "6: expected ' SQL * Net message to client"

    pilot-id = 0 x 54435000, #bytes = 0 x 1, = 0x0

    wait_id = 2216 seq_num = snap_id 2217 = 1

    wait time: snap = 0,000003 s, exc = 0,000003 s, total s = 0,000003

    wait time: max = infinite

    wait charges: calls = 0 os = 0

    After 0,000048 seconds time elapsed

    7: expected ' SQL * Net client message'

    pilot-id = 0 x 54435000, #bytes = 0 x 1, = 0x0

    wait_id = 2215 seq_num = 2216 snap_id = 1

    wait time: snap = 0,063435 s, exc = 0,063435 s, total s = 0,063435

    wait time: max = infinite

    wait charges: calls = 0 os = 0

    After 0,000045 seconds time elapsed

    "8: expected ' SQL * Net message to client"

    pilot-id = 0 x 54435000, #bytes = 0 x 1, = 0x0

    wait_id = 2214 seq_num = 2215 snap_id = 1

    wait time: snap = 0,000003 s, exc = 0,000003 s, total s = 0,000003

    wait time: max = infinite

    wait charges: calls = 0 os = 0

    After 0,000070 seconds time elapsed

    9: expected ' SQL * Net client message'

    pilot-id = 0 x 54435000, #bytes = 0 x 1, = 0x0

    wait_id = 2213 seq_num = 2214 snap_id = 1

    wait time: snap = 0,060780 s, exc = 0,060780 s, total s = 0,060780

    wait time: max = infinite

    wait charges: calls = 0 os = 0

    After 0,000030 seconds time elapsed

    The Session history sampled session 1263 series 41

    ---------------------------------------------------

    History of the sampled session is built by sampling

    the session target all the 1 second. The sampling process

    capture to each sample, if the session is in an active waiting.

    a wait inactive, or not in a wait. If the session is in a

    active wait interval then one is indicated for all samples

    the session was in the same active waiting. If the

    session is in an inactive waiting or not waiting for

    consecutive samples then one interval is indicated for all

    consecutive samples. If we post these consecutive

    samples in a single interval session may NOT be permanently

    inactive or not in a wait (the sampling process is unclear).

    The history is displayed in reverse chronological order.

    sampling interval: 1 s, max 120 sec history

    ---------------------------------------------------

    [3 samples, 07:31:51 - 07: 31:53]

    not waiting at each sample

    [18 samples, 07:31:33 - 07: 31:50]

    waiting in each sample slowed

    [2 samples, 07:31:31 - 07: 31:32]

    not waiting at each sample

    [42 samples, 07:30:49 - 07:31:30]

    waiting in each sample slowed

    [4 biopsies, 07:30:45 - 07: 30:48]

    not waiting at each sample

    [7 samples, 07:30:38 - 07: 30:44]

    waiting in each sample slowed

    [sample 1, 07:30:37]

    waited for ' SQL * Net break/reset for customer ', seq_num: 1149

    P1: 'driver id' = 0 x 54435000

    P2: 'pause '? = 0 x 0

    P3: "= 0x0

    time_waited: 0,013444 sec (sampling interval: 0 sec)

    [14 samples, 07:30:23 - 07: 30:36]

    waiting in each sample slowed

    [4 biopsies, 07:30:19 - 07: 30:22]

    not waiting at each sample

    [26 samples, 07:29:53 - 07:30:18]

    waiting in each sample slowed

    ---------------------------------------------------

    History of the sampled plenary:

    longest_non_idle_wait: ' SQL * Net break/reset for customer '

    [sample 1, 07:30:37]

    time_waited: 0,013444 sec (sampling interval: 0 sec)

    ---------------------------------------------------

    the temporary object counter: 2

    ----------------------------------------

    Virtual discussion:

    kgskvt: 700000011f06658, sess: 700000012bf11f0 sid: 41 ser: 1263

    VC: 0, proc: 700000012b18de8, id: 41

    News consumer group: OTHER_GROUPS (upd? 0) maps: DEFAULT_CONSUMER_GROUP, orig:

    vt_state: 0x100, vt_flags: 0xA030, blkrun: 0, numa: 1

    inwait: 0

    place where last insched series: kgskthrrun

    place where insched last reset: kgskthrrun2

    place where inwait the last value: NULL

    place where inwait last reset: kgskbindfast

    is_assigned: 1, in_sched: 0 (0)

    QCLs: 0, qlink: FALSE

    vt_active: 0 (pending: 1).

    vt_pq_active: 0, dop: 0

    used quanta: 0 (cg: 0) usec, num penalty: 0

    start of CPU time: 0

    idle time: 0, time: 0 (cg: 0)

    yields of processor: 0 (cg: 0), expected: 0 (cg: 0), wait time: 0 (cg: 0) usec

    e/s expected: 0 (cg: 0), wait time: 0 (cg: 0) usec

    ASL in queue wait times: 0, time: 0 (NEWS 0, 0 cg)

    PQQ in queue wait times: 0, time: 0 (NEWS 0, 0 cg)

    Violation of the time to wait in queue: 0

    aborted calls: 0, num is exec hit limit: 0

    Cancel current: max k 0: 0 k

    I/O credits: small = 0 General = 0

    I/O waiting credits: small = 0 General = 0

    KTU Session Commit Cache Dump for IDLs:

    XID: 0x0009.008.00002025 RCS: flg 0x0000.00cd4e90 = 0x1

    XID: 0x0006.018.00001f5a RCS: flg 0x0000.00cd4e90 = 0x1

    XID: 0x0009.015.00002024 RCS: flg 0x0000.00cd4e90 = 0x1

    XID: 0x0005.004.00001f30 RCS: flg 0x0000.00cd4e90 = 0x1

    XID: 0x0006.021.000011ed RCS: flg 0x0000.00cd4e90 = 0x1

    KTU Session Commit Cache Dump for Non-IDLs:

    ----------------------------------------

    KKS - UOL used: 0 locks (used = 19, free = 3)

    KGX atomic operation Log 70000000b30a840

    Mutex 0 (0, 0) oper idn 0 NONE

    Cursor Parent uid 41 DTS 4 w/h 7 slp 0

    Oper = pt1 NONE = 0 pt2 pt3 0 = 0 =

    PT4 = 0 = 0 = 0 stt u41

    KGX atomic operation Log 70000000b30a890

    Mutex 0 (0, 0) oper idn 0 NONE

    parasite of the slp whr 6 table uid 41 DTS torrent 4 0

    Oper = NONE pt1 = 70000000d1485e8 pt2 = pt3 148678 = 0 70000000d

    PT4 = 0 = 0 = 0 stt u41

    KGX atomic operation Log 70000000b30a8e0

    Mutex 0 (0, 0) oper idn 0 NONE

    FSO uid 41 DTS mutex 0 w/h 0 slp 0

    KGX atomic operation Log 70000000b30a930

    Mutex 0 (0, 0) oper idn 0 NONE

    FSO uid 41 DTS mutex 0 w/h 0 slp 0

    ----------------------------------------

    KGL - UOL SO Cache (total = 182, free = 107)

    KGX atomic operation Log 70000000 b 045538

    Mutex 0 (0, 0) oper idn 0 NONE

    Library Cache uid 41 DTS 5 w/h 85 slp 0

    Oper = 0 = 70000000b 227350 pt2 = pt3 = 0 70000000c5df180 pt1

    PT4 = 0 = 0 = 0 ub4 pt5

    KGX atomic operation Log 70000000 b 045590

    Mutex (0, 0) 70000000c5b11d8 idn 69fd5d60 oper NONE

    Library Cache uid 41 DTS 4 w/h 77 slp 0

    Oper = pt1 pt2 70000000934fb60 0 = = 0 = 0 pt3

    PT4 = 0 = 0 = 0 ub4 pt5

    KGX atomic operation Log 70000000b0455e8

    Mutex 0 (0, 0) oper idn 0 NONE

    Library Cache uid 41 DTS 4 w/h 79 slp 0

    Oper = 0 = 70000000b 225950 pt2 = pt3 = 0 70000000c382cb8 pt1

    PT4 = 0 = 0 = 0 ub4 pt5

    KGX atomic operation Log 70000000 b 045640

    Mutex (0, 0) 70000000b225a80 idn ae8e84f6 oper NONE

    Library Cache uid 41 DTS 4 w/h 70 slp 0

    Oper = 0 = 70000000b 225950 pt2 = 0 = 0 pt3, pt1

    PT4 = pt5 0 = 0 ub4 = 4

    KGX atomic operation Log 70000000 b 045698

    Mutex (0, 0) 70000000b225a80 idn ae8e84f6 oper NONE

    Library Cache uid 41 DTS 4 w/h 70 slp 0

    Oper = 0 = 70000000b 225950 pt2 = 0 = 0 pt3, pt1

    PT4 = 0 = 0 = 0 ub4 pt5

    KGX atomic operation Log 70000000b0456f0

    Mutex 0 (0, 0) oper idn 0 NONE

    Library Cache 41 DTS uid 0 w/h 0 slp 0

    Oper = pt1 pt2 = pt3 0 = 0 0 = 0

    PT4 = 0 = 0 = 0 ub4 pt5

    KGX atomic operation Log 70000000 b 045748

    Mutex 0 (0, 0) oper idn 0 NONE

    Library Cache 41 DTS uid 0 w/h 0 slp 0

    Oper = pt1 pt2 = pt3 0 = 0 0 = 0

    PT4 = 0 = 0 = 0 ub4 pt5

    KGL SO hide

    SO = 70000000c5df180 link = 70000000c5df1f0 [70000000b115e38, b 70000000, 045520]

    FLG = 8000 use its 700000012bf11f0 = 700000012bf11f0 =

    SO = 70000000b115dc8 link = 70000000b115e38 [70000000c5df380, 70000000c5df1f0]

    FLG = 8000 use its 700000012bf11f0 = 700000012bf11f0 =

    SO = 70000000c5df310 link = 70000000c5df380 [70000000c7abab8, 70000000b115e38]

    FLG = 8000 use its 700000012bf11f0 = 700000012bf11f0 =

    Hello

    I'm not saying that it will solve the problem, but you must use XMLCast in this case, not XMLSerialize.

    Try also with fn:local - name instead (unless you need information namespace as well):

    Select (xmlcast)

    XMLQUERY)

    "for $dcrContent in fn:collection("oradb:/PUBLIC/DATA_CAPTURE_RECORD_CONTENT") / ROW.

    where $dcrContent/DATA_CAPTURE_RECORD_CONTENT_ID = xs:decimal ($id)

    "return fn:local - name($dcrContent/CONTENT_XML/*)"

    from 608 as "id".

    contents of return

    )

    as varchar2 (100)

    )

    Double;

  • ORA-00600: internal error code, arguments: [17183], [0 x 033134908], [], [],.

    Hi exports.


    [I get ORA-00600: internal error code, arguments: [17183], [0 x 033134908] [] [] [], [], []]

    The temporary tablespace of the database is full and I'm trying to follow the following steps.




    SQL > select * from dba_temp_files;

    FILE_ID File_name nom_tablespace blocks State RELATIVE_FNO AUT MAXBLOCKS INCREMENT_BY MAXBYTES BYTES
    ----------------------------------------------------------------- ---------- ------------------------- ---------- ------------ ------ ------------ --- ---------- ---------- ------------
    USER_BYTES USER_BLOCKS
    ---------- -----------
    G:\ORADATA\TEMP01. DBF 1 TEMP + 10 4 194 176 AVAILABLE 3.4359E 1 YES + 10 4194302 80 3.4360E
    3.4358E + 10 4194048

    J:\ORADATA\TIVOLIORTEMPTS. DBF 5 104857600 12 800 AVAILABLE 1 NO. 0 0 0 TIVOLIORTEMPTS
    103809024 12672

    J:\ORADATA\TEMP_ORISSA_MASTER. TMP 2 10485760 1 280 AVAILABLE TEMP_ORISSA_MASTER 1 52428800 6400 128 YES
    9437184 1152

    J:\ORADATA\TEMP_ORISSA_BENCHMARK. TMP TEMP_ORISSA_BENCHMARK 680525824 83 072 AVAILABLE 3 1 1073741824 131072 2 YES
    679477248 82944

    J:\ORADATA\TEMP_ORISSA_TRANSACTION 104857600 12 800 AVAILABLE TEMP_ORISSA_TRANSACTION 4 1073741824 131072 2 YES 1
    103809024 12672


    5 selected lines.

    SQL > select TABLESPACE_NAME, BYTES_USED, BYTES_FREE from V$ TEMP_SPACE_HEADER;

    NOM_TABLESPACE BYTES_USED, BYTES_FREE
    ------------------------- ---------- ----------
    3.4359E + 10 0 TEMP
    6291456 4194304 TEMP_ORISSA_MASTER
    TEMP_ORISSA_BENCHMARK 680525824 0
    37748736 67108864 TEMP_ORISSA_TRANSACTION
    103809024 1048576 TIVOLIORTEMPTS

    5 selected lines.

    SQL > CREATE TEMPORARY TABLESPACE MYTEMPFILE
    2 TEMPFILE 'G:\ORADATA\TEMP001.dbf '.
    3 SIZE 1000M AUTOEXTEND ON NEXT 10 M MAXSIZE 2000 M;

    Created tablespace.

    SQL > ALTER MYTEMPFILE TEMPORARY TABLESPACE by DATABASE by DEFAULT.

    Database altered.

    SQL > select TABLESPACE_NAME, BYTES_USED, BYTES_FREE from V$ TEMP_SPACE_HEADER;

    NOM_TABLESPACE BYTES_USED, BYTES_FREE
    ------------------------- ---------- ----------
    3.4359E + 10 0 TEMP
    6291456 4194304 TEMP_ORISSA_MASTER
    TEMP_ORISSA_BENCHMARK 680525824 0
    37748736 67108864 TEMP_ORISSA_TRANSACTION
    103809024 1048576 TIVOLIORTEMPTS
    1047527424 1048576 MYTEMPFILE

    6 selected lines.

    SQL > ALTER DATABASE TEMPFILE ' G:\ORADATA\TEMP01. DBF' DROP, INCLUDING DATA FILES;
    ALTER DATABASE TEMPFILE ' G:\ORADATA\TEMP01. DBF' DROP, INCLUDING DATA FILES
    *
    ERROR on line 1:
    ORA-25152: TEMPFILE cannot be deleted at this time


    SQL > select TABLESPACE_NAME, BYTES_USED, BYTES_FREE from V$ TEMP_SPACE_HEADER;

    NOM_TABLESPACE BYTES_USED, BYTES_FREE
    ------------------------- ---------- ----------
    6291456 4194304 TEMP_ORISSA_MASTER
    TEMP_ORISSA_BENCHMARK 680525824 0
    37748736 67108864 TEMP_ORISSA_TRANSACTION
    103809024 1048576 TIVOLIORTEMPTS
    11534336 1037041664 MYTEMPFILE

    5 selected lines.

    SQL > Select ENABLED, STATUS, STATUS, BYTES/1024/1024 in v$ tempfile;

    Status ENABLED State BYTES/1024/1024
    ------ ---------- ------ ---------------
    READING WRITING OFFLIN OFFLIN 0
    READING WRITING 100 ONLINE ONLINE
    READ WRITE 10 ONLINE ONLINE
    ONLINE READING WRITING ON LINE 649
    READING WRITING 100 ONLINE ONLINE
    READING WRITING ONLINE 1000 ONLINE

    6 selected lines.

    SQL > desc v$ tempfile;
    Name Null? Type
    ----------------------------------------------------------------------------------------------------------- -------- ------------------------------------------------------------------------
    FOLDER # NUMBER
    CREATION_CHANGE # NUMBER
    CREATION_TIME DATE
    TS # NUMBER
    RFILE # NUMBER
    STATUS VARCHAR2 (7)
    VARCHAR2 (10) ENABLED
    THE NUMBER OF BYTES
    NUMBER OF BLOCKS
    NUMBER OF CREATE_BYTES
    NUMBER OF BLOCK_SIZE
    NAME VARCHAR2 (513)

    SQL > select file #, STATUS, STATUS, ENABLED, BYTES/1024/1024 of v$ tempfile;

    FOLDER # State ACTIVATED State BYTES/1024/1024
    ---------- ------ ---------- ------ ---------------
    1 READ WRITE OFFLIN OFFLIN 0
    5 READ ONLINE WRITE 100 ONLINE
    2 ONLINE READ WRITE 10 ONLINE
    3 READ ONLINE WRITING ONLINE 649
    4 READ ONLINE WRITE 100 ONLINE
    6 READ ONLINE WRITE 1000 ONLINE

    6 selected lines.

    SQL > ALTER DATABASE TEMPFILE ' G:\ORADATA\TEMP01. DBF' DROP, INCLUDING DATA FILES;
    ALTER DATABASE TEMPFILE ' G:\ORADATA\TEMP01. DBF' DROP, INCLUDING DATA FILES
    *
    ERROR on line 1:
    ORA-25152: TEMPFILE cannot be deleted at this time


    SQL > ALTER DATABASE TEMPFILE ' G:\ORADATA\TEMP01. DBF' offline;

    Database altered.

    SQL > ALTER DATABASE TEMPFILE ' G:\ORADATA\TEMP01. DBF' DROP, INCLUDING DATA FILES;
    ALTER DATABASE TEMPFILE ' G:\ORADATA\TEMP01. DBF' DROP, INCLUDING DATA FILES
    *
    ERROR on line 1:
    ORA-25152: TEMPFILE cannot be deleted at this time


    SQL > select * from dba_temp_files;

    FILE_ID File_name nom_tablespace blocks State RELATIVE_FNO AUT MAXBLOCKS INCREMENT_BY MAXBYTES BYTES
    ----------------------------------------------------------------- ---------- ------------------------- ---------- ------------ ------ ------------ --- ---------- ---------- ------------
    USER_BYTES USER_BLOCKS
    ---------- -----------
    G:\ORADATA\TEMP01. DBF 1 TEMP AVAILABLE


    J:\ORADATA\TIVOLIORTEMPTS. DBF 5 104857600 12 800 AVAILABLE 1 NO. 0 0 0 TIVOLIORTEMPTS
    103809024 12672

    J:\ORADATA\TEMP_ORISSA_MASTER. TMP 2 10485760 1 280 AVAILABLE TEMP_ORISSA_MASTER 1 52428800 6400 128 YES
    9437184 1152

    J:\ORADATA\TEMP_ORISSA_BENCHMARK. TMP TEMP_ORISSA_BENCHMARK 680525824 83 072 AVAILABLE 3 1 1073741824 131072 2 YES
    679477248 82944

    J:\ORADATA\TEMP_ORISSA_TRANSACTION 104857600 12 800 AVAILABLE TEMP_ORISSA_TRANSACTION 4 1073741824 131072 2 YES 1
    103809024 12672

    G:\ORADATA\TEMP001. DBF 6 1048576000 128 000 AVAILABLE MYTEMPFILE 1 2097152000 256000 1280 YES
    1047527424 127872


    6 selected lines.

    SQL > select file #, STATUS, STATUS, ENABLED, BYTES/1024/1024 of v$ tempfile;

    FOLDER # State ACTIVATED State BYTES/1024/1024
    ---------- ------ ---------- ------ ---------------
    1 READ WRITE OFFLIN OFFLIN 0
    5 READ ONLINE WRITE 100 ONLINE
    2 ONLINE READ WRITE 10 ONLINE
    3 READ ONLINE WRITING ONLINE 649
    4 READ ONLINE WRITE 100 ONLINE
    6 READ ONLINE WRITE 1000 ONLINE

    6 selected lines.

    SQL > ALTER DATABASE temp by DEFAULT TABLESPACE TEMPORARY;

    Database altered.

    SQL > select TABLESPACE_NAME, BYTES_USED, BYTES_FREE from V$ TEMP_SPACE_HEADER;

    NOM_TABLESPACE BYTES_USED, BYTES_FREE
    ------------------------- ---------- ----------
    6291456 4194304 TEMP_ORISSA_MASTER
    TEMP_ORISSA_BENCHMARK 680525824 0
    37748736 67108864 TEMP_ORISSA_TRANSACTION
    103809024 1048576 TIVOLIORTEMPTS
    28311552 1020264448 MYTEMPFILE

    5 selected lines.

    SQL > ALTER DATABASE TEMPFILE ' G:\ORADATA\TEMP01. DBF' online;

    Database altered.

    SQL > select TABLESPACE_NAME, BYTES_USED, BYTES_FREE from V$ TEMP_SPACE_HEADER;

    NOM_TABLESPACE BYTES_USED, BYTES_FREE
    ------------------------- ---------- ----------
    3.4359E + 10 0 TEMP
    6291456 4194304 TEMP_ORISSA_MASTER
    TEMP_ORISSA_BENCHMARK 680525824 0
    37748736 67108864 TEMP_ORISSA_TRANSACTION
    103809024 1048576 TIVOLIORTEMPTS
    28311552 1020264448 MYTEMPFILE

    6 selected lines.

    SQL > ALTER MYTEMPFILE TEMPORARY TABLESPACE by DATABASE by DEFAULT.

    Database altered.

    SQL > ALTER DATABASE TEMPFILE ' G:\ORADATA\TEMP01. DBF' DROP, INCLUDING DATA FILES;
    ALTER DATABASE TEMPFILE ' G:\ORADATA\TEMP01. DBF' DROP, INCLUDING DATA FILES
    *
    ERROR on line 1:
    ORA-25152: TEMPFILE cannot be deleted at this time


    SQL > ALTER DATABASE TEMPFILE ' G:\ORADATA\TEMP01. DBF' offline;

    Database altered.

    SQL > ALTER DATABASE TEMPFILE ' G:\ORADATA\TEMP01. DBF' DROP, INCLUDING DATA FILES;
    ALTER DATABASE TEMPFILE ' G:\ORADATA\TEMP01. DBF' DROP, INCLUDING DATA FILES
    *
    ERROR on line 1:
    ORA-25152: TEMPFILE cannot be deleted at this time


    SQL > ALTER DATABASE TEMPFILE ' G:\ORADATA\TEMP01. DBF' online;

    Database altered.


    SQL > ALTER DATABASE temp by DEFAULT TABLESPACE TEMPORARY;

    Database altered.

    SQL > select TABLESPACE_NAME, BYTES_USED, BYTES_FREE from V$ TEMP_SPACE_HEADER;

    NOM_TABLESPACE BYTES_USED, BYTES_FREE
    ------------------------- ---------- ----------
    3.4359E + 10 0 TEMP
    6291456 4194304 TEMP_ORISSA_MASTER
    TEMP_ORISSA_BENCHMARK 680525824 0
    37748736 67108864 TEMP_ORISSA_TRANSACTION
    103809024 1048576 TIVOLIORTEMPTS
    32505856 1016070144 MYTEMPFILE

    6 selected lines.

    SQL > exit


    I'm not able to drop the Temp file as it is used by some users.

    When I checked my alert log, then I get the error ora-600...


    When I check metalink for this argument, I found that this is a bug in the 91 & 10 gr 2

    Please suggest a solution to this problem.

    This is a serious problem of database.

    ASIT Kumar reducing wrote:


    In this society that they don't give me metalink Id. it is why I am facing a lot of problem. But somehow, I check the argument: [17183], [0 x 033134908], [], [] is a bug in 9i and 10 g 2, his good or bad I'm confused again... Please give me a solution for this...

    Why? MetaLink account exists to solve the problem like this

Maybe you are looking for

  • HP Photosmart Software Suite from hpqdirec.exe not Solution Center

    Hello recently installed the HP Photosmart Software Suite on my Officejet 4215xi all-in-one sisters.  Everything seemed to go well, except that when I open you'd think is supposed to be the center of Solution instead it tries to start hpqdirec.exe. 

  • Request album not showing my pictures

    I recently changed phones and moved my 32 GB of my Xperia old card to my new. I use ES File Explorer to manage the files that I know the ' s and off "locations of files, etc." My album application installed on my new phone (I had galleries and Xperia

  • T41 Network Controller driver problem

    Hello I have a T41 and my network controller is visible that a problem in the device (yellow icon) Manager number displays "no drivers installed (Code 28)" I tried to find the right driver but I don't know that one is.  Anyone have advice on the corr

  • Is it possible to record on a DVD-R?

    My optical drive is a DVD + - RW multi-format. Is there a program that will convert & save on a DVD-R? (Windows 7)

  • How to delete recent locations of Documents

    Example - when opening Excel recent documents - I could to the side workbook see no docs.  However, I am unable to clear recent locations in addition to without deleting them manually one at a time. I would like only to documents do no show at all. T