Add multiple schemas in one workspace

Hi all,
In my apex application i have to add to schemas in one worksapce and hav to right sql query by using objects of both the schemas...
can anyony tell me how can i achieve this functionality in apex...
Thanks,
Shruti

Shruti,
You can have as many schemas associated with the workspace as desired. However, there can only be one parsing schema for each application in the workspace. Are the schemas in the same DB?
If so, you can just grant all the privileges needed on the other schemas to the parsing schema. Then the parsing schema will have rights to all objects needed in the other schemas.
If they are not in the same DB, then you can use db links.
Keith Malay
www.sds-cg.com

Similar Messages

  • Using Multiple Schemas in one Application

    Is it possible to have multiple schemas from the same database in one applicaiton. In APEX we have added multiple schemas to our workspace but when we create a form or report only one schema seems to be available.

    Miroslav wrote:
    Your application has a parsing schema. All other schemas have to give appropriate grants to it to be available to your application.Miroslay is right, if you use the INTERNAL workspace to add additional schemas to a workspace, APEX does not take care of any grants between the schemas. APEX can not know how or if you might want the schemas to interact with one another. All this does is gives the workspace the ability to utilise that schema, such as adding it as parsing schema to any applications in the workspace.
    You can switch to the secondary schema in SQL Workshop and add grants from there, e.g.
    grant select on SECONDARY_SCHEMA.MY_TABLE to PARSING_SCHEMA;

  • Multiple Schemas under one user account with XE 10g

    Hi,
    I am using (learning) XE 10g. I would like to know if it is possible to have multiple schemas under one user account and have the schemas logically separated. As of right now, I have three schemas that I am working with, each one under a different user account. This is inconvenient, because I have to logout of one user account and login to another user account simply to be able to work with another schema.
    Thanks

    It isn't possible to have multiple schemas under one database user account. It is of course possible to grant rights to other database users, and or roles, in order to allow access to the tables/data from other accounts. In Oracle there is a one-one mapping between schema and user.
    Niall Litchfield
    http://www.orawin.info/

  • How do I add multiple images into one file?

    I'm sure this is something that's been covered in another post (or even in the help portal) but I think my wording in my search terms are not correct or... I don't know, because I just can't find what I'm looking for.
    I want to know how to add multiple images into one file/one image, both horizontally and/or vertically. To give you an idea of what I mean, check out :
    http://www.best10apps.com/apps/comic-story,531596060.html
    If you scroll down, you'll see a heading entitled : Screenshots of Comic Story. Notice how there's 3 pictures (divided by borders). 2 of those pictures are side by side, and 1 of them is below the first 2 pictures.
    I want to know how to add different pictures/images and put them into one picture.

    One way is to create template PSD files and populate them with your images using Photoshops scripts.
    Photo Collage Toolkit UPDATED June 12, added Picture Package Support via PasteImageRoll and BatchPicturePackage scripts.
    The package includes four simple rules to follow when making Photo Collage Template PSD files so they will be compatible with my Photoshop scripts.
    There are eleven scripts in this package they provide the following functions:
    TestCollageTemplate.jsx - Used to test a Photo Collage Template while you are making it with Photoshop.
    CollageTemplateBuilder.jsx - Can build Templates compatible with this toolkit's scripts.
    LayerToAlphaChan.jsx - Used to convert a Prototype Image Layer stack into a template document.
    InteractivePopulateCollage.jsx - Used to interactively populate Any Photo Collage template. Offers most user control inserting pictures and text.
    ReplaceCollageImage.jsx - use to replace a populated collage image Smart Object layer with an other image correctly resized and positioned.
    ChangeTextSize.jsx - This script can be used to change Image stamps text size when the size used by the populating did not work well.
    PopulateCollageTemplate.jsx - Used to Automatically populate a Photo Collage template and leave the populated copy open in Photoshop.
    BatchOneImageCollage.jsx - Used to Automatically Batch Populate Collage templates that only have one image inserted. The Collage or Image may be stamped with text.
    BatchMultiImageCollage.jsx - Used to Automatically Batch Populate Any Photo Collage template with images in a source image folder. Easier to use than the interactive script. Saved collages can be tweaked.
    BatchPicturePackage.jsx - Used to Automatically Batch Populate Any Photo Collage template with an image in a source image folder
    PasteImageRoll.jsx - Paste Images into a document to be print on roll paper.
    Documentation and Examples

  • Add multiple graphs in one chart(ex.scatter chart) using labview excel report generation toolkit

    How to add multiple graphs in one chart(ex.scatter chart) using labview excel report generation toolkit. Assume like my test data is like below:
    X-Axis
    Data1
    Data2
    1
    1
    2
    13
    2
    3
    14
    3
    4
    15
    5
    5
    16
    3
    6
    7
    7
    The above graph generated manually in excel. I want to generate the same using excel report generation toolkit. when I use Excel Insert Graph.vi where the input data is 2D array with numeric data but here labview converts the empty cells (eg.x -axis 1,data1- is empty) as zero and while plotting i am getting zero for empty cell values.
    Can anyone please help me on how to plot the graph without adding zero for empty cells?
    Thanks&Regards,
    Bharathi T
    TE
    X-Axis
    Data1
    Data2
    1
    1
    2
    13
    2
    3
    14
    3
    4
    15
    5
    5
    16
    3
    6
    7
    7

    Hi Bharathi,
    The Excel Insert graph function takes in only 2d arrays as inputs. Since arrays can only have numeric values, any table with a null string is read as 0. Now to get a plot like you mentioned, you could read the table and replace blank Strings as NaN. NaN values in an array when plotted do not appear in the excel sheet. For reference I have attached a sample vi to help you understand.
    Regards
    Vijetha Nuthakki,
    Applications Engineer
    NI Systems India
    Attachments:
    Excel_graph_multiplot.vi ‏21 KB

  • Adding multiple schemas to a workspace

    We use Oracle Applications for our ERP, and I've just had our DBA set up APEX. One of the first things I noticed, however, was that the object browser only shows the schema(s) that have been explicitly assigned to the workspace. I found in the help how to add another schema to the list (have the DBA log in to the admin page and create the new link), but it looked like there wasn't any support for adding multiple schemas at once. Since the applications use a lot of schemas (AP, AR, INV, PO, ONT, WSH, etc., etc.), it'd be great if I didn't have to have him doing all of this manually.
    Suggestions?
    Or do we just need to do it, secure in the knowledge that we should only have to do it a few times?
    (Also, is there any way to have the object browser filter down to tables/views that the APEX user has grants on?)
    Thanks,
    -David

    Peter,
    Thanks, that gave us what we wanted. Though now I'm not sure if it's what we should actually have. After adding the schemas, we found that we could manipulate anything we wanted in those schemas (create tables, view and update data, etc.) without having to do explicit grants. This is an obvious security issue...
    My first thought is to remove almost all of the schemas and create views in the APEX schema to the other tables that we're going to need, but I'm concerned that doing so will be a development and maintenance headache as our toolbase expands to include more and more of the Oracle Application tables. Is there a better solution that I'm not aware of?
    -David

  • Multiple schema for a  (workspace) user

    If I use XE and create a database user from the homepage/admin as system I get ( compared to an HTMLDB2.0 instance in an SE/EE-environment) a user with its workspace (the admin for this workspace). This user has his own schema and if he is logged in he can create application-users (HTMLDB-Users in this workspace).
    (1) But how can I add more than one schema to this workspace?
    I create a user TEST as system. got user TEST with schema TEST.
    I have a database schema (only database schema) DEMO and want assign this so that the (htmldb)User TEST can create applications based on the schema DEMO (thats possible in HMLDB2.0 with SE/EE).

    Thanks dietmar -
    I believed thats an restriction - but want to get an official statment from development... -> SCOTT?
    I know the basic workaround and then have to consider any changes in the mixed structure.
    It makes sense to have data separated in different schemas and have only one workspace for bundling different applications, because of same securityInterface,
    UserInterfaceDefaults... (easy delivering for departments, customers).
    If the restriction exist (for newbies makes it easier to understand htmldb&oracle),
    we have to accept.

  • How do you add multiple birthdays to one contact

    I keep searching but it seems all the tips are old form previous versions or I am missing something.  I am currently using Mac OS X 10.7.3
    I am trying to add multiple birthdays in my Address Book under one person, thier family members and I want it to sync with iCal.  I also did not see the Anniversary option in Address Book
    Please help,
    Thank you,

    This has two parts. The second one, having the extra dates sync with iCal/Calendar, I don't (yet) know how.
    The first one, though, isn't so hard. Go to Addressbook/Contacts preferences. Under templates, click on "Add field" and select "dates."
    Now you can customize the template to default with "Anniversary" or whatever other nametag you'd like to give the date field or fields.
    I'd really like to hear how, if it's at all possible, even, to have those sync in iCal/Calendar.

  • Add multiple libraries to one album

    Can you add multiple libraries that have been previously downloaded to one album?

    In Revel, libraries are where images are truly stored.  Albums are just simple containers for organization and sharing.  For any given library, an image can belong to a number of albums.  And if you delete an album, images remain safe in the main library.
    It sounds like you want to consolidate images from multiple libraries into one location.  Currently, Revel does not allow one to copy or move images between libraries.  The only thing I can recommend is to import your images again into the library you where you want to consolidate.  If the images exist only in other Revel libraries, you will need to export them first, and then re-import them to the desired library.
    If I didn't quite speak to your needs, please let me know so I can try to offer better help.
    --Charlie

  • Can I add multiple keywords on one line in Junk Rules

    Dad forwards me crappy jokes all the time. I have a rule set If "all" conditions are met.
    From Contains : dads email address
    Subject Begins With: : FW
    This works but can add into the same line Fwd.
    It's been a long since programming but I thought maybe using : "FW",Fwd","Fw".
    I know I could set another rule but Its more efficient this way.
    Please let me know it there is a correct syntax which would allow me to do this.
    Thanks,
    Craig

    Never mind just found out I can add multiple lines of : Subject Begins With and keep the "All" Conditions command. I original thought the rule would initiate with the all conditions must be present, but it seems to work.

  • VS2013 Community Edition : How to add multiple projects in one solution?

    I am an experienced .Net developer. I am using Visual Studio since 2005.
    Yesterday, I just installed “Visual Studio 2013 Community Edition”. Suddenly I came to know that I can’t add multiple projects to a solution. Even a project does not have
    solution !!
    I had also tried to create a blank Visual Studio solution and then tried to add projects to that solution. But after creation of project, it will not be added to that solution.
    Infact it even doesn’t have solution !!
    How can I add multiple projects to a solution in VS2013 Community Edition?

    Glad to see the problem was resolved. Thank you for sharing the solution here.
    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.

  • How do I add multiple emails for one contact to the same group list?

    When trying to set up a group email list using address book, is there a way to include multiple emails for the same contact to one group.  For example I'm trying to set up a baseball team group email.  Some kids want emails sent to both mom and dad which have different emails.  I currently have them in my address book as the boy's name with the emails listed as mom and dad.  I can add one "mom" to the list but when I compose the email, it will use the most recent email used.  I would like the group to contain both addresses for mom and dad without setting up to different contacts for the same player.

    var cToAddr = this.getField("saManager").value + ";" + this.getField("ManagerEmail").value;

  • How do I add multiple portlets to one provider?

    Hello,
    I'm using JDeveloper 10g. Created an Application Workspace which holds several projects (java/jsp porlets). I would like all of these portlets to be under one provider rather than registering a provider for each project. Do I choose one project and add information to the provider.xml file for my other portlets? If anyone could help, it would be appreciated...
    TIA

    [Matthew:  think I understand. Is it safe to use a provider for each portlet? If I had a hundred portlets would it effect system hardware requirements with multitude of providers running? Now I'm trying to determine if I should combine each project or if I should leave them seperate. Thanks again...]
    Matthew - Would be good if you could hit "reply" to the last concerned post. I had some trouble trying to find whether you had posted any more questions ;-)
    here's my response to your last post:
    There is definitely a performance hit when you have just one portlet under one provider. First - You will have to undergo 100 provider registrations and I'm sure that can drive anybody crazy ;-)
    Secondly, for each provider, there is a ProviderDefinition object created in memory. In your case, there would be 100 such objects created at any point in time (assuming 100 are in use). had you classified portlets under say 10 such providers, you will definitely save memory. For each instance of the provider registration, you have one ProviderInstance object created. So even if all these 100 providers are registered once on Portal A, you will have 100 instances of this object. When registered on portal B, 100 more will be created. This will be sufficiently less if you had just 10 top level providers.
    As a best practice, you might want to group related portlets under one provider e.g. If you are having a bunch of SAP, Oracle, PeopleSoft portlets, you could create three top level providers and just add those portlets accordingly. Just an example though. the classification is totaly based on what binds two portlets together and is something that will have to be decided by you.
    Just my 0.02$
    Regards,
    Abhinav

  • How do I add multiple pages in one tab

    I am trying to have multiple pages in each tab. Similar to
    the Adobe store page. ie one of my tabs is a for features. Within
    that, I want to have a learn more button to a more detailed page.
    That page should appear under the same Features tab.
    I am really new to javascript and spry and am totally lost.
    Please help.

    quote:
    Originally posted by:
    mihcaelc
    there not really pages there it's just content within a div.
    so if you go into dreamweaver create a tab panel.
    for each tab there will be a div <div
    class="TabbedPanelsContent">
    just place each pages content within this div tag and you
    should get what you want.
    errr... wrong awnser =D
    U can add the Spry pagin with in your tabs.
    Paging preview;
    http://labs.adobe.com/technologies/spry/samples/data_region/PagingSample.html
    Or use Spry.Utils.updateContent to change the content of the
    tab.
    Spry.Utils.updateContent(id, file, callback);

  • Creating Multiple Projects in One Workspace

    I've created a new workspace which has two new projects with
    their own packages. When I try to import the package from
    project2 into project1 JDeveloper can't find the class or source
    files. It seems to only see files in it's own directory and not
    one that aren't jar files. Is it possible to create two projects
    simultaneously and have one project import from the other?

    Thanks for replying,
    I want to this type of output,
    In my project one solution two projects(one website and one WCF service)
    what i am asking is 
    this type 
    running both projects single service
    http://postimg.org/image/oijwkbn7h/
    After
    i a hosting into azure that url's like this
    How can i get this type of output
    EX: http://multliplehos.cloudapp.net/ 
    Service url: http://multliplehos.cloudapp.net/Service1.svc
    anilbabu

Maybe you are looking for

  • Common itunes and iphoto library across many apple devices & users using AExtreme?

    Is it possible to maintain a common itunes library and iphoto library shared across multiple users and multiple devices in a home via airport extreme or via airport express and a NAS?

  • Osx mountain lion purchase problem

    Hey , i have a problem purchasing os x mountain lion from apple store. Whenever i hit Buy button, and after entering my password, it redirects me to the billing info page. by the way, i dont have a payment method set. The method i will use for the pu

  • What happened to the "size and position" panel in Photohop CC?

    What happened to the "size and position" panel for printing in Photoshop CC?

  • ATP check with acknowledged PO 's only

    Dear Experts In ATP checking rule A or B my client does not want to consider all Purchase orders but only those which have been acknowledged by Vendor. Is there a possibility of this. I do not see any standard setting in configuration to achieve it.

  • New user of eprinting

    I am a new user of eprinting and would ike to understand more ... does my printer need to be on to use e print or can I put it on at the end of day to retrieve print jobs which I have sent to it and if so for how many days will it remember jobs. Also