Multiple schema use in one workspace

Hi,
I have Apex application where I use 4 different schemas, with same privileges (select any table, insert any table, update any table, delete any table, create synonym,create any view, create view, unlimited tablespace) and roles (connect, resource).
These 4 schemas are assigned to my workspace, and they are visible in SQL Workshop and Object Browser, but when I want to create a new Form page on a table, I can choose between only two of four schemas.
What I need to make to get other schemas visible in Form wizard?

Hi,
Each apex application have there own parsing schema [edit application attribute]
Application page components will access the schema objects directly.
#owner#.tablename
When you need another schema to access from your page
-> grant permission required then
by using #schemaname#.Table name
go to Object Brower-> Select object [tablename]
click Grant tab-> choose the schema name-> give all permission->
create
Now create form then access using schemaname.Table name
Thanks,
Loga

Similar Messages

  • Multiple schema used on apex?

    hi all,
    i posted a thread here need some comments or suggestions for database designing
    just wanted to ask comments from APEX developers as well. is it recommended to have more than one schema if i use Oracle Application Express as front-end tool?
    considering that having multiple schema means multiple workspace. then there will be features that i won't be able to use such as a single sign on for all applications in this case?
    what i want to know is are there any other ways to have a user sign in to one application and be authenticated in all applications despite that those applications are on different workspaces?
    thanks
    allen

    Allen,
    One Workspace doesn't mean one schema. You can have multiple schemas assigned
    to one workspace.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Multiple devices using the one Apple ID

    Hi
    We have multiple devices (2 x iPhone and 2 x iPod Touch) that use the one Apple ID for our family.  As we all have separate email accounts, calendars and contacts, do we need to create individual Apple ID for iCloud syncing and iTunes purchases or is it possible to destinguish devices use the one ID?
    Appreciate any guidance here, as not keen on setting up new Apple ID's for young children.
    Thanks

    Sorry, just want to chime in and say that we have this issue too. We have only three devices, Mac, PC, and iPod touch. But we have two each of separate email accounts, address books, and calendars. We decided several years ago to use one Apple ID for iTunes only on one computer and the iPod. But how will several adults in a family share an Apple ID and iTunes login, but enable separate email, contacts, and calendars in iCloud? We really want this to work.
    Thanks very much!
    OH, wait - it looks like it is answered here:
    https://discussions.apple.com/thread/3102518
    The answer is a little bit hard to understand, so I will keep reading. We did not have Mobile me addresses, so I guess we will create two new ones.
    I'll post more threads if I find them.
    Message was edited by: def

  • Persisting Multiple Entries using only one form

    Hi Everyone,
    I have a form on which I am entering phone number and city.
    The form prompts the user to enter 3 phone numbers and 3 cities.
    My java bean is Address which have two fields phone and city.
    How can I bind the Java bean with form so that after submission of form three entries will go in Address table.
    Thanks
    Ambrish

    I already have Address bean but how to use it so that two records will enter using only one form.

  • Connecting to multiple schemas using datasources file

    I am trying to connect to multiple oracle schemas on the same database using a 10.1.3 version of datasources.xml file. Has any one done this. If yes, can you please post an example.

    I am trying to connect to multiple oracle schemas on the same database using a 10.1.3 version of datasources.xml file. Has any one done this. If yes, can you please post an example.

  • Multiple schemas assigned to a workspace

    I'm trying to write an app that accesses other schemas besides the apex user I'm using. I can't figure out how to assign more than one schema to a workspace. All help is sincerely appreciated
    Rich

    you don't have to assign other schemas ... but you can access them.
    Suppose you have default schema X (x is user that own that schema) in worspace, tableA is in schema A and tableB is in schema B.
    Then you login as user A (that own schema A) and exceute:
    grant select on tableA to X;Then you login as user B(that own schema B) and exceute:
    grant select on tableB to X;Now you can as user X (whose schema is default in your workspace) select data from both tables: tableA and tableB as well.
    Login as X user and execute:
    select * from a.tableA;
    select * from b.tableB;If you want to ommit that schema prefix in front of table names, you can as user X execute:
    create synonym tableA on a.tableA;
    create synonym tableB on a.tableB;Now you can execute query like:
    select * from tableA;
    select * from tableB;but thoise object are not in schema X but in scema A and B...
    Hope this helps! The best way for other questions in this subject to place in other forum...

  • How do I use Address Book to print multiple labels using just one address?

    Hi. I'm trying to print multiple address labels using the same address on each label, but I'm stuck trying to make this happen in Address Book. Can anyone help?
    Thanks!

    The work-around that I've found to solve this issue is to create a new group in address book, then duplicate the contact 20 times or so, and drag the duplicates to the group you've created. Then, when you go to print, you will have a sheet of 20 or so duplicate labels. If you want to save it to repeat this task later, you can select "save as PDF" in the print menu, and simply print the PDF file next time. (assuming you use the same size labels next time, of course) Then, don't forget to delete the umteen duplicates from address book, taking care not to delete the original.
    Not the perfect solution, but it gets the job done. Maybe somebody wants to make an automator action that will do this?

  • Multiple schemas, DADs on one instance of Portal?

    Originally posted in "General.." forum with no response, trying here....
    Is creating and configuring differnet DADs and/or schemas a viable approach towards segmenting multiple portal(s) on Portal? From my reading it looks as though this could be an option to handle delegated administration, in that each "portal" on Portal would have its own dad, schema, and therefore Builder, Navigator, etc...

    check this out for more info:
    http://www.weblogic.com/docs51/admindocs/properties.html#multihoming
    "Mauricio Del Moral" <[email protected]> wrote in message
    news:3977759c$[email protected]..
    Hi,!
    I'm afraid not, but that would be great.

  • Multiple Schema Creation with One Source system Via SLT

    Hi all,
    we have BW on HANA environment at our company premises, with SLT server installed
    So, my Question is that is it possible to create more than one schema in HANA system with one Source system
    As an example, lets say, ECC (Client 601) Source System has been connected to HANA via SLT and created Schema called SCHEMA_1 and again i want to create SCHEMA_2 by connecting same ECC (Client 601) source System.
    please help me to short this out?
    Thanks
    Mirana

    Hi Mirana,
    Yes, it is possible to create more than one schema in HANA system with one Source system.
    Please go through the Official SAP LT document for more details @ page number 13
    http://www.saphana.com/servlet/JiveServlet/previewBody/1811-102-5-5419/SAP_LT_Replication_Server_for_SAP_HANA_SPS05_Over…

  • Multiple accounts using just one library ... is this possible?

    Ok so my partner and i have our own seperate accounts on the imac - mainly for chat accounts & browser bookmarks etc; but we only use iphoto (and itunes) on my account. i would like her to be able to access the library on her account BUT with full access. The 'share photos' is not an option as i want her to be able to upload photos, add keywords and edit on her log in and for those changes to be there when i use iphoto on my account. i have tried moving the iphoto library to Macintosh HD, and although my account will happily open it, when i try to on her account it says its read only (even when iphoto was not pen on my log in). I do have an external HDD but this is used for backup and i would rather not have the main library stored on there as not only will it be a bit slow but it would mess with my backup system!
    Any ideas, suggestions or solutions?!
    Many thanks

    You can check/change the permissions on the library folder in the Finder-File>GetInfo window. Set Group and Others to Read&Write.

  • Major problem involving multiple ipod use on one computer.

    hey,
    i was just uploading some songs for my dad onto his ipod and when i finished, i switched to my ipod to upload an album. about a minute later i realized that i had to change something on my dad's ipod but when i plugged it in that time itunes recognized the ipod as my ipod and then proceeded to replace all of the names of his artists, albums, and tracks with those of mine.
    the thing that makes me hopeful about fixing this is that his ipod still has the same amount of GB on it; it's not like itunes replaced the actual files, but rather the names of them.
    when i try to play a song on his ipod it will just keep skipping to the next track because the ipod can't locate it.
    i need to know how to 1. get my dad's computer to recognize his ipod as his, and not mine; and 2. get the proper names for his files.
    help?

    ??

  • One application with Multiple schemas- common application frame work

    Hi All,
    I am trying setup a common application frame work in apex. Please help me.
    How to achieve this.
    Creation of one application attached to different schemas at run time. So that my application maintaince is going to be easy instated of creating copies of same application.
    More details:
    1. I have one application with 100 pages pointing to a schema dev_common in one workspace APP_COMMON. I have 50 schemas with same structure of dev_common schema with different set of data ( because of large amount of data).
    So I want to create one application attached to different schemas.
    2. And another thing is I have 100 users, the user can work on 1 or multiple schemas ( I mean same application with different schemas attached)
    Any help much appreciated.
    Thanks,

    Thank you for the reply.
    >> b) I think you have to give access rights for the dev_common and app_common to all users.
    Dev_common schema is a kind of placeholder. I have 50 schemas same as dev_common because of different business requirements but the front end is same for all 50 schemas. How can we create one application used for 50 schemas instead of creating 50 applications and 50 workspaces.
    Please help me.

  • 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;

  • 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

  • Multiple Schema one workspace?

    I tried with "Manage Workspace to Schema Assignments" and when I look at the report I see that my workspace has mappings for three schema. When I try to create report with select, everything work but if I try to create form based on 2 schema that I mapped afterward, they won't show in form wizard (table/view owner)
    Any suggestions?

    Hi,
    have you checked that the "parsing schema" of your application has SELECT privileges at least to one other object in the other schema? The "Assigned" workspace schemas do not really matter in the context of this wizard.
    select * from dba_tab_privs where privilege = 'SELECT' and grantee = 'name of parsing schema';Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins

Maybe you are looking for