Unable to drop or replace workflow

Hi all has anyone come accross the following issue when using OWB 10G R2. We had a workflow that contained eight mappings and it was running fine. We modified the workflow and tried to re-deploy the new workflow but all we get back is the following error "RPE-02062: ItemType OWB_PK1 cannot be dropped as it has running Processes. You must first abort all the running processes using the Oracle Workflow Monitor" Now we can manually run the workflow from the comtrol centre and it completes ok so cant understand why we get the above error when we try to replace/drop it becuase it is not hanging when we run it. I assume the workflow monitor is in OEM but i do not have access to OEM.
Has anyone had this error before and how did you manage to remove the error so that you could replace the old workflow with the new workflow, any help would be appreciated.
Regards Kevin

Thanks very much Gilles that has brough up teh Workflow package that appears to be running. I am very new to Workflow and only really using it in conjuction with OWB for dependency management between mappings. This problem occurred when i decided to change and existing workflow that was linked to a schedule in OWB. My assumption was that you could leave the existing workflow deployed and running at the same time make any required changes to these workflow in OWB and when you were happy with the changes drop the job that schedules the workflow and then just do a replace on the workflow. This is howveer where i hit this error. I do not have access to OEM which i beleive is where the Workflow Monitor is. Is there a logocal step of processes i need to follow when making changes to existing workflows or am i always going to get this error and have to either run the abort procedure or gain access to the workflow monitor to administer.
P.S. OWB groups workflows under packages which is what the error is complaining about not the actual individual workflow is it best practice to make the package and workflow a one to one relationship or is ik ok to group many together.
Applogise for the basic questions..
Regards Kevin

