Error "ORA-39029: worker 1 with process name "DW01" prematurely terminated"

Hi,
I get this error during an import from my production database schemas into my development schemas:
Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
Processing object type SCHEMA_EXPORT/TABLE/TRIGGER
Processing object type SCHEMA_EXPORT/TABLE/INDEX/DOMAIN_INDEX/INDEX
Processing object type SCHEMA_EXPORT/MATERIALIZED_VIEW
ORA-39014: One or more workers have prematurely exited.
ORA-39029: worker 1 with process name "DW01" prematurely terminated
ORA-31672: Message 31672 not found; No message file for product=RDBMS, facility=ORA; arguments: [DW01]
Job "SYS"."SYS_IMPORT_FULL_01" stopped due to fatal error at 12:57:47
ORA-39014: One or more workers have prematurely exited.
This is my parfile:
PARALLEL=1
remap_SCHEMA=xxx:xxx
remap_tablespace=yyy:yyy
DUMPFILE=file.dmp
LOGFILE=imp_file.log
DIRECTORY=dddd
TRANSFORM=oid:n
I try to import with sys and system user.
I can't find anything about this error.

In the alter there was an ORA-00600
Errors in file /home/oracle/oracle/admin/siasvil/bdump/siasvil_dw01_32480.trc:
ORA-00600: internal error code, arguments: [kkqfca:invalid input], [], [], [], [], [], [], []
Wed Oct 8 15:20:41 2008
Errors in file /home/oracle/oracle/admin/siasvil/bdump/siasvil_dw01_32480.trc:
ORA-00600: internal error code, arguments: [kkqfca:invalid input], [], [], [], [], [], [], []
And in the trace something about a select:
ORA-00600: internal error code, arguments: [kkqfca:invalid input], [], [], [], [], [], [], []
Current SQL statement for this session:
select
e.id_nodo_alb_class||'/'||SEQ_AUX KEY_CODE, ID_AUX_ENUM ID_KEY_VAL, NAME_VALUE
DESC_KEY_VAL,
DS_VALUE DESC_LONG_KEY_VAL, CD_TIPO, SEQ_AUX, n.ID_NODO_ALB_CLASS ID_NODO, n.ds_nodo
from ri01_aux_enum e, ri01_nodi_alb_class n
where e.id_nodo_alb_class=n.id_nodo_alb_class(+)
Now I'm execute the impor command with CONTEN=METADATA_ONLY
I will see if it will works.

