best component of data to deal with the mysql table

Hello.

I have an LMS (learning management system) with a lot of info in a mysql with a few tables dbb. I also use a lot of php.

They said data flash components are not the best in the world so what do I do?

Partyman said I should use Flex data components as they were built for this sort of thing and are much more powerful. So where can I get me one of those for the IE: do I have to download something that I only have Flash Cs5.5. So how this component in flash?

Or would it be better to use a third-party plugin for display of the tables. Someone mentioned that excel and the PivotTable is amazing and simple.

At the end of the day, I want to also customers can see a dashboard.

Oh, and I missed the other parts of your post.

There is no silver bullet in AS3 in terms of getting data unless your application is made in the AIR. If your applications are webgame - you must always write the data on the server layer to return with subsequent SQL queries feeding the data components.

As far as databases Excel vs goes, DBs are much more powerful than the storage and data recovery facilities.

Tags: Adobe Animate

Similar Questions

  • ECM data collection failed with the error «Cannot run the pre-load...» »

    Hey all,.

    I'm meeting a very strange question. I code a metric ECM for my plugin to mongo database. After he has deployed to EM, even if the data collection was all right (Agent browser check and download folder on the server agent) and the GCED table was created after the expanded plugin, data were load into the ECM table failed.

    Here is the definition of XML.
    -targetType
      <Metric NAME="CheckServiceConf" TYPE="RAW" CONFIG="TRUE">
        <Display>
          <Label NLSID="omd_ecm_checkserviceconf">CheckServiceConf</Label>
        </Display>
        <TableDescriptor TABLE_NAME="MGMT_EMX_MONGO_SERVICE_CONF">
          <ColumnDescriptor NAME="Host_Name" COLUMN_NAME="HOST_NAME" TYPE="STRING" IS_KEY="TRUE" />
          <ColumnDescriptor NAME="Port" COLUMN_NAME="PORT" TYPE="NUMBER" IS_KEY="TRUE" />
          <ColumnDescriptor NAME="Config_File" COLUMN_NAME="CONFIG_FILE" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="Data_Path" COLUMN_NAME="DATA_PATH" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="Log_File" COLUMN_NAME="LOG_FILE" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="Is_Sharding_Server" COLUMN_NAME="IS_SHARDING_SERVER" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="Replication_Set_Name" COLUMN_NAME="REPLICATION_SET_NAME" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="Is_Config_Server" COLUMN_NAME="IS_CONFIG_SERVER" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="List_of_Config_Servers" COLUMN_NAME="LIST_OF_CONFIG_SERVERS" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="Max_Connections" COLUMN_NAME="MAX_CONNECTIONS" TYPE="NUMBER" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="Oplog_Size" COLUMN_NAME="OPLOG_SIZE" TYPE="NUMBER" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="Instance_Version" COLUMN_NAME="INSTANCE_VERSION" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="OS_Process" COLUMN_NAME="OS_PROCESS" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="OS_Process_ID" COLUMN_NAME="OS_PROCESS_ID" TYPE="NUMBER" IS_KEY="FALSE" />
        </TableDescriptor>
        <QueryDescriptor FETCHLET_ID="OSLineToken">
          <Property NAME="emdRoot" SCOPE="SYSTEMGLOBAL">emdRoot</Property>
          <Property NAME="scriptsDir" SCOPE="SYSTEMGLOBAL">scriptsDir</Property>
          <Property NAME="perlBin" SCOPE="SYSTEMGLOBAL">perlBin</Property>
          <Property NAME="host" SCOPE="INSTANCE" OPTIONAL="TRUE">host</Property>
          <Property NAME="port" SCOPE="INSTANCE" OPTIONAL="TRUE">port</Property>
          <Property NAME="uname" SCOPE="INSTANCE" OPTIONAL="TRUE">uname</Property>
          <Property NAME="pass" SCOPE="INSTANCE" OPTIONAL="TRUE">pass</Property>
    
          <Property NAME="mydelimiter" SCOPE="INSTANCE">mydelimiter</Property>
          <Property NAME="command" SCOPE="GLOBAL">"/usr/bin/perl" -I "%scriptsDir%/emx/%TYPE%" "%scriptsDir%/emx/%TYPE%/CheckServiceConf.pl" "%host%" "%port%" "%uname%" "%pass%" "%mydelimiter%"</Property>
          <Property NAME="delimiter" SCOPE="GLOBAL">%mydelimiter%</Property>
          <Property NAME="startsWith" SCOPE="GLOBAL">em_result=</Property>
          <Property NAME="errStartsWith" SCOPE="GLOBAL">em_error=</Property>
          <Property NAME="em_metric_timeout" SCOPE="GLOBAL">300</Property>
        </QueryDescriptor>
      </Metric>
    -collection metadata
      <CollectionItem NAME="CheckServiceConf" UPLOAD_ON_FETCH="TRUE" CONFIG="TRUE">
        <Schedule OFFSET_TYPE="INCREMENTAL">
          <IntervalSchedule INTERVAL="12" TIME_UNIT="Hr" />
        </Schedule>
        <MetricColl NAME="CheckServiceConf" />
      </CollectionItem>
    -snapshot type metadata
    <METADATAS>
      <METADATA SNAP_TYPE="CHECK_SERVICE_CONF" TARGET_TYPE="mongo_database" VER="1" COMPARE_IGNORE="N" COMPARE_UI_IGNORE="N" HISTORY_IGNORE="N" HISTORY_UI_IGNORE="N" UI_IGNORE="N" DROP_EXISTING_DATA="Y">
        <METADATA_UI_NAME>CheckServiceConf</METADATA_UI_NAME>
        <TABLE NAME="MGMT_EMX_MONGO_SERVICE_CONF">
        <UI_NAME>CheckServiceConf</UI_NAME>
          <COLUMN NAME="HOST_NAME" TYPE="STRING" TYPE_FORMAT="512" IS_KEY="Y" >HOST_NAME</COLUMN>
          <COLUMN NAME="PORT" TYPE="NUMBER" IS_KEY="Y" >PORT</COLUMN>
          <COLUMN NAME="CONFIG_FILE" TYPE="STRING" TYPE_FORMAT="512" IS_KEY="N" >CONFIG_FILE</COLUMN>
          <COLUMN NAME="DATA_PATH" TYPE="STRING" TYPE_FORMAT="512" IS_KEY="N" >DATA_PATH</COLUMN>
          <COLUMN NAME="LOG_FILE" TYPE="STRING" TYPE_FORMAT="512" IS_KEY="N" >LOG_FILE</COLUMN>
          <COLUMN NAME="IS_SHARDING_SERVER" TYPE="STRING" TYPE_FORMAT="64" IS_KEY="N" >IS_SHARDING_SERVER</COLUMN>
          <COLUMN NAME="REPLICATION_SET_NAME" TYPE="STRING" TYPE_FORMAT="64" IS_KEY="N" >REPLICATION_SET_NAME</COLUMN>
          <COLUMN NAME="IS_CONFIG_SERVER" TYPE="STRING" TYPE_FORMAT="64" IS_KEY="N" >IS_CONFIG_SERVER</COLUMN>
          <COLUMN NAME="LIST_OF_CONFIG_SERVERS" TYPE="STRING" TYPE_FORMAT="64" IS_KEY="N" >LIST_OF_CONFIG_SERVERS</COLUMN>
          <COLUMN NAME="MAX_CONNECTIONS" TYPE="NUMBER" IS_KEY="N" >MAX_CONNECTIONS</COLUMN>
          <COLUMN NAME="OPLOG_SIZE" TYPE="NUMBER" IS_KEY="N" >OPLOG_SIZE</COLUMN>
          <COLUMN NAME="INSTANCE_VERSION" TYPE="STRING" TYPE_FORMAT="64" IS_KEY="N" >INSTANCE_VERSION</COLUMN>
          <COLUMN NAME="OS_PROCESS" TYPE="STRING" TYPE_FORMAT="64" IS_KEY="N" >OS_PROCESS</COLUMN>
          <COLUMN NAME="OS_PROCESS_ID" TYPE="NUMBER" IS_KEY="N" >OS_PROCESS_ID</COLUMN>
        </TABLE>
      </METADATA>
    
    </METADATAS>
    After you add target to em, the errors appeared in emoms_pbs.log on the SGD server
    2012-11-09 16:08:13,114 [GCLoader[uploadonfetch] - https://ph-10-10-59-224.cp.no.sohu.com:3872/emd/main/] ERROR
     gcloader.CallbackInterface logp.251 - Failed to execute pre-load for: 
    Target Id       :CDE026FD2C446D2AE043E19D0B0AA2B6
    Collection Name :CheckServiceConf
    Agent Url       :https://ph-10-10-59-224.cp.no.sohu.com:3872/emd/main/
    version         :1.0
    metadata version:2.0
    oracle.sysman.eml.ecm.track.RepositoryOperationException: executePreLoad: Config metadata not found: 
    collectionName   : CheckServiceConf
    targetGuid       : CDE026FD2C446D2AE043E19D0B0AA2B6
            at oracle.sysman.eml.ecm.track.EcmConfigData.executePreLoad(EcmConfigData.java:344)
            at oracle.sysman.core.pbs.gcloader.CallbackInterface.executePreLoad(CallbackInterface.java:245)
            at oracle.sysman.core.pbs.gcloader.DataLoader.executePreLoad(DataLoader.java:1185)
            at oracle.sysman.core.pbs.gcloader.DataLoader.loadDataImpl(DataLoader.java:920)
            at oracle.sysman.core.pbs.gcloader.XMLDocumentDataParser.endElement(XMLDocumentDataParser.java:400)
            at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1359)
            at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:376)
            at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:322)
            at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:226)
            at oracle.sysman.core.pbs.gcloader.XMLDocumentDataParser.split(XMLDocumentDataParser.java:148)
            at oracle.sysman.core.pbs.gcloader.DataLoader.loadDataCollection(DataLoader.java:439)
            at oracle.sysman.core.pbs.gcloader.RequestMapper.processDataCollection(RequestMapper.java:200)
            at oracle.sysman.core.pbs.gcloader.RequestMapper.processAll(RequestMapper.java:154)
            at oracle.sysman.core.pbs.gcloader.Receiver.processFile(Receiver.java:1487)
            at oracle.sysman.core.pbs.gcloader.Receiver.doPost(Receiver.java:1309)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
            at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
            at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
            at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.sysman.core.pbs.app.ContextInitFilter.doFilter(ContextInitFilter.java:113)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
            at java.security.AccessController.doPrivileged(Native Method)
            at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
            at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
            at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
            at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
            at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.
    java:3715)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java
    :3681)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
            at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
            at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
            at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    I am really confused with the error message and have no idea how to fix this.
    Could someone give advice? Thank you in advance!

    Best wishes
    Satine

    Satine,
    The name of the collection item)

    Thank you...

    Pinaki-

  • I forgot my password for apple and have permission to stage the 2 and broken my old phone and do not have the same number of what I can do my account is already waiting to be reset, but it takes apple long to to deal with the what else is there to do?

    I forgot my password for apple and have permission to stage the 2 and broken my old phone and do not have the same number of what I can do my account is already waiting to be reset, but it takes apple long to to deal with the what else is there to do?

    You know the e-mail password what do you use? I lost over $ 30 on my old Apple ID because I couldn't get into the email and apple would not transfer my money to my new account.

  • ITunes has stolen my music from my computer. Because they do not want to deal with the public, what should I do to get back them.

    Every so often, iTunes sends a notice to update the iTunes on my computer. Last year after that they did, all sounds have disappeared from my list of reading hundreds of old songs. Now, when I click on any song or melody, nothing happens.

    Given that Apple does not want to deal with the public, I ask, what do I do now, please?

    See the empty/corrupted after upgrade/crash iTunes library. Ideally, the measures taken immediately after that the problem appeared would restore your library. In some cases your media may be still on the computer, but not when iTunes is looking to it. The songs that do not play show with an exclamation point in the view of songs? ITunes plays all audio signal at all?

    TT2

  • What is the best model of tv to use with the apple tv?

    What is the best model of tv to use with the apple tv

    No matter what TV with an HDMI input and at least 1080 p resolution.

  • Dealing with the size of the stage and the different orientations

    I am clearly dense, but I'm looking for examples of how others deal with the need to have apps that funciton in mode landscape or portrait.

    My first effort simply uses a scene from 600 x 600 with automatically guide the true value. It seems to work OK. The app draws, in the center of the screen of the Playbook (Simulator), regardless of the way the screen is oriented. Waste certain properties of the screen, but for my purposes, it doesn't really matter.

    To try to make it easier to deal with some questions I had try to implement new, I tried to make a step in 1024 x 600 with my stuff centered in space. Works very well in the landscape, but when in portrait mode, the app has been reduced to 1024 to the 600 dimension tree. I turned on Noscale for the scene, and now the app is drawn with the scene at the upper left corner then the app is cut on the right side of the screen. Is there a way to make the center of the scene?

    For my next one, I'll probably need to have two settings screen which are used based on direction - guidance on which is easier to deal with?

    I just wanted to mention that I removed the rotation and repositioning of the scene in the event onOrientationChange because I'm sure it was bad and can't remember why I had done this.

    Also, I recommend the mobile controls around on stage resize because when changing the orientation event is called, stage.stageWidth and stage.stageHeight properties have not yet been updated.

    The only uses for the orientation change event that come to mind anime the passage of an orientation towards another and the reorientation of handling maually when you autoOrients set to false.

  • Image processor "sorry, I could not deal with the following... * all."

    Hey! I so about 150 files opened in Photoshop. They are for a customer and the customer wanted individually to certain effects on each file. The files are RAW initially, first imported in Lightroom as .dng, then all my tonal changes made in Lightroom. I then opened images as smart objects in Photoshop, with a script of Lightroom. I then did the individual work on each image in Photoshop on the assumption that it would not trouble to save using the Image Processor script. When it came time to save, I tried save as .tif files using Image Processor. I selected the target in the form of open files files, set my destination folder, chose the TIF format and click on run in the top of the window. He shortly after said one very fast without source images, which disappears and then he says: "Sorry, I couldn't deal with the following" and then lists all of the 150 open pictures. It is a big problem because I'm on a lack of time.

    Any help or another idea for how to register all these images open in TIF or PSD even at this stage is extremely appreciated. I think there must be a fix or other road opposite to old fashion one save under...

    Thank you!

    !

    It doesn't look like the IPP will not new document either.

    He can. I added an option that can be set in the script to take care of this problem.

    //

    PROCESS_UNSAVED_IMAGES

    This will allow the treatment of unsaved images. To make this work,

    an unregistered image file is ~ / Desktop. If a file extension is

    not in the name of the image, .psd is used.

    //

    ImageProcessorOptions.PROCESS_UNSAVED_IMAGES = true;

    By default, it is false to get the 'traditional' behavior Set to true will leave PPI to process new images, not registered.

  • How do I date stamp photo with the date that it was created?

    How do I date stamp photo with the date that it was created?

    donaldm80418165 wrote:

    How do I date stamp photo with the date that it was created?

    Use the text tool.

    Note that you can select the font, color, size of the pt.

  • ORA-39060: one or more tables has declined due to conflicts with the main table

    Dear all,

    Currently, I have problems, I try to import the entire schema

    bash - $3.2

    bash - $3.2 impdp dumpfile = PRODDUMP BALL/BALL_BALL@BALL. DMP DIRECTORY = DUMP_DIR FULL = Y LOGFILE = IMP Log REMAP_SCHEMA = BALL: BALL REMAP_TABLESPACE = BALLDATA:BALLDATA

    Import: Release 11.2.0.3.0 - Production the my Sep 30 15:28:08 2013

    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.

    Connected to: Oracle Database 11 g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production

    With partitioning, Automatic Storage Management, Oracle Label Security, OLAP,.

    Options of Data Mining and Real Application Testing

    ORA-39060: one or more tables has declined due to conflicts with the main table

    UDI-31626: operation there was error ORACLE 31626

    ORA-31626: there is no job

    ORA-39086: cannot retrieve information about jobs

    ORA-06512: at "SYS." DBMS_DATAPUMP', line 3326

    ORA-06512: at "SYS." DBMS_DATAPUMP', line 4551

    ORA-06512: at line 1

    Any solution please

    Hello

    You can use the view:DBA_DATAPUMP_JOBS

    then use the table as drop statements

    drop table . purge;

    HTH

  • How the parameter of the procedure with the default table type?

    Hello!

    How the parameter of the procedure with the default table type?
    For example:
    type varchar2lType is table of varchar2(50) index by binary_integer;
    create or replace procedure test1
       (
        s1  varchar2(50)
        sa2 Varchar2Type
       )
    as
    begin
       dbms_output.put_line('yyxxyyy!');
    end;
    /
    Published by: bullbil on 16.01.2012 06:35

    If he should really be an associative array for some reason any (can't think why, but just for fun...) you could declare a dummy array in the packet header and specify as the default:

    create or replace package wr_test
    as
       type varchar2ltype is table of varchar2(50) index by pls_integer;
       g_dflt_varchar2l_tab varchar2ltype;
    
       procedure testit
          ( p_testarray varchar2ltype default g_dflt_varchar2l_tab );
    end wr_test;
    
    create or replace package body wr_test
    as
       procedure testit
          ( p_testarray varchar2ltype default g_dflt_varchar2l_tab )
       is
       begin
          dbms_output.put_line('p_testarray contains ' || p_testarray.count || ' elements');
       end testit;
    
    end wr_test;
    

    It is a bit of a hack, because it relies on a global variable that is exposed. A more orderly approach would overload the procedure so that a version does not have the table and another argument:

    create or replace package wr_test
    as
       type varchar2ltype is table of varchar2(50) index by pls_integer;
    
       procedure testit;
    
       procedure testit
          ( p_testarray varchar2ltype );
    
    end wr_test;
    
    create or replace package body wr_test
    as
    
       procedure testit
       is
          v_default_array varchar2ltype;
       begin
          testit(v_default_array);
       end testit;
    
       procedure testit
          ( p_testarray varchar2ltype )
       is
       begin
          dbms_output.put_line('p_testarray contains ' || p_testarray.count || ' elements');
       end testit;
    
    end wr_test;
    
  • Nested tables will not align with the primary table


    Hi all. Looks like I am facing another obstacle focus on the table. While I was creating one of my pages, I used nested tables to create a column on the left side of the page that will contain my menu secondary, while the other column will hold a flash element and the content of the page.

    Although I have inserted tables nested with a spacing of the cell '0' and '0' cell padding and Visual AIDS seem to indicate that the values in the nested table are identical with the primary table who is the holder, the nested table that will contain the film and the page content is not embedded with the table above. It seems to be off by 1-2 pixels or more, but since there will be a right on the image under the menu is quite obvious.

    I enclose the code for your information (line 165, 166).

    Thank you for your time and your suggestions. I really appreciate it.

    Saturday, September 16, 2006 15:06:50 + 0000 (UTC), "HTML-Newbie.
    wrote:

    > Discover the link http://www.fastventures.com/dev/test_temp_2col.html and you
    > see the picture under the main menu align with her on the
    > right side.

    Change this:




    To do this:

    <>
    SRC = "img/place_second.jpg" width = "572" height = "200" > "

    align = "right" >

    <>
    SRC = "img/place_second.jpg" width = "572" height = "200" > "

    Gary

  • the best way to deal with the changed values maskMode?

    Hi people

    I just found out that the values listed for maskModes have changed between CC14 and CC15 who broke most of my scripts of masking.

    IE MaskMode.ADD in CC14 has the value 6413 but CC15 is 6813.

    What is the best way to deal with this? is there a simple solution or what I need to check the version of AE which is used and adjust from there?

    is there a direct way to access the name ie "MaskMode.ADD" instead of the value?

    Thanks... /JL

    To get the string maskMode by the current mask, you can loop through all the values possible maskmodes and stop when you click on:

    for (var k in MaskMode){
        if (myMask.maskMode === MaskMode[k]) break;
        };
    // at this stage k is the maskMode string (eg: "ADD")
    

    Xavier

  • Dealing with the Dates 2

    Hi guys,.

    I'm not a regular developer, I met always hedges when dealing with dates.

    I have a timestamp column, called 'Calling_date' which stores values as this "24 July 12 AM 05.30.00.000000".

    My report must show the data in this column as "YY-MM-DD hh: mi". I tried two methods but none worked.
    * I won't use To_char *.

    trunc (calling_time, "HH24 DD-MM-YY")
    ORA-01898: too much precision specifier

    TO_DATE (calling_time,'DD-MON-YY hh: mi ')
    ORA-01830: date format picture ends before converting all of the input string

    PLS, tell which can achieve my task.
    Kind regards
    FAteh...

    Fateh says:

    I have a timestamp column, called 'Calling_date' which stores values as this "24 July 12 AM 05.30.00.000000".

    My report must show the data in this column as "YY-MM-DD hh: mi". I tried two methods but none worked.
    * I won't use To_char *.

    Why not use TO_CHAR() ?

    Date and timestamp formats are BINARY formats. Is not a screen formats.

    This means that we MUST convert that binary in a human readable format. TO_CHAR() allows exactly that - convert to a format readable by humans and which allows you to specify exactly what that format is.

  • How to deal with the change in scope

    Dear,

    No org by enforcement period. Consolidation of the CDA. CDA entry.

    September, a company (X) is thrown into a perimeter (a-frame) and granted in a different consolidation perimeter (part B).

    I need perform the following acts:

    (A) CDA profit & loss of X, from September, must contribute to A scope results until December;

    (B) BAT profits/losses of X in September, October and December, must contribute to the results of scope B until December.

    (Operations under A) and B) can be automated? No idea how to do?

    I don't have a script. I need only a generic description on how you did.

    Thank you very much!

    According to my experience, assuming that you create a new entity for X under parent B, the best thing to do in these situations is to simply manage it via a journal entry.  You will write a day who would keep the CDA P & L (and in our cash flow of CDA case) result of X to the title of parent with equal and opposite impact hitting the new entity of X under B.  You post this journal in Sep, Oct, Nov and dec and continue loading data for a YEAR to X under B.

    However, if you simply drag & drop X under a new parent, I don't know how you deal with it.

    Kind regards
    Jason

  • How to change the source of data in application with the deployment plan

    Hello

    JDev Version: 12.1.3

    I can't change the source data with the deployment plan bc4j.

    Any example on this requirement?

    Thank you

    Anil

    Well, if you take a look at:

    http://Biemond.blogspot.com/2009/04/using-WebLogic-deployment-plan-to.html

    (one of the links in the link you get), you will see Edvin Biemond answwer:

    "you must change the configuration of module of the Application so that it uses a data source. and in the deployment of applications disable deployment of jdbc connection.

    Now you is enough to make the good source of data on each wls and deploy ears. »

    The simplest (and probably the best) way is, as I told you, and you are also mentioned: open up JDeveloper and change declaratively and re-download the ears

