Simple mappings with a SYSDATE and  a sequence

Hi, I've got some promblems with a mapping.
I'm trying to put only the nextval of a sequence and the SYSDATE using a mapping trasformation.
Apparently it's simple and the validation is done succesfully, but when I generate the code it doesn't work, 'cause in the code there are two cursor with the same name. How can I do to erase one of the two cursor using OWB?
Thank's in advance.
I send you some rows of the generated code.
-- "DUMMY_TABLE_CURSOR_c" Cursor declaration
CURSOR "DUMMY_TABLE_CURSOR_c" IS
SELECT
DUMMY
FROM DUAL ;
-- "DUMMY_TABLE_CURSOR_c" Cursor declaration
CURSOR "DUMMY_TABLE_CURSOR_c" IS
SELECT
DUMMY
FROM DUAL ;
a_table_to_analyze a_table_to_analyze_type;
-- Procedure "DUMMY_TABLE_CURSOR_p" is the entry point for map "DUMMY_TABLE_CURSOR_p"
PROCEDURE "DUMMY_TABLE_CURSOR_p" IS
-- Constants for this map

From your e-mail I presume you are on OWB 9.2.x (although you do not provide any version info). If this is correct, I believe you are hitting the bug 3059912. It has been fixed a while ago and you would have to install the patch 9.2.0.3 from metalink.oracle.com (patch no. 3152515).
Regards:
Igor

