Create Application from database questions?

Has this feature been moved somewhere else? I can't locate in build 3.0.9.190133. I installed Eclipse 3.3, MyEclipse 6.0 and the latest FLEX plugin. If I should be seeing, let me know and I will submit a bug report.

Thank you

To continue this, I spent the time to install the full stack of FLEX 3.0 and the functionality is there. I then installed Eclipse 3.3.1.1, then FLEX as a plugin, and the feature is. The issue is on the agenda of installs when you include MyEclipse. I'll start a new thread with MyEclipse Installation Information. Either way, I do not show a predefined update for a FLEX site in any of install it I did. Thanks for jogging my thoughts along to this topic!

See you soon,.

Tags: Flex

Similar Questions

  • ORA-20002: you can't create links from database

    HI Experts,

    Creating database link, I get the error below. Anyone of you could please have some light on this error. I googled for this error and did not get any update.

    Oracle version: 11.2.0.3

    The user with whom I created this link of database DBA privilege.

    SQL > create database link temp_LINK connect to account identified by * using "(DESCRIPTION = (ADRESSE = (COMMUNUITY=tcp.world) (PROTOCOL = TCP)(Host=myself.us.lev.com) (Port = 1525)) (CONNECT_DATA = (SID = LNDB1DB)))'; "
    create database link temp_LINK connect to account identified by * using "(DESCRIPTION = (ADRESSE = (COMMUNUITY=tcp.world) (PROTOCOL = TCP)(Host=myself.us.lev.com) (Port = 1525)) (CONNECT_DATA = (SID = LNDB1DB)))'; "
    *
    ERROR at line 1:
    ORA-00604: error occurred at the SQL level 1 recursive
    ORA-20002: you can't create links from database
    ORA-06512: at line 4


    Thank you..

    Well Yes, this request confirmed suspicion of SB.

    The datadictionary is your friend

  • Creating application from merger and mail merge using Word

    Hello

    We are in the process of developing an application web coldfusion that allows the user to download the document Word and a data source for the mail merge.

    After spending a few hours Googling, we are still unable to find a definitive solution. Everyone gives us a pointer to how we might be able to do this? If coldfusion maybe using Java may be able to access the objects of Microsoft Office?

    Your help will be really appreciated.

    Use the tag to coldfusion to create word application object below (you must have Microsoft word installed on your cf server).
    Word.Application
    Word.Document
    Word.MailMerge

    Then you can follow the same steps how a VW program to create the word more in ColdFusion. An example of vb code is give below.

    Dim oWordApp As New Word.Application
    Dim WrdDoc As Word.Document
    Dim wrdMailMerge As Word.MailMerge

    Set WrdDoc = oWordApp.Documents.Open ("path of model", ReadOnly: = True)
    Set wrdMailMerge = WrdDoc.MailMerge
    wrdMailMerge.OpenDataSource Name: = "file path", Format: = "format", ConfirmConversions: = True
    wrdMailMerge.Destination = wdSendToNewDocument
    wrdMailMerge.Execute
    oWordApp.ActiveDocument.SaveAs FileName: = "path full & name", FileFormat: = "format".

    Set oWordApp = Nothing

  • create the directory database object to access the application node files?

    Dear all,

    We have oracle E - Business Suite application and database in two different nodes.
    I tried to read a file from the application server with utl_file, but I can read from directories in the database servers.
    It seems that the purpose of database directory that I created to go to utl_file.fopen can be used for database server directories.

    Is there a way I can read directly application server?


    Concerning
    Bhatia

    Bhatia,

    I was referring to the physical directory itself, do it on a disk that is shared between the two servers.

    Thank you
    Hussein

  • A web application from merger can also run on Smartphones? So what of the database for mobile?

    Mr President.

    A web application from merger can also run on Smartphones? So what of the database for mobile?

    Concerning

    Any web application can run on smart phone because you access this browser so no need of database or application server on your mobile phone

    It's the same access to a Web site on mobile

    If you are talking about the mobile app

    check - http://www.oracle.com/technetwork/developer-tools/adf-mobile/overview/adfmobile-1917693.html

    Ashish

  • What is the less expensive software or the online application to create PDFs from multiple files?

    What is the less expensive software or the online application to create PDFs from multiple files?

    The service Pack PDF can be used from a web page or of the CD player. Adobe low cost subscription offering that does this. Online PDF converter, convert to web or Acrobat Reader | Adobe PDF Pack to convert things other than Office documents and images, you need the Acrobat application instead.

  • What is the best Adobe application to create mobile applications from the "ground up"?

    What is the best Adobe application to create mobile applications from the "ground up"?

    This might be useful:

    WEB - how to choose the best tools for your project

    • Adobe Dreamweaver is mainly for professional website developers who live and breathe the programming or for designers and project managers who have learned enough HTML at ease. Even if there are a lot of models and tools of environmental Designer, the major attraction of Dreamweaver is how it offers full access to the code, with immediate feedback (through a split screen) what look like the results. The same content can be published for a desktop browser or mobile devices like the iPhone, iPad or Android smartphones.
    • Adobe Muse is a new tool mainly for graphic designers who want to create and publish Web sites without writing code. With a cooked graphic design interface, Adobe Muse generates the HTML to publish directly to the web. Muse sites can be hosted on the hosting platform integrated Adobe Business catalyst or transferred to a third party hosting provider. Adobe Muse includes widgets, which are built features such as slideshows and albums, that you can drag and drop on the pages of the site. However, Muse currently does not support the development of sites that target mobile devices, like the iPad, iPhone and Android smartphones.
    • Adobe Edge, currently public preview on Adobe Labs, is used to create web animations. The files it produces are usually added to a Web site using a tool such as Dreamweaver. The beauty of the edge, is that animations are based on the latest standards open such as HTML5 and CSS3. With no plug-ins needed, animations work on the latest PC and Mac browsers as well as mobile devices, where the Flash technology is not universally supported.
  • Unable to display data from database using persistence mobile A-team

    Hello

    We use the accelerator of persistence for Mobile A-team with application of the MAF. We built the REST services based for CRUD operations on a table. We are unable to use the POST CREATE service by application of the MAF. We tried using saveTask and addTask data control methods it generates automatically. Although it is saved locally to the iterator of data control, it doesn't push the data from database. We tried to test the service REMAINS independent and works well.

    Can anyone help regarding if lack us measures in the same?

    Thank you

    Vignesh

    Vignesh,

    Indeed, there are two issues here:

    -the attributes of the payload are different

    -the structure of the payload is different, the GET request has an attribute "Task" that returns an array, the POST request submitting a single object through the attribute "taskDetails.

    By default, the accelerator of persistence assumes that the POST request has the same payload structure and attributes as the GET request that you used to 'discover' the data objects.

    However, you can easily change this as follows:

    -To add additional attributes required in the POST, you should restart the wizard REST-JSON directly access the data object attributes screen and click on the button 'add an attribute '. Add each attribute you need in the POST request and the attribute name to the value required in the POST request payload. No matter that this attribute of the payload does not exist in the payload GET, it will be ignored during extraction of the tasks.

    -To fix the second issue, you must change the persistence - mapping.xml:

    -go to the createMethod task

    -Remove the payloadElementName attribute

    -Add the payloadRowElementName attribute and set the value to "TaskDetails.

    It's a little strange that you post in order to get other attributes, it is there another resource GET that returns all attributes for a task?

    In addition, you cannot derive columns audit as created_by on the server-side? It's a bit unusual set these values at the level of the customer.

    Steven.

  • Install PeopleTools 8,53 database question (Linux Version)

    Folk,

    Hello. I install PeopleTools 8,53 Internet Architecture. Database server is Dabase Oracle 11 GR 1 material. Operating system is Oracle Linux 5.

    I installed JDK7, WebLogic Tuxedo 11 GR 1 material 10.3.6, and PeopleTools 8,53 successfully. But when the value PeopleTools8.53 of database in the way below.
    I get an error message and cannot continue.


    [user@localhost PT8.53] $ pwd
    /opt/PT8.53

    [user@localhost PT8.53] $ ls
    AppBatchDBORA dict psconfig.sh installation
    QAS PSEMAgent AppBatchDBWebExe etc.
    AppServ fonts PSEMViewer src
    bin jre readme.txt toolsadmin.sh
    utility scripts jre1.7.0 cblbin
    ccr               log                         sdk             web
    class PeopleTools_InstallLog.log SecurityAddIns
    secvault of peopletools.properties of data

    [user@localhost PT8.53] $./psconfig.sh
    Installer [user@localhost PT8.53] $ cd
    [user@localhost setup] $ ls
    CCR pscbl.mak PsTestFramework
    Customer pscbl_mf.mak pstuxftp.txt
    Dashboard PsCIA psvccrt
    dbcodes.PT psdb.sh ptib.jar
    DotNETRedist psdmtx.cfg readonly.txt
    psmkreadonly.sh searchCobolPgms.ps stamp
    SOAP psmkwritable.sh NOTESDB
    nVisionDrill PsMpCrystalInstall unicode.cfg
    OpenXmlSDK PsMpDbInstall unpack_jre.sh
    parmfile PsMpPIAInstall UPGCOMPVIEWER
    peopletools_ab_reg. CFX PsMpWebAppDeployInstall WebCenter
    PSODBC writable.txt pkgs
    BPSAA psrun.mak

    [user@localhost setup] $ cd PsMpDbInstall

    [user@localhost PsMpDbInstall] $ ls
    InstData setup.bat setup.sh

    [user@localhost PsMpDbInstall] $./setup.sh

    Definition of directory temporary /tmp/IA.6736
    Execution of setup.linux LAX_VM /opt/PT8.53/jre/bin/java-DCOMP_NAME=localhost.localdomain-DPS_UMASK = 0002
    Preparing to install...
    Extracting the installation resources from archive installation...
    Configure the installer for this system environment...

    Launch of installation...

    ===============================================================================
    PeopleSoft (created with InstallAnywhere) database configuration
    -------------------------------------------------------------------------------

    Preparations for the Installation in CONSOLE Mode...


    ===============================================================================
    Welcome
    -------

    Welcome to the database Configuration Wizard PeopleSoft 8.53

    This wizard will help you set up and load a PeopleSoft database.

    Press ON < ENTER > TO CONTINUE:

    ===============================================================================
    Error
    -----

    You must run psconfig.sh (... / psconfig.sh) in your PS_HOME directory before
    from the database Configuration Wizard.


    Press ON < ENTER > TO ACCEPT THE SUITE (OK):

    [user@localhost PsMpDbInstall] $

    As you can see above, I have executer./psconfig.sh in the directory /opt/PT8.53 and executez./setup.sh in the opt/PT8.53/setup/PsMpDbInstall directory.
    but get the error message:

    «You need to run psconfig.sh (..)» (/ Psconfig.sh) in your home directory PS_HOME before you start the database Configuration Wizard. »

    I have run the 2 commandes./psconfig.sh et./setup.sh to root but get the same error message.


    My question is: Linux Version PeopleTools8.53 has a problem? How to solve the problem?

    Thank you.

    1. from the same session can you try tmadmin - v running and paste the result?

    2 ps - ef | grep smon will show you the running instances

    To ensure that you are on the right instance echo $ORACLE_SID

    3 check the log files in PS_HOME/newspapers to find if createdb10.sql went through fine.

  • How to check the database is created in the database of node 2 RAC

    Hi all

    Please allow questions maybe too obvious. I'm not familiar with RAC and ASM.
    virtual box (Windows 7)

    2 built nodes on Linux 6.1 Windows 64-bit virtual machine.
    11.2.0.3 software grid & database.
    One of DB name is demo
    Node1 (demo1)
    Node2 (demo2)


    1. I installed the 11.2.0.3 grid software and set up ASM with her. The installation seems to succeed.

    I am able to use view state using crsctl (see the log)

    2. I installed the database software and you want to create a database (demo) by default. the software from 95%, but not able to realized the dbca.

    I see that the asm_pmon is running, but not able to see the process of demo db. I think at this point, I don't have my demo of database has been created yet.

    Yes, question
    1: is the database created?
    2. I try to use dbca to create my demo db, but at the stage of creation of the 'copy of the database files' - she complaint ORA-03114: not connected to ORACLE
    ???? What? What oracle server trying to connect?
    3. If the database is created, how to start the database, in particular it has 2 instances (demo1 and demo2)?

    Please advise!

    Thank you very much!




    [grid@demo1 ~] $ crsctl stat res t
    --------------------------------------------------------------------------------
    TARGET STATE SERVER STATE_DETAILS NAME
    --------------------------------------------------------------------------------
    Local resources
    --------------------------------------------------------------------------------
    ORA. DATA.dg
    Demo1 ONLINE
    Demo2 online
    ORA. LISTENER.lsnr
    Demo1 ONLINE
    Demo2 online
    ORA.asm
    Demo1 Started online
    Demo2 Started ONLINE
    ORA. GSD
    In offline mode offline demo1
    Demo2 offline offline
    ORA.net1.Network
    Demo1 ONLINE
    Demo2 online
    ORA.ons
    Demo1 ONLINE
    Demo2 online
    --------------------------------------------------------------------------------
    Cluster resources
    --------------------------------------------------------------------------------
    ORA. LISTENER_SCAN1. LSNR
    1 demo1 ONLINE
    ORA.demo1.VIP
    1 demo1 ONLINE
    ORA.demo2.VIP
    1 demo2 online
    ORA. CVU
    1 demo1 ONLINE
    ORA. OC4J
    1 demo1 ONLINE
    ORA.scan1.VIP
    1 demo1 ONLINE

    Published by: 969880 on November 13, 2012 14:18

    1. What is sure, is that your database is not registered in OCR because there are missing elements in crsctl stat res t exit for database instances.
    2. default DBCA trying to restore an RMAN backup to create a database. DBCA probably also try to connect to the new instance of the database to run scripts.
    3. you must use:

    srvctl start database -d demo
    

    This should start all database instances.

    But first try to check the DBCA logs that should be under $ORACLE_HOME/cfgtoollogs/dbca and to correct related errors.

  • Error Ora-600 - sql &gt; create spfile from pfile - ERROR at line 1: ORA-00600

    Hello

    I am facing the following question in the database pending,

    Oracle 10g

    SQL > create spfile from pfile;
    Create spfile from pfile
    *
    ERROR on line 1:
    ORA-00600: internal error code, arguments: [ksplrmfn1], [3059], [3059], [], [],.
    [], [], []


    After you have added the db_file_name_convert and log_file_name_convert in pfile. If I remove these two spfile parameters is created successfully.

    Thank you.

    Here's the syntax exactly who i had given.

    db_file_name_convert = "/ u02/proddata", "/ u02/proddata ', ' / u03/proddata", "proddata1/u04 /, ' / u04/proddata ', ' / u04/proddata '
    log_file_name_convert = "/ u02/proddata", "/ u02/proddata ', ' / u03/proddata", "proddata1/u04 /, ' / u04/proddata ', ' / u04/proddata '

    Carefully, see apostrophe ending 4th missed rope... Changed as below. Use it and try again :)

    db_file_name_convert = "/ u02/proddata", "/ u02/proddata", "/ u03/proddata", "/ u04/proddata1", "/ u04/proddata", "/ u04/proddata.
    log_file_name_convert = "/ u02/proddata", "/ u02/proddata", "/ u03/proddata", "/ u04/proddata1", "/ u04/proddata", "/ u04/proddata.

    Close if answered threads

  • "create pfile from spfile" - pfile displays "underscore" parameters but...

    Environment:

    Oracle on Solaris 11.2.0.3 10.5

    I have two 2 databases on two 2 different servers which were created at the same time and by the same method.

    I did a "create pfile from spfile" on the two databases.

    A pfile file has the list of the parameters expected.

    The other has about 150 parameters that begin with either a single or double underscore.

    I know what are the parameters of underscore.

    My question is, why didn't a pfile has them and the other not?

    Just curious.

    Thanks a lot for your comments or documentation references.

    -gary

    garywicke wrote:
    Could this be another parameter system? If so, no idea which?

    It's intriguing.

    I looked around metalink, and any surprising info.

    "Why create PFILE | SPFILE output MEMORY differs from that of the SPFILE. PFILE? [ID 784133.1] »

    On the one for which the PFILE file does NOT have the hidden settings, works from the SPFILE and PFILE file?

    SQL> SELECT DECODE(value, NULL, 'PFILE', 'SPFILE') "Init File Type"
           FROM sys.v_$parameter WHERE name = 'spfile';
    

    and the SPFILE contains hidden settings? (change the spfile - in r/o If possible - and make sure that you do NOT save at the end)

  • Change password for the application from the apex

    Hi friends,

    I created an application of database in the apex, for this application in the login page, that I need to set as

    Forget the password link or change the password link, assume that if the end user clicks that link means, there ask for the

    New password: and confirm password

    shortly after he entered the password if the user connects to the application of the means, he needs to go inside the application. .........


    Normally to reset the password for the end user for the application, we will do it on the side of the administration of apex

    It is that we will give RESET PASSWORD OPTION to change the password for the end user...

    My question in this sense, that the end user must change his password by itself in the front end application...

    It is possible to like that in the application of the apex...

    How friends,

    Kind regards
    Mini...

    The problem is that you have specified a different page than the page of connection (due to which your login page used the builtin page). During the passage of the authentication, you must specify that 101 is indeed your login page (disabled by default)

    Here's a screenshot of it.

    So, in your workspace, choose current change, choose the authentication name and when you get to this screen tick the checkbox and submit. You should be prompted for your login page (which corresponds to the theme). This should solve the problem.

  • Create the user in question plsql apex

    Hi, I did a form which receives information about a user and I want to create a user from the apex to connect to my request with the information provided in my form, however the user create is not able to connect to my apex application. I already gave my shchema privileges to create users, but I don't know if I have to take a few special considerations to make an oracle apex account to connect. The code that I use to create the user is:

    Start
    run immediately "create a user" | : P6_LOGIN | ' identified by ' | : P6_CLAVE;
    end;

    Thanks in advance.

    Edgar.

    Hello

    What authentication scheme your use of the application?
    Are you sure you like to create users from the database and use the account database to your application?

    You would like to create workspace users (end users, developer).
    http://download.Oracle.com/docs/CD/E14373_01/apirefs.32/e13369/apex_util.htm#BABCFBGG

    BR, Jari

  • Stop applications from the default home screen

    I don't know if this question was asked, I couldn't find anything when I looked. Is there a way to stop applications from loading automatically on the homescreen after download?

    It's a game store put Google. While in the game store, go to menu, settings and uncheck auto-ajouter Widgets.

Maybe you are looking for