Remove Application Builder while creating  workspace in Apex

hi,
am using apex in 11g database,am creating a workspace but it contain application Builder,Sql Workshop and Utilities..
My objective is i want only sql workshop no need Application builder and utilities while creating workspace in Oracle Apex.
guide me
regards
apex

Ummm... OK. But why? If you only need a SQL tool why not use SQLDeveloper or some other tool? Is it that you want a web browser interface?
It would be very unwise to try to remove the applications you mention from the apex installation. This is probably possible but potentially very risky as the stability of your apex installation is concerned.
You might want to try taking a CSS approach and hide all the stuff you don't want to see via a custom CSS file that you could put in your installation.
Earl
P.S. If you're going to ask how to do this then it's probably not something you're ready to do.

Similar Messages

  • ORA-24344: success with compilation error While creating workspace

    Hi,
    We had an instance with db 9.2.0.5 and HTML DB 1.56.
    First we upgraded database to to 10.1.0.4.Then we upgraded HTML DB to 1.6.1(Upgraded html db 1.5 to 1.6, Then applied patch 1.6.1 patch - 4173133)
    Logged to the HTML DB as an administrator for creating application developer's workspace. I have got the error "ORA-24344: success with compilation error" while creating the workspace.
    We are able to create the workspace successfully on HTML DB 1.5.
    Any help is highly appreciated.
    Thanks, Venkanna

    Venkanna - Do you think the workspace creation was at least partly successful? I mean, can you login to it, can you see anything about it in the admin app, etc.? It would be useful to get a list of invalid objects in the new workspace's schema. If there are none, then get a list of invalid objects in FLOWS_010600.
    Scott

  • Create WORKSPACE on APEX 2.1 problem

    Hello,
    I try to create a workspace on an Application Express 2.1.0.00.39 without success.
    My System:
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product
    PL/SQL Release 10.2.0.1.0 - Production
    CORE     10.2.0.1.0     Production
    TNS for Linux: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    Following advices found on the web I tried to access to the admin adding 'apex_admin' on the url like: http://127.0.0.1:8080/apex/apex_admin ... but then a 'the page is not found' error occurs.
    I logged as SYS and SYSTEM but no clues about any 'workspace' stuffs appeard.
    Any help will be welcomed.
    Claude

    Oracle Apex forum is here
    Oracle Application Express (APEX)

  • Error while creating workspace

    Hello,
    I am trying to create the WorkSpace using the apex.oracle.com, I am getting the following error, please let me know,whom should i contact.
    ORA-20001: Request 1321207016272667315 could not be processed. -20001 ORA-20001: Unable to create tablespace. ORA-00059: maximum number of DB_FILES exceeded ORA-00059: maximum number of DB_FILES exceeded

    From the "Who do I contact for help?" link on the login page:
    Support Information for apex.oracle.com      
    This hosted Oracle Application Express instance is provided as a free demonstration service to anyone. Use of this system to store sensitive, offensive, unauthorized, or illegal data is prohibited. You are also prohibited from running production applications on this service.
    * Application Express Administration: For questions regarding the Application Express Administration of this instance (such as those regarding space consumption, workspace requests or locked accounts), please send an email to [email protected]
    The purpose of this e-mail account is for Administration requests only. Any questions related to functionality or issues of Application Express should be posted on the Oracle Application Express OTN Forum.
    This e-mail account is checked periodically throughout the business day. But please do not expect an immediate reply or resolution.
    Scott

  • Create uninstaller exe with application builder

    Hi!
    Im using LabVIEW 8.5. I have created an application with the app. builder, it works fine, also an installer.
    But I need an UNINSTALLER, like Uninstall.exe to be created also.
    I have found a NI doc, which says:
    "The Create Uninstaller option was removed from the
    Advanced Installer Settings dialog box because the Application
    Builder always creates an uninstaller"
    But where can I find it?
    im able to uninstall my app, using the Windows add/remove softwares option, but i need an exe.
    Can you help me?
    Thanks:
    Waszil

    Since the installer is based on Microsoft technology and the Microsoft standard is to only have the Add/Remove option, you cannot create an uninstall.exe with LabVIEW. I'm not even sure why would would need to if everything works with Add/Remove Programs and that is what everyone is used to now. In any case, there are probably some commercial installer packages available that still support the old technology.

  • Error 10 occurred When createing an executable with application Builder?

    Problem: I am using the LabVIEW Application Builder to create an executable from my VI. When I run the Application Builder, I receive the following error:
    Error 10 occurred at Copy in Win Install Copy Redistribution Files.vi->Win Install Create.vi->Dist Call Create Installer.vi->Builder Application.vi
    Possible Reason(s)
    Labview : Duplicate Path
    or
    NI-488 : New I/O attempted with old I/O in progress
    Why do i receive this error and how can i resolv this issue?

    Jiang,
    It sounds like this could be an overwrite issue. From the file path you specified, I can tell you that the error is occurring in creating the installer for your executable. Are you specifying an installer directory where you have already created an installer of the same name? If so, is that directory read only? Make sure that write privileges are enabled for you installer directory, and if that doesn't fix anything, try specifying a different installer directory.
    If none of these suggestions take care of the problem, please post a simple example that illustrates the problem (i.e. a simple VI and a copy of the build file). We can then try to replicate the problem and troubleshoot it. What version of LabVIEW are you using?
    Regards,
    E. Sulzer
    Applications Engineer
    National Instruments

  • Problem while scheduling job in apex

    Hi All ,
    I have problem while creating job in apex .Let me explain my problem clearly.I have created a page in
    url: http://apex.oracle.com/pls/otn/
    Workspace : PREETHI_WORKSPACE
    User ID : [email protected]
    Password : bowova1
    Application :Parse and upload csv file -21007
    Page No:1
    Page Name :Parse csv file.
    Main functionality of this page is to upload csv file into oracle table .First user will browse a file from local machine and upload it in upload region.After that,user enters a table name and clicks create table button which creates a table in DB and also shows the report for the same .Creating table is happening through "create table " process when user clicks "create table" button.Code is working fine .One more things here is, in csv file the second row should have data type mentioned .
    My requirement is ,i have to schedule "htmldb_tools.parse_file" in create table process as a job .In this "create table process" we are calling htmldb_tools.parse_file(:P1_FILENAME,'P1_COLLECTION','P1_HEADINGS','P1_COLUMNS','P1_DDL',:P1_TABLENAME);
    Problem Iam facing here is that the scope of item :p1_filename is getting lost when we pass it to procedure .I think problem is due to different apex and database session .
    Tried a lot through various ways ..Not finding the solution.
    Please help...

    Hi Marco,
    I have tried with the setting what u have mentioned in htmldb_tools.parse_file procedure: wwv_flow_api.set_security_group_id(<workspace_id>);
    But Job Getting fail and giving error ""ORA-01400: cannot insert NULL into (ORA-01400: cannot insert NULL into ("FLOWS_020200"."WWV_FLOW_COLLECTIONS$"."SESSION_ID")
    ORA-06512: at "FLOWS_020200.WWV_FLOW_COLLECTION", line 319
    ORA-06512: at "DIMPLE3_HD_DEV.HTMLDB_SID_50", line 196
    ORA-06512: at line 2
    Please help me out in this issue.
    Regards
    Dhan

  • Problems with Application Builder and NI-DAQmx drivers in Labview 8.2 Professional

    Hello everyone,
    I am trying to use the application builder to create an executable so that someone without labview is capable of a remote panel connection to connect to our test laboratory.  our test laboratory uses the USB Compact DAQ  9172.  I did find some other forums that ran into a similar problem where a computer that didnt have labview installed on it looked for a particular driver (nilvaiu.dll).  The common solution appeared to be when building the installer, include the current NI-DAQmx (8.3 in our case) option and then the clients worked fine.   My question is when i use the application builder to create an installation file for this application, i get a prompt to:
    Locate the "National Instruments Device Drivers - February 2006 Disk 1" distribution. LabVIEW needs to copy a component installed or updated by the distribution to continue building the installer.
    What is confusing is that the installation cd's in our laboratory are from August 2006 (501165N-03).  It didnt make sense to me that i would need to downgrade the drivers from a few months ago, but i've been wrong before.  We just upgraded from the full development to the professional version about 2 weeks ago to utilize the application builder function.  Has anyone else ran into this problem and could this be a limitation because we purchased the software with the academic discount?
    thanks in advance
    Chris

    Chris,
    My "fix" is brute force.  Backup everything.  Removing all the NI software takes a while.  Be sure to remove leftover directories and files. 
    Altering the windows registry takes seconds and is not hard if you know what you are looking for.  I've attached a screen shot with the NI entry selected.  This is what I  deleted on by machine.  The thing to remember is that the registry controls all the software on your pc.  Delete/alter the wrong entry and you have problems.  Worst case scenario is that you could end up formating the hard drive and starting over from scratch.  I'm not trying to scare you, but I want to make sure you understand the potential for harm. 
    One thing you might try first.  NI-DAQmx 8.5 is now available for download from NI.  You might try unloading 8.3 and installing 8.5. 
    Attachments:
    regedit pic.JPG ‏102 KB

  • What is the logic in the Application Builder

    Hi guys,
    What is the logic in the application builder when creating e.g a Report. When we create a static report we go through these four steps:
    <ul>
    Display Attributes
    Source
    Report Attributes
    Conditional Display </ul>
    Starting from the "Source" step we can Click "Create Report", and create the report .....
    is there a table for each step... or there is a collection for each step. So, when we click Create Button the collections are inserted into tables, then get emptied. ?????
    In my case, i have three real-estate entities: landlords, properties, and marketing. it goes like this:
    enter the landlord details, then click create to move to the next page to enter the property details, then click create to move to the next page to enter the marketing details.
    i hope that my question is clear..
    Best Regards,
    Fateh

    Fateh wrote:
    Hi guys,
    What is the logic in the application builder when creating e.g a Report. When we create a static report we go through these four steps:
    <ul>
    Display Attributes
    Source
    Report Attributes
    Conditional Display </ul>
    Starting from the "Source" step we can Click "Create Report", and create the report .....
    is there a table for each step... or there is a collection for each step. So, when we click Create Button the collections are inserted into tables, then get emptied. ?????
    In my case, i have three real-estate entities: landlords, properties, and marketing. it goes like this:
    enter the landlord details, then click create to move to the next page to enter the property details, then click create to move to the next page to enter the marketing details.That would be called a "wizard" in APEX (as frequently used in the Application Builder as you say). There's a "Wizard wizard" as an option when creating a new page that enables you create and link the basic multiple page structure. Themes have "Wizard Progress List" (vertical orientation) and "Wizard Progress List, Horizontal Train" (horizontal) list templates that can be used as stage progress indicators. You have to construct the contents of each page using standard components. Once the "Wizard wizard" is completed there's nothing to indicate that the pages are logically related&mdash;strangely it doesn't even generate a wizard progress list for you.
    Use Collections to store the data from intermediate stages before final processing if all of the data is captured in one session. If you want persistence across sessions (e.g. allowing users to enter information over several days) use separate drafting/staging tables instead of/in addition to collections to capture the data before final validation and promotion to the main tables.

  • The executible I build with the application builder does not function the same as my VI file.

    I am using a USB 6008 device with the newest DAQmx drivers and Labview
    8.2 to make analog voltage readings.  Within my main VI I first
    create a data folder in the same location as the VI using a property
    node and then use case statements to call two sub VIs that create a
    data file within the data folder and then collects data.  When I use the
    application builder to create an executible the resulting file does not
    operate the same as the origional VI.  The program appears to be
    reacting to button presses on the GUI, but there is no indication that
    the data folder is being created or that any measurements are buing
    made.  Are there any known issues that may account for this
    anomily?
    -Mike
    Message Edited by TMBurleson on 10-16-2006 03:09 PM

    Are you using the VI Path property, using a reference to the current VI?
    I could be wrong, but if you're attempting to use a path relative to the current VI, I think that does indeed change in a built application. If your VI used to be C:\somewhere\foo.VI, then after building its path would actually be C:\somewhere\foo.EXE\foo.vi . Thus, if foo.VI used to try to make a folder like C:\somewhere\datafolder, the built application would be trying to make C:\somewhere\foo.EXE\datafolder , which wouldn't work.
    This is sort of a shot in the dark, but does this sound like it might be the case?
    EDIT: Dennis beat me to it.Message Edited by kehander on 10-16-2006 03:26 PM

  • Application builder supporting dlls for nidaq and nidmm

    I was use application builder to create installations. I don't want to include the huge installs for nidaq and nidmm. Is there a list of the dlls required that I can put as supporting files in the application builder.

    I spoke with another one of our other Applications Engineers who spoke with either yourself or another person with the same question on the phone today. He indicated that there is no smaller set of DLLs to use as drivers for this code, and that the solution reached on the phone was to make the drivers available on a central server so that they didn't have to be distributed directly with the application. People could just install them from the server instead.
    If this is not an option, the full install files for the NI-DAQ and NI-DMM drivers would have to be included with the built appliction and installed by the end user. Or perhaps instructions could be included with the application about where to download the drivers from the NI website (www.ni.com/downloads).
    Sincerely,
    Ross C
    National Instruments

  • Error in creating workspace

    HI,
    I have installed 10g and applied the patch p4163362_10104_WINNT. I am using AWM 10.1.0.4.
    I had imported the Global schema and tring to creating the workspace "GLOBAL" as per the give document. I am facing error while creating Workspace.
    Kindly help..!
    Thanks
    siva

    Please specify which error you are seeing and when.
    Aneel Shenker
    Senior Product Manager
    Oracle Business Intelligence

  • Where is the Application Builder Icon?

    I just installed Express, logged into the DB home page as SYSTEM, and only saw these icons:
    Administration
    Object Browser
    SQL
    Utilities
    Where is it?

    user463359,
    You only get to use the application builder while logged in as a user other than SYSTEM. Try clicking on the Getting Started button on the home page. Follow the directions to unlock the HR schema to get an idea.
    Sergio

  • How to include another msi with LV application builder?

    I can use LV application builder to create an installer for my application. But my application relies on a 3rd part msi, which should be run after my application is installed.  So how to include this msi with LV app builder? Thanks in advance.

    I would recommend executing a batch file that launches your other installers after your LabVIEW executable finishes installing. The process of doing this (in addition to other suggestions about including 3rd party installers) can be found in the Knowledgebase linked here.
    Kind Regards,
    E. Sulzer
    Applications Engineer
    National Instruments

  • LabVIEW application builder - Deep start menus

    Hi, is it possible using the labVIEW application builder to create start
    menu program groups that are more than one level deep, i.e.
    Start\Programs\My App\Tools

    Just for you to compare I have attached some screenshots of my setup. Maybe you find a difference.
    Attachments:
    App_Builder_Setup.gif ‏152 KB
    App_Builder_Menu_example.gif ‏83 KB

Maybe you are looking for

  • How do I update my flash player

    as i try to veiw videos online it sys my flaw player is out of date and to update it and when I do it says error? Can someone help me? thanks

  • Deleted messages from Outlook 2010 still appear on iPhone and OWA

    I have a very odd issue.  When I delete e-mails from Outlook 2010, they are deleted fine.  However, when I check my mail on my iPhone, or on the Outlook Web Access, the e-mail is still there.  I'm not sure what is going on.  Our e-mail is set up on a

  • Standby DB real time redo log apply problem

    Hi all, I am using Oracle 10g to create physical standby db. In the standby db, normal archived log apply does not have problem, but when I try to use redo log real time apply and issue command SQL> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USI

  • Web Server code !!

    hi friends !! can any1 provide a simple http web server code which also acts as a servlet container. it should also access the form data. pls help me...i am in urgent need !!! with regards, n@v

  • Plug-in instalation

    I use Elements 9.   I downloaded the Camera Raw plug-in but Elements still does not open an CR2 image.   Am i supposed to do something with the download?   Thank you