Similar Messages

  • EXPDP error - ORA-39126: Worker unexpected fatal error in KUPW$WORKER.UNLOA

    Greetings All,
    Oracle 11g (11.2.0.0) on Windows 2008 R2
    I am getting the error below during a schema export of just 1 particular schema. Other schema expdp’s don’t encounter this problem.
    Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_BODY
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
    ORA-39126: Worker unexpected fatal error in KUPW$WORKER.UNLOAD_METADATA [REF_CONSTRAINT:"CM_MASTER"."PPY_PEN_FK"]
    ORA-04063: package body "XDB.DBMS_XDBUTIL_INT" has errors
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 8165
    ----- PL/SQL Call Stack -----
      object      line  object
      handle    number  name
    000000047B38A000     18990  package body SYS.KUPW$WORKER
    000000047B38A000      8192  package body SYS.KUPW$WORKER
    000000047B38A000      2823  package body SYS.KUPW$WORKER
    000000047B38A000      8847  package body SYS.KUPW$WORKER
    000000047B38A000      1649  package body SYS.KUPW$WORKER
    000000047A576CD0         2  anonymous block
    Job "CM_MASTER"."EXP_CM_MASTER" stopped due to fatal error at 17:11:30I have deleted the identified constraint, but then errors out again on another constraint.
    I have found a tentative resolution for the ORA-39126 error (delete database stats, then gather database stats) but have not done so yet.
    I have tried deleting the statistics for just the schema (cm_master), and then re-gathered stats for the same schema. Still get the error.
    I am concerned about the ORA-04063: package body “XDB.DBMS_XDBUTIL_INT” has errors.
    I have unlocked and set new password for the XDB user, but am not able to logon as XDB to re-compile the package body in question.
    We had some maintenance applied over the weekend that “revoked execute from public” on the following packages:
    dbms_datapump
    dbms_crypto
    dbms_crypto_toolkit
    dbms_java_test
    dbms_random
    dbms_sql
    utl_file
    utl_http
    utl_mail
    utl_smtp
    utl_tcpThe user performing the export with the problem (cm_master) was then granted execute back on the following packages:
    dbms_datapump
    dbms_crypto
    dbms_random
    dbms_sql
    utl_file
    utl_http
    utl_mail
    (not: dbms_crypto_toolkit, dbms_java_test,  utl_smtp, utl_tcp,)Other schemas were granted execute on the following packages and are NOT having expdp problems:
    dbms_datapump
    dbms_sql
    utl_file
    utl_http
    utl_mail
    (not: dbms_crypto, dbms_crypto_toolkit, dbms_random, utl_smtp, utl_tcp )I don't think the public revokes are causing this error because the "Other schemas" do not have this error and were not specifically granted back all of the public revokes that cm_master received back.
    I appreciate any suggestions.
    Thanks for your time,
    Bob
    Edited by: Snyds on Jun 5, 2012 10:03 AM

    rjamya,
    I checked dba_registry, all 18 rows returned are VALID.
    I attempted to compile the package body identified in the error messages:
    ORA-04063: package body "XDB.DBMS_XDBUTIL_INT" has errorswith
    alter package xdb.dbms_xdbutil_int compile body;I got thje following results
    Error starting at line 60 in command:
    alter package xdb.dbms_xdbutil_int compile body
    Error report:
    SQL Command: package XDB.DBMS_XDBUTIL_INT
    Failed: ORA-24344: success with compilation error
    24344. 00000 -  "success with compilation error"
    *Cause:    A sql/plsql compilation error occurred.
    *Action:   Return OCI_SUCCESS_WITH_INFO along with the error code
    package XDB.DBMS_XDBUTIL_INT altered.Any other suggestions regarding how to resolve errors in the XDB.DBMS_ packages?
    I also tried granting CM_MASTER execute on the packages that I revoked execute to PUBLIC on, with no effect.
    I tried “exclude=REF_CONSTRAINT” on the export, the problem seemed to move to the next section:
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 96.31 MB
    Processing object type SCHEMA_EXPORT/USER
    Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
    Processing object type SCHEMA_EXPORT/ROLE_GRANT
    Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    Processing object type SCHEMA_EXPORT/DB_LINK
    Processing object type SCHEMA_EXPORT/SEQUENCE/SEQUENCE
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    Processing object type SCHEMA_EXPORT/TABLE/GRANT/OWNER_GRANT/OBJECT_GRANT
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/COMMENT
    Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_SPEC
    Processing object type SCHEMA_EXPORT/FUNCTION/FUNCTION
    Processing object type SCHEMA_EXPORT/PACKAGE/COMPILE_PACKAGE/PACKAGE_SPEC/ALTER_PACKAGE_SPEC
    Processing object type SCHEMA_EXPORT/FUNCTION/ALTER_FUNCTION
    Processing object type SCHEMA_EXPORT/VIEW/VIEW
    Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_BODY
    ORA-39126: Worker unexpected fatal error in KUPW$WORKER.UNLOAD_METADATA [PACKAGE_BODY:"CM_MASTER"."SR_MAINTENANCE"]
    ORA-04063: package body "XDB.DBMS_XDBUTIL_INT" has errors
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 8165
    ----- PL/SQL Call Stack -----
      object      line  object
      handle    number  name
    000000047B38A000     18990  package body SYS.KUPW$WORKER
    000000047B38A000      8192  package body SYS.KUPW$WORKER
    000000047B38A000      2823  package body SYS.KUPW$WORKER
    000000047B38A000      8847  package body SYS.KUPW$WORKER
    000000047B38A000      1649  package body SYS.KUPW$WORKER
    000000047A576CD0         2  anonymous block
    Job "CM_MASTER"."EXP_CM_MASTER" stopped due to fatal error at 19:36:23I tried the suggestion from my Google-ing, drop database statistics, then gather database statistics. No effect, same error.
    I also tried granting CM_MASTER execute on the packages that I revoked execute to PUBLIC on, with no effect.
    Again what seems odd is that I can export other schemas without errors.
    Any other suggestions, please.
    Thanks,
    Bob
    Edited by: Snyds on Jun 5, 2012 12:04 PM

  • Impdp error ORA-39125: Worker unexpected fatal error in KUPW$WORKER.PUT_DDL

    Hi,
    I am trying to generate sql script form the dmp file.
    but getting this error.
    C:\Documents and Settings\satish.HTSS>impdp egift/egift@local directory=DIR1 dum
    pfile=exp.dmp sqlfile=create.sql
    Import: Release 10.2.0.1.0 - Production on Saturday, 24 May, 2008 0:16:07
    Copyright (c) 2003, 2005, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Produc
    tion
    With the Partitioning, OLAP and Data Mining options
    Master table "EGIFT"."SYS_SQL_FILE_FULL_01" successfully loaded/unloaded
    Starting "EGIFT"."SYS_SQL_FILE_FULL_01":  egift/********@local directory=DIR1 du
    mpfile=exp.dmp sqlfile=create.sql
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    Processing object type SCHEMA_EXPORT/SEQUENCE/SEQUENCE
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
    Processing object type SCHEMA_EXPORT/TABLE/COMMENT
    Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_SPEC
    Processing object type SCHEMA_EXPORT/FUNCTION/FUNCTION
    Processing object type SCHEMA_EXPORT/PROCEDURE/PROCEDURE
    Processing object type SCHEMA_EXPORT/PACKAGE/COMPILE_PACKAGE/PACKAGE_SPEC/ALTER_
    PACKAGE_SPEC
    Processing object type SCHEMA_EXPORT/FUNCTION/ALTER_FUNCTION
    Processing object type SCHEMA_EXPORT/PROCEDURE/ALTER_PROCEDURE
    Processing object type SCHEMA_EXPORT/VIEW/VIEW
    Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_BODY
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/TRIGGER
    ORA-39125: Worker unexpected fatal error in KUPW$WORKER.PUT_DDLS while calling D
    BMS_METADATA.CONVERT []
    ORA-06502: PL/SQL: numeric or value error
    LPX-00007: unexpected end-of-file encountered
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 6235
    ----- PL/SQL Call Stack -----
      object      line  object
      handle    number  name
    20B135F8     14916  package body SYS.KUPW$WORKER
    20B135F8      6300  package body SYS.KUPW$WORKER
    20B135F8     12279  package body SYS.KUPW$WORKER
    20B135F8      3279  package body SYS.KUPW$WORKER
    20B135F8      3956  package body SYS.KUPW$WORKER
    20B135F8      6931  package body SYS.KUPW$WORKER
    20B135F8      1262  package body SYS.KUPW$WORKER
    18E96684         2  anonymous block
    Job "EGIFT"."SYS_SQL_FILE_FULL_01" stopped due to fatal error at 00:16:31and this error always comes when it turns to generate sql for the triggers.
    i am facing this error continuously.
    thanks

    Hi,
    Its an unpatched db.So you must patch it first.Here is what is mentioned about this error
    39125, 00000, "Worker unexpected fatal error in %s while calling %s [%s]" // *Cause: An unhandled exception was detected internally within the worker
    // process for the Data Pump job while calling the specified external
    // routine. This is an internal error. Additional information may be
    // supplied.
    // *Action: If problem persists, contact Oracle Customer Support.
    So the better part is to contact Support.See if this thread can help you.Its not having much but still ,
    Error ORA-39125 and ORA-04063 during export for transportable tablespace
    Aman....

  • System Error Message CR082-Work center with ID 10000005 was not found

    Hi SAP Gurus,
    We are getting the error message 'Work center with ID 10000005 was not found' while our finance guys trying to do costing run for our two plants together. But when they run the costing for two plants seperately then it is working fine. Because of the business needs they have to do the costing run for both plants together.
    "The description of the error is as follows:
    System error: Work center with ID 10000005 was not found
    Message no. CR082
    Diagnosis
    Internal error.
    Procedure
    Repeat the transaction.
    If the error occurs and you have a CRM System connected to your ERP System, the document may have been archived in the CRM System.
    If the error occurs again, inform your system administrator. If the error cannot be corrected, call the SAP Hotline directly. Describe which steps preceeded the error"
    Any idea how to solve this issue.
    Thanks.
    Sachin

    Hi,
    Kindly check with following SAP note for Message No. CR082 :
    [Note 157682 - Message CR082: Work center not found|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=157682]
    Try with implementing this note which may resolve your problem.
    Hope this helps.
    Regards,
    Tejas

  • Error while saving Work book with XLSM extension

    Hi All,
    While i saving workbook in excel 2007 with extension XLSM,
    Its not allowed.How i can proceed with this.
    I am using SAP BI 7.0
    please let me know what i need to do.
    Krishna

    Ensure that you have not opened any excel file or text file with similar name.
    thanks
    G. Lakshmipathi

  • Error when printing work order with iw32

    Hello all,
    When i was printing work order using IW32, the order success to be saved but it can't be printed. And i get this error message :
    Express document "Update was terminated" received from author ...
    i check with T-Code SM13, and i found error on
    PM_ORDER_PRINT_CONTROL
    further, i go check to ABAP Short dump, and found the error analysis
    A RAISE statement in the program "SAPLSFES " raised the exception
    condition "CONTROL_FLUSH_ERROR".                                
    Since the exception was not intercepted by a superior program  
    in the hierarchy, processing was terminated.
    have anyone know the OSS or have some experience to solve this problem ? hope you can help me..
    thank you for your attention..
    Regards,
    Anggara Mahardika

    Hi
    Can u let  us know whether u are trying to Save the Print out on to ur Desktop ...  or using GUI_DOWNLOAD Fm in ur program ...
    surya

  • TNS Error : ORA-12154 unsing oo4o with VB

    In VB6, using oo4o(Oracle InProc Server),
    whin I run debuging mode with VB6 App, result is successfull.
    But, compile this application, and execute EXE module,
    error occur 'Cannot resolve TNS Name (ORA-12154)'.

    Just make sure that the executable is not started from a directory path containing brackets (e.g. "C:\Program Files (x86)\MyApp\myapp.exe") but copy that executable to a directory path without brackets. The brackets in one of the directies in the path may lead to the Oracle exception "ORA-12154: TNS :could not resolve service name".

  • Errors when editing a row with duplicate names

    I have a table where some of the rows has same names and I changed my primary and secondary column names to display them correctly (Or else i get row fetch error). Now when I try to edit these rows that share the same names i get ORA-20001: Error in DML: p_rowid=DCDD, p_alt_rowid=ID, p_rowid2=MVS, p_alt_rowid2=MPS. ORA-01422: exact fetch returns more than requested number of rows
    Can someone help me figure out what is wrong here? It seems there is a overlap of rows somewhere? I am still not sure how I use the primary and secondary column names. thanks

    SQL> select * from mytable;
          COL1       COL2
             1          2
             1          2
    SQL> DECLARE
      2  V_VAR1 NUMBER(2);
      3  BEGIN
      4  SELECT COL1 INTO v_var1
      5  FROM MYTABLE
      6  WHERE COL1 = 1;
      7  END;
      8  /
    DECLARE
    ERROR at line 1:
    ORA-01422: exact fetch returns more than requested number of rows
    ORA-06512: at line 4In the above case, I am using an implicit cursor to retrieve multiple values into the same variable. That will not work. I may have to use a collection or an
    explicit cursor.

  • Xcelcius hyperlinks not working properly with DNS name

    Hello,
    we have the following environment:
    BOE XI 3.1 on win2003 server
    Tomcat and IIS
    ISA 2006 server for external access from internet
    SSL on ISA server for login
    WinAD SSO (also external from ISA form)
    DNS for internal usage (instead of the actual BO server name and port)
    the ISA listener has the exact same name as the DNS entry, so both internal as external we can use the same URL.
    this is working fine until we access a "menu" in xcelcius.
    from this menu we can select 4 different xcelcius dashboards, but when clicking on any of the links, we get an error:
    an error has occurred: error with attempt to view document
    we don't have SSL enabled on the BO server itself, only on the ISA server.
    the hyperlinks are valid, and we've tried both relative and absolute paths to our BO server
    strange thing is, that is DOES work when we use the hostname URL for BO instead of the DNS name.
    does anyone knows how to resolve this?
    thanks in advance.
    Edited by: D. Osseweijer on Jan 6, 2010 10:04 AM

    excluded the possibility that this has anything to do with SSL config.
    we had a SSL certificate on the BO server, but removed this, so that we only can use http traffic on BO server.
    when i have a look at the logfiles, i see the following error:
    .\infosessionmgr.cpp:959: TraceLog message 1
    2010/01/06 13:55:37.090|>>|A| |11832| 196| |||||||||||||||assert failure: (.\infosessionmgr.cpp:959). (false : Couldn't get token).
    this happens everytime just after reproducing the error.
    already tried some things mentioned in other topics, but to no avail.
    we use WinAD SSO .NET Kerberos.
    also enabled SSO for PlatformServices and OpenDocument (which is used in the hyperlinks)
    does the error about the token could cause the problem with the hyperlink ?
    i can only open the child dashboard with the hostname of the BO-server in de URL, not with the DNS alias.

  • I installed ims 5.2 in w2k professional.when i start services using start-msg bat file, job controller service gives 1067 system error.have anyone worked successfully with ims 5.2 on w2k professional.

     

    See previous Q&A on this site, but I believe the answer is no. Not only is this not supported, but it does not work.
    If you have to have Windows 2K then to make things work use iMS 5.1. I've heard that this will function. If you have to have iMS 5.2 then switch to a supported configuration.

  • I am unable to view any videos from the BBC website, getting "Not Available" error message. Works ok with Internet Explorer.

    When I go to the BBC (British Broadcasting Corp) website, and click on a video, I get a "Not Available" message. I do not encounter this problem with Internet Explorer. I currently have
    the Firefox 3.6.18 version installed. Thank you.

    Try running Firefox in [[Safe Mode]]. If it functions properly in that configuration, then one of your add-ons is the culprit.

  • IMPDP failed with ORA-ORA-39029- DW DIED error....

    Hi All,
    We have a problem while refreshing the schema using expdp/impdp.
    Version: 10.2.05
    OS: HP-UNIX
    Export got suceeded.
    While importing we get the below error at some point and import got terminated.
    ORA-39014: One or more workers have prematurely exited.
    ORA-39029: worker 1 with process name "DW01" prematurely terminated
    ORA-31672: Worker process DW01 died unexpectedly.
    Job "SYS"."SYS_IMPORT_FULL_10" stopped due to fatal error at 20:30:18
    Totally around 37000 tables, we spilt the tables as no. of parfiles/dumpfile and try importing also failed with same error, but not for all the tables for few tables it terminated with dw died error.
    Can you please help me to understand why it terminated for few tables any work around/fix for this could be great.
    Thanks.....
    Riyas

    Hi Abraham,
    Thanks for your response...
    I dont remap anything, also the import is not failed at all the tables only few tables.
    Export dump size is around 35gb.
    I paste you the logs with impdp statement which i tried.
    impdp dumpfile=exp_10601_10700.dmp logfile=imp_10601_10700.log DIRECTORY=EXP_DUMP TABLE_EXISTS_ACTION=REPLACEImport: Release 10.2.0.5.0 - 64bit Production on Monday, 18 June, 2012 19:36:49
    Copyright (c) 2003, 2007, Oracle. All rights reserved.
    Username: sys as sysdba
    Password:
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Master table "SYS"."SYS_IMPORT_FULL_10" successfully loaded/unloaded
    Starting "SYS"."SYS_IMPORT_FULL_10": sys/******** AS SYSDBA dumpfile=exp_10601_10700.dmp logfile=imp_10601_10700.log DIRECTORY=EXP_DUMP TABLE_EXISTS_ACTION=REPLACE
    Processing object type TABLE_EXPORT/TABLE/TABLE
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    . . imported "RRS"."RAW_ITEM_VALUE" 12.25 GB 185886629 rows
    . . imported "RRS"."RAW_ITEM_VALUE_BAK" 8.012 GB 124185377 rows
    ORA-39014: One or more workers have prematurely exited.
    ORA-39029: worker 1 with process name "DW01" prematurely terminated
    ORA-31672: Worker process DW01 died unexpectedly.
    Job "SYS"."SYS_IMPORT_FULL_10" stopped due to fatal error at 20:30:18
    >

  • EXPDP got error ORA-39014,ORA-39029 in oracle 10.2.0.4

    oracle database = 10.2.0.4
    OS= Oracle enterprise linux 4.8
    after run expdp file i got the following error:
    ORA-39014: One or more workers have prematurely exited.
    ORA-39029: worker 1 with process name "DW01" prematurely terminated
    ORA-31671: Worker process DW01 had an unhandled exception.
    ORA-24795: Illegal ROLLBACK attempt made
    ORA-06512: at "SYS.KUPW$WORKER", line 1352
    ORA-24795: Illegal ROLLBACK attempt made
    ORA-06512: at "SYS.KUPW$WORKER", line 7073
    ORA-24795: Illegal ROLLBACK attempt made
    ORA-06512: at "SYS.KUPW$WORKER", line 2829
    ORA-24795: Illegal ROLLBACK attempt made
    ORA-24795: Illegal ROLLBACK attempt made
    ORA-06512: at "SYS.KUPW$WORKER", line 10915
    ORA-02354: error in exporting/importing data
    ORA-39773: parse of metadata stream faile
    how could i solve my problm????
    help me

    user12189421 wrote:
    ulimit -n
    131072
    lsof | grep oracle | wc -l
    2332
    cat /proc/sys/fs/file-nr
    2520 0 357686In that case you need to check with your system admin.
    Error:  ORA 447 
    Text:   fatal error in background process
    Cause:  One of the background processes completed unexpectedly.
    Action: Restart the system.
            Check and, if necessary, correct the problem indicated by the
            background trace file in BACKGROUND_DUMP_DEST.
    *** Important: The notes below are for experienced users - See Note:22080.1
    Diagnosis:
          - Check the alert log and trace files for all trace files around
         the time of the error. It is common for one trace to point at another
         process. Follow the list until you get a file with a real
         error in it. If unsure collect ALL trace files.
          - If all traces point to a process with no tracefile (Eg: LGWR)
         check whether any new tablespaces or datafiles have been added
         recently
         Check whether sum(number of datafiles +
                           number of redolog files +
                              number of controlfiles) 
                    is less than  
                              (user's unix open file limit. eg. nfile on SUN,
                                  maxfile on HP)Regards
    Anurag

  • DB Import Error - ORA-39014, ORA-39029, ORA-31672

    Hi,
    I get the following error while importing the entire database:-
    Processing object type DATABASE_EXPORT/DE_SYSTEM_PROCOBJACT/DE_PRE_SYSTEM_ACTIONS/PROCACT_SYSTEM
    Processing object type DATABASE_EXPORT/DE_SYSTEM_PROCOBJACT/DE_POST_SYSTEM_ACTIONS/PROCACT_SYSTEM
    ORA-39014: One or more workers have prematurely exited.
    ORA-39029: worker 1 with process name "DW01" prematurely terminated
    ORA-31672: Worker process DW01 died unexpectedly
    Job "SYS"."SYS_IMPORT_FULL_01" stopped due to fatal error at 16:26
    Can some please help.
    Regards,
    Willet Rodrigues

    Hi,
    Here is the extract of trace file .. Now we are in the possition where we can do full import only because we have run dropdb command. Please help.
    ORA-31684: Object type SEQUENCE:"SYSTEM"."REPCAT$_TEMPLATE_PARMS_S" already exists
    ORA-31684: Object type SEQUENCE:"SYSTEM"."REPCAT$_TEMPLATE_REFGROUPS_S" already exists
    ORA-31684: Object type SEQUENCE:"SYSTEM"."REPCAT$_TEMPLATE_SITES_S" already exists
    ORA-31684: Object type SEQUENCE:"SYSTEM"."REPCAT$_TEMP_OUTPUT_S" already exists
    ORA-31684: Object type SEQUENCE:"SYSTEM"."REPCAT$_USER_AUTHORIZATIONS_S" already exists
    ORA-31684: Object type SEQUENCE:"SYSTEM"."REPCAT$_USER_PARM_VALUES_S" already exists
    ORA-31684: Object type SEQUENCE:"SYSTEM"."REPCAT_LOG_SEQUENCE" already exists
    ORA-31684: Object type SEQUENCE:"SYSTEM"."TEMPLATE$_TARGETS_S" already exists
    ORA-31684: Object type SEQUENCE:"UTL"."NTRC_SEVERITY_SEQ" already exists
    ORA-31684: Object type SEQUENCE:"UTL"."NTRC_STATE_REF_SEQ" already exists
    ORA-31684: Object type SEQUENCE:"UTL"."NTRC_TRACE_SEQ" already exists
    ORA-31684: Object type SEQUENCE:"WMSYS"."AQ$_WM$EVENT_QUEUE_TABLE_N" already exists
    ORA-31684: Object type SEQUENCE:"WMSYS"."WM$ADT_SEQUENCE" already exists
    ORA-31684: Object type SEQUENCE:"WMSYS"."WM$INSTEADOF_TRIGS_SEQUENCE" already exists
    ORA-31684: Object type SEQUENCE:"WMSYS"."WM$LOCK_SEQUENCE" already exists
    ORA-31684: Object type SEQUENCE:"WMSYS"."WM$ROW_SYNC_ID_SEQUENCE" already exists
    ORA-31684: Object type SEQUENCE:"WMSYS"."WM$UDTRIG_DISPATCHER_SEQUENCE" already exists
    ORA-31684: Object type SEQUENCE:"WMSYS"."WM$UP_DEL_TRIG_NAME_SEQUENCE" already exists
    ORA-31684: Object type SEQUENCE:"WMSYS"."WM$VERSION_SEQUENCE" already exists
    ORA-31684: Object type SEQUENCE:"WMSYS"."WM$VTID" already exists
    ORA-39111: Dependent object type OBJECT_GRANT:"GUI" skipped, base object type SEQUENCE:"CAP"."CA_BLACKOUT_ID_SEQ" already
    exists
    ORA-39111: Dependent object type OBJECT_GRANT:"SCH" skipped, base object type SEQUENCE:"CAP"."CA_BLACKOUT_ID_SEQ" already
    exists
    ORA-39111: Dependent object type OBJECT_GRANT:"GUI" skipped, base object type SEQUENCE:"CAP"."CA_FECM_SEQ" already exists
    ORA-39111: Dependent object type OBJECT_GRANT:"SCH" skipped, base object type SEQUENCE:"CAP"."CA_FECM_SEQ" already exists
    CD00D1BA:000D2855 14 655 10254 71 KSBCTI: (MMON) : (interrupt action) : acnum=[195] comment=[MMON Local action
    Listener]CD00D1BC:000D2856 14 655 10254 71 KSBCTI: (MMON) : (interrupt action) : acnum=[196] comment=[MMON Completion
    Callback Dispatcher]
    CD00D1BD:000D2857 14 655 10254 71 KSBCTI: (MMON) : (interrupt action) : acnum=[206] comment=[Check for sync messages
    from other instances]
    CD00D1BE:000D2858 14 655 10254 71 KSBCTI: (MMON) : (interrupt action) : acnum=[208] comment=[Check for autostart
    messages from other instances]
    CD2D85C5:000D2F49 14 655 10254 71 KSBCTI: (MMON) : (interrupt action) : acnum=[2] comment=[KSB action for X-instance
    calls]
    CD2D85DC:000D2F4A 14 655 10254 71 KSBCTI: (MMON) : (interrupt action) : acnum=[65] comment=[Scumnt mount lock]
    CD2D85DE:000D2F4B 14 655 10254 71 KSBCTI: (MMON) : (interrupt action) : acnum=[66] comment=[Poll system events
    broadcast channel]
    CD2D85E0:000D2F4C 14 655 10254 71 KSBCTI: (MMON) : (interrupt action) : acnum=[194] comment=[MMON Remote action
    Listener]
    CD2D85E4:000D2F4D 14 655 10254 71 KSBCTI: (MMON) : (interrupt action) : acnum=[195] comment=[MMON Local action
    Listener]CD2D85E4:000D2F4E 14 655 10254 71 KSBCTI: (MMON) : (interrupt action) : acnum=[196] comment=[MMON Completion
    Callback Dispatcher]
    CD2D85E6:000D2F4F 14 655 10254 71 KSBCTI: (MMON) : (interrupt action) : acnum=[206] comment=[Check for sync messages
    from other instances]
    CD2D85E8:000D2F50 14 655 10254 71 KSBCTI: (MMON) : (interrupt action) : acnum=[208] comment=[Check for autostart
    messages from other instances]
    CD2D85EF:000D2F51 14 655 10254 73 KSBCTI: (MMON) : (timeout action) : acnum=[0] comment=[Monitor Cleanup]
    CD2D85F1:000D2F52 14 655 10254 73 KSBCTI: (MMON) : (timeout action) : acnum=[23] comment=[reconfiguration MMON
    action]CD2D85F3:000D2F53 14 655 10254 73 KSBCTI: (MMON) : (timeout action) : acnum=[33] comment=[SGA memory tuning]
    CD2D85FE:000D2F54 14 655 10254 73 KSBCTI: (MMON) : (timeout action) : acnum=[34] comment=[SGA memory tuning parameter
    update]
    CD2D8609:000D2F55 14 655 10254 73 KSBCTI: (MMON) : (timeout action) : acnum=[97] comment=[Flashback Marker]
    CD2D860C:000D2F56 14 655 10254 71 KSBCTI: (MMON) : (interrupt action) : acnum=[2] comment=[KSB action for X-instance
    calls]
    CD2D860D:000D2F57 14 655 10254 71 KSBCTI: (MMON) : (interrupt action) : acnum=[65] comment=[Scumnt mount lock]
    CD2D860E:000D2F58 14 655 10254 71 KSBCTI: (MMON) : (interrupt action) : acnum=[66] comment=[Poll system events
    broadcast channel]
    CD2D860E:000D2F59 14 655 10254 71 KSBCTI: (MMON) : (interrupt action) : acnum=[194] comment=[MMON Remote action
    Listener]
    CCD67F2A:000D13F7 15 652 10254 71 KSBCTI: (MMNL) : (interrupt action) : acnum=[65] comment=[Scumnt mount lock]
    CCD67F2B:000D13F8 15 652 10254 71 KSBCTI: (MMNL) : (interrupt action) : acnum=[66] comment=[Poll system events
    broadcast channel]
    CCD67F31:000D13F9 15 652 10254 73 KSBCTI: (MMNL) : (timeout action) : acnum=[0] comment=[Monitor Cleanup]
    CCD67F33:000D13FA 15 652 10254 73 KSBCTI: (MMNL) : (timeout action) : acnum=[190] comment=[ASH Sampler (KEWA)]
    CCD68006:000D13FB 15 652 10254 73 KSBCTI: (MMNL) : (timeout action) : acnum=[201] comment=[MMON SWRF Raw Metrics
    Capture]
    CCD68019:000D13FC 15 652 10254 71 KSBCTI: (MMNL) : (interrupt action) : acnum=[2] comment=[KSB action for X-instance
    calls]
    CCD6801B:000D13FD 15 652 10254 71 KSBCTI: (MMNL) : (interrupt action) : acnum=[65] comment=[Scumnt mount lock]
    CCD6801C:000D13FE 15 652 10254 71 KSBCTI: (MMNL) : (interrupt action) : acnum=[66] comment=[Poll system events
    broadcast channel]
    CCE56601:000D16F4 15 652 10254 71 KSBCTI: (MMNL) : (interrupt action) : acnum=[2] comment=[KSB action for X-instance
    calls]
    CCE56604:000D16F5 15 652 10254 71 KSBCTI: (MMNL) : (interrupt action) : acnum=[65] comment=[Scumnt mount lock]
    CCE56606:000D16F6 15 652 10254 71 KSBCTI: (MMNL) : (interrupt action) : acnum=[66] comment=[Poll system events
    broadcast channel]
    CCE5660B:000D16F7 15 652 10254 73 KSBCTI: (MMNL) : (timeout action) : acnum=[0] comment=[Monitor Cleanup]
    CCE5660C:000D16F8 15 652 10254 73 KSBCTI: (MMNL) : (timeout action) : acnum=[190] comment=[ASH Sampler (KEWA)]
    CCE566E0:000D16F9 15 652 10254 73 KSBCTI: (MMNL) : (timeout action) : acnum=[201] comment=[MMON SWRF Raw Metrics
    Capture]
    CCE566F3:000D16FA 15 652 10254 71 KSBCTI: (MMNL) : (interrupt action) : acnum=[2] comment=[KSB action for X-instance
    calls]\
    0 10280 1 0x00000012
    AB0C8374:000C8F9E 18 0 10280 1 0x00000012
    AB128A5D:000C8FBE 18 644 10960 10
    AB134FFD:000C8FCD 18 644 10960 10
    AB13AE3C:000C8FD8 18 644 10960 10
    AB13C910:000C8FDA 18 644 10960 10
    AB14106B:000C8FDD 18 644 10960 10
    AB158487:000C8FE4 18 644 10960 10
    AB160515:000C8FEB 18 644 10960 10
    AB175E38:000C9010 18 644 10254 52 KSBSRV: enter for server = 1909881556
    AB175E38:000C9011 18 644 10254 54 KSBSRV: obtained PR enqueue
    AB175E3E:000C9012 18 644 10254 55 KSBSRV: called start callback function
    AB175E6A:000C9013 18 644 10254 58 KSBSRV: oracle executable name validated proc=[DW01]
    AB17B28D:000C9021 18 644 10254 59 KSBSRV: spawn succeeded process=DW01 ospnum=13765
    AB17B29A:000C9022 18 644 10254 60 KSBSRV: starting to wait for 120000 seconds
    AB17B321:000C9023 18 644 10254 63 KSBSRV: spawned process found active
    AB1817D1:000C9025 18 644 10254 64 KSBSRV: process found to be running
    AB1817D2:000C9026 18 644 10254 66 KSBSRV: end callback function called
    AB1817DF:000C9027 18 644 10254 70 KSBSRV: done with active = 1
    AB1C03C6:000C9039 18 644 10960 10
    AB1CD19B:000C9045 18 644 10960 10
    AD3B3601:000C966A 18 644 10960 10
    AD3DD022:000C9676 18 644 10254 19 KSBCIC: (USER) starting cic on opcode KSBCIRCO [1] with args (5 4273984698 20982601)
    AD42859F:000C96AC 18 644 10254 19 KSBCIC: (USER) starting cic on opcode KSBCIRCO [1] with args (5 4273984642 20982657)
    AD437AB1:000C96D2 18 644 10444 12 ABORT TRANSACTION - xid: 0x0001.02e.00000206
    AD43A837:000C96DC 18 644 10444 12 ABORT TRANSACTION - xid: 0x0001.007.00000207
    AD47AB58:000C96DD 18 644 10021 1 0x006D1501 0x006D1501 0x0000006D
    782:000D24B8 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF6CA9F:000D24C7 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF73A98:000D24E4 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF73DD1:000D24F3 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF7AD12:000D2510 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF7B03B:000D251F 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF808F9:000D253C 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF80C38:000D254B 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF864DF:000D2568 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF86805:000D2577 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF8C0D7:000D2594 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF8C3F7:000D25A3 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF91CB1:000D25C1 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF91FD0:000D25D0 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF978A4:000D25ED 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF97BBE:000D25FC 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF9D4A6:000D2619 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF9D7EF:000D2628 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFA3082:000D2646 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFA33C0:000D2655 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFAA340:000D2672 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFAA663:000D2681 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFAFF31:000D269E 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFB0289:000D26AD 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFB5B0F:000D26CA 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFB5E25:000D26D9 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFBB701:000D26F6 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFBBA18:000D2705 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFC1306:000D2722 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFC163A:000D2731 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFC6ED5:000D275D 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFC71E5:000D276C 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFCE19F:000D2789 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFCE4C0:000D2798 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFD5469:000D27B5 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFD5783:000D27C4 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFD6C7F:000D27D4 19 641 10960 10
    CCFF8FBD:000D2813 19 641 10960 10
    CD001D45:000D2828 19 641 10960 10
    CD00CE73:000D2843 19 641 10960 10
    CD067B31:000D28E5 19 641 10960 10
    CD069CD2:000D28EC 19 641 10960 10
    CD082F7D:000D290A 19 641 10960 10
    CD084B94:000D2911 19 641 10960 10
    CD0A00CB:000D292F 19 641 10960 10
    CD0A16E9:000D2935 19 641 10960 10
    CD0C1D47:000D2962 19 641 10960 10
    CD0C3C7B:000D2965 19 641 10960 10
    CD2F1E81:000D2F89 19 641 10960 10
    CD2F696D:000D2F91 19 641 10960 10
    CD44024D:000D3254 19 641 10960 10
    CD443E35:000D3264 19 641 10960 10
    CD463BF9:000D328C 19 641 10960 10
    CD46547D:000D3294 19 641 10960 10
    CD47BF04:000D32AB 19 641 10444 12 ABORT TRANSACTION - xid: 0x0004.028.0000006f
    CD7D93BB:000D335A 19 641 10442 6 Extension usn 3, ext 68, nex 88
    CD7D93C9:000D335B 19 641 10445 1 s1::tsnn 0 dbaa 0xx04006122wheee: duww03::kduuru des2: tsn: 0 rdba: 0x00400211
    w
    here: ktswh39: ktsrsp
    CD8536B9:000D33F6 19 641 10960 10
    CD874329:000D342E 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCIRTP [21] with args (3 0 0)
    KSTDUMP: End of in-memory trace dump
    Dump event group for level SESSION
    TC Addr Evt#(b10) Action TR Addr Arm Life
    B7296938 28657 1 b72969a0 0 0
    TR Name TR level TR address TR arm TR life TR type
    CONTEXT 1 0 -1 2 -1219690384
    B73659F4 22935 1 b7365a5c 0 0
    TR Name TR level TR address TR arm TR life TR type
    CONTEXT 1 0 -1 2 -1219690384
    B7365900 10407 1 b7365968 0 0
    TR Name TR level TR address TR arm TR life TR type
    CONTEXT 1 0 -1 2 -1219690384
    B736580C 25475 1 b7365874 0 0
    TR Name TR level TR address TR arm TR life TR type
    CONTEXT 1 0 -1 2 -1219690384
    B7365718 10904 1 b7365780 0 0
    TR Name TR level TR address TR arm TR life TR type
    CONTEXT 1 0 -1 2 -1219690384
    B7445768 10150 1 b74457a8 0 0
    TR Name TR level TR address TR arm TR life TR type
    CONTEXT 1 0 -1 2 -1219690384
    Dump event group for level SYSTEM
    TC Addr Evt#(b10) Action TR Addr Arm Life
    ssexhd: crashing the process...
    Shadow_Core_Dump = PARTIAL

  • Datapump export fails with ora-39014 ora-39029 ora-31671 ora-24795 ora-6512

    Hi All,
    I am having this problem with data pump export job in my database.
    OS - Windows Server 2003 R2
    Oracle Version - 10.2.0.4.0
    Export Command - SYSTEM/********@testcp FULL=Y DUMPFILE=testcp_dp.dmp LOGFILE=expdp_testcp.log
    Error Messages:-
    ORA-39014: One or more workers have prematurely exited.
    ORA-39029: worker 1 with process name "DW01" prematurely terminated
    ORA-31671: Worker process DW01 had an unhandled exception.
    ORA-24795: Illegal ROLLBACK attempt made
    ORA-06512: at "SYS.KUPW$WORKER", line 1352
    ORA-24795: Illegal ROLLBACK attempt made
    ORA-06512: at "SYS.KUPW$WORKER", line 7073
    ORA-24795: Illegal ROLLBACK attempt made
    ORA-06512: at "SYS.KUPW$WORKER", line 2829
    ORA-24795: Illegal ROLLBACK attempt made
    ORA-24795: Illegal ROLLBACK attempt made
    ORA-06512: at "SYS.KUPW$WORKER", line 10915
    ORA-02354: error in exporting/importing data
    ORA-01891: Datetime/Interval internal error
    Job "SYSTEM"."SYS_EXPORT_FULL_12" stopped due to fatal error at 16:02:04
    ORA-39014: One or more workers have prematurely exited.
    I have been trying to resolve this issue from months, but have not got any solution yet.
    Please help me out.
    Thanks All in advance.

    Have you opened an SR with Support ? Issue seems to be
    >
    ORA-01891: Datetime/Interval internal error
    >
    which is an internal error that only Support can troubleshoot.
    Possibly a bug in 10.2.0.4
    Bug 6211421 - ORA-1891 from addition / subtraction of TIMESTAMP data [ID 6211421.8]
    HTH
    Srini

Maybe you are looking for

  • Where does Leopard save network settings?

    When I create various "Locations" in the Network preferences, where are the settings saved? Since I have several "Locations" on my laptop and would NOT want to re-create them if something happens to the settings, I would like to save the file that ho

  • Macbook Pro 17 - Version differences

    I am looking at purchasing a MBP 17. I'm looking at a 2.4Ghz high res MBP 17 from either MacMall or as a refurb from Apple. Being new to the Mac world, I am trying to understand the differences between the 2.4Ghz MBP 17 and the new 2.5/2.6Ghz MBP 17.

  • Videos not saved in the Video app

    My videos got saved in the Photos app under Albums:all imported/last imported/saved photo. Videos from SD Card are saved in ...imported Videos as email attachment are saved in... Saved photos Why are videos saved in the Photo app and not in the Video

  • Itext and CFMX7

    We developed a cfc in order to use itext and generate pdf forms on the fly on a CF6.1. We have now setup a new server with CFMX7 and promoted our applications on CF7.0 The cfc no longer seems to work under CF7. Are there any known issues with regard

  • Special effect for wedding video

    I just started using Final Cut Express 2. I recently shot a wedding video for my daughter and I want to put in a certain special effect. The Bride is sitting on one side of a bench and the groom is sitting on the other side of the bench. They are loo