Load order overwrite impossible and ORA-01790

Hi,
I'm using Oracle 11g Rel. 1 EE and I have some problems with a mapping in OWB. I mapped my customer dimension (SCD type 2) with the corresponding tables. The first problem is that I can't overwrite the load order for this dimension.
I've set up the customer dimension with following levels: customer, city, state, country, region and I also configured the foreign keys. The load order is changing every time I do an inbound synchronization for this dimension. In the manual it is written that the order is based on the foreign key relations but it is not in the correct order. When I try to change the loading order within the mapping and save the mapping, the settings will be resetted after I closed the mapping window. Why is the loading order changing all the time, although the dimension has not changed? And why can't I overwrite the loading order in the mapping, is there any restriction for this setting?
My second problem is that I get the error: ORA-01790: expression must have same datatype as corresponding expression. In the sql code it seems that the problem is my attribute "Birthyear". The source table delivers an integer value for age. The dimension stores the birthyear as char(4). Therefore I used an expression to convert the age into the correct year as char(4), but I still get the error message. I assume that the compiler gives me the correct line number where the problem occurs and it is always where Birthyear occurs. Did anybody experience a similar problem and knows a solution for this?
Greetings,
Joerg

The post Was truncated... here is the rest of the story:
And what is worst: I can not drop the table because I receive an ORA-00600 !
I can not even drop the USER, I still receive ORA-00600.
I would really appreciate any help. All I want is to drop the user and clean
up my database.
Best Regards,
Jose Hime
==========================================================================
select * from user_objects
OBJECT SUBOBJECT OBJECT_ID DATA_OBJECT_ID OBJECT_TYPE GENERATED
NAME  NAME
TESTE D3A 146096 146684 TABLE SUBPARTITION N
TESTE D3B 146097 146685 TABLE SUBPARTITION N
TESTE D3C 146098 146686 TABLE SUBPARTITION N
TESTE D3D 146099 146687 TABLE SUBPARTITION N
TESTE D3E 146100 146688 TABLE SUBPARTITION N
TESTE D3F 146101 146689 TABLE SUBPARTITION N
TESTE D3G 146102 146690 TABLE SUBPARTITION N
TESTE D3H 146103 146691 TABLE SUBPARTITION N
TESTE 145922 TABLE N
9 rows retrieved
==========================================================================
Long postings are being truncated to ~1 kB at this time.

