Is there  API / Progrematic method to attach Schema to WorkSpace ?

Hello ,
1. We are building our own installation pack.
2. We need to assign specific schema's to workspace automatically during / after installation.
3. Currently login to apex_admin and doing so manually is not an option.
Is it possible through any interface ?
Regards
Etay G

Hello Etay,
You can use the APEX_INSTANCE_ADMIN package [documentation is here|http://download.oracle.com/docs/cd/E10513_01/doc/apirefs.310/e12855/apex_instance.htm#CHDEJDF]
ADD_SCHEMA Procedure
The ADD_SCHEMA procedure adds a schema to a workspace to schema mapping.
Syntax
APEX_INSTANCE_ADMIN.ADD_SCHEMA(
p_workspace IN VARCHAR2
p_schema IN VARCHAR2);
Parameter      Description
p_workspace The name of the workspace to which the schema mapping will be added.
p_schema The schema to add to the schema to workspace mapping.
Example
BEGIN
APEX_INSTANCE_ADMIN.ADD_SCHEMA
('MY_WORKSPACE','FRANK');
END;
Greetings,
Roel
http://roelhartman.blogspot.com/

Similar Messages

  • Is there any native method for converting String value to Hungarian notat..

    Hello. there.
    This might be very simple question. but I'm just curious about this.
    I am wondering if Java API offer the any native method for converting uppercased string value to lowercase which obey the Hungarian notation.
    What I'm going to do is using Reflection for excuting RFC function on SAP. I was found it is very similar to JDBC Programming.
    Please refer to blow codes.
    //mTable
    JCoTable mTable = function.getTableParameterList().getTable(rtnTblNm);
        for (int i = 0; i < mTable.getNumRows(); i++) {
         mTable.setRow(i);
         HashMap tmpData = new HashMap ();
              for (int j=0; j < mTable.getNumColumns(); j++) {
                     // I want to set key String [userNo] instead of  [USER_NO] here.
              tmpData.put(mTable.getMetaData().getName(j).toLowerCase(), mTable.getString(j));
              result.add(tmpData);
    } Basically, The idea was from ibatis framework [com.ibatis.common.beans.classInfo] dropcase();
    Any idea would be very helpful for me. Thank you.
    Edited by: hosung.seo on Aug 30, 2009 10:42 PM
    Edited by: hosung.seo on Aug 30, 2009 10:50 PM

    ejp wrote:
    Hungarian notation is a representation of logical/arithmetic expressions in postfix form. Not what you're talking about.
    So your title is very confusing to the people here who know what it means, which is probably all of them, because people read threads based on their title.From now on, I will pay more attention when I post an question.
    If the titile as " +Is there any native method for converting String value to camelcase?"+ would be easier to what i'm pointing at.
    As I mentioned in above sorce code, converting [USER_NO] to [userNo] isn't relevant Hungarian notation. yes, it was ambiguous. Agree! :)
    But some answer wasn't fit to converting case or recognizing "underscore" delimiter. I was expecting toCamelCase() such as blew. Thanks.
        public static String toCamelCase(String name) {
            String lowerName = name.toLowerCase();
            String[] pieces = lowerName.split("_");
            if (pieces.length == 1) {
                return lowerName;
            StringBuffer result = new StringBuffer(pieces[0]);
            for (int i = 1; i < pieces.length; i++) {
                result.append(Character.toUpperCase(pieces.charAt(0)));
    result.append(pieces[i].substring(1));
    return result.toString();

  • Transfer "docx", "rtf", "txt" formats through API(sendDocument method)

    Hello. I tried to send "docx", "rtf" and "txt" files using sendDocument API method but had errors every time. Also there was a try by your soft to convert "rtf" to PDF but with no success and with PDF source code in the final document(the one that a recipient got ). I just wanted to ask if it is possible to send you specified file formats using your API sendDocument method or it is possible only through your website? Thanks )

    Yes, EchoSign supports most of the document file formats via API. If your API call is not going through you must be defining some API parameters wrong.
    Support will need to check your account info to look into the API log and troubleshoot it. You will need to contact the support team to troubleshoot.
    Thanks,
    Jat

  • How do I change my security questions email? There is an old one attached that no longer works.

    How do I change my security questions email? There is an old one attached that no longer works.

    The Three Best Alternatives for Security Questions and Rescue Mail
        1. Use Apple's Express Lane.
              Go to https://expresslane.apple.com ; click 'See all products and services' at the
              bottom of the page. In the next page click 'More Products and Services, then
              'Apple ID'. In the next page select 'Other Apple ID Topics' then 'Forgotten Apple
              ID security questions' and click 'Continue'. Please be patient waiting for the return
              phone call. It will come in time depending on how heavily the servers are being hit.
         2.  Call Apple Support in your country: Customer Service: Contacting Apple for support or
              Apple ID- Contacting Apple for help with Apple ID account security. Ask to speak to
              Account Security.
         3.  Rescue email address and how to reset Apple ID security questions.
    How to Manage your Apple ID: Manage My Apple ID

  • Is there any other method so that I can contact Apple to get IMEI number ? since the phone was shyncronized several times in apple store / iCloud.

    Hello community members, my iPhone has been stolen and I tried to contact police, they are asking for IMEI number of the phone. Unfortunately I could not read the IMEI number on the box due to moisture wiped out most of the number on it. I sacanned it in and enhanced, I'm still unable to read out the number. Is there any other method so that I can contact Apple to get IMEI number ? since the phone was shyncronized several times in apple store / iCloud.

    If you backed up your iPhone in iTunes on your computer -
    Open iTunes - Edit - Preferences - Devices - See Device Backups in the Window.
    Hover mouse/curser on any backup. Read IMEI and Serial no. your of iPhone.

  • Is there any other method other than se78 to upload a graphic into SAP R/3?

    Hi,
      Is there any other method other than se78 to upload a graphic into SAP R/3?
    Anita Jeyan

    hi ,
    just use  OAER or RSTXLDMC program
    it will definately help you
    regards
    rahul

  • Getting error when updating the JavaScript API for Office and manifest schema files in your Visual Studio project from version 1.0 to 1.1

    Hi,
    I`m getting error message like "None of the apps in your project can be activated in the target. The manifest file of one or more apps contain API sets or Office applications that are not supported by
    the target Office client. To debug those apps, update manifest files to exclude any unsupported API sets or Office applications, and then start the project again. Alternatively, you can debug your apps by using Office 365 as a target." when when
    updating the JavaScript API for Office and manifest schema files in your Visual Studio project from version 1.0 to 1.1 in manifest file though i have added host elements.
    any help in this regard is highly appreciated
    Thanks,
    Santosh Sutar  

    Hi Satosh Sutar,
    Based on the description, you got the error message when you update the apps from version 1.0 to 1.1.
    From the error message, it seems the menifest include some settings no allowed in the new version. Would you mind sharing more detail about how you update the project?
    And here is an article about updating apps for Office and menifest schema files in the project for your reference:
    How to: Update the JavaScript API for Office and manifest schema files in your Visual Studio project from version 1.0 to 1.1
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Is there api function to change access mode and set a passcode to recording in meeting?

    Is there api function to change access mode and set a passcode to recording in meeting?
    When I'm trying to use "action=acl-field-update&acl-id=SCO_ID_RECORDING&field-id=meeting-passcode&value=MY_PASSC ODE" it just clean the password and do not set it or change.
    And "action=permissions-update&acl-id=SCO_ID_RECORDING&principal-id=public-access&permission- id=view-hidden" do not work too.

    There is not a specific API for doing this. This was discussed in the other Connect forum here, Adobe Connect User Community.
    For you call I would make the second part differently. Instead of 'field-id=meeting-passcode&value=MY_PASSCODE' I would call 'meeting-passcode=MY_PASSCODE' and see if that worked better.

  • I uninstalled and reinstalled but at the end of installation there were erros.  See attached screen shot.  I now cannot open the application.  error code 10810 comes up when I try to open.

    I could not update photoshop CS6 and Jeff from forum advised unistalling and reinstalling (Tk93580659). Mac OSX. In real trouble, as suggested I uninstalled and reinstalled but at the end of installation there were errors.  See attached screen shot.  Now I cannot open the application.  Error code 10810 comes up when I try to open (see 2nd screenshot).  Please help.  I have now lost photoshop altogether whereas previous at least I still could use it but could not update.  Thank you for any help to instal successfully.  Dr Koh

    Still looking for a solution to specific installation errors (see screeshot) referring to "Language Pack installation failure":
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050: - Adobe Photoshop CS6 Core: Failed due to Language Pack installation failure
    ERROR: DW050: - Adobe Photoshop CS6 International English Language Pack_AdobePhotoshop13-en_GB: Install failed
    Unfortunately previous advice of using CCS cleaner tool, and suggestions from links for 1) "exit code 6 and 7" and 2) "Troubleshoot instal logs" did not work at all. So I am desparate to fix this because I have spent a lot of money purchasing Photoshop CS6 but have no functioning program. Surely Adobe can help solve this problem with installing, or else it means a lot of money spent on Photoshop CS6 for nothing. I am appealing directly to Adobe to help because I have come to the end of my options. I thank the forum for their suggestions but so far the solution for this specific "Language Pack installation failure" problem is missing. Thank you.
    Dr Koh

  • Are there any other methods which has same functionality as Ensure method in Sharepoint

    Hi,
    Am using "Ensureuser method" which will checks whether user belongs to the user list in share point  if not it will add the user to list.Is there any other method which can be used in the place of  "Ensureuser method" because
    am facing some problem with it.
    Thanks in Advance.

    Hi Shilpa,
    Am assigning permissions for folders in document libraries to users in external active directory.While assigning permissions to users am using Ensure User method but because of this method some of users are losing permission to folders even after assigning.so,
    am searching for any other method can i use in place of this Ensure User method to overcome my problem.Can I add permissions to user without using Ensure User method?
    Thanks in advance.

  • There isn't a link attached to my email to verify my iTunes account

    There isn't a link attached to my email to verify my iTunes account

    Hi foxbrier,
    Welcome to Apple Support Communities.
    It sounds like you haven't received the email to activate the Apple ID that you're using with the iTunes Store. The article linked below provides a lot of great information about the verification email and tips that will resolve most issues like the one you're seeing.
    If you didn't receive your Apple ID verification or reset email
    http://support.apple.com/kb/TS5404
    I hope this helps.
    -Jason

  • Is there a quick method for turning a 13 page Ai file into 13 separate Ai files

    Is there a quick method for turning a 13 page Ai file into 13 separate Ai files? I need to resave or RIP them as normalized PDF files, and I need to start with single-page ai files.
    Thanks.

    As Erica says, it's in the Illustrator Options window which opens after checking Save.. Check the top of what I showed

  • Everytime I start a new text message there is already a video attachment in the message.  I tried removing it , resetting the phone, deleting that video, etc..no help.  If I start a new text, the video is embedded by default, help.

    Everytime I start a new text message there is already a video attachment in the message.  I tried removing it , resetting the phone, deleting that video, etc..no help.  If I start a new text, the video is embedded by default, help.  Its almost as if its a part of my signature but its not.  I took the video from an email message, and sent it via sms/mms to a friend, since then it just appear in every new message I create, regardless of who it is going to.  I thought maybe imessage got messed up so I turned it off and back on, still there.

    I ended up resetting my phone by erasing all contents and settings.  Not ideal, but I was getting pretty frustrated with it.  Anyway, it worked.  I hope Apple figures this out cause I don't want to have to reset again if this happens again.  good luck.

  • Just purchase new iMac and migrated. I want to strip my 2 year old iMac of personal files and photos and take to my office. Is there a simple method? Thx

    Just purchase new iMac and migrated. I want to strip my 2 year old iMac of personal files and photos and take to my office. Is there a simple method? Thx

    The simplest way, is to erase the drive and reinstall the OS X.
    Mac OS X v10.6 Snow Leopard: How to Erase and Install
    Other than that, you will have to trash all your User files, delete all the photos from within iPhoto and then empty the trash.

  • Schemas and workspaces in Apex 3.0

    Hi Friends
    We are quite new to HTML DB. We have few queries pertaining to schemas and workspaces.
    We are developing an application in workspaces X which is associated with database user/schema X. We need to give this application for testing to the users. For that we need to have different set of environment so that it does not hamper our development.
    So what should be our plan of action.?
    Currently we have created a different database user/schema in the same database and associated a different workspace Y to it. But we are facing import/export issues across the workspaces. We have already raised this issue in the forum.
    Can we have same workspace associated with 2 different database schemas/users? If yes, then how does HTML DB handle the same?
    Thanks in advance.
    Regards
    Minakshi

    Hi Friends,
    As per Scott's suggestion, we attached our workspace X to 2 schemas A and B. Then we exported the app say 555(here the schema is A) and imported it using the parsing schema B in new application id say 500. But now the real problem starts. If we have added some new functionality in a page in our application 555 and now only that page we want to export and import it in application 500, then it gives error as "This page was exported from a different application or from an application in different workspace. Page cannot be installed in this application." So in the sql file that we exported, we changed few things as follows(marked in bold)
    --application/set_environment
    prompt APPLICATION 500 - Load_Factor_System
    -- Application Export:
    -- Application: 500
    -- Name: Load_Factor_System
    -- Date and Time: 12:01 Monday May 21, 2007
    -- Exported By: ADMIN
    -- Flashback: 0
    -- Export Type: Page Export
    -- Version: 3.0.0.00.20
    -- SET APPLICATION ID
    wwv_flow.g_flow_id := 500;
    wwv_flow_api.g_id_offset := 0;
    After we changed the export file as above and then tried to import it in application 500 it gives error as "ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-00001: unique constraint (FLOWS_030000.WWV_FLOW_PAGE_PLUGS_PK) violated <pre>declare s varchar2(32767) := null; l_clob clob; l_length number := 1; begin s := null; wwv_flow_api.create_page_plug ( p_id=&gt; 6303905775095939 + wwv_flow_api.g_id_offset, p_flow_id=&gt; wwv_flow.g_flow_id, p_page_id=&gt; 1020, p_plug_name=&gt; 'User Master', p_region_name=&gt;'', p_plug_template="
    Can anybody please help us with this issue? The other solution for this is to delete the complete application 500 and then freshly install the application. But we do not want this since any change in few pages should not result in deletion of complete application.
    Also Scott, thanks a lot for your detailed solution as to how to put an example on apex.oracle.com. We shall definitely put an example and post it.
    Regards
    Minakshi

Maybe you are looking for

  • Third party PO billing

    Dear All I have raised third party PO with reference to sale order PR number.With recpective PO i done invoice verification and its payment also done to vendor. But during billing if SD enter invoice document number in respective column they are faci

  • After deleting users they are not removed from portal30.wwsec_person

    I am building a customized script to carry on users self registration. the script is going great and user is created and i can log into portal successfully with this new created user. I relogin as portal administrator and delete this new user and now

  • PDF to CBR

    I'm converting comics for my grandson from PDF to CBR or CBZ.  With Win XP I used PDFtoCBR but that doesn't work with my new Win8.1 OS. So what will work for batch conversion (please don't advise I leave them as PDF)?

  • Can i use the TC for Audio and video storage? How?

    I have a Time capsule and i want to use it to storage audio and video, and use it with my Home theater system. I am not sure how can i play it? Ipad? OS? Somebody has experience with this?

  • Mhtml embedded email not displaying proper format

    I am delivering a report through email  i am using mhtml as a render format for email delivery and report sending as a embedded email but, not report format displaying ... one thing when i see report in report manager it is displaying format nicely s