ORA-29913: error al ejecutar la llamada de ODCIAGGREGATEMERGE

Why I can create this view on 11g and i receive this error on 10g?
SQL> CREATE MATERIALIZED VIEW SGPCVM_PARCELAS
   2  NOCACHE NOPARALLEL BUILD IMMEDIATE
   3  USING INDEX TABLESPACE PERSPECTIVAS_IDE_I PCTFREE 0
   4  REFRESH ON DEMAND COMPLETE USING ENFORCED CONSTRAINTS
   5  DISABLE QUERY REWRITE  AS SELECT /*+ index(R SGPC_RECINTOS_PK)  index(RG SG
PC_RECINTOS_GEOM_PK) */
   6      R.CD_PROVINCIA,
   7      R.CD_MUNICIPIO,
   8      R.CD_POLIGONO,
   9      R.CD_PARCELA,
  10      SDO_AGGR_UNION(SDOAGGRTYPE(RG.SD_GEOM,0.0005)) AS SD_GEOM,
  11      SUM(RG.NU_SUPERFICIE) AS NU_SUPERFICIE,
  12      SUM(RG.NU_SUPERFICIE_ADM) AS NU_SUPERFICIE_ADM,
  13      SUM(RG.NU_PERIMETRO) AS NU_PERIMETRO
  14  FROM EQ_SIGPAC_IDE.SGPCD_RECINTOS R,
  15      EQ_SIGPAC_IDE.SGPCD_RECINTOS_GEOM RG
  16  WHERE R.IU_FH_BAJA_RECINTO IS NULL
  17      AND R.ID_RECINTO_GEOM = RG.ID_RECINTO_GEOM
  18  GROUP BY CD_PROVINCIA, CD_MUNICIPIO, CD_POLIGONO, CD_PARCELA;
     SDO_AGGR_UNION(SDOAGGRTYPE(RG.SD_GEOM,0.0005)) AS SD_GEOM,
ERROR en línea 10:
ORA-29913: error al ejecutar la llamada de ODCIAGGREGATEMERGE

Puede deberse a que tienes otra instalación previa desinstalada o no. El instalador comprueba varios archivos y si detecta cree encontrar información sobre una instalación previa, no prosigue.
Intenta de todos modos desde el Panel de Control si estas en Windows, desinstalar el instalador de Adobe, de paso comprueba que no tengas una instalación anterior, reinicia el ordenador, e intenta todo de nuevo.

