How to browse objects in different schemas

If I connect to the database in one schema is there a way to browse objects in a different schema? For example, I connect as hr and I want to view the tables in the ord schema.

Robert,
You have said you only see "a few" users under Other Users - does this mean you only see say six other schemas or does this mean you only see a small percentage of the available schemas?
With the current navigator interface, SQL Developer by default only displays a selection of values under each node. For example, if I have not filtered my "Other Users" node, I see about 50 schemas and a "Show More" at the bottom of the list. Note that the schemas appear to be randomly selected, although those selected are listed in order - my list includes schemas starting with A through X even though we have over 50 schemas starting with A.
You can either double click on the "Show More" and select "Show All" to get the full list, or filter to the specific schemas you want to see (ie just the production schemas and not the user schemas).
If you are seeing only a handful of users and you do not get the "Show More" option, right click on the "Other Users" node and select "Apply Filter" to check to see if you have somehow already filtered the list.
As a final note - you say you can see the production schemas through SQL+. Given that this without a graphical interface, do your "schema queries" produce the same result in SQL Developer as they do in SQL+?

Similar Messages

  • Compare DB objects between different schemas

    Hi,
    I want to compare db objects beween 2 different schemas like QA and PROD.
    Please suggest me a tool that compares table definitions,stored procedures and other db objects between different schemas.

    Did you check the above video link which is shared?
    Yes I'd agree with you and also i faced these situations to check what objects i need to export from Dev to Quality ( to analyze what are already correct or what have to be imported again)
    Generally Quality & Prod are in sync.
    Also will be waiting along with you if anyone comments on any such tool.
    Regards,
    Krishna Tangudu

  • How to export objects of specific schema?

    I need to export object of specific schema so please let me know how?
    Thanks,
    Waheed.

    First thing you want to do - decide whether you will use the exp/imp or the expdp/impdp (data pump) routines.
    To make THAT decision for 10g/11g look at CHapter 11 of the Concepts manual. (no decision in 9i - no data pump)
    Once that decision is made, use the appropriate parameters as found in the Utilities manual - for every version from Oracle version 5 on. The parameters are different between exp and expdp

  • Provide a way to distinguish same object from different schema

    Hi there,
    When the same object is present in different schema and loaded into sql developer, there no chance to distinguish at first sight to which connection (or schema) the object belong.
    Example :
    DbConnection1 -> tables -> my_table
    DbConnection2 -> tables -> my_table
    when both are "loaded" (visible as a tab on the right side of sql developer)...i have no chance to find visually which "my_table" tab belong to "DbConnection1" or to "DbConnection2"...
    Regards,
    Pierre-Yves

    Thanks.
    A good idea would be to provide an option in "Preferences" to activate (or not) the display of the connection info directly in the tab name (my_table@dbConnection1).
    Regards,
    Pierre-Yves

  • View objects from different Schema from Web Object Browser

    I am logged in as dba and try to view the tables of another schema.
    However in the object browser I can only select my own schema.
    This happens with whatever user I use.
    From sqlplus I can access or create tables for another schema without any problems.
    Is this not supported or am I doing something wrong?
    Thanks for the help.

    Can you assign multiple schemas to a workspace in the XE version of HTML DB?
    I haven't found where to do it.
    Is it not possible because there aren't really workspaces in this version?

  • [CS4][JS] How to place objects in different layout

    Hi,
    Currently we are working on the A4 layout size of InDesign documents, after page finalized, those articles is going to publish in both A4 and A3 document.
    The question is how can we convert the A4 sized document into A3 sized document via java script.
    I have tried to copy and paste the frames from A4 document to A3 document, but the frame sizes is not matching (calcuation of Geometric bounds is not so easy) and the Auto Layout option is not helping and its not resizing the text frames.
    The A3 sized document have the same paragraph/character styles but with different font size to match the A4 pagination.
    Any idea how to handle this in scripting.
    Thanks in advance,
    Karthik

    No idea with scripts...
    But could you not just export as a pdf and then place those on an A3 page layout

  • How to Create References in different schema?

    Hi,
    I'm having two schemas named 'SCHEMA1' and 'SCHEMA2'. 'SCHEMA1' has a table "Employee" and 'SCHEMA2' has a table "Personal". The table "Personal" from SCHEMA2 has a foriegn key column 'EmpID' and it has to refer the primary key column ID of the Employee table which is present in SCHEMA1.
    How to make this constraint in the table "Personal"? And please tell me the steps to perform this.
    Thanks and Regards,
    Sathish kumar D

    ALTER TABLE schema2.personal ADD CONSTRAINT fk_employee
      FOREIGN KEY (empid)
      REFERENCES schema1.employee(empid);

  • How to rebuild index from different schema

    Hi All,
    I want to rebuild an Index of schema A from Schema B.
    Is there any grant needs to be give to Schema B in order to rebuild index of Schema A?
    Thanks,
    Tarak

    It is true what P. Forstmann said. However if you don't want to give the second user the ANY priviledge, then you can do a little workaround. Create a small procedure in Schema A that does the rebuild (maybe dynamically). Then grant execute rights on the procedure to Schema B.

  • How to changes Object in different system

    Hi All,
    All BW objects are owned by BWQ i want to make all the object are owned to BWD(Bcoz this is copied system). Is there any transaction i have to use.. please help me guyz.
    Thanks
    DST

    Go to SE03, specify the object and change its directory entry (original system) to BWD and then it should be ok.

  • How to compare tables from different schema.

    Edited by: Adi's on 24-Jan-2010 03:30

    i am done with this report...
    sorry for editing it like that
    Edited by: Adi's on 24-Jan-2010 03:31

  • How to store flash objects in different location?

    How store flash objects in different location?
    Is this is possible to achieve?
    reply me soon

    Hi,
    I believe you meant to post your question to the Flash forums: http://forums.adobe.com/community/flashplayer
    This forum deals with Flash Access, Adobe's Digital Rights Management solution.
    cheers,
    /Eric.

  • Sharing objects between different tabs on a JTabbedPane

    Does anyone know how to share objects on different tabs of a JTabbedPane? I.e., I want the same buttons/corporate logo to appear on each tab in the same location, and thus the same functionality, locations, look, etc...
    Currently, if I invoke the add(Component) method for the same component but for different panes, only the pane that had the last add() method called contains the object.
    Thanks,
    adam

    An instance of a GUI component can only be in one place in the GUI (visible or not).
    You could make your own component class (extending JPanel and containing other components you want) and then create an instance of this for each tab.

  • Import objects between different SCV

    Hi,
    How can Import objects between different Software Component Versions
    Thanks

    Hi Sud,
    what do you mean by "import objects"? you mean swcv dependencies?
    you can make swcv dependencies in SLD.
    suppose if you have swcv x and y.if you want to access objects in x from y then in SLD select swcv y,in dependencies tab add swcv x.
    now all objects in swcv x are displayed under swcv y as <b>basis objects</b>.
    Please let me know if your requirement is different.
    Cheers,
    Jag

  • How to restore a single table from a DP Export from a different schema?

    Environment:
    Oracle 11.2.0.3 EE on Solaris
    I was looking at the documentation on DP Import trying to find the correct syntax to import a single table from a DP Export of a different schema.
    So, I want to load table USER1.TABLE1 into USER2.TABLE1 from a DP Export.
    Looking at the REMAP_TABLE options:
    REMAP_TABLE=[schema.]old_tablename[.partition]:new_tablename
    OR
    REMAP_TABLE=[schema.]old_tablename[:partition]:new_tablenameI can't see where to specify the target schema name. The examples had the new table name residing in the same schema with just a new name.
    I looked at the REMAP_SCHEMA but the docs say that will import the entire schema into the new schema and I only want one (1) table.
    Any suggestions are most welcome!
    -gary

    I thought I tried that combination and it seemed to me that the REMAP_SCHEMA somehow over-rode the TABLES= parameter >and started loading all the objects.If it does fail (and it should not) then please post the details here and I will try to see what is happening.
    Let me get back into the sandbox and try it again. I admit I was in a bit of a hurry when I did it the first time.We are all in a hurry, no worries. If it fails, please post the details and the log file.
    Does it make any sense that one parameter would override another?No, this should never happen. We have tons of checks to make sure the job can't have multiple meanings. For example, you can't say
    full=y schemas=foo --- Which do you want, a full export or a list of schema exports, etc.
    Your suggestion was the first thing I thought would work.This should work. If not, please post the log file with the command and the results.
    Dean
    Thanks again for the help and stay tuned for my new attempt.
    -gary

  • How to get similar color for objects in different pictures

    how do you get similar color for objects in different pictures
    I have a prodject that i'm working on and i need to edit several images at once (preferabley) so that they are the same color. They are wooden cupboards and i need all the wood looking the same colour. In light room you can edit a group of images at the same time hence the colours are the same . Is this possible in Elements ? If so how do i do this ?
    I have tried duplicating layers and it just replaces the whole image, it seems to work using levels layers but not the other layers ... I have 30 more images to do and would ideally not like to adjust all the images manually ? I dont mind doing minor tweaks. Essentially all the images where taken with the same camera and lighting and lens's ...
    Screen shot is where I'm at at the moment...
    I have posted this question else where but was told to repost  - this is a link to my previous post as to where we got to
    http://forums.adobe.com/message/4720576#4720576

    You could try using the raw converter. Open one file and edit it (File>Open, pick the image and choose Camera Raw as the format before you click Open). Then open the next image and click the little four-lined square on the upper right side of the ACR window and choose Previous Conversion from the flyout menu.

