Viewing Other Schema In SQL Developer

Hi,
I did a search in the Forum and none of the posts I have found has been able to solve my problem so I'm here with my hat in hand asking for some advice. I was recently given SQL Developer to replace what I had been using and, on my own, have been able to convert all of my previous queries for use in SQL Developer. However, the only Tables I see in the Left Window of SQL Developer are those Tables that I have personally created. I checked with our DBA and I do have SELECT permission granted on all Tables in our company's Oracle DB, but I can't see them in SQL Developer so I can't use Query Builder or the Drag and Drop option, etc.
Thanks for reading this and for your help.
If you need any further details, let me know and we can work out a contact method other than the forum.

You need to ask the DBA what the user / schema name is of the tables you have access to. What you see when you expand other users are all the users in the database you are currently connected to. Expanding the tables node for these users will only display the tables when you have select access. Another way to see the different schemas that have objects that you can see is by adding a filter to Other Users. Right click on other users and select the filter. Now in the dialog change the initial drop list to object_count and change the next two fields so that you create an expression that shows row_count > 0. Now only those users with objects in that you can see will display in the list.
In the query builder you have to change to the user for each set of tables you want to use.
Sue

Similar Messages

  • How To version a Schema in SQL Developer?

    How To version a Schema in SQL Developer? Is there any open source tool for windows? I used a trial version of Source Control for Oracle by Red Gate. But i am looking for a free tool or way around? Like we do versioning in Jdeveloper?Any help in this regard would be much appreciated.

    SQL Developer supports e.g. Subversion out of the box.
    Open Sql Developer Help and search for "Versioning"
    Using Versioning
    SQL Developer provides integrated support for the Subversion and Git versioning and source control systems, and you can add support for other such systems as extensions by clicking Help, then Check for Updates. Available extensions include CVS (Concurrent Versions System) and Perforce.
    This is the part about support for versioning. The next step would be how you organize your workflow so every source is available in your repository.
    Maybe an online tutorial can help you: Using Source Code Control in Oracle SQL Developer 3.0
    Regards
    Marcus

  • Browsing multiple schemas in SQL Developer

    Hello,
    I have been using Toad before and I just started using SQL Developer. In Toad we have the abillity to browse through multiple schemas by selecting the appropriate schema from the drop down list. However when I login via SQL Developer it seems I get to browse only the schema associated with my username even though I can run queries against tables that reside in other schemas. How do I browse through multiple schemas via SQL Developer? I am using SQL Developer v1.2.1.
    Regards.

    Hi,
    Look for "Other Users".
    K

  • View CLOB data in SQL Developer

    Hi,
    Can anyone let me know how to view CLOB data in SQL Developer 2.1.
    I am having images stored in a column of datatype CLOB. How to view this image.
    Database is 10.2.0.4.

    Since SQL Developer has no idea about the type of data stored in LOB columns, one cannot view that content in desired format.
    You need a tool to extract the LOB data and render it accordingly.
    BTW, do you mean BLOB here?

  • Restricting SYS user to View other schema's Tables

    Hi All,
    Oracle DB Version - 10R2
    O/S - UNIX
    Could anyone share docs or steps to prevent SYS user to view other schema's tables;
    Thanks,
    Deepak

    Dear Deepak_DBA,
    If you revoke every privilege and role from the SYS user i presume the SYS will continue to select any table from the relevant schema. SYS is a special user and not like the others.
    For instance if you want to revoke the SYSDBA and the SYSOPER from the SYS user;
    SQL> revoke sysdba, sysoper from sys;
    revoke sysdba, sysoper from sys
    ERROR at line 1:
    ORA-01998: REVOKE failed: user SYS always has SYSOPER and SYSDBAI have never seen such documentation that describes how to revoke everything or at least the SELECT ANY TABLE privilege from the SYS user.
    Please see more about the SYS and the SYSTEM users;
    SYS and SYSTEM Users;
    http://download.oracle.com/docs/cd/E11882_01/server.112/e10897/users_secure.htm#ADMQS12003
    Regards.
    Ogan

  • Unable to view table list in sql developer

    I am able to connect to the database through sql developer but unable to view tables list.
    Select query is displaying the contents though.
    Any Help ???

    Using SQL Developer, I log in using the owner user id and password. I can see all but one of my materialized views. It was definitely created by the user id I'm logged in as. A query of user_objects in sql+ shows all MVs, including the one that's missing in SQL Developer. If I log in using the same credentials in TOAD, the MV is displayed in the current schema, as I'd expect. The super weird thing is that if I use the previous version of SQL Developer, I see that MV! Any thoughts?
    Edited by: [email protected] on Feb 25, 2009 9:19 AM

  • Issue with viewing Package Body in SQL Developer 2.1 EA1

    I was able to view the package body from different schemas after I log in with user account in SQL Developer 1.5.5.
    But with SQL Developer 2.1 EA1, I could view only spec and I can see the package body only if I log in with DBO account.
    Is there any setting that needs to be configured to be able to view the package body?
    Thanks!

    Thanks for replying my message.
    It's Oracle 9i.
    What I meant 'spec' is you can see only the headers you defined in spec. You can expend the package and be able to see the all functions and procedures but you won't be able to see the '%packagename% Body' where all the detail code were written.
    As I mentioned in my previous post, with SQL Developer 1.5.5 version, you can see spec and package body if you expend the package.

  • Inconsistent logic for viewing others schemes objects in browser

    A while ago when we upgraded our db's to Oracle 10 we also replaced our famous green friend for Sql Developer with our entire development crew.
    Among a few other things, people were not all that happy, seeing that they lost the desired "check for access to dba views option". But as long as we could rely on a consistent view in the "other schema" in all possible views (via table, or directly in the navigator) we could defend this way of thinking for not being able to see everything.
    But unfortunately, in the latest version "1.5.1 5440", we still see inconsistent things...
    for example :
    via browser (other users schema)
    => Indexes are not visible in the indexes branch point, but they do show up on the indexes tab for the corresponding table.
    => For the same "other users scheme", Triggers do show up in the triggers branch point, but then when we check the trigger tab for the corresponding table, they are not shown
    It looks like waiting for yet another version is no option and we will be forced to retreat to the green commercial swamp on high demand of our developers...
    Ribbit :-(

    There are still a few glitches in the queries used for certain things - I cannot remember the problem you mention with indexes being posted before (although I get the same problem with indexes visible in all_indexes not appearing on other users index node), but the trigger tab problem has been discussed before (1.5PROD/EA3/EA2/EA1: Only table owners triggers show in Table's trigger tab
    theFurryOne

  • Viewing Other Schema Objects in SqlDeveloper

    I'm running SQL Developer 1.5.1.54.40 against 10g 10.1.0.5, and am unable to view package bodies in schemas other than my own. I know there has been some discussion on this, but I'm unsure of the status. Is there a workaround, or plan to provide this functionality in the near future?

    Sue,
    There is still a problem in 1.5.0 and 1.5.1 (on win XP going against a 10.2.0.3 database) in viewing the columns of a view that is owned by another user. This worked / still works in 1.2.1.
    Regards,
    Erick
    Message was edited by:
    ESlazinski

  • Cannot view the tables in SQL developer

    Hi everybody,
    I just installed SQL developer and connected to my oracle DB but I am not able to see the tables..I can execute though any SQL statements...
    I thought of installing Oracle Client but nothig changed... what could be the reason ???

    What do you get by running:
    with tabs as (
    select t.*, rownum rn -- not merge
    from sys.all_tables t
    where owner = :SCHEMA
    ), objs as (
    select o.*, rownum rn -- not merge
    from sys.all_objects o
    where owner = :SCHEMA
    AND O.OBJECT_TYPE = 'TABLE'
    AND O.GENERATED = 'N'
    AND O.OBJECT_NAME NOT IN (SELECT OBJECT_NAME FROM RECYCLEBIN)
    AND O.OBJECT_NAME NOT IN (SELECT MVIEW_NAME FROM SYS.ALL_MVIEWS WHERE :SCHEMA = OWNER)
         AND O.OBJECT_NAME NOT IN (SELECT QUEUE_TABLE from all_queue_tables WHERE :SCHEMA = OWNER)
         AND not ( object_name like 'AQ$_%_G'
    or object_name like 'AQ$_%_H'
    or object_name like 'AQ$_%_I'
    or object_name like 'AQ$_%_S'
    or object_name like 'AQ$_%_T' )
    AND ( user = :SCHEMA or not object_name like 'BIN$%' ) -- user != :SCHEMA --> object_name not like 'BIN$%'
    -- RECYCLEBIN is USER_RECYCLEBIN!
    ) select * from (
    SELECT o.OBJECT_NAME, o.OBJECT_ID ,'' short_name, t.partitioned,t.iot_type, o.OWNER OBJECT_OWNER, o.CREATED, o.LAST_DDL_TIME
    FROM OBJS O , tabs t
    WHERE o.object_name = t.table_name
    union all
    SELECT OBJECT_NAME, OBJECT_ID , syn.SYNONYM_NAME short_NAME,
    t.partitioned,t.iot_type, SYN.TABLE_OWNER OBJECT_OWNER, o.CREATED, o.LAST_DDL_TIME
    FROM sys.all_objects O, sys.user_synonyms syn,sys.all_tables t
    WHERE syn.table_owner = o.owner
    and syn.TABLE_NAME = o.object_NAME
    and o.object_name = t.table_name
    and :INCLUDE_SYNS = 1
    and :SCHEMA = USER
    This is the underlying query in the latest version 1.5.4 with update 2. So if that works, just install that version. If not, use it to investigate where it fails.
    Regards,
    K.

  • How i can deal with DB schema in SQL developer ?

    Hi
    Thank you for reading my post , how i can make sql developer just to show one schema ?
    Thanks

    What the Natalka wanted to say is so that the
    hardwired user does not visualize none another user
    when clicar in the option 'Other Users'.
    For this, you must clicar with the right button of
    mouse on the option 'Other Users', 'Apply Filter' and
    to move for the panel of the left all the users who
    you do not want that they are visualized.
    It is not this what you want? If possible, detail
    more its request.
    Remembering that each user in the Oracle is
    corresponding to one schema.by the way, how can I create tables in sql developer if I don't see the one I have already created thanks

  • Viewing CLOB data in sql developer

    In SQL Developer 1.1, if CLOB data was returned from a query, you could place your mouse over the column and get most of it.
    But in 1.2, all you get is "(CLOB) <some data> ...", and nothing else. Is there something I need to set?

    You should look in the SQL Developer forum. I think your question is answered here:
    How to view the entire CLOB in results table?
    Regards Nigel

  • View .erd files in SQL Developer

    Hi,
    I was given an .erd file that was created in TOAD. I have SQL Developer, and I haven't figured out how to view the file. Do I need a different tool? I do not have the ability to get TOAD, so I will need something else to view these files.
    Any ideas?
    Thanks!

    Pretty sure erd is a proprietary format from TOAD, not some open standard as pdf is.
    So find the ability to get TOAD, or throw away the file and start over in another tool.
    Have fun,
    K.

  • How to view sys_context value in SQL Developer?

    hello
    i can view the results via sqlplus with following statements:
    SELECT SYS_CONTEXT ('empno_ctx', 'empno_attrib') empno_attrib FROM DUAL;
    SELECT * FROM SESSION_CONTEXT;
    both retrieve correct values;
    now, since i work mainly in SQL Developer i wanted to view the results in there as well;
    i ran the procedure in SQL Developer via right-click on the procedure -> run;
    it looked like it ran ok;
    however when i do the above queries nothing is retrieved;
    any suggestions?
    thanks
    rgds

    Hi,
    You can use
    SELECT SYS_CONTEXT ('empno_ctx', 'empno_attrib') empno_attrib into <Variable Name> FROM DUAL;
    dbms_output.putline (<Variable Name>
    So after you execute the procedure. You will be able to see the value in output window.
    Regards,
    Kushal Gupta

  • How to view other schema's job status ?

    Hi,
    My application is in schema A. User B has just enough rights to do specific tasks in A. One of them is to call a function that creates a job in schema A.
    The view user_jobs in A shows the job.
    How can I make this job visible to user B without granting B access to dba_jobs?
    I tried granting select on a.user_jobs to B and hoped that the job would show up in B's all_jobs view but that did not work.
    Any ideas?
    Rene

    Create a customised version of USER_JOBS and grant select on the view to B. See catjobq.sql - note how USER_JOBS is based on DBA_JOBS anyway.
    I usually have some sort of admin user (which may or may not be the application owner) which owns all these types of customisations.
    PS: ALL_JOBS is actually a synonym for USER_JOBS.

Maybe you are looking for

  • Need to invoke a process from a column link and then redirect to a url

    Is it possible to invoke a process from a column link then redirect to a url I want to invoke a process that has a pl sql block of code which will do some table inserts and then redirect the user to an external url. Any help would be appreciated.

  • Photostream quit working on PC

    Running the iCloud Control Panel on a Win7-64 PC. Had the sync folder set up, and all photos from my iPhone 5 appeared beautifully in the PC folder, just as they were supposed to. I got an iPhone 6 a couple of months ago, and it seemed to sync just f

  • PBA7 runtime error LOAD_PROGRAM_NOT_FOUND

    i am trying transfer applicant to employee by using PBA7 but when transfer infotype 0021 family there's error load program not found and with dump : ABAP runtime errors    LOAD_PROGRAM_NOT_FOUND        Occurred on     21.04.2014 at 11:52:27 Program "

  • [SOLVED] Can't start Doom3 (Catalyst)

    Hi all, I've just installed Doom3 from AUR and copy the .pk files to /opt/doom3/base but when i try to run the game i get this: [tehsis@Heather ~]$ doom3 DOOM 1.3.1.1304 linux-x86 Jan 16 2007 21:58:02 found interface lo - loopback found interface eth

  • Issue in Adobe Designer

    Hi Friends,   When I try to open the layout in Adobe designer from transaction code SFP, I am getting the below error when clicking on the Layout tab. I am also not able to see the data bindings. "Unable to Load local library:<some path>" Please advi