FlashBuilder 4 - generate proxies from WSDL FlexBuilder 3?

I have not found anywhere that someone asked this - so my apologies if asked and answered...

I'm on a development team that uses Flex Builder 3 - but I'm running Flash Builder 4 (x 64).

When I generate proxies for our WSDL service - the release of Flash Builder 4 seems to be significantly different to the release of Flex Builder 3.

Y at - it a compatibility option I can put such that FB4 generates proxies from wsdl service output corresponding to the output of FB3?

TIA,

Will be

There is no option. The former WSDL assistants are replaced based on data centric development (DCD) which provides a better and simpler way to use services.

More information on the DCD featured here - http://sujitreddyg.wordpress.com/flash-builder-4/#webservice

Tags: Flash Builder

Similar Questions

  • Is 12.2 OPA or 12.1 - possible to generate the specific WSDL in 12.1/12.2?

    I recently moved from 10.4 to 12.1 and wanted to produce a 'Specific' than 10.4 WSDL. I saw no option to generate the "specific"WSDL on the hub of the takeover bid." Is this possible?

    The specific WSDL does not currently exist in the OPA v12.x.  Also note that adding a name to an attribute does not availability of web service in v12.x OPA - to the response service, this is now done by explicitly mapping of a data connection attributes, while for assessment services and maintenance, all attributes are available.

  • How to get started with consuming java Web services from WSDL - JDeveloper 11.1.1.7

    Hi all

    I developed a SOAP based WebService (JAX - WS) for product information. I deployed on stand-alone Weblogic server and the resulting WSDL file generated.

    In the ADF, we totally 3 options to work with the WSDL file.

    1 web Service DataControl (which will directly create a DataControl to access services exposed by Web service through WSDL)

    2 web Service proxy. (A proxy for the Web service of the Fund and offers to the client to interact with the exposed services)

    3. Java Web Service WSDL.

    From these 3 options, I am aware of the first two options. But on the way to the 3rd point or Java Web Service from WSDL, I'm not in a position to know. in what scenario, we will use this service.

    Now I have created the java web services starting from the WSDL. After generating the files of the project structure is as below.

    Please let me know where to start to interact with my application services. (We must separate class DC or any other way to interact)

    otn.PNG

    Please let me know your inputs on this. valuable suggestions would be appreciated.


    Thank you and best regards,

    Miko Auntie.

    Hi all

    On top of the implementation class (ProductsSEIImpl.java), we have an option called create a Client for the Web Service Annotations.

    This is the right option to choose, so that the client Classes get generated pertaining to this service. Of the client class, we can access the services available?

    Please comment on this if I depart.

    Thank you best regards &,.

    Miko Auntie.

  • taskdef class not found during the generation of code from wsdl using Ant

    I'm getting a class not found error during the generation of the java code from the wsdl file.

    *******************
    CU dmwls (338) $ ant generate wsdl
    BuildFile: build.xml

    ++ BUILD FAILED ++
    ++ file:/ffdt01/resmgt/kul/build.xml:14: taskdef class weblogic.wsee.tools.anttasks.WsdlcTask can not be found ++

    Total time: 1 second
    CU dmwls (339) $ cat - n build.xml
    < default project 'all' = > 1
    2 < name = "bea.home property" value="/opt/bea/wls/8.1sp4" / > "
    "3 < name ="jdk.home property"value =" ${bea.home} / jdk142_05 "/ >
    "4 < name ="weblogic.home property"value =" ${bea.home} / weblogic81 "/ >
    5
    6 < path id = "weblogic.classpath" >
    "7 < fileset dir="${weblogic.home}/server/lib ">
    8 < include name = "*.jar" / >
    9 < / fileset >
    10 < / path >
    11
    12 < taskdef name = "wsdlc.
    13 classname = "weblogic.wsee.tools.anttasks.WsdlcTask"
    14 classpathref = "weblogic.classpath" / > "
    15
    16 < name target = "generate-to-wsdl" >
    17 < wsdlc
    18 srcWsdl="/ffdt01/resmgt/kul/ksr.wsdl.
    19 destJwsDir = ' / ffdt01/resmgt/kul.
    20 destImplDir = ' / ffdt01/resmgt/kul.
    21 classpathref = "${weblogic.classpath}" "
    22 classpath = "${weblogic.classpath}" "
    23 packageName = "examples.webservices.wsdlc" / > "
    24 < / target >
    25 < / project >
    *******************

    I checked this class in the use of weblogic.jar file unzip command but there is no class "WsdlcTask".

    Unzip weblogic.jar-l | grep WsdlcTask - does not result

    I am looking WsdlcTask class in all the jars under BEA_HOME directory using below command but not found in class WsdlcTask.

    CD $BEA_HOME
    To find. -*.jar name-exec unzip {}-l------. grep WsdlcTask - also returned no results


    Some required classes does not appear in my weblogic.jar/jar file or there is something wrong with my build.xml file?

    Help, please.

    Kuldeep

    Hi Kuldeep,

    WSDLC you use in WLS8.1 ehich is not correct... "weblogic.wsee.tools.anttasks.WsdlcTask" the above taskDef is present WLS9.x leave.

    Please use the next task for WLS8.1 (http://download-llnw.oracle.com/docs/cd/E11035_01/wls100/webserv_ref/anttasks.html#wp1075710)

    <>
    WSDL = "WSDLs/MyService.wsdl"
    destDir = "myService/implementation.
    packageName="example.ws2j.service"/ >

    Thank you
    Jay Sensharma
    http://jaysensharma.WordPress.com/webservices/ (WebLogic wonders are here)

    Published by: Jay SenSharma on February 16, 2010 13:30

  • JavaScript generated pages from the model calculations

    I have a form that has 5 pages that allows adding pages from templates. None of the calculations or automatic tabs works. I am very new to javascript and have tried several forums without success. Here's what my age script looks like, how do I add so when that it generates the template it works correctly. Thanks in advance for the help.

    var util.scand = birth date ("mm/dd/yyyy", this.getField ("P3. (AttachmentA.VIC2DOB") .valueAsString);

    If (dob! = null) {}

    var today = new Date();

    var age = today.getFullYear () - dob.getFullYear ();

    var m = today.getMonth () - dob.getMonth ();

    If (m < 0 |) ((m = 0 & & today.getDate (), dob.getDate ())) {

    -years;

    }

    Event.Value = age;

    }

    else {}

    Event.Value = "";

    }

    Part of a working example, the calculation script on the page template for the age field:

    var cPreFix = "";
    get elements of prefix for pages having engineered;
    var aFieldName = event.target.name.split(".");
    If (aFieldName.Length > 2)
    {
    first 2 items makeup table name prefix for fields on a page having pioneered;
    cPreFix = aFieldName [0] + '. ' + aFieldName [1] + ".";
    }
    calculate age in years;
    var date of birth = util.scand ("mm/dd/yyyy", this.getField(cPreFix_+_"VIC2DOB").valueAsString);
    If (dob! = null) {}
    var today = new Date();
    var age = today.getFullYear () - dob.getFullYear ();
    var m = today.getMonth () - dob.getMonth ();
    If (m< 0="" ||="" (m="==" 0="" &&="" today.getdate()="">< dob.getdate()))="">
    -years;
    }
    Event.Value = age;
    }
    else {}
    Event.Value = "";
    }

    Your script does not remove the '0' value when there is no entry for the date of birth field.

  • XML schema to generate data from the table of data from a repeating subform

    Hi all, I would like to have a check box that when checked, allows you to hide a quote form and make a purchase order form visible, carrying a part of the field of the form of citation data in a new table on the order form. I have attached to this form to https://workspaces.acrobat.com/?d=pqpsXx5VPi * LkMeVKrX57w if you want to take a look. If the check box is cleared, he hid the PO form and to make quite visible.

    The idea behind this is that my client will create his quote and send t to his client. Once the customer accepts the quote, he simply click a button to generate its purchase order send it to its supplier.

    It seems that I have buttons to add lines on the submission form that the problem is more complex. I would be able to do it myself if the table has a fixed number of lines and I was able to use global fields, and naming each cell something different, but because it's a single repeating subform, I can't operate at all.

    I understand that, because it's a repeating subform that I need to create an XML schema to do this, but also can not know for the life of me how to create the schema. I read tons of tutorials, but no idea how to apply it to my specific needs. I've been able to find only info on how to bind the data source once it's been created.

    I would be eternally grateful if someone could help out me.

    Thank you!

    I edited your form and put it here.

    Here's what I did:

    • Script inserted into your box renamed someone who mask/displays the purchase order / sales quotation
    • I have included a script object with a function I wrote to transfer data from as named fields/subforms from one section to another
    • Inserted a few fields in your table of purchase order

    What you need to do is to complete the development of your purchase order table. Make sure that the common fields between the quote and purchase tables have the same name in order to transfer data.

    No necessary schema.

    Kyle

  • Panel bookmarks are displayed automatically when generating PDFs from Word

    I have about 500 documents PDF to generate and I would like to have the Panel bookmarks & the Page for the parameter in the properties of the file - view initial - Navigation tab. I'm generating PDFs directly from Word using the Acrobat Plugin. I was hoping I wouldn't have to do this setting manually for each PDF...

    Thanks in advance!

    Camille

    Acrobat 9 Pro, you can use a sequence of batch job to do this.

  • Help with error in the Code generated by the WSDL Wizard

    I have generated the code the wizard of webservice and then wrote a simple mxml file to test the code. I get this error:

    1061: call to a getClass method maybe not defined through a reference with static type class.

    It occurs in the following code:

    /**
    * Internal event handler for handling a call to success from the server
    * The result is decoded using schema settings and operation, then the
    * events transmitted the real front that the user works in the application
    * @private
    */

    private void processResult(result:Object,wrappedData:Object):void
    {
    var token: AsyncToken = wrappedData.returnToken;
    var currentOperation:WSDLOperation = wrappedData.operation;
    var decoder: SOAPDecoder = new SOAPDecoder();


    decoder.resultFormat = "object";
    decoder.ignoreWhitespace = true;
    decoder.makeObjectsBindable = true;
    decoder.wsdlOperation = currentOperation;
    decoder.schemaManager = currentOperation.schemaManager;


    var object: body = result.message.body;
    var stringResult:String = String (body);

    If (stringResult == null | stringResult == "")
    return;


    var soapResult:SOAPResult = decoder.decodeResponse (result.message.body);
    If (soapResult.isFault)
    {
    defects of the var: Array = soapResult.result in the table;

    for each (var soapFault:Fault in error)
    {
    var soapFaultEvent:FaultEvent = FaultEvent.createEvent (soapFault, token, null);
    token.dispatchEvent (soapFaultEvent);
    }
    } else {}
    result = property decoder.decodeResponse (result.message.body);


    If (result is ArrayCollection collection)
    {
    do you need to perform an upcast to specific type here
    var arrayTypedClass: Class = SchemaTypeRegistry.getClass(currentOperation.outputMessage.parts[0].type);

    result = new arrayTypedClass (result.source);
    }


    event: ResultEvent var = ResultEvent.createEvent (result, token, null);
    token.dispatchEvent (event);
    }
    }

    The statement where the error occurs is in bold above. The comment above this line says I should perform an upcast to a specific type here, but I don't know what that means. What specific type? How to determine what type of perform an upcast to?

    Any help would be appreciated.

    TIA,
    Randy

    Hi Martin,

    The error you have shown, it seems, that you have upgraded your SDK version, but not the Builder. The problem you are having is because of one of the classes (SchemaTypeRegistry) SDK has been updated static to a dynamic class. Therefore, using the call getClass() on it will not longer work. In addition, the lines that register type mappings do not work.
    We have updated the generated code, but it seems that you are using an older version. Now for the correction of your code, you should:
    1. locate all occurrences where the class of SchemaTypeRegistry is called a static class.
    2. replace the SchemaTypeRegistry by calls to SchemaTypeRegistry.getInstance () method, like this:
    SchemaTypeRegistry.registerClass (params) becomes SchemaTypeRegistry.getInstance () .registerClass (params)

    The problem is that when you re - generate the code, you will have to re - again all these changes.

    Hope this helps,
    Cristian

  • How to generate XML from database data using a procedure?

    Hello

    I want to generate output as xml to database tables using a procedure. Can anyone suggest me on how to do this?

    Thanks for your time.

    Reel for the XML script

  • vCOPs - used to generate alerts from vcenter instead of configure actions on the vcenter Server?

    HI -.

    I was wondering - is vCOPs a product that can alert and monitoring, in addition to being a tool of use/capacity analysis?

    Since then, we have 8 or so vCenters, we would use vCOPs to generate action alert for most standard vcenter alerts. Is this a proper thing to ask vCOPs to do? It seems much better to have a monitoring/alert tool to do this and then try to make sure all vcenters have commonly (and correctly) snmp Configuration and alert thresholds and actions.

    Your opinion please!

    vCO = vCenter Orchestrator

    Yes. We found in vcOps alert management configuration is cumbersome. The virtual appliance provided by PSO the process a bit easier with a front-end user interface, but really, it should be as easy as configuring alerts in the user interface of vSphere

  • How to remove HTML title tag information and file generated directly from HTML PDF files?

    I just become a member CC, exclusively to work with Dreamweaver and be able to convert the DW HTML files to PDF. I see that it's possible - fortunately - by opening the HTML source file starting from Acrobat Pro. But I don't want the title HTML tag to the top of the file, or the name of the file and timestamp downstairs.

    Does anyone know how I get rid of these unsightly and unnecessary information? I looked in preferences, but I see not what item or items refer to these two lines. This shouldn't be so hard to find, and it absolutely must be there. Now I'm worried that for some inexplicable reason, is not.
    Unless I'm really be dense and just cannot see it.
    And I realize that, Yes, I can delete this information page by page, on each file by hand. But I would really do not have to go this route.
    Hoping someone here can help.
    Thank you.

    I looked in preferences and can't find anything that seems to address these added in the headers and footers.

    AHA! There is no create from the Web menu in Acrobat. But there is a menu to create, point to create a PDF file of the Web Page, which opens a small dialog of deceptively simple. It has a URL field and a few buttons, which is settings. Settings opens a dialog with two legs. On the general page, there is a "named Place headers and footers new PDF settings". He was selected. I deselected it, and that did the trick.

    I would have thought to find a frame like this instead on the Page layout. And, either, it's a deeply buried framework. It should have been in the preferences.

    Thank you!

  • Randomly generate movieClips from the library onto the stage

    Hello

    I'm calling the objects from the library for a collection set.

    Major problems with how best to attribute the good and bad objects update later a score.

    Can anyone help me how can I first assign the clips in the library in an array of good and bad and then after randomally fill the stage with them.

    Concerning

    James

    see you never fake in your output panel, when using:

    public void placeWords() {}

    random location

    var x: Number = Math.floor (Math.random () * mapRect.width) + mapRect.x;

    var y: Number = Math.floor (Math.random () * mapRect.height) + mapRect.y;

    check all blocks to see if it's over everything

    var isOnBlock:Boolean = false;

    for (var j: int = 0; j

    If (blocks [j].hitTestPoint(x+gamesprite.x,y+gamesprite.y)) {}

    isOnBlock = true;

    break;

    }

    }

    not on everything, so use location

    trace (isOnBlock);

    If (! isOnBlock)

    {

    var goodObjects:Array = ["WordObject1"];

    var badObjects:Array = ["WordObject2"];

    If (Math.Random)<>

    {

    var r: int = Math.floor (Math.random () * goodObjects.length);

    var classRef: Class = getDefinitionByName (goodObjects [r]) in class;

    var newObject:MovieClip = new classRef();

    newObject.typestr = "good";

    } else

    {

    r = Math.floor (Math.random () * badObjects.length);

    classRef = getDefinitionByName(badObjects[r]) in class;

    newObject = new classRef();

    newObject.typestr = "bad";

    }

    gamesprite.addChild (newObject);

    newObject.x = Math.floor (Math.random () * stage.stageWidth);

    newObject.y = Math.floor (Math.random () * stage.stageHeight);

    break;

    }

    }

  • We can generate oracle froms 6i in excel format reports

    Hey Hi guyz...
    Can I create a button to my existing application so that when clicked... .reports can be generated in Excel format... I want to know if its possible or not. ??? n If its posible how must it be done. !

    Hello

    Step 1.
    Create a trigger a time new form instance.

    EXECUTE_QUERY;
    

    step 2
    Create a trigger when button pressed.

    Form2Excel;
    

    Step 3
    create a second trigger when button pressed.

    FormToExcel;
    

    Step 4.
    create a procedure with that name Form2Excel.

    PROCEDURE Form2Excel IS
    
    i_reporttitle VARCHAR2(200) := 'My excel';
    
    dno number(2);
    dn varchar2(14);
    dl varchar2(13);
    
    r number := 2;
    c number := 1;
    
    i_orientation VARCHAR2(200) := '1';
    i number :=1;
    
    /* definiton for commonly used variables and constants and exceptions */
    ExcelID ole2.obj_type;
    ExcelWorkBooksID ole2.obj_type;
    ExcelWorkBookID ole2.obj_type;
    ExcelWorkSheetsID ole2.obj_type;
    ExcelWorkSheetID ole2.obj_type;
    ExcelCellID ole2.obj_type;
    ExcelFontID ole2.obj_type;
    ExcelPageSetupID ole2.obj_type;
    ExcelArgs ole2.list_type;
    
    BEGIN
    
    ExcelID := ole2.create_obj('Excel.Application');
    ExcelWorkBooksID := ole2.get_obj_property(ExcelID, 'Workbooks');
    ExcelWorkBookID := ole2.invoke_obj(ExcelWorkBooksID, 'Add');
    ExcelWorkSheetsID := ole2.get_obj_property(ExcelWorkBookID, 'Worksheets');
    ExcelWorkSheetID := ole2.invoke_obj(ExcelWorkSheetsID, 'Add');
    ExcelPageSetupID := ole2.get_obj_property(ExcelWorkSheetID, 'PageSetup');
    
    ole2.set_property(ExcelPageSetupID, 'Orientation',i_orientation);
    ole2.release_obj(ExcelPageSetupID);
    
      loop
    
    go_block('dept');
    ExcelArgs := ole2.create_arglist;
    ole2.add_arg(ExcelArgs,i);
    ole2.add_arg(ExcelArgs,c);
    ExcelCellId := ole2.get_obj_property(ExcelWorkSheetId,'cells',ExcelArgs);
    
    ole2.destroy_arglist(ExcelArgs);
    ole2.set_property(ExcelCellId, 'Value', :dept.deptno);
    
    OLE2.SET_PROPERTY(ExcelCellId, 'NumberFormat', '###0.00' );     --Key line for your solution
    
    ExcelFontId := ole2.get_obj_property(ExcelCellId, 'Font');
    ole2.set_property(ExcelFontId, 'Bold', 'True');
    ole2.set_property(ExcelFontId, 'Size', '10');
    ole2.set_property(ExcelFontId, 'Italic', 'True');
    
    ole2.release_obj(ExcelFontId);
    ole2.release_obj(ExcelCellId);
         exit when :SYSTEM.LAST_RECORD = 'TRUE';
     next_record;
    i := i+1;
    end loop;
    
    ExcelArgs := ole2.create_arglist;
    ole2.add_arg(ExcelArgs,i+1);
    ole2.add_arg(ExcelArgs,1);
    ExcelCellId := ole2.get_obj_property(ExcelWorkSheetId,'cells',ExcelArgs);
    ole2.destroy_arglist(ExcelArgs);
    ole2.set_property(ExcelCellId, 'Value', 'END');
    ExcelFontId := ole2.get_obj_property(ExcelCellId, 'Font');
    ole2.set_property(ExcelFontId, 'Bold', 'True');
    ole2.set_property(ExcelFontId, 'Size', '10');
    ole2.release_obj(ExcelFontId);
    ole2.release_obj(ExcelCellId);
    
    ole2.set_property(ExcelID, 'Visible','TRUE');
    
    -- ... and release the allocated resources because they are no longer used by forms
    
    ole2.release_obj(ExcelWorkSheetID);
    ole2.release_obj(ExcelWorkSheetsID);
    ole2.release_obj(ExcelWorkBookID);
    ole2.release_obj(ExcelWorkBooksID);
    
    ole2.release_obj(ExcelID);
    
    END;
    

    Step 5.
    create second procedure with this name FormToExcel.

    PROCEDURE FormToExcel IS
    
    i_reporttitle VARCHAR2(200) := 'My excel';
    
    dno number(2);
    dn varchar2(14);
    dl varchar2(13);
    
    r number := 2;
    c number := 1;
    
    i_orientation VARCHAR2(200) := '1';
    i number :=1;
    
    /* definiton for commonly used variables and constants and exceptions */
    ExcelID ole2.obj_type;
    ExcelWorkBooksID ole2.obj_type;
    ExcelWorkBookID ole2.obj_type;
    ExcelWorkSheetsID ole2.obj_type;
    ExcelWorkSheetID ole2.obj_type;
    ExcelCellID ole2.obj_type;
    ExcelFontID ole2.obj_type;
    ExcelPageSetupID ole2.obj_type;
    ExcelArgs ole2.list_type;
    
    BEGIN
    
    ExcelID := ole2.create_obj('Excel.Application');
    ExcelWorkBooksID := ole2.get_obj_property(ExcelID, 'Workbooks');
    ExcelWorkBookID := ole2.invoke_obj(ExcelWorkBooksID, 'Add');
    ExcelWorkSheetsID := ole2.get_obj_property(ExcelWorkBookID, 'Worksheets');
    ExcelWorkSheetID := ole2.invoke_obj(ExcelWorkSheetsID, 'Add');
    ExcelPageSetupID := ole2.get_obj_property(ExcelWorkSheetID, 'PageSetup');
    
    ole2.set_property(ExcelPageSetupID, 'Orientation',i_orientation);
    ole2.release_obj(ExcelPageSetupID);
    
      loop
    
    go_block('dept');
    ExcelArgs := ole2.create_arglist;
    ole2.add_arg(ExcelArgs,i);
    ole2.add_arg(ExcelArgs,c);
    ExcelCellId := ole2.get_obj_property(ExcelWorkSheetId,'cells',ExcelArgs);
    ole2.destroy_arglist(ExcelArgs);
    ole2.set_property(ExcelCellId, 'Value', :dept.deptno);
    ExcelFontId := ole2.get_obj_property(ExcelCellId, 'Font');
    ole2.set_property(ExcelFontId, 'Bold', 'True');
    ole2.set_property(ExcelFontId, 'Size', '10');
    ole2.release_obj(ExcelFontId);
    ole2.release_obj(ExcelCellId);
         exit when :SYSTEM.LAST_RECORD = 'TRUE';
     next_record;
    i := i+1;
    end loop;
    
    ExcelArgs := ole2.create_arglist;
    ole2.add_arg(ExcelArgs,i+1);
    ole2.add_arg(ExcelArgs,1);
    ExcelCellId := ole2.get_obj_property(ExcelWorkSheetId,'cells',ExcelArgs);
    ole2.destroy_arglist(ExcelArgs);
    ole2.set_property(ExcelCellId, 'Value', 'END');
    ExcelFontId := ole2.get_obj_property(ExcelCellId, 'Font');
    ole2.set_property(ExcelFontId, 'Bold', 'True');
    ole2.set_property(ExcelFontId, 'Size', '10');
    ole2.release_obj(ExcelFontId);
    ole2.release_obj(ExcelCellId);
    
    ole2.set_property(ExcelID, 'Visible','TRUE');
    
    -- ... and release the allocated resources because they are no longer used by forms
    
    ole2.release_obj(ExcelWorkSheetID);
    ole2.release_obj(ExcelWorkSheetsID);
    ole2.release_obj(ExcelWorkBookID);
    ole2.release_obj(ExcelWorkBooksID);
    
    ole2.release_obj(ExcelID);
    
    END;
    

    Note: you must join Webutil.pll that it won't work.

    Sarah

  • Passing an auto generated id from page 1 to page 2

    I looked at several posts on how to do it and I still can't get it work. I have a before insert trigger to generate the sequence number, I want that this sequence number to complete the next page. Can someone look through my request to tell me what is the problem with him. Also is there a way to get the number of sequence without hitting the next button? I've used access and SQL Server before and you have not used an oracle very little.
    App name: marytest
    name of the workspace: maryc_trng
    username: [email protected]
    PW: cotini2

    Thank you
    Mary

    I looked at your application. Looks like you've almost got it right. During PROCESS LINE you set "Button return to point" P4_PROJ_ID. (do this P2_PROJ_ID instead) in the branch you assign to P4_PROJ_ID the value of P2_PROJ_ID, which changes the value that you set.

    The right way is to assign the process to return to the local page P2_PROJ_ID element and then pass this value as you would in the branch of P4_PROJ_ID

  • Generating dates from end of month

    Hello

    I have a table with a column as a partition_key, I want to insert all the end dates of month of Jan2009 to Dec2013 in the format below.

    PARTITION_KEY

    20090131

    20090228

    20090331

    .

    20120229.

    .

    20131231

    Please tell us a plsql sql statement (GOLD) for this block.

    SELECT last_day (add_months (DATE ' 2009-01-01',(level-1)))

    OF the double

    connect by level<= months_between(date="" '2013-12-01',date="">

    /

    is good to create lines, how you convert a date in number is easy to find...

    HTH

Maybe you are looking for

  • How to hide the face in Photos tags

    Sometimes the face tags can occluding an important part of a photo. I would like to temporarily hide the face tags, while browsing through the photos. Is this possible in Photos? (version 1.5, OSX 10.11.6) Thank you very much in advance.

  • I want to add a Windows operating system. It takes on the boot drive?

    I have all of the required components to install Windows on a Mac Pro using VMware Fusion. The operating system Windows needs to be installed on the Mac startup drive, or can it be on its own internal drive? All the descriptions that I can find on th

  • Monitor flicker - on certain colors.

    CAN SOMEONE PLEASE HELP FIX MY MONITOR. DARK COLOURS ARE OK BUT ALL THE OTHER COLORS FUZZY AND FLICKERING IN PINK DON'T KNOW WHAT SE PAST ALREADY HAPPENED LOOKING AT THIS SCREEN NOW BLACK, GREEN SETTOP BOX, JOIN CONVERSATION IS OK BUT THE BOX, I TAPE

  • After getting my computer erased, I have no software to use my integrated webcam.

    I have a Dell XPS L702X. Due to a hardware failure, I had to get some parts replaced. This resulted in a total deletion. Long story short, now I can't use my webcam. Not his own, anyway. The program does not exist. It can still be accessed and used b

  • Lifecycle for Catalyst switches

    Hello I have a client who wants to know what is the life expectancy for switching series of following products: C3750 C3750-E C4500-E C6500-E I gave, they want to know if there are plans for the foregoing to be gradually in the near future. If yes -