Maybe you are looking for

  • How do I get my Mirror Drive Door G4 to start up in 9.2.2? Retail disk doesn't work.

    So my boss came in with a Mirror Drive Door G4 running 10.3.x and told me to get OS9 running on it. "Piece of cake," I told him. Just as the curmudgeon at the used PC store assured me, my retail copy of OS9 will NOT install onto it. One MUST use the

  • Hierarchy variable inpu help not displayed correctly in the portal

    Hi , I have a problem when trying to select Hierarchy in the variable selection screen hierarchy  is not being displayed correctly in the portal/browser  . When running the same report in BEX Analyser  and in RSRT with HTML option the hierarchy displ

  • GRC AC 5.3 (SP14) RAR and webservices

    Hi all, in our company we have full GRC AC 5.3 suite SP14 (RAR, ERM, CUP, FF). Actually we have implemented only RAR and FF. For all NON SAP applications, we have implemented a custom workflow (with Sharepoint) for users management. Instead of use CU

  • Enque events

    Hi, Wht is mean by enque events.In my statspack report the top most event is enque. Can you pls give me some expalanation or link where i can get more info Thanks Anand

  • HT3275 I get the error:  MacBook Pro.sparsebundle" is already in use.

    I have my Macbook Pro and my iMac trying to back up to the same Time capsule. The first back ups worked. However, on bothe machines I get the same error messgae:  "sparsebundle is already in use". Thoughts?