Create Workspace without demo-application and tables

Is it possible to crate a new workspace on a existing schema without creating new tables and demo-applications?
Thanks
Mario

Mario,
This is currently not possible.
Sergio

Similar Messages

  • Can i use create function for MSSql scalar and table valude function.

    Hi,
    1) Can i use create function for MSSql scalar and table valued function?
    2) How many type of user defined function are there in oracle 11g express?
    3) And can i reture any "type" form user defined function?
    yourse sincerely

    944768 wrote:
    Q1)That means even if i return predefined types like integer, varchar2 then also PGA is used ?The data type does not determine where the variable is stored. A string (called a varchar2 in Oracle) can be stored in stack space, heap space, on disk, in a memory mapped file, in a shared memory, in an atom table, etc.
    It is the who and what is defining and using that string, that determines where and how it is stored.
    The Oracle sever supports 2 languages in PL/SQL. The PL (Programming Logic) language is a procedural/declarative language. It is NOT SQL. SQL is integrated with it. The PL/SQL engine uses private process memory (PGA). So PL/SQL variables exist in the PGA (but there are exceptions such as LOBs).
    Q2) So please suggest me solution in oracle.Sounds to me you are looking at how to implement a T-SQL style function as an Oracle function, and once implemented, do joins on the function.
    Do not use PL/SQL in SQL in place of a SQL select. It is not T-SQL.
    One cannot use PL/SQL to create functions along the style of T-SQL, where the function executes a SQL using some conditional logic, and then return as if the function was a native SQL select.
    T-SQL is an extension to the SQL language - making it a hybrid and very impure language implementation. PL is based on ADA - part of the Pascal family of languages. The E-SQL (embedded SQL) approach used in languages like C/C++, Cobol and Ada, has been transparently done in PL/SQL. You can write and mix PL code and variables with SQL code. And the PL/SQL engine figures out how to make the call from the PL/SQL engine to the SQL engine.
    But PL/SQL is not "part" of the SQL language and does not "extend" the SQL language in a T-SQL fashion.
    So you need to check your SQL-Server preconcepts in at the door, as they are not only irrelevant in Oracle, they are WRONG in Oracle.
    The correct way in Oracle, in a nutshell - Use the SQL language to do data processing. Use PL/SQL to manage conditional process flow and the handling of errors.

  • How to display table data without  using ALV  and table element.

    Hi,
            Its possible to display table data without using ALV  and table element.
           Every time i am fetching data based on (customer,status) fields and displaying these data in my output using alv
           (every time i am fetching single row data ),
           But problem is alv occupying more space in the output , i want to display data part only i dont want field names,
           settings and header data etc..things.
          Give solution to  display data part..
    Regards,
    Rakhi.

    Hi,
    Does you mean that you need ALV without default Function Toolbar...? If this is the case, the easy solution would have been to use Table Element rather. But, if you need to use ALV only without Function Toolbar, you can do away with that as well.
    In that case, after calling GET_MODEL, you need to add few more lines of codes to achieve your goal. Those lines are --
      DATA LV_VALUE TYPE REF TO CL_SALV_WD_CONFIG_TABLE.
        LV_VALUE = LO_INTERFACECONTROLLER->GET_MODEL(
    * Standard Filter Function setting to FALSE
        LV_VALUE->IF_SALV_WD_STD_FUNCTIONS~SET_SORT_COMPLEX_ALLOWED( ABAP_FALSE ).
        LV_VALUE->IF_SALV_WD_STD_FUNCTIONS~SET_FILTER_COMPLEX_ALLOWED( ABAP_FALSE ).
        LV_VALUE->IF_SALV_WD_STD_FUNCTIONS~SET_FILTER_FILTERLINE_ALLOWED( ABAP_FALSE ).
        LV_VALUE->IF_SALV_WD_STD_FUNCTIONS~SET_DISPLAY_SETTINGS_ALLOWED( ABAP_FALSE ).
        LV_VALUE->IF_SALV_WD_STD_FUNCTIONS~SET_VIEW_LIST_ALLOWED( ABAP_FALSE ).
        LV_VALUE->IF_SALV_WD_STD_FUNCTIONS~SET_SORT_HEADERCLICK_ALLOWED( ABAP_FALSE ).
        LV_VALUE->IF_SALV_WD_STD_FUNCTIONS~SET_HIERARCHY_ALLOWED( ABAP_FALSE ).
    * Standard Filter Function setting to FALSE Ends
    Here as you can easily notice that LV_VALUE is instantiated on CL_SALV_WD_CONFIG_TABLE. Now, using this LV_VALUE, you set standard functions as False to dis-allow their display.
    Hope this answers your query.
    Thanks.
    Kumar Saurav.

  • Create Workspace together with applications

    Hi
    The Background:
    ===============
    I get the Users, Roles and Rights from the OID. In the OID I have no mapping which Rights has a Role an which Roles has a User, because it is an object oriented system, where a user can have differnt rights on thousands of objects.
    Therefore the "Satellite-Systems" which uses the OID have to make the mapping Users, Roles, Rights themselves. I have 3 differnt tables replicated from the OID with these informations.
    The goal:
    =========
    If somebody is requesting a Workspace he should have an application automatically generated with the tables, where the Workspace-Administrator can make the individual mapping Users, Roles, Rights. There should be predefined generated mappings and Authorization Schemes.
    My Suggestion:
    ==============
    I would generate a Schema with the tables replicated by the OID. There should be views (automatically generated) for every Workspace which is generated by the HTML DB Administrator. I would create a Mapping-Application where the Workspace Administrators can map Users, Roles and Rights individually. I would make some predefined Role/Right-Mappings and Authorization Schemes. Then I would export these application, authorization schemes and tables with rows and somehow generate it in every Workspace when a User is requesting a new Workspace
    My Question:
    ============
    How can I generate an ready built application, with tables and rows and authorization schemes for every requested Workspace? Ideally I can choose, if this application should be generated in the new Workspace.
    Regards, Juergen

    Juergen,
    I certainly don't have the whole answer for you right now. But you might find it useful to start by creating an application that has no components except the authorization schemes based on your authorization tables. Then, for each new workspace, import this application into the workspace using a new application ID. Each application created in the workspace would be expected to copy and subscribe to all the authorization schemes in this "authorization scheme repository" application. The application developers would also have to attach the authorization schemes to the appropriate application components.
    Taking this a step further, you could create another application in your initial workspace that would be a starter application for developers to install in their new workspaces using a new application ID during each installation. This application would have the basic structure and shared components for developers to start out with. Then they would copy/subscribe to all the authorization schemes of the already installed "authorization scheme repository" application in their workspace.
    I know this does not extend new workspace provisioning to include the automation that you might find desirable, but it's a start. Please advise if I'm missing your intent.
    Thanks,
    Scott

  • Create View without inbound, outbound and navigation link

    Please look at this picture:
    There are:
    + PanelView
    + View 01
    + View 02
    + EmptyView
    In the PanelView, there are two buttons,  button01 and button02. When press on button01, it shows View01; when press on button02, it shows View02.
    Problem is:
    How to do above things without creating inbound, outbound and navigation link.
    Thank u a lot.

    Dear Mr.         Raghunandan Madarikuruva ,
    Everything is very easy if there are inbound, outbound, and navigation link.
    What happen if there isn't inbound, outbound, and navigation link.
    My problem is how to open each childview without  inbound, outbound, and navigation link.
    How can I do that
    Thank you for answer my question.
    Thank you again
    This is yahoo ID: [email protected]
    and Skype ID: doleminhtriet
    May I talk to you?
    Edited by: krisscage krisscage on Sep 26, 2008 10:53 AM

  • Creating activity without referencing Account and Contact Person.

    Hello Experts,
    Our client has such a process, sales employee can perform unplanned visits and they record this visit just entering this prospectsu2019 telephone number and name surname.(without entering account ID as the customer data hasnu2019t been created yet in Sap CRM) They require this in SAP CRM as well.
    I have been looking for a way how can we manage this. When I create a visit the system asks for Account ID and Contact Person ID. My question is that is it possible to create a visit in SAP CRM without indicating contact person and account.
    Kind regads,
    M.

    Hello!
    Every activity in CRM must have activity partner, but you can make this fields non mandatory in CRM - Master Data - Organizational Management - Organizational Data Determination - Change Rules and Profiles - Maintain Organizational Data Profile
    Best regads,
    Artur Litvinov.

  • DML malfunction after application and table export

    Hello guys,
    I need ur help:
    I try to deploy my application to another PC, I have faced some problems:
    1)I try to build again all the tables,trigger ans sequence manually by pasting the SQL command from my SQL
    script.
    Is ithere an easier way to do that??
    Can i include those necessary components such as tables,
    sequences,processes in an installation package along with the application??
    I am using Application Express 2.1.0.00.39 , hence there is no supporting objects script like APEX 3.0 and
    above.
    2) Also, when i am able to execute all the SQL , the generated table (with sequence and trigger) no longer able
    to do the data manipulation job again.
    It keeps stating "cannot insert null" error although i have completed all the field ..
    Can anybody help me??
    Thanks and best regards

    keepng audit trail is very important.
    secondlly users are known...
    they are around 30 and i beleive they may increase 5 users per year.
    its in internal LAN,, and just replace the desktop application.
    I do not understand by connection pooling problem.
    kindly help out with a few more suggestions.
    Do you feel it ok to have a single DB users, and all other application users.
    From DBA point of viw is there something wrong in it.
    IF we make application users, then application code will get user name and insert into history table.
    if we make db users then Database trigger can do the same work as well.
    hope you are getting me
    thanks alot for your kind suggestion.
    plz reply early.
    thanks alot

  • How do you export an Apex Workspace along with applications?

    Hi All,
    I just wanted to get clarification here.
    I have an Apex Workspace with 10 applications and I wanted to move these to a separate server/database....So...what are the steps?
    1). Do I need to run Data pump on source and target database to import the tables , etc?? and also run the DDL commands on the utilities?
    2). Or do I just need to run the ApexExport utility to export Workspace and applications?
    please any consideration is appreciated
    thanks

    I'd say that depends on what you actually want to transfer.
    For transferring the Workspace and the Application Definitions it is sufficient to export those (using either the application builder or the ApexExport) and import on the other system.
    If you also want to transfer data you might want to look into Datapump.
    Peter

  • Can not run ADFToyStore demo application

    Hello everyone.
    I just downloaded ToyStore ADF demo application and imported it in my JDeveloper 10.3. When I try to run it I get next message:
    Error(13,48): InitModelListener not found in class toystore.fwk.controller.ToyStoreInitModelListener
    Here is sourse code of class:
    package toystore.fwk.controller;
    import javax.servlet.http.HttpServletRequest;
    import oracle.cabo.adf.rt.InitModelListener;
    import oracle.cabo.servlet.event.UIXRequestEvent;
    * Custom ADF UIX InitModelListener
    * This custom UIX InitModelListener is registered in the web.xml file
    * I borrowed this coding technique from the JHeadstart 10g team.
    public class ToyStoreInitModelListener extends InitModelListener {
    * Overridden framework method to insure UIX "sees" the MessageData
    * that I create in the ToyStoreDataForwardAction reportErrors() method.
    * @param uixrequestevent UIX request event
    public void renderStarted(UIXRequestEvent uixrequestevent) {
    HttpServletRequest request = uixrequestevent.getContext().getServletRequest();
    Object messagesBeforeSuper = request.getAttribute(ToyStoreDataForwardAction.UIX_MESSAGE_KEY);
    //super.renderStarted(uixrequestevent);
    if (messagesBeforeSuper != null) {
    request.setAttribute(ToyStoreDataForwardAction.UIX_MESSAGE_KEY,
    messagesBeforeSuper);
    I am using uix2.jar library but there is no InitModelListener class inside. Google can't help me. If you know what is the package: "oracle.cabo.adf.rt" tell me i'll be very appreciated.
    Thanks.

    The UIX version of the ADF Toy Store demo doesn't work in 10.1.3 as there is no UIX shipped with JDev/ADF 10.1.3.
    See this page for the appropriate download link for the demo for 10.1.3
    http://radio.weblogs.com/0118231/stories/2007/04/10/whichAdfSampleIsTheSimplestToInstallAndLearnFrom.html

  • Proforma without BP,PY and SH to OR passing SP runtime to them

    Dear Experts,
    With regarding my earlier querry the i need to create Proforma (F5) from my quotion documetnt type i am facing below error
    00010 The Bill to party could not be determined
    00010 The Payer could not be determined
    00010 The Ship to could not be determined
    and reuqirement is i need to pass Sold to as bill to, payer and Ship to only to create proforma without storing it in table
    Checked billing copying requirment routine and data transfer routint 007 and 008 at hou eader and item level. could not find from these errros are coming.
    From your knowledge, Could you please tell me if whihc routine or program doing these so that Sold to can passed at run time.
    Ealierst reply would be of great help,
    Thanks,
    Siva

    Hi,
    Without payer you can't create proforma invoice.
    Kapil

  • Setting Up the Fusion Order Demo Application, error in import Fod schema

    Hello,
    using Jdev11R1 ,Setting Up the Fusion Order Demo Application, and modify the properties in build.properties for my environment , but i don't undersatnd what is (src.home=..//..)
    i followed the instraction to get demo FOD schema , right-click build.xml and
    choose Run Ant Target > buildAll.
    i got this
    Buildfile: C:\FOD_11\Infrastructure\Ant\build.xml
    init:
    [javac] Compiling 1 source file to C:\FOD_11\Infrastructure\Ant\classes
    setProperties:
    createDatabase:
    refreshSchema:
    BUILD FAILED
    C:\FOD_11\Infrastructure\Ant\build.xml:52: The following error occurred while executing this line:
    C:\FOD_11\Infrastructure\DBSchema\build.xml:91: The following error occurred while executing this line:
    C:\FOD_11\Infrastructure\DBSchema\build.xml:56: The following error occurred while executing this line:
    C:\FOD_11\Infrastructure\DBSchema\build.xml:28: C:\FOD_11\Infrastructure\Ant\wlserver_10.3\server\lib not found.
    Total time: 6 seconds
    thanks
    greenApple

    I ran into the same problem. If the jdeveloper.home was set like below:
    jdeveloper.home=C:\oracle\Middleware\jdeveloper
    A Run Ant Target buildAll would produce the following:
    Buildfile: E:\source\java\FOD_11\Infrastructure\Ant\build.xml
    init:
    [javac] Compiling 1 source file to E:\source\java\FOD_11\Infrastructure\Ant\classes
    setProperties:
    createDatabase:
    refreshSchema:
    BUILD FAILED
    E:\source\java\FOD_11\Infrastructure\Ant\build.xml:52: The following error occurred while executing this line:
    E:\source\java\FOD_11\Infrastructure\DBSchema\build.xml:91: The following error occurred while executing this line:
    E:\source\java\FOD_11\Infrastructure\DBSchema\build.xml:56: The following error occurred while executing this line:
    E:\source\java\FOD_11\Infrastructure\DBSchema\build.xml:28: C:\oracle\Middleware\utils\quickstart\wlserver_10.3\server\lib not found.
    No where could I find the path C:\oracle\Middleware\utils\quickstart set in any of the scripts. If I hard coded the path in the fileset below
    <path id="oracle.jdbc.path">
    <fileset dir="${jdeveloper.home}/../wlserver_10.3/server/lib">
    <include name="ojdbc6.jar"/>
    </fileset>
    </path>
    I would just get another error further in the process when the jdeveloper.home was expanded again.
    When I change the "\" to "/" in the jdeveloper.home (<fileset dir="${jdeveloper.home}/../wlserver_10.3/server/lib">) the build completed successfully.

  • Problem in extracting the Fusion Order Demo Application

    Hi,
    I am trying to download the Fusion Order demo application and when extracting the zip folder getting the below error message. So, could you please get me the file or location where can get this file : FusionOrderDemo_R2.zip
    Cannot open file: it does not appear to be a valid archive
    Thanks,
    Raghavendra

    Similar problem reported here. Re: Unable to extract schema file for Fusion Order demo application
    Would be interesting to understand what the issue is. Can you try the suggestions mentioned on the other thread and report back?

  • Create an Adobe AIR application that can sync with iOS application.

    Hi All,
         We have created a Flex Mobile application and we need to create a corresponding sync application using Adobe AIR for copy some contents from Desktop to Mobile Phone. Does anyone has any idea how to get started any pointers would be of great help. Also is Adobe would be the right technolgy to go with as we would be required to create similar application for Mac OS too.
    Thanks
    Vishal

    Thanks and see this article, the detail is not what is the command that allows me themassive installation of AIR application.

  • Error during Demo Application initialization

    After the proper installation of the Headstart 2.1.2 and the
    Patch 10 against Designer & Developer 6.0 I tried to start the
    Demo Application and I receive the following message :
    tProcedure QMS$INIT_APPLICATION is missing in your application
    library, or the application library is not attached before
    library qmsevh50v . Why ?
    Thank you
    null

    Lucian,
    Open form hsd21\hst\demo\hsd0000f.fmb in Forms 6.0. Look at the
    list of attached libraries. The library hsdapp10 should be
    attached, and specifically it should be attached before qmsevh50.
    If you find the library there and in the correct position, you
    should open hsd21\hst\demo\hsdapp10.pll and see if the procedure
    qms$init_application is not compiled or is missing. If not
    compiled, re-compile and save the library. If missing, restore
    hsdapp10.pll from patch 10.
    Regards,
    Lauri
    Lucian Calciu (guest) wrote:
    : After the proper installation of the Headstart 2.1.2 and the
    : Patch 10 against Designer & Developer 6.0 I tried to start the
    : Demo Application and I receive the following message :
    : tProcedure QMS$INIT_APPLICATION is missing in your application
    : library, or the application library is not attached before
    : library qmsevh50v . Why ?
    : Thank you
    null

  • Vision Demo Application Jinit Error

    Hi,
    I am running Apps 11.5.8 on Redhat 7.3 (Ker. 2.4.20-28.7).
    The installation is fine and database and processes are running OK.
    When trying to access the Vision DB application selections after logging in,I get the following error.
    Workflow / Workflow Admin WEb Apps - No problems, can access the demo apps
    System Administrator /CRM ADmin-Vison Apps
    I get an error asking me to install Jinitiator ( oajinit.exe ) and reopen the browser, which still does not solve the problem.
    Any help would be appreciated.

    Lucian,
    Open form hsd21\hst\demo\hsd0000f.fmb in Forms 6.0. Look at the
    list of attached libraries. The library hsdapp10 should be
    attached, and specifically it should be attached before qmsevh50.
    If you find the library there and in the correct position, you
    should open hsd21\hst\demo\hsdapp10.pll and see if the procedure
    qms$init_application is not compiled or is missing. If not
    compiled, re-compile and save the library. If missing, restore
    hsdapp10.pll from patch 10.
    Regards,
    Lauri
    Lucian Calciu (guest) wrote:
    : After the proper installation of the Headstart 2.1.2 and the
    : Patch 10 against Designer & Developer 6.0 I tried to start the
    : Demo Application and I receive the following message :
    : tProcedure QMS$INIT_APPLICATION is missing in your application
    : library, or the application library is not attached before
    : library qmsevh50v . Why ?
    : Thank you
    null

Maybe you are looking for

  • Runtime Error:Invalid interruption of a database selection

    Hi, I have the above mentioned runtime error (short text of runtime error) while executuing FM with the runtime error DBIF_RSQL_INVALID_CURSOR and exception CX_SY_OPEN_SQL_DB. the source code  for the cause of the error is as follows: {       PERFORM

  • Merging songs into an existing playlist

    Simple question - If I have a particular playlist on my iPOD nano, and want to ADD songs from my iTunes library to that playlist - not delete those already there - can I do that?

  • Message Could not be send 401 Unauthorized

    Hi Gurus We are working for a client demo scenario for which we need to transfer the messages from SAP TM system to SAP ERP system via XI. As we have some issues in sending messages from TM system, we are directly sending it from the XI system throug

  • Active standby pair Replication scheme

    Hi I just want to know that is this possible to have "Active Active pair". Actually i want to create pair in which both Masters are in Active mode.None master is in standby mode. Please .... Regards Muh.Usman

  • [SOLVED] Cantata won't work

    Hi! Whenever i start cantata (qt5 community build, version 1.4.0-1), i get an error : errno: Failed to open database file "/tmp/cantata/mpd/tag_cache": No such file or directory fatal_error: Couldn't stat parent directory of db file "/tmp/cantata/mpd