Is it possible to create a physical DS from an insert SQL statement?

Hi,
From the ALDSP docs I came to know we can create a physical data service from a select SQL statement. Can we use an insert statement to create a physical data service? we dont want to use stored procedure for this.
Please help.
Thanks,
Leela

When you create a physical data service from a database table, the data service will contain a create<tableName> procedure. That procedure will execute an insert statement for the table.

Similar Messages

  • Is it possible to create a VTI tunnel from my 877 router to my ASA

    Hi all
    I woulke like to know is it possible to create a VTI tunnel from my 877 router to my ASA, rather than creating a cryptomap on the router ?
    cheers
    Carl

    Yes you can
    Forgot to add that it possible when configuring ezvpn where the 877 is a remote client and Asa server
    Sent from Cisco Technical Support iPhone App

  • Possible to create a JAR file from within a java app?

    Is it possible to create a jar file from within a java application?
    Can it be done more elegantly than by spawning-off another
    process with the Runtime and exec() portions of the api?
    Thanks
    Scott

    Thanks! I was mislead by the API notes for java.util.jar:
    The JarOutputStream class is used to write the contents
    of a JAR file to any output stream.
    I was looking for a class or method to make jar files.
    Seems this is it ;)
    Thanks
    Scott

  • Is it possible using SQLite to collect data from an older SQL database?

    Is it possible using SQLite to collect data from an older SQL database? Where can I find a possible answer. Thanks in advance.

    There are 3rd-party tools (see comprehensive list at http://www.kenhamady.com/bookmarks.html) that provide extra pdf functionality on top of the pdf export from Crystal. 
    In the case of my Visual CUT software, you can use hidden formulas inside your Crystal report to generate form fields (pre-populated as well as empty) as part of the pdf export process.
    hth,
    ido

  • Is it possible to create a generic report that accepts the SQL as a param

    Is it possible to create a generic report that accepts the FULL sql statement as a paramater and returns variable results based on this?
    We have a requirement to have a generic export routine to spit out csv's from clicking on a web page hyperlink, which would need to accept a "new" sql statement for every run, each containing different columsn etc that would be needed in the output.
    I was hoping could have a generic Oracle report, exporting delimited data format (and as such not using a layout) and somehow pass in the "new" sql statement as a parameter at run time - each sql statement would be different with different columns etc.
    Is this possible with oracle reports ?
    thanks

    If you need a simple dump of data you could try writing a report with a simple query such as
    select 'Report title or column headers'
    from dual
    &data_query
    then your &data_query parameter could be
    union select col1||','||col2 from data_table
    If you are outputing a comma separated data dump the you can concatenate together your data into a single text field.
    This would allow you to have a simple heading followed by the actual data. I guess you could extend this so that the 'Report title or column headers' from the first query was also a parameter to output your row headings i.e.
    select :column_headings_text
    from dual
    &data_query
    Give it a go and good luck

  • Is it possible to create a file object from a resource?

    Hi all
    Is it possible to create a File from a resource call rather than from a path
    e.g.
    File myFile= new File("C:/j2sdk/sampledir/mypage.htm");is how im doing it now
    how can i call it from a resource something like
    File myFile= new File(this.getClass.getResource("mypage.htm"));

    you may be right
    im trying to load a file into a string then display that string
    my resource thingy isnt working anyway :s
    [code[
    URI pTURI=null;
    URI pBURI=null;
    try
    pTURI= new URI(this.getClass().getResource("/resources/prev_header.htm").toString());
    pBURI= new URI(this.getClass().getResource("/resources/prev_fullpac.htm").toString());
    catch(URISyntaxException e)
    warnUser("URI Error");
    File previewTop = new File(pTURI);
    File previewBtm = new File(pBURI);
    im getting this error
    java.lang.NullPointerException
    at cssCreator.cssCreator.setPreview(cssCreator.java:1263)
    at cssCreator.cssCreator.<init>(cssCreator.java:48)
    at cssCreator.cssCreator.main(cssCreator.java:1681)

  • Is it possible to create a development object from the development tab?

    Hello All,
    One the central concepts of SAP Solution Manager is that you perform almost all activities starting in Solution Manager. As I understand, it is not possible to create a customer development such as a program from the development tab in SSM. You first have to logon to the 'satelite' development system and create the object. Then you can register this object at the development tab. 
    Is this correct?
    Thanks in advance.

    Hi,
    You are right, you have to create your objects in your satellite system (its obvious).
    This object can be against any servicedesk message or any requirement for a particular business process, thus keeping track of all the developments process wise, request wise.
    Hope this solves your problem.
    Feel free to revert back.
    --Ragu

  • Is it possible to create a new List from another List's template and NOT carry over the associated Workflow?

    Related to
    this post, in cases where it's desirable to have two different workflows for two different Lists—is it possible to NOT bring forward a hardwired workflow when creating a new List from a saved template?
    I.e. List #2 still has the workflow from List #1 hardwired in.  List #1 still needs its workflow but List #2 wants to have a separate Workflow.

    More importantly, because it's relatively easy for most folks to just start from scratch with a new Workflow—how does one disassociate a carried-over Workflow from the new List?
    Use the web-GUI. (List Settings > Workflow Settings)
    From Designer, there's a shortcut button at the top of the page in the Workflows tab: "Administration Web Page".

  • Is it possible to create a copy cube from business content cube

    Dear Experts,
    I have to  create the new cubes which is a copy of Business content statistics cubes .
    Request you to let me know how can i create a copy cube from Business content cube. My doubt is,weather is't the same as normal customized cube creation by giving copy from option.....
    Thanks in advance for your valuable assistance.
    Regards,
    Ramesh - Kumar.

    for copying the cube whose copy is to be made should be available in infoprovider tab in modelling of RSA1.
    first you have to install the business content cube ,so that it is found in the Info-providers tab in modelling .
    for that,first go to business content option found in the modelling tab of t-code RSA1 .
    find the cube and transfer it to the right and execute . It will be available in infoprovider tab of modelling .
    then you can create a copy as we do normally .

  • Create a link in a table calls sql statement

    Hello,
    I'm very new to htmldb but need to complete a project within a tight timeline. I created a sql report in a region. On each row, I have an on/off link, which used to trigger a sql statement. It turns a flag on and off in a table. Key needs to be passed with the link to be used in sql. How do I passed the key in the link and how can I call the sql statement? Where can I put the sql statement? Can someone give me some tips?
    Your help is greatly appreciated!
    Jun

    if you take a look at the "Understanding URL Syntax" section in chapter 6 of our User Guide, you'll see that you can set item values in html db via the URL by passing name/value pairs through the url. to see it in action, use our "Report with links to form on a table (2 Pages)" wizard to generate a form and a report on some table of yours. when you run that report page and click an edit link on it, you'll see how it passes its values to the form page using our URL syntax. in your case you'd want to create an item like MY_PROD_KEY_ITEM and set its value via your link. you'd then run your pl/sql block referring to the value of that item. when doing so, you'd probably want to use the bind variable syntax that's also explained in chapter 6, "Referencing Session State".
    --raj                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Is it possible to create folders in Finder from bins in Premiere?

    Hi there.
    I'm working on an incredibly organised project in which there are a few hundred different sequences arranged in bins & 'sub-bins'. Once editing is complete I plan to batch export all sequences and  to have the exports saved in the same folder structure as the bins in Premiere. Is this possible?
    I'm running the latest version of Premiere CC on a late 2013 MacBook Pro i7 16gb ram.
    Thank you in advance!

    Well I wanted to have all of my exports go to a folder (in finder, not a bin in Premiere) that is named the same and in the same folder structure of the bins I have in Premiere. This would save me from having to reorganise all my exports, of which there is a pretty huge amount, once they have exported.
    I ended up just doing it manually by exporting everything to one folder then manually arranging the exports into folders which I also had to manually create in finder.
    Thanks for the info Jim, really appreciate it.

  • Is it possible to create a calendar entry from an e-mail which includes the e-Mail as text in the notes section?

    I used to be able to do this in Outlook but not sure if this is a possibility now that I'm with Apple.
    It is a handy connectivity tool, particularly for organizing conference calls where you want the other participants to have some history on the subject mater.
    Thank you,
    Dan

    Hi Thashin,
    I understand you have done custom jar email notification for Transnet. I need to do this now for another component, Task Escalation. please contact me regarding correct way to do this. I have developed the custom java code to access Task info. What I need to know is that, does e-sourcing use its own queing mechanism to send out emails, if so what packages in IAPI does this use, or does it use normal java mail api to send out mails?
    Assistance will be highly appreciated.
    Thanks
    Tebogo

  • Possible to create multiple pdf files from links?

    In Acrobat X Pro, is there a way to apply the option "create pdf file from link" to several links on the same website at once?.thanks

    About the closest you can get is to use the Tools > Document Processing > Web Capture > Append all links on page command, which will traverse the links and append them to your existing PDF that has been captured from a web site.

  • Is it possible to create a custom control class and insert its instance in a form?

    I have several controls that will work togheter and in a similar way in several forms.
    For example, a GroupOption with two ButtonOptions. Clicking on one button option the frame willl  became higher and a TextBox will appear; clicking on the other the TextBox will disappear and the frame will shrink again.
    I need them in different size or few other propieties but the basic funcionality are the same.
    I was thinking to create a Class with all the built in Controls and the relevant methods and propieties to keep my code clearer, simpler and reusable.
    But I don't know if my idea viable.
    After creating a simpler version of the class; I was trying to put it at work in a test form but I could not find the way to insert it.
    I've only find a Application.CreateControl with a required parameter
    ControlType which ranges only over built in controls not custom one.
    I'm working in VBA with Access 2007 and later.
    Thanks for your advice.

    That is not really practical with Access. For example CreateControl does not work with compiled applications, which is how you should deploy them. Also the level of modularization you desire just is not available. Maybe a subform would come close to this,
    but I would HATE to work on one of your apps if you build each form with a collection of subforms.
    While you can and should re-use code using modules or class modules, not so much for UI elements. More advanced development environments like WPF can do this.
    -Tom. Microsoft Access MVP

  • Is it possible to create a Metadata Preset from Mac to use on PC?

    I'd like to sent some metadata presets to a friend using a pc. Can she simply add the presets or are they incompatible between mac and pc? If it's possible, I'd like to tell her the location where she has to place them, but I don't have a pc. could someone tell me the path on the pc side?

    Dakota73 wrote:
    I'd like to sent some metadata presets to a friend using a pc. Can she simply add the presets or are they incompatible between mac and pc?
    Yes, they are compatible.
    Dakota73 wrote:
    If it's possible, I'd like to tell her the location where she has to place them, but I don't have a pc. could someone tell me the path on the pc side?
    That depends on the O/S she uses, file locations for different O/S's are shown here. Best is to go to Preferences and click "Show Lightroom Presets Folder". Within the folder shown, there is a a folder called "Metadata Presets", which is where they have to be copied to. On Win7/Vista, this is "C:\Users\[user]\AppData\Roaming\Adobe\Lightroom\Metadata Presets\".
    Beat Gossweiler
    Switzerland

Maybe you are looking for

  • Creating Independent Smart Objects in the Same Document???

    I'm not even sure how to ask this question really, so here goes. I downloaded a .psd file that is a catalog mockup. The document contains a smart object that looks like a catalog lying on a table top and I want to take my catalog art and place it in

  • Xsi:nil="true" in XSLT Map breaks "choose"-"when" loops - annoying

    Hello, Handling "nil" element in choose loops breaks my XSLT tranformation. As soon as the element is set to nil, either the "otherwise" branch is executed (wrongly) or the XSLT processing stops. I test with "count" for the existence of the element.

  • Scale Base Pricing

    In pricing we have scales setup by Material Family (material price group) so if you enter three different materials from the same family it accumulates the prices on all three line items and each line item has the same price according to the family s

  • Help needed in BatchUpdate

    Hi, I am inserting 1 lakh-5lakhs records into a table. Initially the insertion was very fast.But after doing 10-15 times it gradually became slow. There are no indexes for the table. I am doing a single commit for all the 1 lakh records. i fear it co

  • What is the name of SAP LOGON Ticket?

    Hi Gurus, Once we passed our User id and password in portal logon page .it will pass the user credentails to server and it checks againts user profile which stores in LDAP. after we passed the logon information(userid and password) it will create a l