How can i access all the objects of one schema from another schema

Dear All,
How can i access all the objects(Tables,Views,Triggers,Procedures,Functions,Packages etc..) and do the modifications of one schema from another schema (Without using synonyms concept).
Thanks in advance,
Mahi

First of all, synonyms only help you easy reference the object. It doesn't have any implication of object privilege.
As long as you have proper privilege on target object. You can access it with or without synonyms.
Assuming you have proper privilege of objects, you can use following command to assume schema owner.
ALTER SESSION SET CURRENT_SCHEMA = Schema_owner

Similar Messages

  • A few years ago I bought music from Itunes.  Recently I deactivated all computers in order to add a new computer.  Most of the music I purchased came through, but I am still missing about 30% of it.  How can I download all the music I have purchased from

    A few years ago I bought music from Itunes.  Recently I deactivated all computers in order to add a new computer.  Most of the music I purchased came through, but I am still missing about 30% of it.  How can I download all the music I have purchased from Itunes?

    Might have luck with that here >  Downloading past purchases from the App Store, iBookstore, and iTunes Store
    Previous purchases may be unavailable if they have been refunded or are no longer on the iTunes Store.
    Make sure and use the same Apple ID that was used for the original purchases.

  • How can I delete all the text in one story?

    Yeah, it's a dumb question. I've done some pretty complex things using ExtendScript, yet I can't seem to figure out how to remove all of the text in one story.
    Any help would be greatly appreciated.
    -Dan.

    myStory.contents = "";
    myStory.texts[0].remove();
    either should do the job.
    Dave

  • How can I play all the songs in one genre in iOS7's music app?

    Suppose you want to listen to only blues music. In the music app in iOS 7 I can't find a way to select all the songs from one genre. When you select "genre" it takes you to a list of artist in that genre but there's no way to select all the songs. In previous iOS all you had to do was select "all artist" and then "play all songs". In iOS 7 I can't seem to find that option. I've tried using Siri but if the genre of music you have is not in English then Siri won't understand. Also Siri only works if it's connected to a network. What if your not connected and you want to listen to just Blues. Is this option not in the music app in iOS 7 or am I over looking something?

    Found the workaround... you are correct, this option was available in prior versions and now it is not.
    In any Music app view scroll to the top to unveil the search box.
    Search for your genre.
    Search results will show all artists matching your query, and if you scroll above that there is a 'Shuffle All Songs' option.

  • How can I call a public function in one component from another component?

    I have two components: Form and Confirmation.  Form is a Canvas and Confirmation is a TitleWindow.
    Form contains several controls and a submit button.  Confirmation contains an OK button.  When the user clicks the submit button, the Confirmation appears over the Form (Form is blurred).  When the user clicks the OK button on the Confirmation, I want to run a function on Form to set some default values in the controls.
    How can I address the function in the Form component from the Confirmation component so I can fire the function?
    Thanks!

    Here is the source
    CustomForm.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml" width="400" height="300">
    <mx:Script>
    <![CDATA[
    public function callBack(): void {
    lblStatus.text = "Success";
    ]]>
    </mx:Script>
    <mx:Label id="lblStatus"/>
    <mx:Form x="50" y="50" verticalGap="15">
            <mx:FormHeading label="Send us comments" />
            <mx:FormItem label="Full Name:">
                <mx:TextInput id="fullName" />
            </mx:FormItem>
            <mx:FormItem label="Email:">
                <mx:TextInput id="email" />
            </mx:FormItem>
            <mx:FormItem label="Comments:">
                <mx:TextArea id="comments" />
            </mx:FormItem>
            <mx:FormItem>
                <mx:Button id="submit"
                    label="Submit" />
            </mx:FormItem>
         </mx:Form>
    </mx:Canvas>
    CustomTitle.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <mx:TitleWindow xmlns:mx="http://www.adobe.com/2006/mxml"
    layout="absolute" width="200" height="80"
    showCloseButton="true" close="closeMe(event)"
    backgroundAlpha="1"
    color="#173553" backgroundColor="#EEEEEE"
    headerColors="#FFFFFF, #CBCCCC"
    borderColor="#666666" borderStyle="solid">
    <mx:Script>
    <![CDATA[
    import mx.managers.PopUpManager;
    public var callBack: Function = new Function();
    private function closeMe(event: Event): void {
    PopUpManager.removePopUp(this);
    callBack();
    ]]>
    </mx:Script>
    <mx:HBox width="100%" height="100%" horizontalAlign="center" verticalAlign="bottom">
    <mx:Button id="btnOK" label="OK" click="closeMe(event)" />
    </mx:HBox>
    </mx:TitleWindow>
    TitleWindowSample.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application
    xmlns:mx="http://www.adobe.com/2006/mxml"
    xmlns="*"
    layout="absolute"
    width="100%" height="100%"
    creationComplete="init()">
    <mx:Script>
    <![CDATA[
    import mx.managers.PopUpManager;
    private function init(): void {
    customForm.submit.addEventListener(MouseEvent.CLICK, onMouseClick);
    private function onMouseClick(event: MouseEvent): void {
    customForm.lblStatus.text = "";
    var customTitle: CustomTitle = new CustomTitle();
    customTitle.callBack = customForm.callBack;
    PopUpManager.addPopUp(customTitle, this);
    PopUpManager.centerPopUp(customTitle);
    ]]>
    </mx:Script>
    <mx:VBox
    width="100%" height="100%"
    verticalAlign="middle" horizontalAlign="center">
    <CustomForm id="customForm" width="500" height="300">
    </CustomForm>
    </mx:VBox>
    </mx:Application>

  • How can I access all the correspondence from or to a particular contact?

    In MS Outlook address book I can access correspondence events etc. from the record in the address book. Is there a way to do this other than using the search function in an account, if I have correspondence or events on multiple accounts, is there a simple one search method that will access across all accounts?
    Thanks,
    Andy Gough

    You could use Global Search (Ctrl-K) and enter the address or name, then filter the results by checking the appropriate box for Filters or People.

  • How can i get all the users from weblogic server?

    how can i get all the users from weblogic server?
    i have configurated a LDAP server using iPlanet and
    in weblogic server console i see those users from LDAP
    server. but how can i get all the users in my program
    from weblogic server instead of LDAP server?
    BTW,how to configure a RDBMSAuthenticator and what should i do
    in Oracle? which tables should i create? and how are their architectures?
    Thanks
    Daniel

    BTW, i use weblogic platform 8.1
    "Daniel" <[email protected]> дÈëÓʼþ
    news:[email protected]..
    how can i get all the users from weblogic server?
    i have configurated a LDAP server using iPlanet and
    in weblogic server console i see those users from LDAP
    server. but how can i get all the users in my program
    from weblogic server instead of LDAP server?
    BTW,how to configure a RDBMSAuthenticator and what should i do
    in Oracle? which tables should i create? and how are their architectures?
    Thanks
    Daniel

  • Recently, my laptop has been taken and therefore i can not access all the music that was on my old computor, although the music is still on my Ipod, how do i retrieve the music and put it on my new laptop???

    My laptop has been taken and becuase all the music bought from itunes is loaded on to the computor, not the account, i can't access all the music I've previously bought, on my new laptop. I still have my Ipod though and the music is stil on that, how do i transfer the music to my account on my new laptop ??? , xxx

    check out this post by Zevoneer.

  • How can I access all my music when NOT connected to internet? I feet a few of the new ones I purchased but every other song is in grey mode. Meaning they won't play

    How can I access all my music when NOT connected to the internet? I find that the playlists are all grey and the newest bought are the only black ones there fore the only ones playable. How can I access them all with only battery power?

    Nevermind...I did what it said to do in the article and it worked!

  • How can I copy all the comments from my picture/s in fotostream to my picture/s in my library?

    How can I copy all the comments from my picture/s in fotostream to my picture/s in my library?

    Hi, first, you should prevent the iTunes library auto sync with iPhone: Launch iTunes > click Preferences... > click Devices. In the window, check the option 'Prevent iPods, iPhones, and iPads from syncing automatically'. Next, connect your iPhone with your computer via the USB cable. Click the mini menu for iTunes on the very top left and click the option 'Show menu bar'. After then you can see iTunes File, Edit, View, Control, Store and Help menus on the ribbon. Click File > Devices > Transfer purchases from (your iPhone name). You can also access to the File menu by holding down Alt (Option on Mac), Shift and F keys. This is how to get your iPhone purcahsed song transferred to iTunes Library.

  • Not all of my emails show up in my iphone account.  Only about two weeks worth - how can I access all of my inbox emails?

    Not all of my emails show up in my iphone account.  Only about two weeks worth - how can I access all of my inbox emails?  I have hotmail and am not sure if this is a sync glitch or what...?

    How are you accessing the "7 days" account: IMAP or POP?
    Are there other computers accessing the same account?

  • How can I list all the domains configured for Weblogic Servers?

    How can I list all the domains configured for Weblogic Servers?
    I saw a note, which says the following:
    "WebLogic Server does not support multi-domain interaction using either the Administration Console, the weblogic.Admin utility, or WebLogic Ant tasks. This restriction does not, however, explicitly preclude a user written Java application from accessing multiple domains simultaneously."
    In my case, I just want to list all the domains, is that possible by using any scripts?
    Thanks
    AJ

    If you use WLS Node Manager and the Config Wizard was used to create the domains, then the list of domains should be in a location like this:
    <MIDDLEWARE_HOME>\wlserver_10.3\common\nodemanager\nodemanager.domains
    Enterprise Manager Grid Control also has support for multi-domain management of WLS in a console.

  • How do I access all the information that has been backed up on icloud?

    I backed up my informaiton to icloud.  My ipad is no longer working (due to an accident).  How to I access all the data I stored on icloud from my regular PC?

    Welcome to the Apple Community.
    You can't, backups are for restoring an iOS device.

  • How can i print all the contect of the code in sapscript window ? ?

    how can i print all the contect of the code in sapscript window ? ?

    Hi,
    Do you mean that you want to print the ABAP code to SAPscrip form ?
    Svetlin

  • How can i print all the tab pages not just the first page (tab)

    how can i print all the tab pages not just the first page (tab)

    You would need to do this programmatically. Here's one way:
    Attachments:
    Example_VI_BD6.png ‏3 KB

Maybe you are looking for

  • Opening CS4 fIles on a second monitor, the way it worked in CS3.

    This drove me nuts for well over a year. I guess this is a "tip" of sorts for dual monitor users who recently switched from CS3 to CS4 and expect files to open on the 2nd monitor. With the advent of CS4, the ability to automatically open a few dozen

  • Finding missing Genre in iTunes

    Is there a way to sort all your music in iTunes by filling in the missing genre fields. It would be great to find a way of doing it that also matches iTunes classifications. If anyone knows of a way, it would be great to hear. Thanks

  • Abap/4 Driver

    Hi, What are ABAP/4 Drivers and why are they used? Regards, Nimisha

  • PHP 5.1.2,,,OCI8,,,ORA-12546

    Hi there, Thanks to Christopher Jones and his very well document " Installing PHP and the Oracle 10g Instant Client for Linux and Windows " http://www.oracle.com/technology/pub/notes/technote_php_instant.html I followed the steps mentioned in that ar

  • How do you use imessage

    HI i turned off imessage then turned it back on and i forgot my apple ID password and then changed it after i did that i texted my friend and she said it came up with my email how come it didn't come up with my contact name like usual?