Sequences in Designer

Hi everybody,
is is possible to specify the MINVALUE and MAXVALUE for sequences in Oracle Designer 9.0.4.4.8. ?
any help would be greatly appreciated
Michal

In the properties of the Implementation of the sequence in the "DB Admin" tab.
Steve

Similar Messages

  • Need Information of how to Consume/Execute Planning Function & Planning Sequence in Design Studio

    Dear Colleague,
    We are trying to have a PoC demonstrating BW planning function and Planning sequence in SAP Business Objects Design Studio.
    1. In the process, we have built our own Planning function and Planning sequences in our BW system and they are working as per expectation in the BW system.
    2. We added the Planning function and Planning Sequence on to the Design Studio App.
    But now how to we add these Planning function and Planning sequence on to the Dashboard.
    Is there any container to add these planning objects on to the dashboard.
    Or how to execute or Consume these Planning functions and sequences in Design Studio dashboard.
    And any Document or Information in detail would definitely help a lot.
    Please answer the question underlined.
    Thanks,
    Vijay

    Hi Mustafa,
    Thanks for replying!
    But Since this is an Internal project. We are already using Version 1.3.
    Solving double purpose of evaluating the tool and coming up with the application as well.
    As I said in my previous description, we were able to add Planning Functions and Planning Sequences on to Design Studio using menu options available.
    But not sure of how to consume or execute them in the app. To get the rows of records, change values, Save and Transfer values as we do it with the Planning function with BW backend.
    Thanks,
    Vijay

  • Planning function and planning sequence of Design studio new features!!

    Hi Experts
    Recently I have updated my design studio to 1.3 and happy to see many new updates. Meanwhile i saw some new features add planning function and planning sequence.
    As per my understanding, Using this features we can enter data at run time. My query is here
    Is it like we are entering data at run time and see the changes in current data(chart series)
    Ex: Add discount for product 10% and relevant data(in chart) reduced to 10%
    or
    Is it like integrated planning? Once we enter data in run time and it saves in BW planning cube?
    I am totally confused with this feature.. Can any one help me to get clear understanding on this please !
    Regards,
    Mathivanan M

    Hi,
    maybe these two article can help you:
    #1 Planning in Design Studio 1.3
    #2 Planning in DS 1.3 - Using different script methods for planning
    As i unterstand, it's only possible to write back in BW.
    Best Regards 
    Sebastian

  • Sequences alter

    hi experts,
    i am very new to pl/sql procedures, we have requirement like to reset to sequence to starting value.
    please share about how to alter a sequence using either function/procedure.
    Thanks in advance.
    Sh

    Rooney's approach is the right one (though, as William suggests, it can be made more generic). I'd also point out that you'd have to be very certain that no other sessions are potentially accessing the sequence at the same time-- otherwise, you could end up with the NEXTVAL getting called multiple times between the two ALTER SEQUENCE calls that change the increment.
    I would seriously question the requirement, however. The vast majority of time that people ask this, they are mis-using sequences because they're trying to do things like store that this is the Nth order placed so far this month. That's not what sequences are used for-- sequences are not gap-free so they won't tell you anything other than relative order (and possibly not even that in a RAC environment). Sequences are designed to efficiently produce distinct synthetic primary key values for multiple sessions. If you're using them that way, you shouldn't need to reset a sequence. If you're using them some other way, you're probably making a mistake.
    Justin

  • Multiple OS options in a single task sequence

    Hi
    I work as a contractor for a client which has three separate computer models but want their systems set up in almost the same way.
    As almost all steps are alike, I tried to set up a single task sequence but with multiple "Install Operating System" steps (one for each model) and filtered them as per model (manufacturer is the same).
    Unfortunately it appears that while it displays the correct label for the task, in reality it only picks the top image for the deployment and it keeps using the top image even if I disables that task or include a filter to use the top image if the manufacturer
    both is and isn't Fabricam to make sure the condition will never be true.
    Is there a way for me to get around this? I would prefer to keep it as a single task sequence as if my client want a change in the deployment, I only need to make the change in one location while maintaining easy overview of all steps.
    Peter

    The MDT litetouch Task Sequence is designed to have 1:1 relationship with the selected Operating System.
    It might be possible to dynamically change the OS during deployment, but I wouldn't recommend it.
    Remember, you can "clone" task sequences by taking the ts.xml reference image from your \deployment\share\TS\ts.xml share and copying it to Program Files\microsoft deployment toolkit\templates folder (don't forget to rename it within the <sequence
    name"xxx"> element).
    You could customize the cs.ini file to auto-select the correct Task Sequence to run based on the platform type, to abstract that selection from your customer.
    Keith Garner - Principal Consultant [owner] -
    http://DeploymentLive.com

  • Wiping a disk with MDT task sequence?

    I'm thinking that I could use MDT/WDS to do a secure disk wipe for old computers. Has anyone implemented something like this with MDT? 

    Take a look at the "Client Replace" Task sequence template supplied with MDT
    This Task Sequence is designed to de-commission a client computer, first saving the data to a external network share.
    The task sequence also calls the ZTIWipeDisk.wsf script to peform a multi-pass wipe of all partitions.
    Then again, if you have machines with sensitive information on them, you should be using disk encryption like Bitlocker to ensure that the data is protected. Simply install a new OS without suspending the old BitLocker protection.
    Keith Garner - Principal Consultant [owner] -
    http://DeploymentLive.com

  • Submited parameters are added to the tab link

    Hello
    I' have ULR-Portlets on my Tab at a portalpage.
    When I do some work on one portlet (submit data), then the data will be added to the links to other tabs.
    Tab-Link-Example:
    http://<server>:7778/portal/page?_pageid=53,1,53_34989:53_35507:53_35579&_dad=portal&_schema=PORTAL&DATA=VALUE
    When I change the tab, the new tab processes the data application goes wrong.
    What can I do (configuration in the protal?) that the links on the tabs stays the same?
    Gerd
    PS: Gareth Cantrell had this problem, but without a solution (Re: Hiding POSTed parameters in v2

    Hello,<br /><br />I presume you dont want the end-user editing these objects either? If thats the case then use static objects instead. Static objects are not included in the tabbing order. Yes, they are identified with a number when you enable the View | Tabbing Order but only to identify them as part of the reading order. Remember, the tabbing order and reading order share the same sequence.<br /><br />See if you can use a static image instead of an image field. I presume Text1 is already a static text object therefore it wont be tabbed into.<br /><br />If you cant replace the image field with a static image then you can use a workaround. You can protect the access to a field. Protected fields do not participate in the tabbing sequence. Designer does not expose this property so you will have to specify it manually. For example:<br /><br />1. Select the image field.<br />2. Go to the XML Source. If it not opened, go to the View menu and select XML Source. It will show up besides the Preview PDF tab.<br />3. The <field> element will be highlighted. Type access=protected. For example:<br /><br />   <field name="ImageField1" y="25.4mm" x="57.15mm" w="25.4mm" h="30.4mm" access="protected"><br /><br />4. Preview the form.<br /><br />Does this help solve your problem?<br /><br />Hélène<br />Adobe Systems

  • BPM scenario-configuration (Ref-FAQs)

    Hi All,
    I'm working on the following scenario related to BPM.
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    Designed:
    Message Interfaces
    FileDetails_sync_AI
    FileRequest_AI
    FileRequest_OB_MI
    FileResponse_AI
    FileResponse_IB_MI
    Message Types
    FileREquest_MT
    FileREsponse_MT
    Designed Integration process
    Name:FILEBPMFILE
    sequence of design
    start,Receive1,send2,send1,stop
    details
    Receive1: (contained FileInputreceive) ref-> FileRequest_AI, mode asynchronous
    Send2: synchronous-FileDetails_Sync_AI
    Request message: FileinputReceive
    Response message:Fileoutputsend-ref->FileResponse_AI
    Send1: Asynchronous
    message: Fileoutputsend
    Configuration
    F1_BS : My third party business system
    Created communication following communication channels
    1)FileRFC_Send(receiving file from source directory)
    2)FileRFC_Receiver(creating file in target directory)
    BS_RD1: this is R/3 business system
    RFC_Receiver:( RFC receiver channel)
    contents: Application server is: dev-db1
    Problems facing
    1) The integration process FILEBPMFILE which i have created in Design step i'm unbale to use in receiver determination.
    do I need to do anything else?
    Regards,
    venu

    Hi Michal,
    Thank you very much.
    Receiver determination
    In receiver determination  is used sender service as a F1_BS(File service) and   in configured receivers i used BPM_Service which i created by ur help.
    My doubt is do I need to creat the following
    1)receiver determination1
    sender: F1_BS  configured receivered receivers: BPM_Service
    configured overview for receiver determination
    2) receiver determination 2
    sender: BS_Rd1 (RFC service)
    config receivered service: BS_Rd1...
    3) receiver determination 3
    sender F1_BS
    receiver also F1_BS
    In this part I'm getting confusion could u pls clarify..
    Regards,
    venu

  • Arrayeditor assistance

    Hi  Forum ,
    We're  building a sequencer into an existing Labview
    5.0 Vi to automate our testing and
    processing. Our main Vi calls
    various non-LV programs from disk and runs tests
    and processes results from various samples for X amount
    of time. We have been doing this manually. Automating will be accomplished based on following table
    events. In this table, we can have an unlimited amount of
    instructions to follow. We'd use this table to control
    everything in the main Vi.  We are basically tied to
    using the LV5 version of this Vi.
       Let's
    say that we want
    to insert an  "event " (one row can
    consist of up to 120 scalar values in 6 discrete
    arrays ) somewhere into the middle of the table. It
    would not be efficient to have to completely redo the whole table
    each time we want to add or delete an event in the middle of
    the table (i.e. split table into 2 subsets,
    then insert a new row or delete an old
    one).   We need to be able to update,  insert,
    replace  or  delete an entry anywhere in the
    table also.
    LV 6/ 7  has array blocks
    for editing an entire row: replace, delete
    or  insert , which is perfect for what we want to
    do. For our situation editing in rows works.
       An "arrayeditor.vi " for our sequencer was
    designed and tested with LV6 /7 and does the
    required complete row replace,
    delete, and insert as needed. This Vi was put
    together using "Replace Array Subset",  "Insert into Array",
    and "Delete from Array" functions. The primary functional app we have, without the
    sequencer feature, is based on LV5.0.  Up till now, we've had to
    perform the steps that we are doing in the "table" manually. We can't
    try to use different versions of LV to try to patch things
    together.  Saving the test LV6 .0 "arrayeditor.vi" to
    LV5  format  does not work, because
    these particular array  editing functions of LV6/7
    do not exist in LV5.
       We do not want to upgrade the app to LV6 or LV7, because  the
    main app works perfectly and FAST in
    LV5.   The overall app/project size in
    LV5 is small too, when you consider the size of the runtime
    engines in anything the later LV's offer.   When we've
    tested  LV6/LV7 versions, we've found such to be way too
    large for our needs. We have limited memory restrictions in the
    computer board running the main app.
       We've checked out two previous forum postings that talked about
    array building or editing, and looked at the very old LV5.0
    tutorial example of replacing a line/row of
    data, and seen that one utilizes a strategy of
    splitting an array into 2 subsets or uses a table and functions from
    later LV versions that don't exist in LV5.0.  These posted
    examples, messageid39731 and messageid22518, really don't completely emulate/duplicate the LV6/7
    equivalents mentioned above.
       What we need are one to one LV5.0 equivalents of the
    LV6/7 functions of these three array editor blocks:  "Replace
    Array Subset",  "Insert into Array", and "Delete from Array"
    for entire rows. These three functional blocks are the exact ones that we've verified
    will solve our problem.  If we knew exactly what was "inside",
    specifically the procedures followed within these blocks we could
    emulate/build such using components from LV5.0
    functions.    Does anyone have the the actual block diagrams of what is in the
    function for the three  blocks "Replace Array
    Subset",  "Insert into Array", and "Delete from Array" for
    entire rows in LV6/7?   If  we could get
    that, we would be happy to do up LV5 equivalents and
    post for folks to use.
       Lastly, does anyone know how to remove all the extras from the LV6/7
    runtime modules that are never used - to strip these down to bare
    minimums for JUST what is needed for a particular app?
    THANKS. Charlott

    Hi Charlott,
    Unfortunately, there is no way to access those array functions' block diagrams because they don't exist! In fact, they are literally "LabVIEW functions" (denoted by their yellow color), which means that they are the basic building blocks in LabVIEW and therefore do not have block diagrams associated with them. You can think of them as atoms in physics, while VIs are more like molecules (a collection of functions and other VIs).
    The good news is that you can do anything (well almost ) in LabVIEW! You should be able to build the same functionality of those array functions in LabVIEW 5 without seeing any block diagrams, though it will take a little work. I would recommend reading about those functions in the LabVIEW 6/7 Help, and then trying to implement them in LabVIEW 5 from there. And once you have them built, I would definitely encourage you to post those functions here so that others can benefit! If you have any questions along the way, I (and I'm sure others too) would be happy to help.
    Also, just a little forum advice: Next time you post, try to cut down the length! There was quite a bit of unnecessary detail in this one, and it can sometimes be a deterrent to prospective answerers
    Kind Regards,
    E. Sulzer
    Applications Engineer
    National Instruments

  • OSM - Central Order Managment - Service Order Managment

    Hi!
    I'm studing OSM. Now, I have a problem. How the request Order passes from COM (Central Order Managment) to the SOM (Service Order Managment) ?
    Thanks

    Hi !
    I'm studing OSM too, I have been reading documentation and I Understand that COM and SOM are booth in a Single Orchestration process that can be designed in
    "Design Studio" as a plug in of the Eclipse Plataform, when you talk about "how the request Order passes from COM to SOM" I asume that you understand the
    process to get the income message that comes from a external system as a file .XSD and then the Orchestration process have to convert that file in a XML that understand the OSM, then the OSM have to map each products or items or services into a fulfillment plan that specifies how to fulfill that products or services or orders, and all of this components are entities that you have to define in the Orchestration process and that entities or components are in the Environmet of the Design Studio, some of this components are: "Orchestation Sequence" , "Order Item Specification", "Product Class", "Fulfillment Mode" , "Orchestration Stages" , "Order Recognition Rules", "Process", "Descomposition Rules" , "Automated or manual Tasks", "Data Dictionary".
    For more information about Concepts read "Order and Service Management 7.0.2 Documentation" in this documentation you can find the next topics:
    Communications Order and Service Management Concepts:
    3 Order Request Processing
    About Receiving Orders
    Understanding Order Input and Request Processing
    Understanding Order Recognition
    Defining Recognition Rules in Design Studio
    Recognition Rule Errors
    Understanding Order Validation
    Understanding Order Transformation
    Understanding Order Creation
    4 Orchestration Orders
    Understanding Orchestration Plans
    Understanding Orchestration Models
    Understanding Decomposition Rules
    Understanding Fulfillment Modes
    Understanding Orchestration Stages, Sequences, and Processes
    Modeling Orchestration Stages in Design Studio
    Modeling Orchestration Sequences in Design Studio
    Viewing Decomposition and Dependencies Graphically
    About Creating a Cartridge for Orchestration Orders
    Understanding Order Items and Order Components
    Understanding Order Component Control Data
    About Modeling Order Items in Design Studio
    About Modeling Order Components in Design Studio
    Understanding Dependencies
    About Compensating Dependencies in Orchestration Plans
    About Modeling Dependencies in Design Studio
    Understanding Product Specifications
    About Importing Product Classes in Design Studio
    About Creating Product Specifications in Design Studio
    About Defining Order Components in Product Specifications
    You can fin this documentation at: https://edelivery.oracle.com
    Regards.
    Lucas.

  • High Res Titling

    Hi there,
    Can anyone clarify this issue for me? My lab told me, in order for my titles to not be pixelated in HD (specifically HD CAM SR), I would need to do the titles in 4k. The version I have of Motion can max do 2k, but Livetype allows for 4k (specifically 4096x2304, a 16:9 ratio). I then notice in the project settings menu there's also settings for DPI. I remember from poster and postcard printing, that the DPI had to be at least 300 dpi for the image to be sharp, and I wonder if that the same case here. The default setting is 80 dpi (for width) and 72 dpi (for height). I'm also wondering what pixel ratio to use. I've changed it from the default setting of 0.9 to 1, and it looks fine.
    I tried to change my DPI to the max value that Livetype allows which is 350. Since there was a difference in the default settings of 80 to 72 dpi for width and height, I set the width at 350 and height at 315. However, after doing this, my text has disappeared off the face of the canvas.
    Any ideas?
    Thanks,
    Marianne

    DPI is irrelevant in video. How is that?
    Whether you view your movie on a 15" or 52" screen, they have the same number of pixels, assuming both display the same format. A more detailed explanation can be found [here|http://www.scantips.com/no72dpi.html].
    Regardless of where you make your titles and at what DPI setting, they all get rendered to the *pixel dimensions* of your sequence in FCP.
    Assuming your HD Cam footage is 1920x1080 then that is what you should set LiveType to.
    LiveType always outputs in the Apple Animation codec. Their is no other choice.
    If you were to make your titles in Photoshop, you would choose one of the Video & Film presets from the File > New command that matches the pixel dimensions of your sequence and design your text to fit. One exception would be if you were intending to zoom or pan the Photoshop file in Motion or FCP. Then you would make it larger.
    Of course with LiveType set up correctly, the zoom or pan can be made there and will take advantage of the fact that typefaces use vector scaling. They will be sharp at any size.
    More titling tips [here|http://library.creativecow.net/articles/hodgetts_philip/titles.php].

  • I don't want some fields to be added in the Tab order.

    I dragged a few objects from the OBJECT LIBRARY, say
    1. TextField1
    2. TextField2
    3. TextField3
    4. Text1
    5. ImageField1
    6. Button1
    7. CheckBox1
    8. CheckBox2
    Then I selected 'TAB ORDER' from the 'VIEW MENU' now I want to keep out 'ImageField1' and 'Text1' from the tabbing order.
    Please guide me with clear words, quick replies are expected and will be appreciated.
    Thank You,
    Y.D

    Hello,<br /><br />I presume you dont want the end-user editing these objects either? If thats the case then use static objects instead. Static objects are not included in the tabbing order. Yes, they are identified with a number when you enable the View | Tabbing Order but only to identify them as part of the reading order. Remember, the tabbing order and reading order share the same sequence.<br /><br />See if you can use a static image instead of an image field. I presume Text1 is already a static text object therefore it wont be tabbed into.<br /><br />If you cant replace the image field with a static image then you can use a workaround. You can protect the access to a field. Protected fields do not participate in the tabbing sequence. Designer does not expose this property so you will have to specify it manually. For example:<br /><br />1. Select the image field.<br />2. Go to the XML Source. If it not opened, go to the View menu and select XML Source. It will show up besides the Preview PDF tab.<br />3. The <field> element will be highlighted. Type access=protected. For example:<br /><br />   <field name="ImageField1" y="25.4mm" x="57.15mm" w="25.4mm" h="30.4mm" access="protected"><br /><br />4. Preview the form.<br /><br />Does this help solve your problem?<br /><br />Hélène<br />Adobe Systems

  • Compliance Checker Host Limit

    I have 7 ESXi 5.0 host. How do I get all 7 hosts to display on a scan report?  Or, how do I select a specific Host for scanning?

    Yes, there is a limit of 5 hosts on this free tool. The host selection is a random process and does not follow any specific sequence by design.
    VCM is part of vC Ops suite and has much more capabilities to manage virtual as well as physical infrastructure.
    Get to know more of VCM on below link:
    VMware vCenter Configuration Manager for Virtual, Physical and Cloud | United States

  • Missing Primary Key

    Hi,
    I have this situation where sometimes the primary key is missing or jumps sequence during record saving. It happens occasionally but I do not know when and how it happens.
    The primary key is generated automatically by sequence. For example, last month after the primary key 351 is being saved into table CUSTOMER, the next record is using primary key number 400.
    Earlier this week, the situation happened again. Primary key 904 was recorded into CUSTOMER table. But, the next primary key was 950. I do not know where are primary keys from 905 until 949 went missing.
    I hope anyone could show me how to rectify this.
    Thank you. :-)

    Sequences used Cached values. If a sequence is unused for some time, the cached values may get aged out of the shared pool, resulting in a seeming "loss" of intermediate values (the next call to the sequence will cache values above those just lost).
    Cached values are also lost at shutdown.
    Another situation is when a sequence is incremented but the transaction is not committed but is instead rolled back (either manually or because of some other failure). The incremented sequence value does not get rolled back.
    Sequences are designed to give Unique names. By default, they are not intended to guarantee consecutive numbers.
    Even if you define a sequence as a NOCACHE sequence, you can still lose the last incremented value on a transaction rollback.
    note: A Sequence as a Primary Key is an artificial PK (a "synthetic PK") but is sometimes necessary.
    Hemant K Chitale
    Edited by: Hemant K Chitale on Jul 6, 2012 4:16 PM
    Edited by: Hemant K Chitale on Jul 6, 2012 4:17 PM

  • Motion Render artefacts

    hopefully somebody of you have an answer!
    i'm working in motion on a hd 1080p project, and i'm rendering each sequence out in apple prores 4x4, with light, shadow and depth of field on. every thing else is turned of.
    i noticed that every time, motion runs out or ram memory, i have 8gb installed, the renderer produces ugly artefacts. big color changing clusters in different layers.
    the strange thing about the issue,not every sequence behave in this way. and even more, i noticed, the situation get worse, when i have done a ram preview before. in this case, it just helps, to quit motion, restart the project and render it. unfortunately it does works just in some cases.
    is this a problem of hardware, less memeory installed in the computer, or is it a trouble with the software?
    any help is highly appreciated

    mac i7 with the ati radeon hd4850 and 512mbit vram. sounds quite strange, that the new imac have
    troubles with the apple product motion.
    The 4870 card is about the minimum for Motion and it is only available for installation in desktop Macs.
    i'm rendering each sequence out in apple prores 4x4, with light, shadow and depth of field on.
    every thing else is turned of.
    As Mark wonders, are you sure you need 4444? Can any of the sequences be designed so they do not require depth of field? DOF in Motion is loaded with odd issues on my machine, I gave up on it till I have time to analyze the situation to figure out if it's user error or a non-feature.
    i have turned on light, shadow, depth of field, the redt s turned of. better export each sequence in > prores422?
    4444 is only necessary if you're moving the alpha.
    right now, i'm very frustrated because the delivery of the film is coming near.< </div>
    Yes, we see this statement often. It has been inexcusable since we were cutting film on flatbeds and it's still a non-issue. Deadlines are for planning intelligent workflow not for experimenting with unknown hardware and software.
    bogiesan

Maybe you are looking for

  • Can I select certain drives only for Time Machine backup?

    I have several internal drives and several external drives connected to my MacPro desktop computer.  If I backup everything in all of the drives using Time Machine, the capacity on my designated external drive for Time Machine backup will soon be fil

  • How may I use business catalyst with a reel name of domain ?  ..

    I don't want to have mydomain.businesscatalyst.com  but mydomain.com  but I want to use the business catalyst solution because my clients will have to admin their site I think it's not possible if I put that site on another server thank you for your

  • Download table in excel sheet

    Hi Experts, I have a table with 10 columns. Now I have a link called 'Download'. If I click 'Download' link it will download the whole table into the excel sheet. Please suggest me hoew to download the whole gtable into excel sheet. Thanking you. Reg

  • .: Extremly wierd sound settings

    ? I'm runing Vista Ultimate x86 and a Soundblaster Audigy. ?Ok, i never had a problem untill now, with the sound card, or drivers, i had custom drivers, original disc drivers and updated drivers and i didn't have any issues... Untill now ?I don't kno

  • New Command-Line Parameters for defrag.exe?

    Hi, what means the Dollar sign at Task-Scheduler, under Scheduler/Library/Microsoft/defrag/  %windir%\system32\defrag.exe -c -h -o -$ Is it a new parameter? Which function has it? Thanks in advance.