Similar Messages

  • Undesired Load order of  FLV and MP3s

    Hello
    I have added a scrolling Flash page with a FLV and several
    MP3 files in each their own player to site below.
    I have set the video to autostart.
    The MP3s are set to not autostart.
    When I export the FLA the swf nicely plays the video first,
    and the mp3s are loading in the background simultaniously.
    When viewing the page in Firefox and Netscape the same
    happens, just as intended.
    Problem:
    But in IE and Safari all the sound files are loading first
    (and not playing) and not until they are fully loaded will the
    video start loading and playing. This results in viewing an empty
    video window for a long time.
    1) Is there are way to make all browsers load the video first
    and play it first?
    2) And in general manage load order of video and audio files
    in a Flash file?
    Thank you on beforehand.
    ggaarde
    http://www.corpstory.com/video.htm

    no, the sounds wouldn't be playing until you used the start()
    method of those sound instances or you assigned the source property
    of your mediaplayer and you wouldn't want to do either until your
    flv completed play.
    in fact, it would be optimal to first load one sound: the mp3
    that follows the flv. then when that sound completed loading, load
    the 2nd sound.

  • Not allowed to move load order of Control panels in System Preferences Tige

    I post here because System refuses to let me post in Tiger forum depite my being a forum member since purchasing my G4-500 new just a few months after coming out.
    The problem is associated with my PowerBook17" bought new March a year ago. I currently am running 10.4.6 Tiger.
    On my G4-500 using Panther 3.9 I am allowed to drag and drop the load order of extension and control panel in System > Accounts > Startup items, at will.
    If I try the same thing on my PowerBook 17" It want let me Drag or if I do get it appear to drag what it does instead is remove from the list.
    Suggestions?

    How do I mark one portion of my question as being answered ( the part so named in the subject line.) and one part as not part about not being able to get into sub category so far as adding a question.
    You can use the Helpful buttons without using Solved. Solved will result in your thread being marked as answered, Helpful won't. It is possible to mark a question answered without marking any posts as helpful or solved. You would do this if you found the solution somewhere other that the thread with the question. It is good form to post what the solution is so that others can benefit. You can go back & "unmark" a question as answered, but I'm not sure if there is a time limit from the time you originally marked it answered.

  • Loading order of disks

    Just purchased Photoshop Elements 10 and installed 3rd disk first (after installing 1st disk 1st seeing no obvious warning.advice to the contrary) on my Mac. Question is: the 3rd disk appeared to have the entire program, the 2nd disk has a trial version of 64 bit and the first disk has a bunch of stuff I have no idea what it is...does disk 3 contain the entire PSE10 program or do I also need to install disks 1 & 2?

    all I see is "Re: Loading order of disks" and no actual reply to my posting???

  • SQL LOADER and ORA-01861: literal does not match format string

    Hi,
    I've to load data through control_file(.ctl) into oracle table through sqlldr. Oracle 11g, win xp.
    as soon as I use - sqlldr dss/dss control=orders.ctl I get error or nothing.
    Text file that is generated after loading fails has the following error.
    Record 1: Rejected - Error on table ORDERS, column O_ORDERDATE.
    ORA-01861: literal does not match format string
    I have checked the format of data to be loaded into Orders table is like this : *1996-01-02.*
    I checked the format of data in my database by querying sysdate from dual i.e. 10-JAN-10
    I thought that changing its format might solve my problem so i tried this:
    SQL> alter session set nls_date_format='YYYY-MM-DD';
    Session altered.
    SQL> select sysdate from dual;
    SYSDATE
    2010-01-10but still i'm getting the same error. I've to load millions of data. how I can solve this issue.
    Please suggest.
    Thanks alot.
    Best Regads,
    Kam

    Hi,
    It's strange ....nobody knew it?. I think this type of load problem will be very common isn't it.... where date column data is in a different format than in the db i.e.
    How to change *1996-01-02* in the Control_file to make it able to load in the table where sysdate is like this: *11-JAN-10*
    Sample data to be loaded is :
    1|36901|O|173665.47|1996-01-02|5-LOW|Clerk#000000951|0|nstructions sleep furiously among |
    Desc Orders
    O_ORDERDATE NOT NULL DATEI have tested this by creating a test table and a test control file by omitting this O_ORDERDATE and then everything was fine, data was inserted but don't know how to load this DATE also.
    Also not able to understand about POSITION in the control file...?
    Regards,
    Kam

  • SQL LOADER and ORA-01861: Please ignore,,my mistake...its duplicate

    Hi,
    I've to load data through control_file(.ctl) into oracle table through sqlldr. Oracle 11g, win xp.
    as soon as I use - sqlldr dss/dss control=orders.ctl I get error or nothing.
    Text file that is generated after loading fails has the following error.
    Record 1: Rejected - Error on table ORDERS, column O_ORDERDATE.
    ORA-01861: literal does not match format string
    I have checked the format of data to be loaded into Orders table is like this : *1996-01-02.*
    I checked the format of data in my database by querying sysdate from dual i.e. 10-JAN-10
    I thought that changing its format might solve my problem so i tried this:
    SQL> alter session set nls_date_format='YYYY-MM-DD';
    Session altered.
    SQL> select sysdate from dual;
    SYSDATE
    2010-01-10but still i'm getting the same error. I've to load millions of data. how I can solve this issue.
    Please suggest.
    Thanks alot.
    Best Regads,
    Kam
    Edited by: kam555 on Jan 10, 2010 11:41 PM

    Please refrain from [posting duplicates|http://forums.oracle.com/forums/thread.jspa?threadID=1010735&tstart=0] and mark this post with IGNORE in the subject.

  • Parent-Child Apps and Classloading...Wrong load order?

    Ah, everyone's favourite two oracle topics slammed into one. I've been using Oracle's parent-child application deployment for some time, to reasonable success in Oracle App Server 9.0.4. Though screwing about with the classloaders in this way usually fills me with dread, the benefits of developing child apps in isolation from the parent are excellent.
    In general I have always deployed in the following way:
    server.xml
    <application name="msip-app" path="../applications/msip-app.ear" parent="default" start="true" />
    <application name="msip-services" path="../applications/msip-services.ear" parent="msip-app" start="true" />
    default-web-site.xml
    <web-app application="msip-app" name="msip-web" load-on-startup="true" root="/msip" />
    <web-app application="msip-services" name="msip-services" load-on-startup="true" root="/msip-ws" />
    orion-application.xml (parent app)
    <library path="./msip-web/WEB-INF/classes" />
    <library path="./msip-web/WEB-INF/lib" />
    (Note: this generic approach has always worked...)
    Now I am trying to upgrade to oc4j 10.1.3.x, and I seem to be trapped in configuration hell. OC4J now appears to load the child application first, which inevitably screws up the classloader for the parent app. Surely this doesn't make any sense, as the parent app is the dependency and should be started first?!
    I haven't discovered any way to control the load order for apps in the config files; the only workaround is to set the load-on-startup for the child app to "false". This is fine, until I redeploy through Oracle EM, which switches load-on-startup back to true. Again, there doesn't seem to be any way in deployment to control this parameter!
    Why in the heck would oc4j have changed it's load priority for parent child apps? Is there any way to force load order through config? Am I just crazy and no one else has seen this?
    Help.

    Thanks for the reply. Gave that a look, but unfortunately, that link concerns a problem at a lower level than the one I've encountered. A classloading problem alerted me to what I believe is a bigger issue, namely that oc4j appear to be launching my child app before the parent app, and this consistently screws up the initialisation phases for both ear files. This appears to be an explicit decision in the Oracle app loader about which war file (parent or child) to launch first, but for the life of me, I can't find the offending code by decompiling oc4j.
    If it turns out that this intentional, surely this must be a mistake? The parent app is the dependency and must be loaded first! or I missing something big...

  • Preloaders, loading order and -levels

    Hi, everyone
    I am using Flash 8 and AS2 for my project.
    My website is now working just about as I like, as long as
    the whole movie has loaded. I have a main time line and several
    movie clips on the time line.
    Only problem is, that the movie seems to load from beginning
    to end, regardless which button you choose in the menu.
    If you choose a button that takes you to a frame or a movie
    clip that has not yet loaded, it will act confused and show you
    something other than what you want.
    I am new to _levels in Flash 8.
    Does the level number decide in which order things load? My
    feeling is that the hightest
    level number loads first, and the main movie time line is
    always _level0. Is that correct?
    I am thinking, if I put a preloader in each frame that the
    menu points to, in f.x. _level50, then the load order would go
    straight to that particular chosen frame on the time line, run the
    preloader and then the movie clip (or frames following it) ,
    without loading anything undesireable in the meantime. And
    eliminating delay.
    Is that correct?
    You see many good flash sites that run preloaders at the
    beginning of each new menu point. They seem to very responsive.
    Is that why?
    Can anyone suggest a very simple preloader script, say for
    just a progression bar, (I dont care about numbers running)
    that would take me to the exact frame that I want to load,
    run the preloader and then the next frame?
    Should the preloader be located in the frame preceding the
    frame you want people to see? Or should it be imbedded in the
    movieclip (if I am using a movie clip)
    I want to be able to re-use the preloader easily.
    Also the latest preloader scripts I have seen do not seem to
    allow you to select how many frames you want loaded of the
    _parent time time line before going to it. It seems you used
    to be able to decide how many frames it should load.
    You can download my .fla file here and see what I am talking
    about:
    http://www.gggraphic.com/downloads
    viewed at:
    http://www.grandtdesign.com
    Thank you again on beforehand for all your help
    ggaarde

    Related to this, is there any default behaviour on the order between WEB-INF/classes and WEB-INF/lib? I guess WEB-INF/classes are found first but not sure if this is official and guaranteed behaviour.The Servlet specification (Section 10.5, page 78) defines the order of loading for WEB-INF/classes and WEB-INF/lib as follows:
    >
    The contents of the WEB-INF directory are:
    The /WEB-INF/web.xml deployment descriptor.
    The /WEB-INF/classes/ directory for servlet and utility classes. The classes in this directory must be available to the application class loader.
    The /WEB-INF/lib/*.jar area for Java ARchive files. These files contain servlets, beans, static resources and JSPs packaged in a JAR file and other utility classes useful to the Web application. The Web application class loader must be able to load classes from any of these archive files.
    The Web application class loader must load classes from the WEB-INF/classes directory first, and then from library JARs in the WEB-INF/lib directory.
    >
    -steve-

  • I ordered an album and i can loaded on my iPod and iPhone but i can't get it on my mac

    i ordered an album and i can loaded on my iPod and iPhone but i can't get it on my mac

    Hi marymccarthyy,
    If the album in question is showing as purchased on the iTunes Store but isn't appearing in iTunes on your Mac, you may want to try redownloading it; the following article may be helpful:
    Apple Support: Download past purchases
    http://support.apple.com/kb/ht2519
    Regards,
    - Brenden

  • HT1577 I PURCHASED MISSION IMPOSSIBLE AND PAYED FOR THE MOVIE BUT HAS NOT DONE LOADED

    I have payed for the download of movie Mission Impossible and have not recieved it. Please return money back to my account.
    Thanks
    Paul Kennedy

    You are not addressing Apple here at all.
    We are all itunes users just like you.
    Click Store>Check for Available Downloads

  • Full outer Join:ORA-01790

    Hi All,
    The issue may be silly, but we cant make it out:
        DB : Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - ProdWe are running the below query with no issues:
    select t1.text,t2.text text2,t1.line,decode(upper(t1.text),upper(t2.text),1,0) flg
    from
       (select text,row_number() over(order by line) line
        from user_source
       where name = 'COLL_MVIEW_REFRESH_PROC_LBK'
       and replace(trim(text),chr(10)) is not null
       ) t1,
       (select text ,row_number() over(order by line) line
        from user_source
        where name = 'COLL_MVIEW_REFRESH_PROC'
        and trim(replace(text,chr(10))) is not null) t2
    where t1.line = t2.lineBut when trying for an outer join it is giving error like
    ORA-01790: expression must have same datatype as corresponding expressionOuter Join Query:
    select t1.text,t2.text,t1.line,decode(upper(t1.text),upper(t2.text),1,0) flg
    from
       (select text,row_number() over(order by line) line
        from user_source
        where name = 'COLL_MVIEW_REFRESH_PROC_LBK'
        and replace(trim(text),chr(10)) is not null
        ) t1 full outer join
        (select text ,row_number() over(order by line) line
        from user_source
        where name = 'COLL_MVIEW_REFRESH_PROC'
        and trim(replace(text,chr(10))) is not null) t2
    on( t1.line = t2.line )Any idea what is wrong here?
    Thanks,
    Jeneesh

    Not sure what is wrong with your version. It might have to do with row_number not working on an empty row (outer joined).
    How about this alternative?
    The approach is a bit different, but it uses only one access to the user_source view.
    select s.lineNo, min(s.text1) text1, min(s.text2) text2, decode(upper(min(s.text1)), upper(min(s.text2)), 1, 0) flag
    from
    (select decode(u.name, 'COLL_MVIEW_REFRESH_PROC_LBK', u.text) text1
           ,decode(u.name, 'COLL_MVIEW_REFRESH_PROC'
    , u.text) text2
           ,u.name,
            row_number() over (partition by u.name order by u.line) lineNo
    from user_source u
    where u.name in ('COLL_MVIEW_REFRESH_PROC_LBK','COLL_MVIEW_REFRESH_PROC'
    /* and u.TYPE = 'PROCEDURE' */
    and replace(trim(u.text),chr(10)) is not null
    ) s
    group by s.lineNo
    order by s.lineNo;Edited by: Sven W. on Nov 18, 2008 5:24 PM

  • Unlicenced Options in OWB- target load ordering & variables in workflows

    In need to perform overall repository check-up , to see if unlicenced "features" : Target Load Order and Variables in Workflows have been used in Mappings.
    Ideally, I would just like to wirte a query, to "comb" the repository and find the offending Mappings and Workflows.
    The problem is : I don't know which tables to query - the view structure in Repository is pretty complex. The view ALL_IV_OBJECT_CONFIGURATIONS seemed like a good starting point for detecting usage of target load ordering but I kept getting ORA-22835(since there are CLOBS in underlaying tables) and couldnt get rid of that , since there are 10 levels of sub-views underneath-so I lost track and am not sure which column refers to CLOB any more..
    Can anybody help me ? Is there a way at all to retrieve this kind of information from the repository ?
    Edited by: Reggy on 01.09.2010 03:13
    Edited by: Reggy on 01.09.2010 03:14
    Edited by: Reggy on 01.09.2010 03:15

    Reggy,
    for list of used variables in processflow use ALL_IV_PROCESS_VARIABLES OWB public view.
    Regarding Target Load Order - maybe using ONLY configuration property Target Load Ordering is not the base case because this flag enabled by default for new mapping. You need to perform additional check - that mapping contains more then one target table.
    I cannot help with ALL_IV_OBJECT_CONFIGURATIONS view (ORA-22835, on OWB 10.2.0.3 have same error), instead try OMB*Plus script like this
    OMBCC '/PROJ/TARGET_MODULE'
    set mapList [OMBLIST MAPPINGS]
    foreach mapName $mapList {
      # it is a configuration property Use Target Load Ordering
      set targetOrderFlag [OMBRETRIEVE MAPPING '$mapName' GET PROPERTIES(TARGET_LOAD_ORDERING)]
      # it is coma separated list of target tables
      set targetTabList [OMBRETRIEVE MAPPING '$mapName' GET PROPERTIES(TARGET_LOAD_ORDER)]
      # check that targetTabList contains more than one tables
    }Regrads,
    Oleg

  • Target Load order is not working properly in 11.2.0.2

    Hi,
    Mappings whihc are migrated from OWB10.2 version to 11.2 which contains multiple targets are not working in accordance with the target load order given in the mapping.
    The order in which targets are loaded changes between execution.
    To test is this a problem with migration we had created a smaple mapping containg 3 targets and mentioned loading order in each target table as well as in mapping property.
    The order in which the targets are loaded was random. But when we have 2 targets it seems to be working. But for migrated maps this is also not working.
    Is there any bug reported in 11.2.0.2 for this issue? Any help is highly appreciated.
    Thanks and Regards,
    Pnreddy

    Target load ordering is set to false by default in 11.2.
    You need to set it to true if you want your mapping to use it.

  • Planned order creation with PDS valid on only order start date and not finish date

    Hi All,
    We have requirement to allow creation of planned order manually if production version is valid on order start date and not finish date.  This is because lead time of order is longer. I refered OSS notes 385602. I could find out solution for this is implementation of OSS note 694140 to change validity mode at activity level to consider start date of first produce activity  in validity interval. Problem is even If I create order in APO by implementiong this note planned order is not transfered to ECC and it gets stuck with error production version not valid.
    Is there any way in ECC to control this? Any config or customization?
    Regards,
    Santosh

    Nilesh,
    I think there is a simple procedural skip happening in your business process. You are right when a planned order is created after MRP it would default assign it to the first available production version. 2options available for us,
    1. First use transaction MF50 and do the line loading and assign the quantites to the production versions/Production lines, so that the actual capacity planning is getting completed. This way you can have planned orders with both the production versions and matching to your actual line capacity.
    2. Use Quota arrangement concept, to automatically split the Planned orders during MRP for a percentage based on individual production versions.
    Now when backflush is performed S225 table is updated and Planned order qty also gets reduced.
    Hope this helps....
    Regards,
    Prasobh

  • How do I make iPod Classic import (sync) photos via iTunes so that the photos stay in order by filename and can then be viewed as a slideshow in the correct order?

    I carefully number my iPod bound photos so that they are in a desired order by filename.  When I sync the photos to my iPod Classic they are not in the same order.  A typical filename would be:  001 001 IMG-3489.jpg followed by 001 002 IMG-3478.jpg.  Windows uses the first seven characters to order the files and does not care what follows the first seven so long as the first seven are not duplicated within the folder.  My iPod ignores that convention.  HELP! PLEASE!  I want to view my slideshows in the correct order.
    Thanks

    Does both your Windows and Macbook iTunes have the same library of songs?
    if it  does then, much easier to proceed, else try to load the Macbook with the same library as Windows.
    Note that only one of the Macbook USB port is good for iPod Classic, the other is too slow and may cause timeout, and I would suggest disconnect all other USB devices, while you Restore or Sync the iPod Classic.
    Connect the iPod to the Mac, (if iTunes launch, please close it back.)
    Use Disk Utility -> select the iPod Device->First Aid->Repair (use option FAT32)
    After the Repair complete, eject the iPod.
    Connect back to the Mac
    When iTunes launch, Restore the iPod when Prompted, (use FAT32)
    Sync your library.
    Good Luck!

