Non-existent objects

Over a year ago, I wiped out all of our zen workstation objects from our
O container and configured the import service to import to a new OU
container. When I do inventory queries, I get results that still show ws
objects in the original container. I don't see the objects in dsbrowse
or any gui management tool. I ran the hidden object locator tool, but
that didn't find anything, either. Is there anything else I can try? Thanks.
Tim

On Fri, 30 Mar 2007 18:45:43 GMT, Tim Rath wrote:
> Is there anything else I can try?
database cleanup... there is a manual way to cleanup the database which is
described in the documentation..
Marcus Breiden
If you are asked to email me information please change -- to - in my e-mail
address.
The content of this mail is my private and personal opinion.
http://www.edu-magic.net

Similar Messages

  • Synonyms pointing to non existing objects

    Hi,
    How to find out the public/private synonyms pointing to the non existing objects.
    Let us say, we have created synonyms for a few tables, 1 year back. A few days later, we have dropped the tables.
    How to get the list of synonyms which do not have the base tables.
    All replies are welcome
    Thanks
    DRK

    Probably, you will still be having the list of dropped tables. To identify all the synonyms for the dropped tables we can query:
    select * from user_synonyms where table_name in ('A', 'B', ....);
    Once I identified you can drop these synonyms.
    Alternatively, if you do not have the list of tables then (assuming you are on 10g), you could do something like this:
    1) Identify all the synonyms with INVALID state and try to query/execute them.
    2) Drop the one's which still remain INVALID (make sure they are referring the dropped tables)
    SQL>  create table t (a number);
    Table created.
    SQL> create synonym st for t;
    Synonym created.
    SQL> select object_name, status from user_objects where object_name = 'ST';
    OBJECT_NAME     STATUS
    ST              VALID
    SQL>
    SQL>
    SQL>
    SQL>
    SQL> drop table t purge;
    Table dropped.
    SQL> select object_name, status from user_objects where object_name = 'ST';
    OBJECT_NAME     STATUS
    ST              INVALID
    SQL>Synonyms could still remain in INVALID state if any changes are made to the underlying tables, so executing the synonym again will return it to VALID state provided table still exists.
    SQL>  create table t (a number);
    Table created.
    SQL> create synonym st for t;
    Synonym created.
    SQL> select object_name, status from user_objects where object_name = 'ST';
    OBJECT_NAME     STATUS
    ST              VALID
    SQL> alter table t add (b number);
    Table altered.
    SQL> select object_name, status from user_objects where object_name = 'ST';
    OBJECT_NAME     STATUS
    ST              INVALID
    SQL> select * from st;
    no rows selected
    SQL> select object_name, status from user_objects where object_name = 'ST';
    OBJECT_NAME     STATUS
    ST              VALID
    SQL>

  • WLST crashed on getting non-existing attribute in runtime()

    After downloading the latest WLST package (April 14th, 2005) from the dev2dev site, I'm experiencing WLST crashs after attempting to get an attribute on a non-existing object instead of seeing a normal syntax error message.
    Before updating my jython.jar and wlst.jar for dev2dev:
    wls:/dizzyworld/runtime/ServerRuntime/dizzy1/ApplicationRuntimes/dizzy1_mbeanlis
    ter/ComponentRuntimes/dizzy1_dizzy1_mbeanlister_mbeanlister> get('SessionsOpenTo
    talCount')
    Traceback (innermost last):
    File "<input>", line 1, in ?
    File "<iostream>", line 191, in get
    WLSTException: 'Error occured while performing get : AttributeNotFound Exception
    while doing a getAttribute for attribute SessionsOpenTotalCount. Use dumpStack(
    ) to view the error stack trace'
    After:
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x8072644
    Function=[Unknown.]
    Library=D:\bea\jdk142_05\jre\bin\client\jvm.dll
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
         at java.lang.Throwable.getStackTraceDepth(Native Method)
         at java.lang.Throwable.getOurStackTrace(Throwable.java:588)
         - locked <0x10462cf0> (a java.lang.Throwable)
         at java.lang.Throwable.getStackTrace(Throwable.java:582)
         at weblogic.utils.StackTraceUtils.getThrowableWithCause(StackTraceUtils.java:180)
         at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108)
         at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:137)
         at weblogic.management.internal.RemoteMBeanServerImpl_814_WLStub.getAttribute(Unknown Source)
         at weblogic.management.scripting.BrowseHandler.handleRuntime(BrowseHandler.java:1596)
         at weblogic.management.scripting.BrowseHandler.regularPush(BrowseHandler.java:981)
         at weblogic.management.scripting.BrowseHandler.splitPush(BrowseHandler.java:139)
         at weblogic.management.scripting.BrowseHandler.cd(BrowseHandler.java:1693)
         at weblogic.management.scripting.BrowseHandler.cd(BrowseHandler.java:1683)
         at weblogic.management.scripting.BrowseHandler.resetCD(BrowseHandler.java:1664)
         at weblogic.management.scripting.BrowseHandler.splitPush(BrowseHandler.java:141)
         at weblogic.management.scripting.BrowseHandler.cd(BrowseHandler.java:1693)
         at weblogic.management.scripting.BrowseHandler.cd(BrowseHandler.java:1683)
         at weblogic.management.scripting.BrowseHandler.resetCD(BrowseHandler.java:1664)
         at weblogic.management.scripting.BrowseHandler.splitPush(BrowseHandler.java:141)
         at weblogic.management.scripting.BrowseHandler.cd(BrowseHandler.java:1693)
         at weblogic.management.scripting.BrowseHandler.cd(BrowseHandler.java:1683)
         at weblogic.management.scripting.EditHandler.get(EditHandler.java:66)
         at weblogic.management.scripting.EditHandler.get(EditHandler.java:57)
         at weblogic.management.scripting.EditHandler.get(EditHandler.java:57)
         at weblogic.management.scripting.EditHandler.get(EditHandler.java:57)
         at weblogic.management.scripting.EditHandler.get(EditHandler.java:57)
    Dynamic libraries:
    0x00400000 - 0x0040B000      D:\bea\jdk142_05\bin\java.exe
    0x77F80000 - 0x77FFD000      C:\WINNT\system32\ntdll.dll
    0x7C2D0000 - 0x7C332000      C:\WINNT\system32\ADVAPI32.dll
    0x7C570000 - 0x7C623000      C:\WINNT\system32\KERNEL32.DLL
    0x77D30000 - 0x77DA1000      C:\WINNT\system32\RPCRT4.DLL
    0x78000000 - 0x78045000      C:\WINNT\system32\MSVCRT.dll
    0x08000000 - 0x08139000      D:\bea\jdk142_05\jre\bin\client\jvm.dll
    0x77E10000 - 0x77E6F000      C:\WINNT\system32\USER32.dll
    0x77F40000 - 0x77F7B000      C:\WINNT\system32\GDI32.dll
    0x77570000 - 0x775A0000      C:\WINNT\system32\WINMM.dll
    0x6BD00000 - 0x6BD0D000      C:\WINNT\system32\SYNCOR11.DLL
    0x10000000 - 0x10007000      D:\bea\jdk142_05\jre\bin\hpi.dll
    0x007C0000 - 0x007CE000      D:\bea\jdk142_05\jre\bin\verify.dll
    0x007D0000 - 0x007E9000      D:\bea\jdk142_05\jre\bin\java.dll
    0x007F0000 - 0x007FD000      D:\bea\jdk142_05\jre\bin\zip.dll
    0x18BE0000 - 0x18BEF000      D:\bea\jdk142_05\jre\bin\net.dll
    0x75030000 - 0x75044000      C:\WINNT\system32\WS2_32.dll
    0x75020000 - 0x75028000      C:\WINNT\system32\WS2HELP.DLL
    0x782C0000 - 0x782CC000      C:\WINNT\System32\rnr20.dll
    0x77980000 - 0x779A4000      C:\WINNT\system32\DNSAPI.DLL
    0x75050000 - 0x75058000      C:\WINNT\system32\WSOCK32.DLL
    0x77340000 - 0x77353000      C:\WINNT\system32\iphlpapi.dll
    0x77520000 - 0x77525000      C:\WINNT\system32\ICMP.DLL
    0x77320000 - 0x77337000      C:\WINNT\system32\MPRAPI.DLL
    0x75150000 - 0x7515F000      C:\WINNT\system32\SAMLIB.DLL
    0x75170000 - 0x751BF000      C:\WINNT\system32\NETAPI32.DLL
    0x7C340000 - 0x7C34F000      C:\WINNT\system32\Secur32.dll
    0x77BF0000 - 0x77C01000      C:\WINNT\system32\NTDSAPI.dll
    0x77950000 - 0x7797A000      C:\WINNT\system32\WLDAP32.DLL
    0x751C0000 - 0x751C6000      C:\WINNT\system32\NETRAP.dll
    0x77A50000 - 0x77B3F000      C:\WINNT\system32\OLE32.DLL
    0x779B0000 - 0x77A4B000      C:\WINNT\system32\OLEAUT32.DLL
    0x773B0000 - 0x773DF000      C:\WINNT\system32\ACTIVEDS.DLL
    0x77380000 - 0x773A3000      C:\WINNT\system32\ADSLDPC.DLL
    0x77830000 - 0x7783E000      C:\WINNT\system32\RTUTILS.DLL
    0x77880000 - 0x7790E000      C:\WINNT\system32\SETUPAPI.DLL
    0x7C0F0000 - 0x7C151000      C:\WINNT\system32\USERENV.DLL
    0x774E0000 - 0x77513000      C:\WINNT\system32\RASAPI32.DLL
    0x774C0000 - 0x774D1000      C:\WINNT\system32\RASMAN.DLL
    0x77530000 - 0x77552000      C:\WINNT\system32\TAPI32.DLL
    0x71710000 - 0x71794000      C:\WINNT\system32\COMCTL32.DLL
    0x70A70000 - 0x70AD6000      C:\WINNT\system32\SHLWAPI.DLL
    0x77360000 - 0x77379000      C:\WINNT\system32\DHCPCSVC.DLL
    0x777E0000 - 0x777E8000      C:\WINNT\System32\winrnr.dll
    0x777F0000 - 0x777F5000      C:\WINNT\system32\rasadhlp.dll
    0x19070000 - 0x19075000      D:\bea\weblogic81\server\bin\stackdump.dll
    0x74FD0000 - 0x74FEE000      C:\WINNT\system32\msafd.dll
    0x75010000 - 0x75017000      C:\WINNT\System32\wshtcpip.dll
    0x77920000 - 0x77943000      C:\WINNT\system32\imagehlp.dll
    0x72A00000 - 0x72A2D000      C:\WINNT\system32\DBGHELP.dll
    0x690A0000 - 0x690AB000      C:\WINNT\system32\PSAPI.DLL
    Heap at VM Abort:
    Heap
    def new generation total 4544K, used 4428K [0x10010000, 0x104f0000, 0x104f0000)
    eden space 4096K, 100% used [0x10010000, 0x10410000, 0x10410000)
    from space 448K, 74% used [0x10410000, 0x10463190, 0x10480000)
    to space 448K, 0% used [0x10480000, 0x10480000, 0x104f0000)
    tenured generation total 60544K, used 60543K [0x104f0000, 0x14010000, 0x14010000)
    the space 60544K, 99% used [0x104f0000, 0x1400ffc0, 0x14010000, 0x14010000)
    compacting perm gen total 8960K, used 8801K [0x14010000, 0x148d0000, 0x18010000)
    the space 8960K, 98% used [0x14010000, 0x148a8630, 0x148a8800, 0x148d0000)
    Local Time = Tue Aug 09 11:22:51 2005
    Elapsed Time = 133
    # HotSpot Virtual Machine Error : EXCEPTION_ACCESS_VIOLATION
    # Error ID : 4F530E43505002EF
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_05-b04 mixed mode)
    Regards,
    Zachary Slaybaugh
    Sr. Application Administrator
    Time Warner Cable, Inc.

    This has been fixed in the latest version of wlst. You can get it from
    https://codesamples.projects.dev2dev.bea.com/servlets/Scarab/id/S13
    Thanks,
    -satya

  • Handle a non existance of report object while using find_report_object ?

    How to handle a non existance of report object while using find_report_object?
    HOW CAN I HANDLE THE ERROR FRM-41219 PROGRAMATICALLY.
    SINCE ID_NULL IS NOT SUPPORTING FOR REPORT OBJECT.
    1) Message level for FRM-41219 is 20, even if i set the message level to 20, it's not getting suppresed.
    As per my follwoing code, error is rasing once immidiatlly after the find_report_object.
    DECLARE
    REPID REPORT_OBJECT;
    BEGIN
    REPID := FIND_REPORT_OBJECT('REP_OBJECT');
    --NOTE 'REP_OBJECT' DOES NOT EXIST, IT'S NOT GOING TO THE EXCEPTION
    --SECTION AND RASING THE ERROR 41219 CANNOT FIND REPORT : INVALID ID.
    --QUESTION : HOW CAN I HANDLE THIS ERROR?
    EXCEPTION
    WHEN OTHERS THEN
    MESSAGE('INSIDE EXCEPTION');
    MESSAGE('INSIDE EXCEPTION');
    END;

    This is really more of a Forms issue since these are Forms built-ins. However, check out note 209513.1 in Metalink. It describes how to check if the report objects exists and how to trap the error.
    Hope that helps,
    Toby

  • "Your script uses objects from a non-existent collection"

    I have a multiple page form with a barcode on each form.  I created a separate collection for each barcode.  The auto generated code looks fine and has the correct collection created, however I still get the error, Paper Forms Barcode error "Your script uses objects from a non-existent collection".
    I'm not sure what is wrong and I don't know how to fix it.  Anyone else run into this?

    You will need to create a shared folder in Dropbox, then populate that with what ever folders you need to organize the files. It appears the DropBox app,will not handle this, but you can do, it by logging in to you account via Safari. Once the folders are created, they will show up in the app. Likewise with designating the folders as shared. Anyone you wish to share with will need a Dropbox account. (using the public folder will not work since links out it are for files only, not folders. An odd restriction, but it is what it is).
    IF you have copies of the files on a PC, you will find that will be the easiest place to upload them from. If they are only in iBooks on the iPad, you will need to synch and use the file management function to copy them off. not sure if you can synch them back over to DropCopy within iTunes (never tried it).
    DEpending on your needs, a couple of apps to look into are iCab Mobile (a browser), and GoodReader (doc viewing and management app). Both integrate well with DropBox.

  • Websheet objects non-existent or invalid -- how to correct?

    OS: RHEL 5.4
    DB: 11gR2
    APEX: 4.1
    After upgrade of APEX to 4.1, websheet objects non-existent or invalid -- hence, can not create Websheet app. Any clues on how to correct and/or what may be wrong? Sample database applications imported and working fine.
    Cheers!

    Got this figured out...
    Just had to install the sample Websheets from the Application.
    Cheers!

  • DBMS_LOB.FILEOPEN(dir, fname) gives non-existent dir or file error

    Hello!
    I've been trying to load an image file into the oracle database using the DBMS_LOB loadfromfile procedure. In order to do this, I first have to open the appropriate file which I do using
    temp_bfile := bfilename('temp_dir', in_filename);
    where in_filename is a string having the appropriate filename. and 'temp_dir' is a directory object created as follows:
    CREATE DIRECTORY temp_dir AS 'F:\';
    Next when I do a
    DBMS_LOB.FILEOPEN(temp_bfile, LOB_READONLY);
    I get an exception ORA-22285:non-existent directory or file.
    What am I doing wrong? Is the way I've created the directory object correct. I work on an NT machine.
    Mona

    Not sure if the UTL_FILE package is the same but if you don't set the "utl_file_dir" variable in the INIT.ORA file prior to calling the FOPEN procedure you will get a similiar error. There may be an equivalent parameter for the DBMS_LOB package.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Mona Marathe ([email protected]):
    Hello!
    I've been trying to load an image file into the oracle database using the DBMS_LOB loadfromfile procedure. In order to do this, I first have to open the appropriate file which I do using
    temp_bfile := bfilename('temp_dir', in_filename);
    where in_filename is a string having the appropriate filename. and 'temp_dir' is a directory object created as follows:
    CREATE DIRECTORY temp_dir AS 'F:\';
    Next when I do a
    DBMS_LOB.FILEOPEN(temp_bfile, LOB_READONLY);
    I get an exception ORA-22285:non-existent directory or file.
    What am I doing wrong? Is the way I've created the directory object correct. I work on an NT machine.
    Mona<HR></BLOCKQUOTE>
    null

  • HOW TO PASS NON REMOTE OBJECT PARAMETER

    good day,
    hi im new to java and rmi, and i need help pls, my question is how can i pass a non-remote object/local object as a parameter to a remote method. can u pls give a code for the:
    1. client that will invoke the remote method and pass the object in remote objects method.
    2. object that will be passed to the server/remote object( a serilizable object of course).
    3. the remote object and the method that will receive the object parameter.
    thank you very much for your kindness,
    p.s.
    you can email me to [email protected]
    batusai,

    When you create the object locally, and pass it to the server, at that point it exists on both systems/in both jvms.
    Why don't you write your own example, and try it. If you get in trouble, post the code, and we will help you.

  • RHX5 showing non-existent style

    We imported two Word docs, using the same style sheet both in
    the doc and in RH. All the styles are fine in both docs, except for
    one style. Doc A shows a good style "InstructionIndent", but in Doc
    B, the RH style field shows that RH has seen the same style as
    "INSTRUCTION". The css has been applied to all chapters. The style
    looks fine in the original Word doc.
    1) Does the all caps font of INSTRUCTIONS mean something
    special in RH, such as a non-existent style?
    2) Do I need to change all of these styles manually, or is
    there an easier way?
    Thank you,
    Linda

    > When I transport the same Directory config from XID
    > to XIT due to an additional change I have made, I get
    > the error about the business system:
    >
    > Business system XE_DEV_3RD_IMS_001 is not assigned a
    > business system in group XE_ESAP_TST_001
    >
    Can you let me know if XE_ESAP_TST_001 is the Quality Objects Group?
    If yes, then can you check if you have created the transport target for the Business System XE_DEV_3RD_IMS_001 ?
    If you do not want this Business System to be a part of the New transport, i.e, you do not need this Business System in your transport, then my gut feel here is that one of your Config Scenarios still contines to use this Business System or,
    You are trying to import a Old version of your TPZ file.
    Regards
    Bhavesh

  • Inserting non-serializable objects

    Is there any way to insert non-serializable objects into a database? (Or to convert them to bytes?)

    Is there any way to insert non-serializable objectsinto a database?
    A joke right?No, it's not a joke. It would be a pretty bad one if it were.
    Yes, there is a way. Create a table that corresponds
    to the object where each attribute in the object
    corresponds to field in the object. Add a unique key
    if one doesn't exist.I wish it were that simple. I don't have access to those attributes...
    >
    To create an object insert a row into the table. To
    load the object use the unique key to query for the
    row. To 'delete' the object delete the row from the
    table.BTW, the object in question is the java.awt.geom.Area object (http://java.sun.com/j2se/1.3/docs/api/java/awt/geom/Area.html ).
    The only way I can think of to insert an object that doesn't map to a SQL type is to convert it to bytes through serialization, and insert it as RAW data.
    I've extended Area to add a name and made my class serializable. However, since Area is not serializable, the only data I can retrieve after deserializing is the name I added (from my understanding of serialization, I have to save Area's data myself, but can't since I don't have access to it, so the deserialization process calls the Area() constructor which initializes the object to empty).

  • Schema Node referencing a non-existent Service Field.... in MDM 2.0.1

    Hi,
    In MDM 2.0.1, I created the following(in order) :
    1.UOM
    2.Measuring Component Type
    3.Device Configuration Type
    4.Service Provider
    5.Device Type
    6.Device
    But when trying to Configure the created Device, its showing some error as...
    *Schema node isNewCase (/schema/[includeDA F1-CommonToDoEntryData]/isNewCase) references non-existent service field NEW_CASE_SW.*+
    After this has happened, i couldn't even add another configuration to some of my Existing Devices..
    (But for Some existing devices, adding a new configuration doesn't throwing errors..)
    Please help regarding this...

    Hello again,
    we found out that there must be at least an element configured on the Seeder Sync Request Master Configuration business object. We are now moving forward to make the service work.
    Any working example will be appreciated.

  • What is NON-EXISTENT object_type?

    Hi,
    Can anybody explain what is NON-EXISTENT object_type. I see this type of objects sometimes when I do select * from dba_objects.

    As a simple demonstration:
    SQL> create or replace view my_objects
    2 as
    3 select * from user_objects
    4 ;
    View created.
    SQL> select
    2 referenced_owner,
    3 referenced_type,
    4 referenced_name
    5 from
    6 user_dependencies
    7 where
    8 name = 'MY_OBJECTS'
    9 ;
    REFERENCED_OWNER REFERENCED_TYPE REFERENCED_N
    SYS VIEW USER_OBJECTS
    PUBLIC SYNONYM USER_OBJECTS
    TEST_USER NON-EXISTENT USER_OBJECTS
    At present the view my_objects refers to the public synonym user_objects, thence to the sys-owned view user_objects because there is no local object called user_objects.
    If I now create something called user_objects, the view has to be invalidated and recompiled to reference that object.
    To ensure that the invalidation occurs, the database needs to know that a local user_objects is currently non-existent - hence the row in view user_dependencies (based on table sys.dependency$).
    This is Oracle 9i, in 10g the row for the sys view does not appear.
    P.S. Is there any way to use a fixed format for code in this system ? It's not obvious from the edit box.
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    http://www.jlcomp.demon.co.uk

  • ORA-00955: name is already used by an existing object

    Hi,
    I got blow error while upgrading 12.1.1 to 12.1.3, please suggest me how to move forward...
    This will be grate help for me....
    sqlplus -s MTH/***** @/d01/VIS/apps/apps_st/appl/mth/12.0.0/patch/115/sql/mth_pre_upgrade.sql
    Connected.
    DECLARE
    ERROR at line 1:
    ORA-00955: name is already used by an existing object
    ORA-06512: at line 59
    Regard
    suresh

    Hi,
    blow is the sql query....
    /* $Header: mth_pre_upgrade.sql 120.0.12010000.15 2010/06/11 08:45:13 sdonthu noship $ */
    REM dbdrv: sql ~PROD ~PATH ~FILE none none none sqlplus_owner &phase=con \
    REM dbdrv: checkfile:~PROD:~PATH:~FILE
    REM
    REM UPDATE SCRIPT FOR MOC
    REM
    REM DESCRIPTION: Upgrade script for MOC.
    REM
    REM History:
    REM
    REM Yong Feng 11/3/08 Rename non-partitioned staging tables to be
    REM to be removed later on
    REM
    SET VERIFY OFF;
    WHENEVER SQLERROR EXIT FAILURE ROLLBACK;
    WHENEVER OSERROR EXIT FAILURE ROLLBACK;
    DECLARE
    CURSOR c_non_p_stg_tables IS
    SELECT table_name
    FROM USER_TABLES
    WHERE partitioned = 'NO' AND
    TABLE_NAME in
    ('MTH_DAY_STG','MTH_DIM_HIERARCHY_STG','MTH_DIM_LEVEL_LOOKUP_STG',
    'MTH_EQUIPMENTS_STG','MTH_EQUIP_HIERARCHY_STG','MTH_EQUIP_OUTPUT_STG',
    'MTH_EQUIP_PROD_PERFORMANCE_STG','MTH_EQUIP_PROD_SCHEDULE_STG',
    'MTH_EQUIP_STANDARD_RATES_STG','MTH_EQUIP_STATUSES_STG','MTH_ITEMS_STG',
    'MTH_ITEM_CATEGORIES_STG','MTH_ITEM_COST_STG','MTH_ITEM_HIERARCHY_STG',
    'MTH_MTL_CONSUMED_TXN_LOT_STG','MTH_MTL_PRODUCED_TXN_LOT_STG',
    'MTH_PERIOD_STG','MTH_PERSONNEL_STG','MTH_PRODUCTION_SCHEDULES_STG',
    'MTH_PRODUCTION_SEGMENTS_STG','MTH_PROD_MTL_CONSUMED_STG',
    'MTH_PROD_MTL_CONSUMED_TXN_STG','MTH_PROD_MTL_PRODUCED_STG',
    'MTH_PROD_MTL_PRODUCED_TXN_STG','MTH_PROD_SEGMENTS_TXN_STG',
    'MTH_PROD_SUB_SEGMENTS_STG','MTH_QUARTER_STG','MTH_RESOURCES_STG',
    'MTH_RESOURCE_COST_STG','MTH_RESOURCE_REQUIREMENTS_STG',
    'MTH_RESOURCE_TXN_STG','MTH_TIME_HIERARCHY_STG',
    'MTH_USER_DIM_ENTITIES_STG','MTH_USER_DIM_HIERARCHY_STG',
    'MTH_WEEK_STG','MTH_WORKDAY_SHIFTS_STG','MTH_WO_SALES_ORDERS_STG',
    'MTH_YEAR_STG','MTH_TAG_READINGS_RAW','MTH_EQUIP_ENTITIES_STG');
    CURSOR c_mth_resources_d IS
    SELECT table_name
    FROM USER_TABLES where table_name='MTH_RESOURCES_D';
    v_rename_query VARCHAR2(200);
    v_drop_query VARCHAR2(200);
    v_res_query VARCHAR2(300);
    v_table_name VARCHAR2(100);
    v_tmp_table_name VARCHAR2(100);
    v_update_eqp_prd_prfrm VARCHAR2(200);
    v_res_tab VARCHAR2(100);
    BEGIN
    FOR table_name_rec IN c_non_p_stg_tables LOOP
    v_table_name := table_name_rec.table_name;
    -- rename table from MTH_WEEK_STG to be MTH_WEEK_S_P
    v_tmp_table_name := substr(v_table_name, 1, (Length(v_table_name) -2)) || '_P';
    v_rename_query := 'ALTER TABLE ' || v_table_name || ' rename to ' ||
    v_tmp_table_name ;
    -- v_drop_query := 'DROP TABLE ' || v_table_name;
    --BEGIN                 
    EXECUTE IMMEDIATE v_rename_query;
    --EXCEPTION
    --WHEN OTHERS THEN
    --BEGIN
    --EXECUTE IMMEDIATE v_drop_query;
    --EXCEPTION
    --WHEN OTHERS THEN NULL;
    --END;
    --END;
    END LOOP;
    FOR table_res_d IN c_mth_resources_d LOOP
    v_res_tab := table_res_d.table_name;
    v_res_query := 'CREATE TABLE MTH_RESOURCES_D_TEMP AS SELECT * FROM '|| v_res_tab;
    EXECUTE IMMEDIATE v_res_query;
    EXECUTE IMMEDIATE 'TRUNCATE TABLE MTH_RESOURCES_D';
    END LOOP;
    END;
    commit;
    exit;

  • Unity connection 8.5 location requesting non existing dependent during replication

    Hi,
    We have 2 cluster of Unity connection 8.5 both in HA (4 servers total). One cluster in city A et the other cluster in city B. Last week, replication between both clusters broke after the creation of a user on cluster A that had duplicated entries/conflicts in cluster B. We deleted the user from cluster A to bring the replication back, but the user never got deleted from cluster B. We went ahead and manually pushed the DB from A to B, problem solved, the user disappeared from Cluster B.
    Here is where it gets interesting, since that event, Cluster B requests every 40 minutes or so that Cluster A provides information on a dependant object. A delay is present in the response from Cluster A, and a CUReplicator error shows up in RTMT with an PKID object number. That dependant object was traced back to be the EndUser PKID of the problematic user mentioned above. As you may guess, that user is nonexistent, we erased it. I queried the enduser table in the hope of finding a loose end, nothing on all clusters. I queried in the distribution list tables on Cluster B, thinking that the user may have been a member of a Cluster B distribution list,,,no luck.
    So anybody has any idea how I can track a non existing dependence and stop Cluster B from asking for it?
    05431af1-1cd9-4017-910c-6a082c888606 = PKID of our now deleted user, we made the corolation with the replication log bellow.
    14:32:17.513 |9058,MessageProcessor,,CuReplicator,13,Received PUSH Replication: Location=mtlunc01 (push) USN(s)=4321 User=Etude10 Etudiant10, Objectid=05431af1-1cd9-4017-910c-6a082c888606 Time Stamp=1320461040925
    Notice now how the user=null instead of Etude10 after we deleted the Etude10 user from cluster B with a push from Cluster A.
    15:29:46.587 |9052,com.cisco.unity.networking.DependencyTimeout@1cc0a7f(satisfied=false, dependent count=60),,CuReplicator,13,Dispatching: Replication: (pull) USN(s)=0 User=null, Objectid=05431af1-1cd9-4017-910c-6a082c888606
    cluster B requests this every 40 minutes.
    5:29:46.623 |9052,com.cisco.unity.networking.DependencyTimeout@1cc0a7f(satisfied=false, dependent count=60),,CuReplicator,13,Sending changes for USN(s): 0, to mtlunc01 via message file CuReplicator_0_3249499062672782075.txt
    15:29:46.623 |9052,com.cisco.unity.networking.DependencyTimeout@1cc0a7f(satisfied=false, dependent count=60),,CuReplicator,13,Sent PULL for object 1:05431af1-1cd9-4017-910c-6a082c888606 to location mtlunc01
    15:29:46.624 |9052,com.cisco.unity.networking.DependencyTimeout@1cc0a7f(satisfied=false, dependent count=60),,-1,-1,Delay receiving dependent object05431af1-1cd9-4017-910c-6a082c888606 from location mtlunc01. Requests sent = 244. This situation may indicate network connectivity problems.
    Could not track it down using those two queries on both clusters, the object is nowhere to be found.
    run cuc dbquery unitydirdb SELECT Alias from vw_User WHERE ObjectId = '05431af1-1cd9-4017-910c-6a082c888606'
    run cuc dbquery unitydirdb select * from vw_distributionlistmember WHERE ObjectId = '05431af1-1cd9-4017-910c-6a082c888606'
    thanks,

    Hi,
    We have 2 cluster of Unity connection 8.5 both in HA (4 servers total). One cluster in city A et the other cluster in city B. Last week, replication between both clusters broke after the creation of a user on cluster A that had duplicated entries/conflicts in cluster B. We deleted the user from cluster A to bring the replication back, but the user never got deleted from cluster B. We went ahead and manually pushed the DB from A to B, problem solved, the user disappeared from Cluster B.
    Here is where it gets interesting, since that event, Cluster B requests every 40 minutes or so that Cluster A provides information on a dependant object. A delay is present in the response from Cluster A, and a CUReplicator error shows up in RTMT with an PKID object number. That dependant object was traced back to be the EndUser PKID of the problematic user mentioned above. As you may guess, that user is nonexistent, we erased it. I queried the enduser table in the hope of finding a loose end, nothing on all clusters. I queried in the distribution list tables on Cluster B, thinking that the user may have been a member of a Cluster B distribution list,,,no luck.
    So anybody has any idea how I can track a non existing dependence and stop Cluster B from asking for it?
    05431af1-1cd9-4017-910c-6a082c888606 = PKID of our now deleted user, we made the corolation with the replication log bellow.
    14:32:17.513 |9058,MessageProcessor,,CuReplicator,13,Received PUSH Replication: Location=mtlunc01 (push) USN(s)=4321 User=Etude10 Etudiant10, Objectid=05431af1-1cd9-4017-910c-6a082c888606 Time Stamp=1320461040925
    Notice now how the user=null instead of Etude10 after we deleted the Etude10 user from cluster B with a push from Cluster A.
    15:29:46.587 |9052,com.cisco.unity.networking.DependencyTimeout@1cc0a7f(satisfied=false, dependent count=60),,CuReplicator,13,Dispatching: Replication: (pull) USN(s)=0 User=null, Objectid=05431af1-1cd9-4017-910c-6a082c888606
    cluster B requests this every 40 minutes.
    5:29:46.623 |9052,com.cisco.unity.networking.DependencyTimeout@1cc0a7f(satisfied=false, dependent count=60),,CuReplicator,13,Sending changes for USN(s): 0, to mtlunc01 via message file CuReplicator_0_3249499062672782075.txt
    15:29:46.623 |9052,com.cisco.unity.networking.DependencyTimeout@1cc0a7f(satisfied=false, dependent count=60),,CuReplicator,13,Sent PULL for object 1:05431af1-1cd9-4017-910c-6a082c888606 to location mtlunc01
    15:29:46.624 |9052,com.cisco.unity.networking.DependencyTimeout@1cc0a7f(satisfied=false, dependent count=60),,-1,-1,Delay receiving dependent object05431af1-1cd9-4017-910c-6a082c888606 from location mtlunc01. Requests sent = 244. This situation may indicate network connectivity problems.
    Could not track it down using those two queries on both clusters, the object is nowhere to be found.
    run cuc dbquery unitydirdb SELECT Alias from vw_User WHERE ObjectId = '05431af1-1cd9-4017-910c-6a082c888606'
    run cuc dbquery unitydirdb select * from vw_distributionlistmember WHERE ObjectId = '05431af1-1cd9-4017-910c-6a082c888606'
    thanks,

  • Saving a file to a non-existing directory

    Hello all,
    I would like to know if it is possible to save a file to a non-existing directory using Java. I have a bad feeling that it's not possible, but if there is anyone out there who thinks otherwise, please tell me how it can be done.
    Thanks very much!
    Greetz Hans

    Hi,
    Of course you can create all you want.
    Try
              File fichier = new File(chemin);
              if ( ! fichier.exists()) {
                   // the path doesn't exist
                   ok = fichier.mkdirs();
    The mkdirs (with the s) can create the path in a recursive mode. See the File object's help
    Regards, JFB

Maybe you are looking for

  • Multiple itune users on the same computer

    Is it possible to have two seperate itunes running on the same computer? My husband and I share a computer and both have ipods. We both have different tastes in music so we would like to be able to access our own itunes instead of having to share a l

  • Adobe 9 plugin save function does not always work

    This may not be a problem with Adobe Reader or Internet Explorer, but my credit card company says it is, so I need to look. When I try to get my on-line statements from a particular credit card company, a new IE window with Adobe Reader running "unde

  • Generating a pulse sequence in NI5401 board

    Sirs, I?m sending this email massage because I have a doubt concerning NI 5401 Function Generator Board. I?m working with a PXI system together with a NI5401 board, and I want to generate a pulse sequence with this board. The propose of this is to sy

  • Ipad mini got strucked when playing movie

    I am having ipad mini and when I was playing movie on that it got hanged and I tried of reseting but it was not happing so what to do now???

  • Configuration of third-party router

    Hello, I'm trying to configure a router in place of my BT Home Hub.  I am pretty sure it has to be PPPoE because it's ethernet out the back of the Home Hub.  I tried what was posted on these forums, I used [email protected] with 'bt' as the password.