Similar Messages

  • Need help with a simple process with FTP Adapter and File Adapter

    I am trying out a simple BPEL process that gets a file in opaque mode from a FTP server using a FTP adapter and writes it to the local file system using a File Adapter. However, the file written is always empty (zero bytes). I then tried out the FTPDebatching sample using the same FTP server JNDI name and this work fine surprisingly. I also verified by looking at the FTP server logs that my process actually does hit the FTP server and seems to list the files based on the filtering condition - but it does not issue any GET or RETR commands to actually get the files. I am suspecting that the problem could be in the Receive, Assign or Invoke activities, but I am not able identify what it is.
    I can provide additional info such as the contents of my bpel and wsdl files if needed.
    Would appreciate if someone can help me with this at the earliest.
    Thanks
    Jay

    persiandude wrote:
    Topic: Need help with if, else, and which statements and loops.
    How would I display 60 < temp. <= 85 in java
    System.out.println("60 < temp. <= 85 in java");
    another question is how do I ask a question like want to try again (y/n) after a output and asking that everytime I type in yes after a output and terminate when saying No.Sun's [basic Java tutorial|http://java.sun.com/docs/books/tutorial/]
    Sun's [New To Java Center|http://java.sun.com/learning/new2java/index.html].Includes an overview of what Java is, instructions for setting up Java, an intro to programming (that includes links to the above tutorial or to parts of it), quizzes, a list of resources, and info on certification and courses.
    [http://javaalmanac.com|http://javaalmanac.com]. A couple dozen code examples that supplement [The Java Developers Almanac|http://www.amazon.com/exec/obidos/tg/detail/-/0201752808?v=glance].
    jGuru. A general Java resource site. Includes FAQs, forums, courses, more.
    JavaRanch. To quote the tagline on their homepage: "a friendly place for Java greenhorns." FAQs, forums (moderated, I believe), sample code, all kinds of goodies for newbies. From what I've heard, they live up to the "friendly" claim.
    Bruce Eckel's [Thinking in Java|http://mindview.net/Books/DownloadSites] (Available online.)
    Joshua Bloch's [Effective Java|http://www.amazon.com/Effective-Java-2nd-Joshua-Bloch/dp/0321356683/ref=pd_bbs_1?ie=UTF8&s=books&qid=1214349768&sr=8-1]
    Bert Bates and Kathy Sierra's [Head First Java|http://www.amazon.com/exec/obidos/tg/detail/-/0596004656?v=glance].
    James Gosling's [The Java Programming Language|http://www.bookpool.com/sm/0321349806].

  • Problem with Nokia Camera and Smart Sequence

    Hi,
    I'm having a problem with Nokia Camera and the Smart Sequence mode.
    Basically, if you take a picture using nokia camera, and view it in your camera roll, it usually says, underneath the pic "open in nokia camera".
    Well, if I take a pic using the Smart Sequence mode, it just doesn't say "open in nokia camera" so, to use the functions of smart sequence (best shot, motion focus, etc), I have to open nokia camera, go to settings and tap the "Find photos and videos shot with nokia camera" option.
    Does anyone has the same problem? Anybody solved it?
    I already tried reinstalling nokia camera, but that didn't help.
    I'm running Nokia Black on my 925.
    Thanks everyone!

    Hi,
    I had the same problem with my 1020. It did get fixed with the last update to Nokia camera.
    However, IIRC, it didn't just happen right away. When browsing the camera roll I'm pretty sure that the "open with Nokia camera" text wasn't there.
    Slightly disappointed I opened the (Nokia) camera anyway and was going to test the smart sequence again. I noticed the only precious pic I'd taken using this actually appeared top left of the screen.
    I opened it and I had all the smart sequence editing options again - that we're missing previous. Made a new picture and saved it.
    Now when in camera roll the text shows below the image and all is good.
    This probably doesn't help much except that it didn't seem to fix automatically.
    I work @Nokia so I can ask around a bit to see if this is a known / common issue (not that I know any developers)

  • Load field in sqlldr with a sysdate and sequence number

    Hi
    LOAD DATA
    INFILE 'C:\testsequence.dat' "STR '\r\n'"
    REPLACE
    INTO TABLE testsequence
    FIELDS TERMINATED BY "" OPTIONALLY ENCLOSED BY '"'
    TRAILING NULLCOLS
    SEQ EXPRESSION "to_char(sysdate,'YYYYMMDDHH24MISS')" ,
    DATA CHAR
    I want to concatenate a sequence number with SEQ example:
    20100216054415 + 500 from lets say sequence(500,1)
    How can I concatenate
    "to_char(sysdate,'YYYYMMDDHH24MISS')" and sequence(500,1)
    Your help is appreciated!!
    Mike

    Mike,
    Take at look at this example...
    ------  =====SQLPLUS=========
    sql>  create table t(
      2   id number,
      3   test_string varchar2(50));
    Table created.
    ---sequence starting with 50 increment by 1
    sql> create sequence test_seq
      2      start with 50
      3      increment by 1
      4  /
    Sequence created.
    =====SQL Loader control file....
    LOAD DATA
    INFILE *
    REPLACE
    INTO TABLE T
    FIELDS TERMINATED BY ','
    TRAILING NULLCOLS
    id,
    test_string "to_char(sysdate,'YYYYMMDDHH24MISS') || test_seq.nextval"
    BEGINDATA
    100
    -- load it using...
    sqlldr uid/pwd@dbinstance control=test.ctl
    ====sqlplus
    sql> select * from t;
            ID TEST_STRING
           100 2010021619495250Post any issues you encounter/ any other questions you might have....

  • Render error with h.264 and Image sequence

    Hi,
    I have simple animation I want to render out. Problem is when I export it as h.264, error happens on one frame like you can see here.
    Whith image sequence, Motion will render skipping frames here and there so some part are just fine, but some part are not.
    Also some frame has same green error just like with h.264. I'm rendering as PNG.
    I also tested rendering as Prores HQ and that one came just fine. Weird isn't it?!?
    Any idea what might cause this?
    I need h.264 for preview purpose and final result as image sequence...
    Thanks
    Message was edited by: Raty Better title and tags

    Hi,
    Thanks for response. Sorry, but I can not share project file since it's client work.
    Anyway, I think latest 5.0.3 update might be issue. My Mac setup is OSX 10.7.3 on Macbook Pro (2010) with i7 and GeForce GT 330M.
    I have also older Macbook (I think it's 2008 model with only version of unibody Macbook) which has also same OSX 10.7.3, but Motion 5.0.2. Tested with very same project and rendered out without any problem!
    So, is there any way to reinstall one step older version of Motion after installing 5.0.3???

  • New to CR: need a simple report with calendar weeks and a sum

    Post Author: gesandter
    CA Forum: Formula
    Hello, I'm new to CR and want to create a simple report, that should show me a column with calendar weeks (7,8,9,...) and in the second column the count of rows in a SQL table where the date matches the calendar week.I made a SQL Statement for the second column for the weeks 7,8,9:SELECT count(0) FROM cc_trns_transaction WHERE DATEPART(week, cc_trns_date) IN (7,8,9) orSELECT(SELECT count(0) FROM cc_trns_transaction WHERE DATEPART(week, cc_trns_date) =7),(SELECT count(0) FROM cc_trns_transaction WHERE DATEPART(week, cc_trns_date) =8)   The week numbers should be a parameter... How do I make such a report?  Any advice would be great! TIA,Patrick

    Post Author: V361
    CA Forum: Formula
    Do you a sample of some of your data ?, maybe a Cross tab would work ?

  • Repair-VirtualDisk on Storage Spaces simple volume with retired disk?

    Hello,
    Does anyone know if it's possible to retire a disk from a Storage Space simple volume, and use the Repair-VirtualDisk commandlet to migrate any data off the retired volume? It sounds like this is how it would work for a parity volume, but it's unclear if
    Windows will try to move data off a retired disk of a simple volume. Or is repair actually performing parity recovery?
    i.e. I want to replace disks in a simple volume with larger disks, and remove the old disks, is creating a new volume and migrating data the only way?
    Thank you!

    Hi,
    Simple spaces are not resilient to disk failures, so we cannot add a new physical disk to replace the failed physical disk.
    If you have backed up the files in that virtual disk, you could delete the disk then remove physical disks from the pool.
    For more detailed information, please see:
    Storage Spaces - Remove Physical Disk
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/dbbf317b-80d2-4992-b5a9-20b83526a9c2/storage-spaces-remove-physical-disk?forum=winserver8gen
    Best Regards,
    Mandy 
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Problem with uploading scripts and fade effects

    I am a new user of Dreamweaver,I made a simple page with a
    jpg and added fade in effect and a flash intro song,,it shows all
    in firefox off line but when I upload the files to my hosting
    server I only see the background color?Any help please?

    Thanks,the files that are in the web folder are the
    html,jpg,fls music and fade in effects,all have been uploaded,but
    something is wrong?I am using a trial of dreamweaver is this the
    problem?I had the folders removed for now from the hoster server
    till I fix this.

  • Problem with "Insert" and "Overwrite Sequence Content"

    I'm working with XDCAM footage. I like to take all the individual clips recorded on the XDCAM disc, and after getting them into FCP, taking them and putting them all in a sequence in FCP, then using that sequence as the source in the Viewer. This allows for quick scanning of all the clips, much as is it were a digitized tape.
    I recently found the "Insert Sequence Content" and "Overwrite Sequence Content" commands in FCP, and like them in that they actually put the individual clips into my project timeline, and not just the combined sequence (which looks more or less like a nest when dropped into my project sequence).
    Here's the problem: When I put IN and OUT points in the timeline, and "Insert or Overwrite Sequence Content" using the sequence containing all the clips, the video tends to be contained to between the IN and OUT points I set in the TIMELINE, but the audio tracks tend to expand past the OUT point I set in the TIMELINE, and I can't figure out why, or how to get around this.
    Any assistance would be appreciated.

    If you're inserting or overwriting, you're basically pasting the content that you've chosen. I wouldn't think the out point would be recognized, or even wanted. If you copied 5 minutes of clips and inserted it into a sequence with a 4 minute in/out point duration, do you want to only have the first 4 minutes inserted into the sequence? If you only place an in point, it will insert all the clips, starting at that point, and it will take up as much time as the clip content's duration.
    Am I missing something here?

  • I loaded my ipad photos from camera and all the pictures sorted by date.  Next, I did a sync with my computer and the photos were all reorganized into IMPRT folders an out of date sequence.  Any idea how to put the photos back into date files?

    I loaded my ipad photos from camera and all the pictures sorted by date.  I later sync my ipad with my computer and the photos were all reorganized into IMPRT folders an out of date sequence.  Any idea how to put the photos back into date files other than reloading all of them from camera?

    What version of iPhoto?
    Select one and rotate it. Then rotate it back. Does that make it appear? 
    A much better work flow is the keep the photos after importing.  Check the success the import, wait for at least one successful backup cycle then use you camera's format command to reformat the card
    LN

  • Problem with the browse sequence back and browse sequence next widget placed in the screen layout

    Hi,
    Some basics: We are using Robohelp 10 to  generate multiscreen  html5 output. We used the pharmaceutical  screen layout downloaded from:  http://helpx.adobe.com/robohelp/robohelp-screen-profiles-layouts.html but modified it to match our GUI.
    We are having a problem with the browse sequence back and browse sequence next buttons placed in the screen layout from the widgets tool bar. We are in no way experts at this part of Robohelp...and the css portion of all this is a bit of mystery but we have managed to get mostly what we need. Now we just need these buttons to work. In the past we used Airhelp and things worked great. Can anyone help us understand why the sequence buttons are not showing up in the output even though it does in the topic preview?
    Also
    This shows up in the  layout.css file:
    a.wBSBackButton {
                    margin: 0 8pt 0 0;
                    padding: 0;
                    background-color: transparent;
    img.wBSBackButton {
                    border: none;
    a.wBSNextButton {
                    margin: 0 8pt 0 0;
                    padding: 0;
                    background-color: transparent;
    img.wBSNextButton {
                    border: none;
    Also btw, I forgot to mention that we are linking our FrameMaker files.
    Appreciate the help.
    Thanks!

    hi pradeep
    It does not happen but if you Wait for a while that may be solved

  • Using OWB mappings with Oracle CDC/Streams and LCRs

    Hi,
    Has anyone worked with Oracle Streams and OWB? We're looking to leverage Streams to update our data warehouse using Streams to apply changes from the transactional/source DB. At some point we seem to remember hearing that OWB could leverage Streams, perhaps even using the Logical Change Records (LCRs) from Streams as input to mappings?
    Any thoughts much appreciated.
    Thanks,
    Jim Carter

    Hi Jim,
    We've built a fairly complex solution based on streams. We wanted to break up the various components into separate entities so that any network failure or individual component failure wouldn't cause issues for the other components. So, here goes:
    1) The OLTP source database is streaming LCR's to our Datawarehouse where we keep an operational copy of production, updated daily from those streams. This allows for various operational reports to be run/rerun in a given day with the end-of-yesterday picture without impacting the performance on the source system.
    2) Our apply process on the datamart side actually updates TWO copies of data. It does a default apply to our operational copy of production, and each of those tables have triggers that put a second copy of the data into daily partitioned tables. So, yesterday's partitions has only the data that was actually changed yesterday. After the default apply, we walk the Oracle dependency tree to fill in all of the supporting information so that yesterday's partition includes all the data needed to run our ETL queries for that day.
    Example: Suppose yesterday an address for a customer was updated. Streams only knows about the change to the address record, so the automated process would only put that address record into the daily partition. The dependency walk fills in the associated customer, date of birth, etc. data into that partition so that the partition holds all of the related data to that address record for updates without having to query against the complete tables. By the same token, a change to some other customer info will backfill in the adress record for this customer too.
    Now, our ETL queries run against views created against these partitoned tables so that they are only looking at the data for that day (the view s_address joins from our control tables to the partitiond address table so that we are only seeing one day's address records). This means that the ETL is running agains the minimal subset of data required to update dimensions and create facts. It also means that, for example, if there is a problem with the ETL we can suspend running ETL while we fix a problem, and the streaming process will just go on filling partitions until we are ready to re-launch ETL and catch up - one day at a time. We also back up the data mart after each load so that, if we discover an error in ETL logic and need to rebuild we can restore the datamart to a given day and then reprocess the daily partitions in order very simply.
    We have added control fields in those partitioned tables that show which record was inserted/updated/or deleted in production, and which was added by the dependency walk so, if neccessary, our ETL can determine which data elements were the ones that changed. As we do daily updates to the data mart as our finest grain, this process may update a given record in a given partition multiple times so that the status of this record at the end of the day in that daily partition shows the final version of that record for the day. So, for example, if you add an address record an then update it on the same day the partition for that day will show the final updated version of the record, and the control field will show this to be a new inserted record for the day.
    This satisfies our business requirements. Yours may be different.
    We have a set of control tables which manage what partition is being loaded from streams, and which have been loaded via ETL to the datamart. The only limitation is that, of course, the ETL load can only go as far as the last partition completely loaded and closed from streams. And we manage the sizing of this staging system by pruning partitions.
    Now, this process IS complex, and requires a fair chunk of storage, but it provides us with the local daily static copy of the OLTP system for running operational reports against without impacting production, and a guaranteed minimal subset of the OLTP system for speedy ETL runs.
    As for referencing LCRs themselves, we did not go that route due to the dependency issues (one single LTR will almost never include all of the dependant data from which to update a dimension record or build a fact record, so we would have had to constantly link each one with the full data set to get all of that other info).
    Anyway - just thought our approach might give you some ideas as you work out your own approach.
    Cheers,
    Mike

  • Creating A Simple Video With Music and A Picture Background

    Some of you all may know that I am in a band. I am wanting to put some of my music on youtube and am wanting to make just a simple video- with the song playing in the background- and just some sort of nature picture, or only a few going in the background. I'm thinking I should use iMovie, but I haven't had a whole lot of luck figuring it out this morning, so I was wondering if anyone here could help me with the task that I mentioned. It would be so greatly appreciated!!!
    Thanks So Much,
    Ethan

    Aluminum or not, there actually is an iMovie forum:
    http://discussions.apple.com/forum.jspa?forumID=1307
    Good luck!

  • Using HD 1080i60 shot with sony z1 and 24p shot with canon in a sequence.

    is it possible to use two different kind of footage( one is HD 1080i60 shot with sony z1 and the other one is HD 24p shot with canon) in a sequence? if not what should I do?

    Yes, it's possible. Make your sequence with the settings of the material you shot more of, and the other one will be rendered to those settings when you bring it in.
    For a more consistent look between the two, you may want to look into this:
    http://www.nattress.com/Products/standardsconversion/standardsconversion.htm

  • Creating a Simple Flash Movie With Poster Frame and Play/Pause Buttons

    Hi, It's been over a year since I played with Flash last, and
    I have completely forgotten everything I learned.
    I have a .flv file which I want to play on my website. It
    should display a poster frame when the page load, and not autoplay
    the movie. It should have the play button I made in photoshop
    sitting on top of the poster frame. When pressed, the movie should
    start playing and the button should be shifted for the pause button
    I made in PS (it should work just like the play/pause button in
    iTunes). When the movie has finished playing, it should jump back
    to the poster frame.
    I have tried using the flvplayback component and also played
    around with just embedding the flv directly and inserting a play
    and pause button from the common library, but I can't seem to get
    it to work. With the flvplayback component I have managed most of
    it apart from using my own buttons and getting the poster frame to
    work (which apparently has to be done with Action script).
    Any help appreciated.

    Which version of Flash/actionscript are you using? Since you
    are just starting out, you should read one of Adobe's tutorials on
    the matter. Either use Flash Help to find examples on how to use
    Flash or go to their website. Here is a great tutorial for someone
    just starting out. Make sure you read all three tutorials in "Using
    Flash for the first time".
    http://www.adobe.com/devnet/flash/getting_started.html

Maybe you are looking for

  • Transfer Postings (350)

    Hello QM gurus, I have a QM managed material. Is it possible to do transfer posting for this material in txn MIGO via movement type 350 (QI to Blocked stock)? Regards, @rul        

  • PO number using invoice document ?

    Dear All, Please guide me to get PO number in FI Logistics invoice Verification number against the vendor line item. How to get the PO number using MIRO document .??? Because in one invoice document will be using more number of PO , so i need a repor

  • Adding x64 drivers on a Windows 2003 R2 32bitserver, PS drivers asks for ntprint.inf

    I have a bunch of 2003 R2 32bitservers on my branch offices. We have quite a printers that fails when I add 64bit drivers as additional drivers. In general, PCL seem to work fine and PS fails during install. I go for additional drivers on my HP 4000p

  • RRB and PPD

    Hi, Regarding Resource Related Billing (RRB) and Pricing Procedure Determination (PPD): In the case of the RRB, DIP Profile is used for the billing and we also have Pricing Procedure Determination for pricing. Now, my query is when DIP Profile is use

  • Which JDEV Version

    Hi, Sorry if this has been asked 837,343,566 times already, but I am confused with all the JDeveloper versions available. I'll say I'm just about seasoning up from Core Java to EE, and therefore have decided to use JDeveloper after some recommendatio