Maybe you are looking for

  • Can I transfer my apps I've bought for my current touch over to a new touch?

    I've got a second generation ipod touch and want to get a new one but will I be able to somehow use the apps ive paid a lot for on my new ipod?

  • Iphone4s and iCloud/Apple Movie Trailers app stuck in loop using battery on wifi

    This one is a long story and took me a day or so of looking around to figure out.  I don't know if it causes all the battery drain issues, but it was at times causing some usage on my 4s. Background: I use my mac as an iTunes server - always running

  • IMac won't boot, won't start in safe mode

    I'm at my wits end. My 17" iMac G4 won't boot. I just get the Apple logo, with the spinning progress wheel. I get the same thing when I try to boot in safe mode -- it just sits there with the progress wheel spinning. (I waited an hour, just to make s

  • Should I get an extended warranty for a T520?

    I already have a 2 year warranty including my AMEX 1 year extended warranty. I heard that if something is going to go wrong, it will happen in the first two years. Lenovo has a 30% sale on extended warranties. I can get a three year for $80.00 A two

  • Strange System (FileSystem & Monitor)

    Hi I have a couple of things I'm wondering about on my Mac Mini G4, MacOs 10.4.7: 1) My first problem is that once a week when i boot my Mini up, the monitor resolution is only 800x600. Then i have to login, go to "preference" -> Display and redetect