Can I have a alias on Schema ?

Can I do something like this in Oracle ??
I have two tables in two different schema which have same structure. And I have a set of procedures work on them.
e.g. Two tables,
TOM.TABLE1 and AMY.TABLE1
can I do something like this?
(alias schema TOM as MYUSER )
select * from MYUSER.TABLE1
( select data from TOM.TABLE1 )
(alias schema AMY as MYUSER )
select * from MYUSER.TABLE1
( select data from AMY.TABLE1 )
Thanks for your help

I don't know if this is what you are looking for or whether you are using Oracle9i. There is a set schema clause to the alter session statement for Oracle9i. It goes like this:
alter session set current_schema = tom;
Kind regards,
Russ

Similar Messages

  • Can user have compile privilege to schema packages?

    Currently we have all objects including packages and procedures under schema type account in our database. When developers need to add new procedures or make changes in existing they normally login as schema account in Development Database. Is it possible to use regular user account and give some sort of privileges to make changes in procedures from different account? If yes what kind privileges should I assign to users accounts?

    When developers need to add new procedures or make changes in existing they
    normally login as schema account in Development Database.What's wrong with that? Well I can think of a couple of things, but nothing that would make me feel granting CREATE ANY PROCEDURE to Joe Programmer was a good idea.
    Cheers, APC
    Blog : http://radiofreetooting.blogspot.com/

  • Can you have a mailbox named Admin AND a postfix alias named Admin that goes to one or more other actual mailboxes?

    My question is re: Mail service in Mac OS X Snow Leopard Server 10.6. Can you have an actual mailbox named Admin AND a postfix alias named Admin that goes to one or more other actual mailboxes?  Or is only one or ther other?  I have customer who currently has a bunch of mailboxes (info, admin, etc.) and those that need access to it do so via Mail client, etc.  Now they are asking about aliases so they dont have to all access same mailbox, requiring setup, etc.  Do I have to delete actual mailboxes in order to create Postfix aliases (admin, info, etc) or can they coexist?
    Thanx in advance,
    Eric

    Thanx Camelot. 
    Leads to me more questions, if you would be so kind.  The client uses Virtual Hosts on Mac OS X Server and the aliases they desire are all @virtual_domain.com.  So, do I create aliases via /etc/postfix/virtual or via /etc/postfix/aliases.  As I said before, they desire aliases that go to at least 2 if not more actual local server accounts/mailboxes, but aliases are @virtual_domain.com.
    For example: admin is local account on server @ main_domain.com.  Now they want alias admin@virtual_domain.com that goes to local accounts Bob, Susan, etc.
    Thanx again!

  • I have 2 Alias Accounts and I can't create the 3rd one.

    Hello, I have 2 alias accounts (shown and working on my mac) but on my iPhone still appear the other alias accounts that I have created and deleted nearly two months ago and I want to create a new alias account (the 3rd and last available) but the system does not allow me... its says that I have deleted one recentrly and that I should wait 7 days to tray again (but almost two months ago since I deleted other alias accounts can not be considered recently right? haha)... well I have waited that time and still not posible to create the 3rd one... and still appear the old alias accounts on my iPhone... I have tried to delete the iCloud account from my iPhone and then setting up again but still the old alias there... what should I do now? Delete again my @me account from my iPhone and wait seven days or is there another solution?
    I will appreciate your comments. Thank You Beforehand!!!

    SuzieLemaire wrote:
    How can I merged both under the same account without loosing my purchases?
    As Niel stated, you cannot merge them.
    You can keep the purchased items in your iTunes library and use them with no issues.
    Just pick one of the AppleIDs and stick with that one.

  • In BPM sync/async Step , can you have different message schema?

    Scenario:
    File to XI to BPM to SOAP to RFC
    In order to trigger the  webservice , I use  a dummy file which will be polled at a certain frequency- once in 30 minutes in Test mode - this will call the Webservice. The answer of webservice is sent to RFC Async.
    so these  are the Repository objects I created :
    1. File  Outbound Async Message Interface- Output Message (File_Request_MT)
    2.File Abstract Message Interface-Output Message (File_Request_MT)
    3.Async/ sync bridge Abstract interface to call the Webservice
    4 Webservice Inbound Sync Message interface-  with both input and output message
    5.RFC Inbound Async message interface- input message (RFC_Request)
    6 RFC Abstract Async Message interface-input message (RFC_Request)
    BPM
    a) Receive step  which uses the  the object 2.
    b) Sync send which uses object 3
    c) Send  step which uses Object 5
    I am using a BPM to Receive the file data/ "request " by using the File abstract message interface
    Then use the  the object  3 to call the webservice in BPM .
    My question is on this step
    Can I have for  the abstract Interface(Object 3) the Request message  as  File_Request_MT and
    response message as (RFC_Request) ?
    I  use a message mapping  to map Input and Ouput message of Object 3 with Object 4.
    Thanks for  your insight

    Raj,
    Thanks for the feedback , but I have  a question regarding your reply
    Interface Objects
    Object 1: File_Request_Abs
    Object 2: Soap_Response_Abs
    Object 3:Soap_Abs_Synch
    Output Message:File_Request_Abs
    Input Message:Soap_Response_Abs
    Object 4:Rfc_Request_Abs
    The question is  about
    a)SOAP_RESPONSE_ABS : could you please tell me why  do we need an abstract interface -SOAP_RESPONSE_ABS?
    I created a message type MT_SOAP_RESPONSE and used that in the BPM sync Send step as the Input message.
    b)Soap_Abs_Synch- I am using message types
    MT_File_request and MT_SOAP_Response From your reponse, it looks like you are suggesting to use
    Abstract Interfaces as Output message and Input Message, am I correct? Could you please tell me whether this has advantages over using message types MT_file_request and MT_soap_reponse? I haven't used Abstract interfaces  before as Input message and output message; infact, I wasn't even aware that it can be. Please confirm that it is possible. Thank you for increasing my knowledge !!!
    These are the Objects I created
    Message Type :
    a) MT_Filerequest
    b) MT_SOAPresponse
    Message Interface
    a)MI_Filerequest_out_async -
    Output message
    Mess. type MT_filerequst
    b)MI_filerequest_async_abs-
    Mess. type MT_filerequst 
    Used
    i) used for BPM receiver step- container definition
    ii) receiver determination
    c)MI_webservice_sync_in - This is created from External definition
    d)MI_webservice_sync_abs- 
    Input message  - MT_soapresponse
    Output message- MT_fierequest
    Used:
    i) used for BPM sync send step ,
    ii)Interface mapping between  MI_Webservice_sync_in and MI_webservice_sync_abs
    iii)Container element-SOAP_response
    e) MI_RFC_async_out
    Input message
    RFC_Request(This is imported from RFC definition)
    g) MI_RFC_async_abs
    Input message
    RFC_Request(This is imported from RFC definition)
    Mapping
    Message mapping
    i)Filerequest_TO_SOAPrequest
    Source: MT_Filerequest
    Target: SOAPrequest(Got from External definition)
    ii)SOAPresponse_TO_BPM_response
      Source : SOAPresponse(got from External definition)
    Target :   MT_SOAPresponse
    Interface Mapping
    i)IM_BPM_TO_SOAP
    Source Interface : MI_webservice_sync_abs
    Target :MI_webservice_sync_in
    uses following message mapping
    Request : filerequest_TO_SOAPrequest
    Response:SOAPresponse_TO_BPM_response
    BPM container element
    i)Receiver_container  TYPE MI_Filerequest_out_async
    ii)SOAP Responsecontainer TYPE MI_webservice_sync_abs
    iii)RFC_Request_container TYPE MI_RFC_async_abs
    BPM  flow
    Receive---->Send Synch-->Transformation----->Send Asynch
    Receive -
    > receiver_container
    Send Synch -
    > receiver_container(Request Message), Soap_response_container(Response Message)
    Transformation -
    > Source(Soap_response_container), Target(RFC_request_container)
    Send Asynch -
    > RFC_request_container
    Thanks for your help!!!

  • Can I have more than one e-mail address attached to my apple account?

    I can't seem to create different FaceTime accounts using different e-mail addresses but with 1 Apple account. My daughter's IPod is attached to my Apple account, but I want to use her e-mail address for her FaceTime app. Any thoughts?

    Cessna007 wrote:
    how do i sign up for a new e-mail address @icloud or @me; and can I have more than one e-mail address?
    You create an @icloud.com address in the first place by signing into Settings>iCloud with your Apple ID and choosing an addres - you can only create an @icloud.com address, not @me.com.
    Then if you want further addresses on the same account you can add up to three 'email aliases' - these are additional addresses (not accounts) which deliver into the same inbox as the main account. (In fact it's a good idea to give out alias addresses, rather than the main address, because if they attract spam you can easily change them.) (New aliases can only be @icloud.com ones; @me.com addresses cannot now be created.)
    You should be aware before you start that once you've created an alias you cannot turn that address into a full iCloud account or move it to another account.
    More information on aliases here: http://help.apple.com/icloud/#mm6b1a490a

  • How do i sign up for a new e-mail address @icloud or @me; and can I have more than one e-mail address?

    how do i sign up for a new e-mail address @icloud or @me; and can I have more than one e-mail address?

    Cessna007 wrote:
    how do i sign up for a new e-mail address @icloud or @me; and can I have more than one e-mail address?
    You create an @icloud.com address in the first place by signing into Settings>iCloud with your Apple ID and choosing an addres - you can only create an @icloud.com address, not @me.com.
    Then if you want further addresses on the same account you can add up to three 'email aliases' - these are additional addresses (not accounts) which deliver into the same inbox as the main account. (In fact it's a good idea to give out alias addresses, rather than the main address, because if they attract spam you can easily change them.) (New aliases can only be @icloud.com ones; @me.com addresses cannot now be created.)
    You should be aware before you start that once you've created an alias you cannot turn that address into a full iCloud account or move it to another account.
    More information on aliases here: http://help.apple.com/icloud/#mm6b1a490a

  • Can I have multiple computers accessing one iTunes library simultaneously?

    I've purchased a Lacie Network HD that I'm keeping all of my iTunes on. I've put an alias to the iTunes library from that drive in the music folders of the computers I want to access and update it. That all works well. The only problem is that both computers cannot have iTunes running at the same time. I get an error stating that the library is locked. It would appear that I can't have multiple computers accessing the library at the same time. Is there a work around for this aside from doing network sharing via iTunes? The reason I don't want to do that is that I want both computers to have access to the actual files if I'm using the various iLife apps that use iTunes.

    Scott
    The only problem is that both computers cannot have iTunes running at the same time. I get an error stating that the library is locked. It would appear that I can't have multiple computers accessing the library at the same time
    This is true. It's not a server app.
    The nearest thing would be a library file on each machine pointing to the same set of music files. However, you might have problems if both machines try to access a particulat track at the same time. Also, changes made on one machine would not be reflected in the other. So if you rip a CD on one, the files will also have to be 'imported' to the other.
    Regards
    TD

  • Can I have two separate email addresses in my mail?

    Hi,
    Can I have two separate email addresses/users with my one email account without paying anything extra?
    For instance: one email address with [email protected]
    And another one at: [email protected]
    And, if that's possible:
    1. Does it mean paying extra because you are having two separate accounts?
    2. Since it is on the same general account, do the emails and return emails show in the same location or do they show in a different place? For instance, if the 2nd user sends and email and someone returns it, will I as the first user name see both of those?
    Thanks much,
    Lee

    You can have up to five additional addresses, but they are not separate accounts. They are called 'email aliases' and are simply extra addresses which feed into the main inbox (and please note that you cannot create any new @mac.com adresses, they will be @me.com). Please see here about aliases:
    http://homepage.mac.com/rfwilmut/notes/mobileme.html#alias
    It's actually a good idea to give everyone an alias address rather than the main one, since if it gets spammed you can easily change it, whereas as you can't change your main address without opening a new account.
    If you need extra email accounts then you could go for a MobileMe Family Pack. Of course you can always set up free accounts with Google or Yahoo.

  • Can you have multiple iCloud email addresses?

    How many iCloud email addresses can I have for one apple id?

    You can only have a single iCloud email account for each iCloud Account (ID).  You can add up to three email alias address to the account, but they will all receive email in the same inbox.  This explains more about alias addresses: http://help.apple.com/icloud/#/mm6b1a490a.

  • How can I delete an alias of a file that has been deleted already?

    A couple of days ago I took a screen shot of my flight's itinerary for this summer vacations. Without noticing I created an alias of the file...I deleted the screen shot and now I just have the alias and i can not delete it nor dragg it anywhere .... it gives me the option to delete it or fix it but nothing of that works ... I tried to hold command and dragg it but it wont go anywhere and i also tried dragging it to the terminal but it wouldn't go there either...the file just won't go anywhere!!
    Help please!

    1. Consider using a Database.
    If this option is bit "too heavy"
    1. Using a BufferedReader read the whole line.
    2. Use StringTokenizer to split into tokens .
    You would get name and age.
    3. If thereare more attributes of person consider creating an Object to represent this person.
    class Person{
      private String name;
      private int age;
      Person( String name , int age ){
      public int getAge(){
       return this.age ;
    }4. Put these entries in Hashtable using name as key
    HashTable  h = new HashTable();
    // ... somewhere  later in code
      Person p = new Person( name , age );
      h.put( p.getName() , p ) ;
    // Somewhere later
      String name = "xyz" ; // or read from somewhere
    ((Person)h.get(name)).getAge();

  • Can we have a poll?

    I love the Oracle forums, i do not like the new upgrade. Can we have a poll to see what the users here think? Also, can we have a poll to see who will actually give out points?
    Here is what i do not like:
    1) System is slower.
    2) I have to restart my entire browser to get the forums to work.
    3) The new look is cartoonish.
    4) There is a point system where people give out points. This makes it a game instead of a discussion.
    5) The heavy use of javascript.
    Here is what i do like:
    1) Directed forums where Oracle users can get together and discuss.
    2) A decent search functionality for old posts.
    3) The preview tag. It is easier then the previous system.
    Requests:
    1) Add an option "Uncheck Mark this thread as a question by default". I have no plan to join this game by distributing points, and i'm too lazy to uncheck the box.
    2) Allow ignores. That is, i do not want them to ban them from threads in any way; i just want to have their posts filtered from my view.

    Never mind polls.
    There is an easy way to resolve once and forever the smell dung known as Jive. It is called APEX.
    Oracle needs to create an APEX workspace for OTN Forum on their hosting site - with access to a schema that contains the OTN forum tables and sample data. We deal with it as an Open Source Project and develop an APEX application for it. Source controls and change management can fairly easily be used in APEX. This will allow a beta/quality assurance APEX app that gets build with the latest changes - and after being tested by users and vetted by OTN admin, gets deployed into the live APEX OTN forums application.
    I know that it will work technically. Been using Oracle and APEX long enough in dev and prod environments to make this call with a fair amount of confidence.
    I also know that Oracle will not even consider such an option.. as Open Source is foreign to them with the exception to the very few that works on Linux projects (like ocfs). And that is a true shame. As such a project will give APEX not only an invaluable boost technically (with the inputs of the very large APEX community on an Oracle production APEX app), not only serve as a marketing sword that can be wield widely against oposition, but also make OTN forums truly community owned. You want a new OTN feature? You now have the ability to develop it, have it tested and vetted and implemented.

  • I have an alias file that will not delete or drag and it will not open to original file. How do I get these off my Mac?

    I have an alias file that will not delete or drag and it will not open to original file. I have tried everything I know and they still wont delete. Can someone please help me?

    Check out KB Article:  http://support.apple.com/kb/ht1526 You can't empty the Trash or move a file to the Trash 

  • Can't create an alias for User home folder for a second user

    Please help:
    I can't make an alias of a User home folder of a second user. I can successfully make an alias of a home folder of the first user. The computer says the folder is in use and to wait for some activity to complete, or that I don't have enough privileges. There are no activities happening and both accounts are administrator level. Is this a behavior of OS 10.5.6? I created alias for the two users before, but had unrelated problems and wiped the drive, re-installed 10.5.6 and now I can't do it.
    Much thanks and aloha - Rocky

    hi Petar,
    Wish it was that simple where i can just change the ID to ACT but unfortunately alot of our users like to hardcode there currentview and changing the scenario dimensions would take a big effort and alot of support work.  We had changed one of the dimension members before and we got phone calls asking why the report doesn't work for weeks.  Do you know if the NW version of BPC has that capability?
    Thanks,
    Elmer

  • Can I create a new iFS schema by command line ?

    For creating a new iFS Schema you have to run ifsconfig and this
    is a GUI tool. Is there a way to specify all the parameters to
    this command by input file so that it can create the schema
    without popping up the GUI ? If yes how can one catch errors in
    the schema creation if there are any?

    Hi,
    I think I am having a similar question here. I am using Oracle 10g on Windows xp.
    I logged in to Oracle from command prompt. I used command “create directory myFunDir as 'd:/funDir';”. Oracle returns: “Directory created”. But I couldn’t find the directory “myFunDir”! Where is it?
    Thanks.
    Newbie.

Maybe you are looking for