Auto how to grant additional on a workspace rights when creating the workspace

Hello

We use APEX 5.0 and I want to GRANT additional rights on EACH workspace when it was created.

So that I need, after you create a new workspace, perform the following Manual :-(

GRANT CREATE SYNONYM, CREATE VIEW, CREATE the LINK DATABASE, CREATE the PUBLIC DATABASE LINK xxx where 'xxx' = Workspacename

However still a manual task is not a good approach
I wish I had the default GRANTS and others above, automatic!

Is there a feature or setting that can do it for me?

Maybe there's a default template that I can modify for my needs?

Thanks in advance for your help

concerning

Detlef

Detlef salvation,

If you use the Admin app Instance to provide patterns and new workspaces, you can simply add grants to the APEX_GRANTS_FOR_NEW_USERS_ROLE role. When APEX creates the workspace schema, he travels all privilege that has been granted to this role and he gives to the new user. You may need to grant privileges WITH GRANT OPTION to APEX_050000 (and again when the power to APEX_050100, etc.).

Kind regards

Christian

Tags: Database

Similar Questions

  • The 413 header length too large. How can I install flash player? Because when press the link 413 header length too large can help pls.  Thank you

    The 413 header length too large. How can I install flash player? Because when press the link 413 header length too large can help pls.  Thank you

    Hello

    Please clear the browser's cache and cookies or remove the *. Adobe.com items in your list of cache and cookies of browsers.  The installer will then download.

    --

    Maria

  • How can I keep text left to right when you type around border of a circle?

    Hello Forum

    I was able to determine how to type text around the outer border of a circle using custom shapes and the path tool.  However, what I need, is for ALL of the text from left to right and right to the top.  I'm trying to type three words: the first word is from 09:00 to 11:00.  The next word is from about 01:00 to 03:00.  The last word would be extended from about 04:00 to 08:00.

    Using the method mentioned above that the text will wrap around the shape of the circle, it turns upside and is now from right to left when he reached the bottom of the form.  I tried different things without success.  I have access to Photoshop CS4, CS6 and CC, so if anyone has any suggestions I'd be happy.

    Thank you

    Daryl

    Only way I so drawn to separate paths and then use the path Selection tool to raise text 04:00 - 08:00, then the path to the scale so that the text looks like it follows the other path.

  • How do hide you a div by default (when loading the page)?

    I created a div with the content.  I can show and hide the div based on if you click on a radio button.  I need to hide the default div but I don't know how.

    Select the div tag in DW.  Use CSS to assign a visibility: hidden style.  If the div is positioned absolutely, you can just select it and use the drop-down list visibility = down on the property inspector to make it hidden by default.

  • Please someone told me how to Center justify text boxes in a window created in Javascript for Illustrator.  Think it must be done when creating the objects, but I'm new to scripting and do not know the syntax.

    function getCutterID() {}

    var CWindow is new window ('dialog', "ID layout");.

    var CInputGroup is CWindow.add ('group');.

    var CText = CInputGroup.add ('edittext', undefined, ' ');

    CText.characters = 7;

    CText.active = true;

    var CButtonGroup is CWindow.add ('group');.

    CButtonGroup.alignment = 'right '; CButtonGroup.add ('button', undefined, 'OK'); CButtonGroup.add ('button', undefined, 'Cancel');

    CButtonGroup.active = true

    CWindow.show ();

    return CText.text

    CWindow.close ();

    };

    ScriptUI for Dummies | Peter Kahrel

    See page 60.

    It may be useful

  • How to ignore requests for password when creating the DB with the DBCA shel scripts

    When generate a database with scripts automatically passwords DBCA asks 1 2 times at the beginning and 1 initializing ora.ini DB.

    I should replace the lines as
    Connect "SYS" / "' & & sysPassword ' as SYSDBA"
    with the password that is real because it's a public password to test databases.

    P. S.
    If these questions are not apropriate and a burden for the cmmunity you can inform me.
    Up to now, if I can't find something on common search keywords, I add it, believing it to be a contribution to the knowledge base of the Oracle communities

    I found the solution. As MarkDPowell has pointed out, invited because ACCEPT input so have to comment on it.

    And I can pass my own password public as a variable to SET - http://docs.oracle.com/cd/B10501_01/server.920/a90842/ch13.htm#1008884

    P. S.

    I'm trying not to let the non-answered son.

  • How to call a method to support bean when change the af:panelTabbed tab?

    I use component af:panelTabbed and want to call a method of bean support when change tab. I tried to use itemListener on af:showDetailItem, but it's not working. and use clientListener / serverListener to call the backup method does not work either.

    Hello

    use the earpiece of the disclosure on the detail element

    http://download.Oracle.com/docs/CD/E15523_01/apirefs.1111/e12419/tagdoc/af_showDetail.html

    Frank

  • How to create the new table by using the pertioned table

    Hello
    I use a partitioned table, now I want CPDR a new table with the same structure of my existing partitioned table.
    so can I use this syntax

    create the table abc_new as
    Select * from my_partitioned_table
    where 1 = 2;

    If I use this syntax, he would do the same my existing partitioned table structure?

    and

    When
    We use a syntax such as

    create the table abc_new as
    Select * from my_partitioned_table
    where 1 = 2;

    so he would also make the indexing on the new table if old table exists? If this isn't the case, then how can we create this indexing too at the time of execution of this syntax?


    regards

    N °

    Although the command would create a new table with the same column names and data types, it is NOT a partitioned table. You must explicitly specify the PARTITION BY clause and definitions of Partition when creating the table.

    Similarly, index definitions are not automatically copied. You must explicitly run the CREATE INDEX statements (which you can generate source using DBMS_METADATA. GET_DDL or by using any other tools/utilities).

    (However, if you use Export-Import - for example import to another schema, or to another database, it would create a table partitoned bearing the same name and with the same index definitions).

    Hemant K Collette

  • How to create the Indesign application with vc ++

    Hello

    I want to ask that how to create Indesign application using vc ++?

    I am able to develop applications in c# using COM and generate an Interop.Indesign.dll using the Adobe Indesign CS5.5 typotheque

    I am sucessfully create instance of Indesign using this code

    Type = Type.GetTypeFromProgID ("InDesign.Application");

    Application InDesign._Application = (InDesign._Application) Activator.CreateInstance (type);

    I'm not understanding how to use COM with vc ++ or there is another method to create an instance of Indesign using vc ++.

    or

    How to use Interop.Indesign.dll in vc ++ to create the instance of indesign.

    There is no .tlb file in indesign directory by which I generate .h and .cpp file that I can use in my project.

    I want to create Indesign in vc ++.

    Thank you

    Hi, I'm not a programmer VC ++ itself, so you can't give the code, but I can give some general measures that can you can get and hopefully solve your problem.

    We can use the COM Indesign object to hunting Indesign and its functionlaity of VC ++ or c# and other. What we need to do is import tlb files in our project so that we have the declerations of the methods exposed by the COM of Indesign interface and make a call to them.

    The .tlb file is present at "C:\ProgramData\Adobe\InDesign\Version Visual Support\7.0\Resources for Basic.tlb 7.0\en_US\Scripting. You can use this to create your .h files using the #import statement.

    Once you have created .h I think that you will be able to call the methods of Indesign, of course, you will need to create an instance of the Indesign application.

    Are has some links that might be useful for you.

    http://forums.Adobe.com/message/3783210#3783210

    http://forums.Adobe.com/message/4407895#4407895

    Take a look as they discuss the issue that you are facing.

    PS: The .tlb file exists in several places in your system in order to be sure that you use the last LBR. You can search for "resources for Visual Basic.tlb", rename it, and then start Indesign (it must re-create these files that will have the latest model of the object). On Win7 launch Indesign using Admin privelages to other teas file will not be created.

    Manan Joshi

    -Effective InDesign solutions-

    MetaDesign Solutions

    http://metadesignsolutions.com/services/InDesign-development.php

  • How to create the new domain in bpel console

    I created a new domain by going to admin-areas-> bpel > bpel create new domain bpel. But he did ask a password when creating the domain.
    If I use the oc4jadmin password I get wrong username password how to create a new area of bpel with new password?

    http://MetaLink.Oracle.com

    You must have brought some Oracle software to get access.

    This is the official doc

    http://download.Oracle.com/docs/CD/B31017_01/integrate.1013/b28982/security.htm#CDDDBFCC

    see you soon
    James

  • How to create the Webservice data control with a secure Web service?

    I am creating a data control with a Web service that requires authentication (SSO)
    There are two ports for my server OC4J 7777 (requires authentication) and 7779 (authentication is not required).
    (The service Web application is deployed in OC4J)

    I am able to create a data control with port 7779 not, but I'm not able to create with the port 7777. In my app, I'll go "user email" the SSO. I require it a data control with authentication. How to pass the user name and password when creating the data control? I'm not able to go "Point endpoint authentication" stage also. I get the error message "the WSDL document is not found" when I type the URL in the first step.

    I created the data control with port 7779 and after I modified the 'DataControls.dcx' file with port 7777. (IE "wsdl ="http://ipaddress:7777/../..?WSDL"), but I do not get the appropriate data.

    I work with JDeveloper 11.1.1.0.0g

    Please help me,

    Thanks in advance
    Vinod

    There was a few bugs in this area, who are already fixed in our current code line, then they should do it in the next version.

  • As sysdba, how to grant create table to a user for a particular tablespace?

    I did the PRACTICE tablespace and user SEAN. How can I give SEAN the privilege to create a table in the practical tablespace?

    CREATE TABLESPACE PRACTICE
    DATA FILE
    ' F:\DBM\FALLB\DB2046\ORACLE\ADMIN\ORAC...
    SIZE 20 M
    DEFAULT STORAGE OF DICTIONARY OF MANAGEMENT MEASURE (1 M INITIAL FOLLOWING 1 M MAXEXTENTS 20 PCTINCREASE 0);

    CREATE USER SEAN
    IDENTIFIED BY SEAN
    PRACTICE OF TABLESPACE DEFAULT;
    GRANT CREATE SESSION TO SEAN;

    -----------------------------------------------
    -----------------------------------------------
    SEAN GRANT SYSDBA;
    +
    Sean/[email protected] CONNECT as sysdba

    Works, but what happens if I don't want SEAN have sysdba privileges?

    -----------------------------------------------
    -----------------------------------------------
    Another question would be if I don't give SEAN sysdba privileges and then I connect like sean and then perform a
    SELECT * FROM TAB;
    to display the available tables, how can I do so that I can only see the paintings I do myself instead of all tables in the database?

    Hello

    Connect as sys and grant after privs to SEAN, I added a few privileges as well.

    Do not give any user other than SYS sysdba priv, unless you intend to use user SEAN as a user administrative addition to SYS.

    GRANT RESOURCE TO SEAN;
    GRANT CONNECT TO SEAN;
    GRANT CREATE SESION TO SEAN;
      -- GRANT UNLIMITED TABLESPACE TO SEAN;
    GRANT CREATE VIEW TO  SEAN;
    GRANT CREATE PROCEDURE TO SEAN ;
    GRANT CREATE TABLE TO SEAN
      -- 1 Tablespace Quota for SEAN
    ALTER USER  SEAN QUOTA UNLIMITED ON PRACTICE;
     
    

    Concerning

  • I don't know how to add additional devices to my list of "trusted devices" in my Apple account.  When I opened my account on Apple using my apple id, I see only my iphone6 listed as a "trusted device";  There is a button to edit, for example. Delete the d

    I don't know how to add additional devices to my list of "trusted devices" in my Apple account.  When I opened my account on Apple using my apple id, I see only my iphone6 listed as a "trusted device";  There is a button to edit, for example. deleting devices, but I can't, or I do not understand how to add my other devices to my approved devices - but is anyone know how to add my Mac and iPad to this list?

    Download a purchase on a device should associate this device with your Apple ID take a look at this.

    View and delete devices in iTunes - Apple Support

  • How to install additional Windows Stuff

    : ^ 0 I could use some help from those more experienced than me.

    I want to add some of the windows that are not normally installed during installation such as the indexing service, features additional network features. But when I try to install these things, the files that are needed must not be found.

    Anyone know how to get around this problem?

    Thank you.

    I put a copy of Windows XP Edition family on a USB and then returned to the control panel to add the addition of software. When Windows was unable to find the file, he asked me where it was and I mentioned it in the i386 on the USB drive folder. It finds the files and install them. Problem solved.

  • How to grant you permission to files and paths for applications and games

    How you grant permissions of files and paths for games and apps, I recently downloaded a game and can't not play due to the fact that I get a message saying that I don't have access to the file or permissions and it's my computer, if you can help that would be great

    Where are you error? By installing or playing? If its installing, check the folder where you download the game. You should have the permission that you are able to download in this folder! but you can try on this record.

Maybe you are looking for

  • Sudden loss of power if it works on battery on Satellite P10

    I have problems with the battery on my satellite P10. I can use the laptop very well when I'm on the current, but when I want to run on battery, it will last awhile (showing 100% decreasing slowly as usual) then will suddenly change to 5% and turn of

  • Freezing on Hulu more

    Hulu freezes to new BDP-S380, and loud. TV episodes will play fine by the commercial segment and first intro. Just like the first segment ends and goes to advertising, television shows (black with blue bar) loading screen and the progress on the bott

  • Hardware design

    I hope that you will rewrite the application using guidelines from Google this year? :/ The current design has a lot of bugs and it looks like IOS...

  • Presario cq61: I have athe same problem I'm presario cq61 and the error is 55067138lunch

    I have athe same problem I'm presario cq61 and the error is 55067138

  • Graph: to move wave automatically to coordinate

    Nice day Can I know how to move the cursor automatically in the waveform graph example: I knew Y = 2 what is the value of x is... should what property node properties I use? also attached my vi (data to coordinate the XY with the cursor) Best regards