Similar Messages

  • SQL Error: ORA-29913: error in executing ODCIEXTTABLEOPEN callout

    Dear Friends,
    I executed the following stmsts:
    1)CREATE OR REPLACE DIRECTORY TEST_DIR AS 'd:\mydata';
    2)GRANT READ, WRITE ON DIRECTORY TEST_DIR TO wonders_mumbai1;
    3)CREATE TABLE ext_tab18 (
    old_cust VARCHAR2(8),
    new_cust VARCHAR2(8)
    ORGANIZATION EXTERNAL (
    TYPE oracle_loader
    DEFAULT DIRECTORY TEST_DIR
    ACCESS PARAMETERS (
    RECORDS DELIMITED BY NEWLINE
    BADFILE TEST_DIR:'bad-upload.bad'
    LOGFILE TEST_DIR:'log_upload.log'
    FIELDS TERMINATED BY ','
    OPTIONALLY ENCLOSED BY '"'
    MISSING FIELD VALUES ARE NULL
    REJECT ROWS WITH ALL NULL FIELDS
    (old_cust,new_cust))
    LOCATION ('datafile1.csv')
    REJECT LIMIT 0
    NOMONITORING;
    4)SELECT * FROM ext_tab18;
    1 -3 execute successfully.
    4 throws up the error:
    Error starting at line 1 in command:
    SELECT * FROM ext_tab18
    Error report:
    SQL Error: ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-04063: unable to open log file log_upload.log
    OS error The system cannot find the file specified.
    ORA-06512: at "SYS.ORACLE_LOADER", line 19
    29913. 00000 - "error in executing %s callout"
    *Cause: The execution of the specified callout caused an error.
    *Action: Examine the error messages take appropriate action.
    What is to be done?

    Hi,
    Yes if I put it on the server it works.
    But if I put the file on the client in a shared folder and put the ip address as below:
    10.97.140.59\mydata
    it doesn't work.
    So it seems that this will work if the file is on the server and not on any client.
    If that be the case then it is a definite disadvantage.
    thanks for ur reply.

  • SQLERRM: ORA-29913: error in executing ODCIEXTTABLEOPEN callout

    SQLERRM: ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-00554: error encountered while parsing access parameters
    KUP-01005: syntax error: found "minussign": expecting one of: "binary_double, binary_float, comma, char, date, defaultif, decimal, double, float, integer, (, nullif, oracle_date, oracle_number, position, raw, recnum, ), unsigned, varrawc, varchar, varraw, varcharc, zoned"
    KUP-01007: at line 8 column 4
    Here is my script
    CREATE OR REPLACE DIRECTORY NO_STOCK_log_dir
    AS 'c:\starpubs\starpubs\dataformats\logs\NO_STOCK\log';
    CREATE OR REPLACE DIRECTORY NO_STOCK_bad_dir
    AS 'c:\starpubs\starpubs\dataformats\logs\NO_STOCK\bad';
    create table ext_NO_STOCK_table (
    ACCT varchar(5),
    SUBACCOUNT char(1),
    ITEM_NO varchar(6),
    PROCESS_DATE varchar(6),
    ORDER_QTY     integer
    organization external
    type oracle_loader
    default directory user_dir
    access parameters
    records delimited by newline
    badfile NO_STOCK_bad_dir:'NO_STOCK%a_%p.bad'
    logfile NO_STOCK_log_dir:'NO_STOCK%a_%p.log'
    fields
    MISSING FIELD VALUES ARE NULL
    ACCT (1:5) char(5),
    SUBACCOUNT (6:6) char(1),
    ITEM_NO (21:26) char(6),
    PROCESS_DATE (30:35) char(6),
    ORDER_QTY (37:41) integer external
    location('NOSTOCK')
    reject limit unlimited;
    NOSTOCK data file is:
    E2247 477265 110120 00001

    a minus qualifies as a special character and can not be used in identifiers unless you embed the identifier in double quotes.
    Error messages are documented. You could and should have looked this up yourself.
    Your question is redundant and a violation of Forums Etiquette.
    Sybrand Bakker
    Senior Oracle DBA

  • Exception: ORA-29913: error in executing ODCIEXTTABLEFETCH callout ORA-3065

    Dear Experts,
    Need your help. We export data from oracle 11g database and import into oracle 10g database.
    We have created external tables with same DDL in both export and import schema.
    we are able generate datadump files at export side successfuly. However, when we try to query the datadump files at import side we are getting following error:
    Exception: ORA-29913: error in executing ODCIEXTTABLEFETCH callout ORA-30653: reject limit REACHED
    In the external table definition we have defined the reject limit as zero as we don't want any records to be rejected.
    This issue occurred after we deployed the fix for an issue, which is -> In one of the table we store the xml of the modified record of some core table. And if the records contains control characters [ chr(0) to chr(31), expect chr(9), chr(10) and chr(13) ] then xml fails to validate and our export failed.
    To fix it, we added the code to set the event at the start of the export rountine using command:
    /*Replace the erroneous character with corresponding character reference*/
    EXECUTE IMMEDIATE 'ALTER SESSION SET events = ''19119 trace name context forever, level 0x200000''';
    After this, the export worked fine but import failed.
    I have no clue what this error message is suggesting, expect the reject limit thing which I can't set to unlimited.
    I would be grateful to have your comments on this. Please let me know if you need futher information.
    Many Thanks

    Hi,
    What happens if you set that event on the importing side too?
    Is there no other way to remove the speical characters - can you not use functions against the xml string directly in the routine that populates the external table - why are you using the event?
    Cheers,
    Harry

  • Ore.neural throws ORA-29913: error in executing ODCITABLESTART callout

    Hi,
    We are using ORE 1.3 and server version 11.2.0.3.0 on an Oracle Linux box.
    I was trying to do simple neural network from ORE and received the below error:
    OREtrain2 <- ore.push(train2)
    dt.mod <- ore.neural(ACTION ~ ., data = OREtrain2)Error in .oci.GetQuery(conn, statement, data = data, prefetch = prefetch, :
    ORA-29913: error in executing ODCITABLESTART calloutI have researched it on Oracle forums and it seems there was a bug throwing the same error message prior to 11.2.0.3 and another one with Solaris installations of ORE 1.1, but neither of these explains why this happens in or case.
    Thanks,
    Zoltan
    Edited by: user2548497 on Jun 2, 2013 1:13 PM
    Edited by: user2548497 on Jun 2, 2013 1:14 PM

    Hi Zoltan,
    What are the data types of your data? This first release of ore.neural supports numerical data.
    Regards,
    Mark

  • ORA-29913: error in executing ODCITABLEDESCRIBE callout

    Hi,
    Database is 11.2.0.3 Solaris SPARC with R 2.13.2 and ORE installed.
    When executing last example from page 39: http://www.oracle.com/technetwork/database/options/advanced-analytics/r-enterprise/ore-trng4-embeddedrscripts-1501638.pdf
    select *
    from table(rqTableEval(
    cursor(select ARRDELAY, DISTANCE, DEPDELAY
    from ontime_s
    where year = 2003
    and month = 5
    and dayofmonth = 2),
    cursor(select 1 max1, 1 pos1, 'mod' name1,
    to_number(null) max2, to_number(null) pos2,
    to_char(null) name2, total, chunk, value
    from ontime_lm),
    'select ARRDELAY, DISTANCE, DEPDELAY, 1 PRED from ontime_s',
    'R_TEST_Example3'))
    order by 1, 2, 3;
    select *
    ERROR at line 1:
    ORA-29913: error in executing ODCITABLEDESCRIBE callout
    What could be a problem?
    Regards,

    Yes, it is 11.2.0.3.4 on Solaris 10 SPARC:
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    CORE 11.2.0.3.0 Production
    TNS for Solaris: Version 11.2.0.3.0 - Production
    NLSRTL Version 11.2.0.3.0 - Production
    and excerpt from opatch lsinventory:
    Patch description: "Database Patch Set Update : 11.2.0.3.4 (14275605)"
    Sub-patch 13923374; "Database Patch Set Update : 11.2.0.3.3 (13923374)"
    Sub-patch 13696216; "Database Patch Set Update : 11.2.0.3.2 (13696216)"
    Sub-patch 13343438; "Database Patch Set Update : 11.2.0.3.1 (13343438)"
    I just confimed I have the same error on another box with base 11.2.0.3.0 (no patches) database installed on Solaris 10 x64.
    Thank you.

  • ERROR at line 1: ORA-29913: error in executing ODCIEXTTABLEOPEN callout ORA

    Hi,
    i am using external tables for fetching values from text file
    1)
    create or replace directory XTERN_DATA_DIRTEST
    as 'E:\test';
    2)
    create table xtern_countrytest
    COUNTRYNAME VARCHAR2(200)
    organization external
    ( default directory XTERN_DATA_DIRtest
    access parameters
    records delimited by '|$|'
    fields terminated by '|#|'
    MISSING FIELD VALUES ARE NULL
    location ('Country.txt')
    when i execute
    select * from xtern_countrytest am gettng following error
    ERROR at line 1:
    ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-04040: file Country.txt in XTERN_DATA_DIRTEST not found
    ORA-06512: at "SYS.ORACLE_LOADER", line 19
    FYI,i have granted access,file is present at location,same thing works in development environment,but this error is happening in live server,
    can any one has a idea about this,its urgent

    sybrand_b wrote:
    Hi,
    Welcome to the forums.
    First of all I must remind you this is not a free support forum. Also everyone here is volunteer.
    This means using words like 'urgent' and 'asap' is usually considered inappropriate as there is paid support.
    In your transcript I notice you have no
    grant read, write directory on XTERN_DATA_DIRTEST
    I also notice in your external table definition your location directive appears to be incomplete
    It should be
    location(XTERN_DATA_DIRTEST:'Country.txt')
    Hth
    Sybrand Bakker
    Senior Oracle DBASybrand
    He doesn't need to write "location(XTERN_DATA_DIRTEST:'Country.txt')" because he sets the default directory:
    ( default directory XTERN_DATA_DIRtest
    access parameters
    user 854436,
    Please check MOS [ID 150737.1]: ORA-29913 ORA-29400 KUP-04040 While Selecting from External Table
    Regards
    Gokhan

  • ORA-20011: Approximate NDV failed: ORA-29913: error in executing ODCIEXTTAB

    Hello All,
    I am using Oracle 11.2.0.3
    in my alert logs I found the below errors:
    ORA-20011: Approximate NDV failed: ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    KUP-11024: This external table can only be accessed from within a Data Pump job.to resolve that i did the below steps:
    SELECT owner_name, job_name, operation, job_mode,
    state, attached_sessions
    FROM dba_datapump_jobs
    WHERE job_name NOT LIKE 'BIN$%'
    ORDER BY 1,2; the result was that there is two running jobs and the attached_session flag was equal to 1, something like the below:
    OWNER_NAME JOB_NAME            OPERATION JOB_MODE  STATE       ATTACHED
    SCOTT      SYS_IMPORT_TABLE_05      IMPORT TABLE RUNNING        1
    SCOTT      SYS_IMPORT_TABLE_01 IMPORT TABLE     RUNNING        1 so i stopped these 2 jobs using the below statements:
    SET serveroutput on
    SET lines 100
    DECLARE
       h1 NUMBER;
    BEGIN
       h1 := DBMS_DATAPUMP.ATTACH('SYS_IMPORT_TABLE_05','SCOTT');
       DBMS_DATAPUMP.STOP_JOB (h1);
    END;
    SET serveroutput on
    SET lines 100
    DECLARE
       h1 NUMBER;
    BEGIN
       h1 := DBMS_DATAPUMP.ATTACH('SYS_IMPORT_TABLE_01','SCOTT');
       DBMS_DATAPUMP.STOP_JOB (h1);
    END;
    /now the result become like below as stop pending in the state column:
    OWNER_NAME JOB_NAME            OPERATION JOB_MODE  STATE       ATTACHED
    SCOTT      SYS_IMPORT_TABLE_05      IMPORT TABLE STOP PENDING 1
    SCOTT      SYS_IMPORT_TABLE_01 IMPORT TABLE     STOP PENDING 1 for that I did more research and i dropped two temporary external tables after I got their names using the below query:
    select OWNER,OBJECT_NAME,OBJECT_TYPE, status,
    to_char(CREATED,'dd-mon-yyyy hh24:mi:ss') created
    ,to_char(LAST_DDL_TIME , 'dd-mon-yyyy hh24:mi:ss') last_ddl_time
    from dba_objects
    where object_name like 'ET$%'
    /but nothing changed in the output of the below query, the state stayed STOP PENDING
    SELECT owner_name, job_name, operation, job_mode,
    state, attached_sessions
    FROM dba_datapump_jobs
    WHERE job_name NOT LIKE 'BIN$%'
    ORDER BY 1,2; for that I used stop job but with the immediate flag as 1
    DBMS_DATAPUMP.STOP_JOB (h1,1); now the result of the query is NOT RUNNING in the state column:
    OWNER_NAME JOB_NAME            OPERATION JOB_MODE  STATE       ATTACHED
    SCOTT      SYS_IMPORT_TABLE_05      IMPORT TABLE     NOT RUNNING   0
    SCOTT      SYS_IMPORT_TABLE_01      IMPORT TABLE     NOT RUNNING   0 and I discovered that one of my import jobs that I did not realize that it was running, failed due to a fatal error, it is the one related to the import of one table.
    My question:
    Now the below query should return zero records no ?
    How i can clear the result ? and does it affect any future import jobs for the same table?
    SELECT owner_name, job_name, operation, job_mode,
    state, attached_sessions
    FROM dba_datapump_jobs
    WHERE job_name NOT LIKE 'BIN$%'
    ORDER BY 1,2;

    hi just drop all tables that return be the query below i face some issue after 1 months
    SQL> select owner, TABLE_NAME, DEFAULT_DIRECTORY_NAME, ACCESS_TYPE
    from dba_external_tables
    this error appear due to this table must be cleanup auto when the datadump complete the job ,but it's not dropped as well so when gather statistics this error appear,
    so this drop table .

  • ORA-29913: error in executing  callout

    Hello, everybody
    I have some strange problem when I try to select data from an external table. The table has about 500'000 rows and select from it fetches about 200'000 rows normally and then throws the subj. message. ORA-299913 usually has name of the specific callout and is accompanied by the second message explaining the root cause, but in this case it does not have either - callout name is empty and there is no secondary error.
    It feels like it hits a bad record mid-file and crashes, but the table organization is datapump and it's exported by using identical table definition from another Oracle instance of the same version ( 10.2.0.2.0 ).
    I would really appreciate any ideas why it could happen. I tried to Google it but apparently no one encountered such situation yet.
    Thank you
    Rita

    It feels like it hits a bad record mid-file and crashes, but the table organization is datapump and it's exported by using identical table >definition from another Oracle instance of the same version ( 10.2.0.2.0 ).
    29913, 00000, "error in executing %s callout"
    // *Cause: The execution of the specified callout caused an error.
    // *Action: Examine the error messages take appropriate action.I understand you stated callout was blank, so file Service Request with Oracle.

  • Errors: ORA-29913 ORA-29400 KUP-03154, when executing SEM_APIS.LOAD_INTO_STAGING_TABLE

    Hi all,
    I use Oracle 12c Spatial and Graph and I need to load a N-QUAD file with large literals.
    To do so I first create a directory and a source external table
    SQL> CREATE DIRECTORY DATA_DIR AS '/tmp';
    SQL> EXECUTE sem_apis.create_source_external_table(source_table => 'STAGE_TABLE_SOURCE', def_directory => 'DATA_DIR', bad_file => 'CLOBrows.bad');
    SQL> ALTER TABLE "STAGE_TABLE_SOURCE" LOCATION ('data.nq');
    then I change the READSIZE parameter of the external table (because the literals of the file are more than 512KB).
    SQL> ALTER TABLE STAGE_TABLE_SOURCE DEFAULT DIRECTORY DATA_DIR ACCESS PARAMETERS (READSIZE 1048576);
    the I try to load data into the staging table
    SQL> EXECUTE SEM_APIS.LOAD_INTO_STAGING_TABLE(staging_table => 'STAGE_TABLE', source_table  => 'STAGE_TABLE_SOURCE', input_format  => 'N-QUAD');
    but I get the following error:
    ERROR at line 1:
    ORA-13199: During LST: SQLERRM=ORA-29913: error in executing ODCIEXTTABLEOPEN
    callout
    ORA-29400: data cartridge error
    KUP-03154: kudmxo-03:invalid_dump_header
    (Arguments:  staging_table=STAGE_TABLE source_table=STAGE_TABLE_SOURCE
    input_format=N-QUAD parallel= source_table_owner= staging_table_owner= flags=)
    [ORA-06512: at "MDSYS.SDO_RDF", line 884
    ORA-06512: at "MDSYS.MD", line 1723
    ORA-06512: at "MDSYS.MDERR", line 17
    ORA-06512: at "MDSYS.SDO_RDF", line 906
    ORA-06512: at "MDSYS.RDF_APIS", line 883
    ORA-06512: at line 1
    I could not find any information about error KUP-03154.
    Any hint about how to solve this problem will be very appreciated.

    Yes all privileges and permissions seem to be OK.
    To be more specific, the linux user (oracle) that executes sqlpls has both read and write permissions both on data directory and the input N-QUAD file.
    The SQL user is the owner of the directory object and it has also been granted the SELECT privilege on external table and SELECT, UPDATE on staging table.
    I think that the problem is something about the external table and the large literals of my input file (e.g., a literal consists 658KB). Because after changing the location of the external table to this file, even a simple query like counting its tuples causes the same error. On the other hand if I use a file with smaller literals everything works fine.
    Best regards

  • ORA-29913 & ORA-29400

    I am running the package "Load Sales Administration" and hitting the below error message.
    2014-01-21 14:31:21.615 WARNING SQLCommand execution failure: ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    error opening file ../../demo/file/SRC_AGE_GROUP.txt_000.log
    I checked the permissions on the file SRC_AGE_GROUP and it is set to "Read and Write". Please let me know how to oversome this error and run the package succesfully.

    Hi,
    There is something to do with the external table that is referring to the file that is used to load data.
    In your package check the definition of the external table, whether the files are kept in the correct oracle directory or not.
    Also if you are maintaining a cluster server kind of environment , check that the file is present in both the location to which the oracle directory refers to in the definition of your external table.
    hope this helps you to solve your problem.

  • Ora-31693  due to ORA-29913 durimg impdp

    hi.
    db is 10.20.0.4
    os is AIX 5.3
    I user to do a daily import. Sometimes i have this error mesae.
    ORA-31693: Table data object "CPT"."COMPTE" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEFETCH callout
    ORA-31640: unable to open dump file "/datab/dmps/PTB10072010_04h07m10.dmp
    When i stop the import and restart it, it works (with the same dumps).
    I happened many times.
    Do anybody have an idea?
    tanx

    yes, i use parallel=16
    impdp system/passwd logfile=mylog.log parfile=par_file_appli.par dumpfile=PTB10072010_04h07m%U.dmp
    here is the parfile:
    DIRECTORY=DMPDIR parallel=16 TABLES=.... include=TABLE,INDEX
    Edited by: Alkapone on Jul 23, 2010 7:42 AM

  • Error al ejecutar SQL plus y error ORA-03114

    Instali Oracle 9i 9.2 cliente sobre windows 98 para conectarme a la base Oracle 7.3.4. La instalacisn fue exitosa y la configuracion del Net tambiin results exitosa, sin embargo, al ejecutar el sql plus me envma un error y hace referencia a product_user_profile, ademas, no puedo ejecutar mi aplicacisn en VB enviando el error ORA-03114: no conectado a ORACLE.
    ?Qui me falta por configurar?.
    Al instalar Oracle 8i no presenta ningun error, funcionando todo exitosamente.

    Babblefish believes that your question translates to English as:
    "I installed Oracle 9i 9,2 client on Windows 98 to connect me to the base Oracle 7.3.4. The installation was successful and the configuration of the Net also was successful, nevertheless, when executing the SQL extra sends an error to me and makes reference to product_user_profile, in addition, I cannot execute my application in VB sending the Ora-03114 error: not connected to ORACLE. What I need to form. When installing Oracle 8i does not present/display ningun successful error, working everything."
    Assuming that's a proper translation, there are a couple of points:
    - The 9.2 client ins't certified to connect to a 7.3.4 database. There may well be random issues with this configuration.
    - product_user_profile indicates to me that your DBA may have set something up that prevents certain users/machines/applications/etc. from logging into the database. I'd try speaking with your DBA to see whether this is the case, and what you need to do to have the system changed.
    Justin

  • Ora-00604 error and ora 01000 error while report generation.

    hi all,
    I am trying to generate the multiple reports of same template through a program.
    While this job is running, i get the following error at the BIP console and the reports don't get generated.
    [101711_044115578][][EXCEPTION] java.sql.SQLException: ORA-00604: error occurred
    at recursive SQL level 1
    ORA-01000: maximum open cursors exceeded
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01000: maximum open cursors exceeded
    ORA-01000: maximum open cursors exceeded
    Kindly help.
    Thanks.

    Lots of resources with a simple search to see what this is about, for example:
    http://www.orafaq.com/wiki/ORA-01000
    ORA-01000:     maximum open cursors exceeded
    Cause:     A host language program attempted to open too many cursors. The initialization parameter OPEN_CURSORS determines the maximum number of cursors per user.
    Action:     Modify the program to use fewer cursors. If this error occurs often, shut down Oracle, increase the value of OPEN_CURSORS, and then restart Oracle.
    open_cursors parameter
    http://download.oracle.com/docs/cd/E11882_01/server.112/e25513/initparams160.htm#REFRN10137
    Oracle support note:
    OERR: ORA-1000 maximum open cursors exceeded (Doc ID 18591.1)

  • Ora-00604,ora-01422 error while dropping the table

    Hi gurus,
    I am using Oracle 10g R2 on windows 2000 platform,while dropping the table the following error occured.
    ORA-00604 : error occurred at recursive sql level 1.
    ORA-01422: exact fetch returns more than requested number of rows.
    Need urgent help.
    Thanks in advance

    Is there an AFTER EVENT trigger defined on this database? Can you check that?
    Secondly, was this database migrated from earlier version? I remember having seen this problem on 9i (it was 9.2.0.1 or 9.2.0.2; I can't recall exactly).

Maybe you are looking for

  • External Hard Drives not showing

    I have 2 external hard drives connected using FW 800, a Western Digital 500TB & a Seagate 500TB. The Western Digital has a habit of freezing and the last time this happened I powered down the iMac. When I re started the iMac neither external hard dri

  • How do I change the style of one word in a paragraph

    I've been fighting with this issue for a while and after google searches and switching to word for mac (ugh) I have decided to ask for help! I have a paragraph in my document, and I'd like to format a single word in that paragraph to a different font

  • Is there any free software for reading PDF in BB8300

    Can anyone advice me a free PDF reader for BB8300, the eOffice is too expensive;(

  • Configuration assistant "Oracle Database Configuration Assistant" failed

    I install oracle 10g on HP UX 11.23. I got this error : hecking for PHSS_33278; found Not found.     Failed <<<< Checking for PHSS_33279; found Not found.     Failed <<<< Checking for PHSS_33277; found Not found.     Failed <<<< Checking for PHSS_332

  • Strange Review Team Behavior

    Hello Has anyone got any issues with the Microsoft Review Team - 3 of my Instagram related apps were amongst the top 20 best rated apps and were  "You may not engage in any fraudulent or dishonest activities in the Store. This includes, but is not li