Maybe you are looking for

  • 11503 mistake to update my apps in itunes on pc

    If I continue to restart the update, by what he's going to update the application.

  • HOW DUAL BOOT WINDOWS 8.1 AND WINDOWS 7 USING UEFI

    My laptop model is HP PAVILION 15-n205tx   Click here for product details My laptop is installed with Windows 8.1 and I would be like Dual start with Windows 7 using a cd but when I try, there is an error saying that windows cannot be installed in th

  • I need advice on how to solve a problem of blue screen.

    Whenever I leave my computer for 15-20 minutes, I get a blue screen.  The error message is the following: Stop: 0x000000F4 (0 x 00000003, 0x8AB5D588, 0x8AB5D6FC, 0x805D22AA) This line is followed with: Beginning physical memory dump The only way to c

  • Photosmart HP 6510 cannot print ink black/copy

    Hello I just installed the software driver from the website of hp for my new HP Photosmart 6510 e-all-in-one. My operating system is OS X 10.8.2.  For some reason any it prints gray instead of black, even with a new ink cartridge, in addition, it wil

  • Having to reboot my device (dev alpha) while constantly developing

    Hello. IM using Momentics, cascades of C++ sdk: 10.0.10.263, on Linux pc. In general I change the code, build, and then click Run (or debug) see how the application is features/looks. Then the cycle starts again. Unfortunately, Im getting up about 1-