Similar Messages

  • Java source and class locked, unable to drop or replace

    Because Oracle 9i does not come with an FTP implementation, I installed the apache.commons.net package into the database, and implemented static java wrappers to allow me to publish the code.
    After thoroughly testing the code under JDeveloper, I deployed the code to the database.
    The code hung, establising a lock on one or more classes. Besides not knowing how to debug and java packages inside the Oracle database (eg, why did the code fail in the first place?), I have no idea how to unlock the source or class of my java objects.
    How does one find what process is locking the java source and/oir class?

    Try something like:
    select s.username, pr.pid, pr.spid from
    x$kglpn p, x$kglob o, v$process pr, v$session s
    where p.kglpnhdl = o.kglhdadr
    and pr.addr = s.paddr
    and p.kglpnuse = s.saddr
    and o.kglnaobj = dbms_java.shortname('fully/qualified/ClassName');

  • Unable to drop materialized view with corrupted data blocks

    Hi,
    The alert log of our database is giving this message
    Wed Jan 31 05:23:13 2007
    ORACLE Instance mesh (pid = 9) - Error 1578 encountered while recovering transaction (6, 15) on object 13355.
    Wed Jan 31 05:23:13 2007
    Errors in file /u01/app/oracle/admin/mesh/bdump/mesh_smon_4369.trc:
    ORA-01578: ORACLE data block corrupted (file # 5, block # 388260)
    ORA-01110: data file 5: '/u03/oradata/mesh/mview.dbf'
    No one is using this mview still oracle is trying to recover this transaction (6, 15).
    when i tried to drop this mview it gives me this error
    ERROR at line 1:
    ORA-01578: ORACLE data block corrupted (file # 5, block # 388260)
    ORA-01110: data file 5: '/u03/oradata/mesh/mview.dbf'
    ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2255
    ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2461
    ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2430
    ORA-06512: at line 1
    I have tried to fix the corrupted data blocks by using dbms_repair package, but of no use.
    I have marked this block to be skipped by using dbms_repair.skip_block but still unable to drop it.
    Please suggest what should I do?
    Thanks in advance
    Anuj

    You are lucky if only your undesirable MV is affected by theese corrupted blocks. This is an advice to do a complete-super-full-hot-cold-middle backup of ypur database and search for any disk for a "possible replace".
    God save us!

  • Unable to drop database user

    Hi All,
    I am unable to drop database user and getting the folllowing error:
    " must use DBMS_AQADM.DROP_QUEUE_TABLE to drop queue tables "
    I find 3 table with AQ prefix in the schema but unable to drop these table even by using "sys" user.
    Any idea how can I do that ?
    Regards,

    Hi,
    select object_name,object_type from dba_objects where owner='USERNAME' and object_name like '%AQ%';TO drop the queue table, login as the owner and
    exec DBMS_AQADM.DROP_QUEUE_TABLE(queue_table=>'PASTE_THE_OBJECT_NAME_FROM_ABOVE',force =>TRUE);Anand

  • Catproc.sql gives ORA-02303: cannot drop or replace a type with type or tab

    I am running catproc.sql and am seeing several of the following errors. Appreciate any insight into the problem. Thanks..
    CREATE OR REPLACE TYPE ODCIObject AS object
    ERROR at line 1:
    ORA-02303: cannot drop or replace a type with type or table dependents
    CREATE OR REPLACE TYPE ODCIObjectList AS VARRAY(32) of ODCIObject;
    ERROR at line 1:
    ORA-02303: cannot drop or replace a type with type or table dependents

    I am in the process of doing a test upgrade of Oracle E-business 11.0.3 with Oracle 8.0.6 to Oracle E-business 11.5.10.2 with Oracle 9.2.0.
    I am following the upgrade manual:
    Oracle Applications – Upgrading Oracle Applications
    Release 11i (11.5.10.2)
    Part No. B19297-01
    I have already upgraded the database from 8.0.6 to 9.2.0 using the Oracle database migration utility at the appropriate point in the instructions.
    After upgrading the database to 9.2.0 as stated in this manual, one of the of the next Oracle Application pre-upgrade tasks is to execute a script called addb920_nt.sql which in turn executes catalog.sql and catproc.sql. I am seeing these errors when catproc.sql is executed.
    I have logged an Oracle Support SR and am awaiting a response, but wanted to know if anyone had seen similar issues.
    Thanks,
    Alma

  • ORA-02303: cannot drop or replace a type with type or table dependents

    Oracle 10.2.0.3 on solaris :
    I am trying to do a
    CREATE OR REPLACE TYPE WickType_StringArray AS TABLE OF VARCHAR2(256);
    I am getting the error :
    ORA-02303: cannot drop or replace a type with type or table dependents
    I then looked for the dependencies :
    select * from dba_dependencies where name = 'WICKTYPE_STRINGARRAY' and owner='HARPER';
    (Columns below with values are delimited by pipe | )
    OWNER|NAME|TYPE|REFERENCED_OWNER|REFERENCED_NAME|REFERENCED_TYPE|REFERENCED_LINK_NAME|DEPENDENCY_TYPE
    HARPER|WICKTYPE_STRINGARRAY|TYPE|SYS|STANDARD|PACKAGE||HARD     
    What is the best way for me to proceed to get my CREATE OR REPLACE statement working ?
    Thanks

    Well you could move to 11g but I'd suggest a less drastic measure for now. Save the data, drop the table, reload the table.
    But give serious consideration to Tom Kyte's advice about object tables: Don't use them. Instead use relational tables and object views.

  • Unable to drop spatial index

    Hi
    In my Oracle 11.2 Test database, i had accidentally deleted the base tables of a Spatial Domain index that starts with MDRT$.
    I am unable to drop or rebuild the index. I even tried dropping the schema , however the query just hangs forever for both
    SQL> drop index Geo1_ID_1 force;
    SQL> drop user geonom cascade;I checked the AWR and ASH report , those sql are not listed there .
    Please Suggest !

    hi,
    I'm grasping at straws here, but you might want to try recreating the user_sdo_geom_metadata entry. When you do, make sure there aren't any spaces in the table_name or column_name. It looks OK though from what you printed out.
    Also, you might want to consider leaving off the sdo_numtiles and sdo_maxlevel. Oracle is no longer recommending the use of hybrid indexes in almost all cases.
    regards,
    dan

  • Unable to drop nodes onto a line.

    Hello Everyone,
    I'm hoping someone can help me with this. I've got a situation where I'm unable to drop nodes onto a line. I'm having to manually connect them at each point. The Tutorial tells me that when I drag a node over a line the node in and out should highlight and at that point I can release it and it will automatically connect onto the tree. Although this did work with the trial version it is not working with my purchased version. Most likely I've dissabled the option without knowing it. Can't find the solution in any of the manuals. Thanks for any help.

    > Man, I STILL do that... then wonder where everything
    went!!
    Well, now I know you do it, I don't feel so stupid when I do it!
    . . . But isn't it great when you hit the space bar again . . . and everything comes back!
    Andy
    G5 Quad 8GB. 250, 500 GB HDs. G-Raid 1TB. FCP 5.1.1. Shake 4.1. Sony HVR Z1E   Mac OS X (10.4.7)  
    "I've taught you all I know, and still you know nothing".

  • Unable to drop a function

    Hi,
    I have created a function. I have full access on that function. But unable to drop it. When I issue drop function function_name. My SQLPLUS hangs and after brief wait I am getting the following error ORA-04021: timeout occurred while waiting to lock object.
    How to drop the function now. I am unable to use it also.
    Regards,
    Subbu S.

    Hi,
    my function is
    FUNCTION PENDING_HRS
    (st_dt IN DATE, ed_dt IN DATE, out_type in varchar2, loc_type in varchar2,
    hrs_type in varchar2)
    RETURN NUMBER IS
    CURSOR holiday_cnt (st_dt_tr_in IN DATE, ed_dt_tr_in IN DATE,loc_type_in IN VARCHAR2 ) IS
    SELECT count(*) FROM bi_prod.boe_hmh_holiday where
    (LOCATION = loc_type_in or 'BOTH' = loc_type_in) and
    holiday_dt between st_dt_tr_in and ed_dt_tr_in and
    to_number(to_char(holiday_dt,'d')) not in (1,7);
    st_dt_mod DATE;
    ed_dt_mod DATE;
    st_dt_tr DATE;
    ed_dt_tr DATE;
    st_dt_wk DATE;
    ed_dt_wk DATE;
    no_of_wkeds NUMBER;
    st_dy_filler NUMBER;
    ed_dy_filler NUMBER;
    no_of_wkdys NUMBER;
    st_hr_filler NUMBER;
    ed_hr_filler NUMBER;
    nr_hrs NUMBER;
    num_hdys NUMBER;
    BEGIN
    no_of_wkeds :=0;
    st_dy_filler :=0;
    ed_dy_filler :=0;
    no_of_wkdys :=0;
    st_hr_filler :=0;
    ed_hr_filler :=0;
    nr_hrs :=0;
    num_hdys :=0;
    st_dt_mod := BUS_DAY(st_dt,'+',loc_type,hrs_type);
    ed_dt_mod := BUS_DAY(ed_dt,'-',loc_type,hrs_type);
    dbms_output.put_line(to_char(st_dt_mod,'dd-Mon-yyyy hh24:mi:ss'));
    dbms_output.put_line(to_char(ed_dt_mod,'dd-Mon-yyyy hh24:mi:ss'));
    if ed_dt_mod > st_dt_mod then
    st_dt_tr := trunc(st_dt_mod);
    ed_dt_tr := trunc(ed_dt_mod);
    st_dt_wk := st_dt_tr - (to_number(to_char(st_dt_tr,'d')) - 1);
    ed_dt_wk := ed_dt_tr + (7 - to_number(to_char(ed_dt_tr,'d')));
    dbms_output.put_line(to_char(st_dt_wk,'dd-Mon-yyyy hh24:mi:ss'));
    dbms_output.put_line(to_char(ed_dt_wk,'dd-Mon-yyyy hh24:mi:ss'));
    no_of_wkeds := ((ed_dt_wk - st_dt_wk + 1) / 7) * 2;
    dbms_output.put_line('Weekends - ' || no_of_wkeds);
    IF to_number(to_char(st_dt_tr,'d')) > 2 THEN
    st_dy_filler := to_number(to_char(st_dt_tr,'d')) - 2;
    ELSE
    st_dy_filler := 0;
    END IF;
    dbms_output.put_line ('St Filler - ' || st_dy_filler);
    IF to_number(to_char(ed_dt_tr,'d')) < 6 THEN
    ed_dy_filler := 6 - to_number(to_char(ed_dt_tr,'d'));
    ELSE
    ed_dy_filler := 0;
    END IF;
    dbms_output.put_line ('ed Filler - ' || ed_dy_filler);
    open holiday_cnt(st_dt_tr , ed_dt_tr, loc_type);
    fetch holiday_cnt into num_hdys;
    close holiday_cnt;
    dbms_output.put_line(num_hdys);
    no_of_wkdys := ed_dt_wk - st_dt_wk - no_of_wkeds - st_dy_filler - ed_dy_filler + 1 - num_hdys;
    dbms_output.put_line ('Work Days - '|| no_of_wkdys);
    IF to_number(to_char(st_dt_mod,'d')) > 1 AND to_number(to_char(st_dt_mod,'d')) < 7 then
    if hrs_type = '8' then
    IF to_number(to_char(st_dt_mod,'hh24')) >= 9 AND (to_number(to_char(st_dt_mod,'hh24')) < 17 or (to_number(to_char(st_dt_mod,'hh24')) = 17 and to_number(to_char(st_dt_mod,'mi')) = 0 )) then
    st_hr_filler := round((st_dt_mod - to_date(to_char(st_dt_tr,'dd-Mon-yyyy') || ' 09:00:00' ,'dd-Mon-yyyy hh:mi:ss')) * 24, 2) ;
    ELSE
    if to_number(to_char(st_dt_mod,'hh24')) < 9 then
    st_hr_filler := 0;
    elsif to_number(to_char(st_dt_mod,'hh24')) >= 17 then
    st_hr_filler := 8;
    end if;
    END IF;
    else
    st_hr_filler := round((st_dt_mod -st_dt_tr) * 24 ,2);
    end if;
    ELSE
    st_hr_filler := 0;
    END IF;
    dbms_output.put_line ('St_hr_filler - '|| st_hr_filler);
    IF to_number(to_char(ed_dt_mod,'d')) > 1 AND to_number(to_char(ed_dt_mod,'d')) < 7 then
    if hrs_type = '8' then
    IF to_number(to_char(ed_dt_mod,'hh24')) >= 9 AND (to_number(to_char(ed_dt_mod,'hh24')) < 17 or (to_number(to_char(ed_dt_mod,'hh24')) = 17 and to_number(to_char(ed_dt_mod,'mi')) = 0 )) then
    ed_hr_filler := round((to_date(to_char(ed_dt_tr,'dd-Mon-yyyy') || ' 17:00:00' ,'dd-Mon-yyyy hh24:mi:ss') - ed_dt_mod) * 24 , 2) ;
    ELSE
    if to_number(to_char(ed_dt_mod,'hh24')) < 9 then
    ed_hr_filler := 8;
    elsif to_number(to_char(ed_dt_mod,'hh24')) >= 17 then
    ed_hr_filler := 0;
    end if;
    END IF;
    else
    ed_hr_filler := 24 - round((ed_dt_mod - ed_dt_tr) * (24) , 2);
    end if;
    ELSE
    ed_hr_filler := 0;
    END IF;
    dbms_output.put_line ('ed_hr_filler - '|| ed_hr_filler);
    IF hrs_type ='24' then
    nr_hrs := (no_of_wkdys * 24) - st_hr_filler - ed_hr_filler;
    else
    nr_hrs := (no_of_wkdys * 8) - st_hr_filler - ed_hr_filler;
    end if;
    if nr_hrs < 0 then
    nr_hrs := 0;
    end if;
    if out_type ='H' then
    RETURN nr_hrs ;
    else
    IF hrs_type ='24' then
    RETURN nr_hrs / 24;
    else
    RETURN nr_hrs / 8;
    end if;
    end if;
    else
    RETURN 0;
    end if;
    END pending_hrs;
    From port string I came to know its on solaris (SVR4-be-64bit-8.1.0).
    My oracle instance version is 10.2.0.4.0. I have to catch hold of my DBA.
    Regards,
    Subbu S.

  • Unable to Drop ASM Disk Group

    Hi,
    working on Oracle 11gR2, (Solaris).
    unable to drop diskgroup, need to deinstall asm setup manually insted of running with deinstall tool.
    sqlplus / as sysasm
    SQL> startup pfile='/u01/grid/oracle/product/11.2.0/asm_1/dbs/init+ASM.ora';
    ASM instance started
    Total System Global Area  283930624 bytes
    Fixed Size                  2210328 bytes
    Variable Size             256554472 bytes
    ASM Cache                  25165824 bytes
    ORA-15110: no diskgroups mounted
    SQL> alter diskgroup fra mount;
    Diskgroup altered.
    SQL> alter diskgroup data mount;
    Diskgroup altered.
    SQL> drop diskgroup FRA INCLUDING CONTENTS;
    drop diskgroup FRA INCLUDING CONTENTS
    ERROR at line 1:
    ORA-15039: diskgroup not dropped
    ORA-29786: SIHA attribute GET failed with error [Attribute 'SPFILE' sts[200]
    lsts[0]]
    SQL> DROP DISKGROUP DATA INCLUDING CONTENTS;
    DROP DISKGROUP DATA INCLUDING CONTENTS
    ERROR at line 1:
    ORA-15039: diskgroup not dropped
    ORA-29786: SIHA attribute GET failed with error [Attribute 'SPFILE' sts[200]
    lsts[0]]

    Sachin B wrote:
    Hi,
    working on Oracle 11gR2, (Solaris).
    unable to drop diskgroup, need to deinstall asm setup manually insted of running with deinstall tool.
    sqlplus / as sysasm
    SQL> startup pfile='/u01/grid/oracle/product/11.2.0/asm_1/dbs/init+ASM.ora';
    ASM instance started
    Total System Global Area  283930624 bytes
    Fixed Size                  2210328 bytes
    Variable Size             256554472 bytes
    ASM Cache                  25165824 bytes
    ORA-15110: no diskgroups mounted
    SQL> alter diskgroup fra mount;
    Diskgroup altered.
    SQL> alter diskgroup data mount;
    Diskgroup altered.
    SQL> drop diskgroup FRA INCLUDING CONTENTS;
    drop diskgroup FRA INCLUDING CONTENTS
    ERROR at line 1:
    ORA-15039: diskgroup not dropped
    ORA-29786: SIHA attribute GET failed with error [Attribute 'SPFILE' sts[200]
    lsts[0]]
    SQL> DROP DISKGROUP DATA INCLUDING CONTENTS;
    DROP DISKGROUP DATA INCLUDING CONTENTS
    ERROR at line 1:
    ORA-15039: diskgroup not dropped
    ORA-29786: SIHA attribute GET failed with error [Attribute 'SPFILE' sts[200]
    lsts[0]]
    Did you create ASM instance manually? If yes, then follow MOS DOC ID: 976075.1

  • Unable to drop view

    Hi
    I'm unable to drop a view owned by me. The system hangs when I issue 'DROP VIEW &lt;view name&gt;.
    In DBA_OBJECTS the STATUS shows 'VALID'.
    Can you help to how to drop this problem.
    Thanks & Regards
    Bhaskara

    here are few options :
    o write a query on v$lock, v$session and v$process
    or
    o select field_lists from v$sql where sql_text like '%VIEW_NAME%' and parsing_schema_id = user_id from dba_users
    this will give you some idea about the process
    or
    o take a systemstate dump
    if you know how to read systemstate dump trace file, this is prefered method.
    try the 1st option and use addr and saddr to join the tables.
    Best,
    G

  • Post Moved Drop wire replaced, but old one never...

    Post Moved to Phones Board http://community.bt.com/t5/Phones/Drop-wire-replaced-but-old-one-never-removed-Now-it-looks-ready/td...
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

    You will only be charged for faults proved inside your house, unless you actually damage any of Openreach`s external wiring.
    If the old drop wire goes across a road, or could cause injury if it came down, then you can report the problem to Openreach on this website
    http://www.openreach.co.uk/orpg/home/contactus/tellussomething/tellussomethingaboutournetwork/tellab...
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • AW$ table unable to drop

    Hi ALL,
    I have an analytical workspace in oracle 10g (10.2.0.3). I deployed a new dimension recently in my workspace, which contains chart of accounts hierarchy.
    After deploying the dimension, i am unable to ATTACH the Analytical Workspace. I have tried it doing from AWM 10g (10.2.0.3), as well as from Discoverer. Similarly, when i try to drop the AW$ANALYTICAL_WORKSPACE table, Oracle error is thrown
    "ORA-00942:table or view does not exist". I have also tried to drop the partitions and analyze the table, but same error occurs. The table is shown in dba_tables and dba_objects view, but is unable to be dropped.
    I also tried dropping the Analytical Workspace, but Java Null Pointer exception occurs.
    Has anybody faced such scenario? what should i do to drop the table.
    Thanks.

    Hi,
    This is not the forum for Analytic Workspace Manager. I would suggest to try the oracle olap forum for your questions.
    OLAP
    Regards,
    Ben

  • Unable to descripe the table and unable to drop the table

    Hi,
    I have a temp table that we use like staging table to import the data in to the main table through some scheduled procedures.And that will dropped every day and will be created through the script.
    Some how while I am trying to drop the table manually got hanged, There after I could not find that table in dba_objects, dba_tables or any where.
    But Now I am unable to create that table manually(Keep on running the create command with out giving any error), Even I am not getting any error (keep on running )if I give drop/desc of table.
    Can you please any one help on this ? Is it some where got stored the table in DB or do we any option to repair the table ?
    SQL> select OWNER,OBJECT_NAME,OBJECT_TYPE,STATUS from dba_objects where OBJECT_NAME like 'TEMP%';
    no rows selected
    SQL> desc temp
    Thank in advance.

    Hi,
    if this table drops then it moved DBA_RECYCLEBIN table. and also original name of its changed automatically by oracle.
    For example :
    SQL> create table tst (col varchar2(10), row_chng_dt date);
    Table created.
    SQL> insert into tst values ('Version1', sysdate);
    1 row created.
    SQL> select * from tst ;
    COL        ROW_CHNG
    Version1   16:10:03
    If the RECYCLEBIN initialization parameter is set to ON (the default in 10g), then dropping this table will place it in the recyclebin:
    SQL> drop table tst;
    Table dropped.
    SQL> select object_name, original_name, type, can_undrop as "UND", can_purge as "PUR", droptime
      2  from recyclebin
    SQL> /
    OBJECT_NAME                    ORIGINAL_NAME TYPE  UND PUR DROPTIME
    BIN$HGnc55/7rRPgQPeM/qQoRw==$0 TST           TABLE YES YES 2013-10-08:16:10:12
    All that happened to the table when we dropped it was that it got renamed. The table data is still there and can be queried just like a normal table:
    SQL> alter session set nls_date_format='HH24:MI:SS' ;
    Session altered.
    SQL> select * from "BIN$HGnc55/7rRPgQPeM/qQoRw==$0" ;
    COL        ROW_CHNG
    Version1   16:10:03
    Since the table data is still there, it's very easy to "undrop" the table. This operation is known as a "flashback drop". The command is FLASHBACK TABLE... TO BEFORE DROP, and it simply renames the BIN$... table to its original name:
    SQL> flashback table tst to before drop;
    Flashback complete.
    SQL> select * from tst ;
    COL        ROW_CHNG
    Version1   16:10:03
    SQL> select * from recyclebin ;
    no rows selected
    It's important to know that after you've dropped a table, it has only been renamed; the table segments are still sitting there in your tablespace, unchanged, taking up space. This space still counts against your user tablespace quotas, as well as filling up the tablespace. It will not be reclaimed until you get the table out of the recyclebin. You can remove an object from the recyclebin by restoring it, or by purging it from the recyclebin.
    SQL> select object_name, original_name, type, can_undrop as "UND", can_purge as "PUR", droptime
      2  from recyclebin
    SQL> /
    OBJECT_NAME                    ORIGINAL_NAME TYPE                      UND PUR DROPTIME
    BIN$HGnc55/7rRPgQPeM/qQoRw==$0 TST           TABLE                     YES YES 2006-09-01:16:10:12
    SQL> purge table "BIN$HGnc55/7rRPgQPeM/qQoRw==$0" ;
    Table purged.
    SQL> select * from recyclebin ;
    no rows selected
    Thank you
    And check this link:
    http://www.orafaq.com/node/968
    http://docs.oracle.com/cd/B28359_01/server.111/b28310/tables011.htm
    Thank you

  • Unable to drop queue table

    Hi,
    I have the streams admin user as "stradmin" and i have a queue table called "STREAMS_CAPTURE_QT"
    I am not able to drop the streams user because i am not able to drop the queue table.
    I tried the following.....
    begin
    DBMS_AQADM.DROP_QUEUE_TABLE(
    queue_table => 'STREAMS_CAPTURE_QT',
    force => TRUE);
    end;
    but i get below error....
    begin
    ERROR at line 1:
    ORA-04031: unable to allocate 112 bytes of shared memory ("streams
    pool","unknown object","streams pool","qulptr_kwqbscc")
    ORA-06512: at "SYS.DBMS_AQADM_SYS", line 4102
    ORA-06512: at "SYS.DBMS_AQADM", line 197
    ORA-06512: at line 2
    I checked my init.ora parameter file and i do have...
    *.aq_tm_processes=0
    *.shared_pool_size=500M
    *.streams_pool_size=16777216
    *.event='10298 trace name context forever, level 32'
    Can someone help me to drop the queue table as well as the streams admin user.
    Thanks in advance.

    Have you tried increasing the SGA size?

Maybe you are looking for

  • Setting up a domain using Oracle DB.

    I creating a domain manually applying portal template using our own WLST script. We successfully applied workshop extension but whenever we try to apply the personalization extension we go the following exception: WARNING] com.bea.plateng.domain.scri

  • Export to PDF fails for some reports, but report viewer works

    Hi all Our application produces several different reports. - Report A can successfully be viewed in the ASP.NET report viewer control and can be exported to PDF - Reports B and C can successfully be viewed in the ASP.NET report viewer (all pages),  b

  • Developer toolbar hiding icons previously accessible

    I used to have a number of icons at the bottom of my browser page such as Adobe Browser Lab, Downloadhelper. However the bar at the bottom of the page which is activated by clicking on Tools/Web Developer/Developer Toolbar has hidden them and even wh

  • How do I read a web page and extract text information from it with LabVIEW?

    Hello, I want to read a webpage (not Labview), extract the text from the page and then sort out the text to get the information I want. It would be like reading a weather webpage and wanting to extract the current temperature from the webpage usign l

  • Business Service and Business scenario

    Hi, Does Business Service and Business scenario are alike ? Rgds,sofia