SQL Developer 1.1 - Schema Filter

The new filter behaviour for "Other Users" in the object navigator doesn't seem to allow providing a list of users. The conditions appear to be AND'd together.
Am I missing something? I'd like to provide a finite list of users, such as
HR, OE, SCOTT
One more issue, it would be really nice to be able to add a filter predicate that remove users with no objects. We have thousands of user accounts that are defined strictly for authentication and own nothing.
PS: This looks like a great set of new functionality, I'm busy exploring and loving it! Good work.

I have multiple database connections and I created a filter for the "Other Users" schemas. I would like to copy that filter to other database connections.
Can I do this either via some properties xml file or somewhere in the program?
Currently, the filter dialog does not allow you to save the applied filter.
I'm using version 1.1.2.25.

Similar Messages

  • Using TOAD and SQL Developer to compare db objects in schemas in databases

    Hi All,
    My primary objective was to compare objects in schemas in two different databases and find out the differences,
    Execute DDL's in the database where objects are missing and syn schemas in two different databases.
    So I need to compare schemas in databases. Which tool would be helpful and will be user friendly to make a comparison of database objects existing in schemas in two different databases.
    I'd like to see if I can get a list of pro and cons between Toad and SQL Developer for comparing schemas pros and cons.
    Could you please also help me on navigation in SQL Developer to compare schemas.
    Connect to Source
    Connect to Target
    Compare schemas with different object types
    Find out differences
    Generate DDL's for the missing objects or for the objects in difference report
    Run them in missing instace(Source/Target)
    Make sure both are in sync.
    Thanks All

    Hi,
    Most dba type tools have this kind of functionality - personally i use plsqldeveloper but this is very similar to most other tools on the market. SQL Developer seems to rely on you needing the change management pack licence which you likely dont have and would be quite a large cost to roll out.
    I'd compare plsqldeveloper/toad/sqlnavigator etc and maybe the tools from redgate which look pretty good though i haven't used them.
    Regards,
    Harry

  • SQL format in SQL tab for SQL developer v2.1.1.64

    I have been using Toad for years, recently we moved to SQL Developer. However, can anyone tell me how to make SQL in SQL tab looks like in TOAD, I have an example as below. Thanks at advance!
    in SQL Developer:
    CREATE TABLE "SCHEMA"."F1005"
        "FID"      NUMBER(*,0) NOT NULL ENABLE,
        "NUMOFPTS" NUMBER(*,0) NOT NULL ENABLE,
        "ENTITY"   NUMBER(*,0) NOT NULL ENABLE,
        "EMINX" FLOAT(64) NOT NULL ENABLE     ,
        "EMINY" FLOAT(64) NOT NULL ENABLE     ,
        "EMAXX" FLOAT(64) NOT NULL ENABLE     ,
        "EMAXY" FLOAT(64) NOT NULL ENABLE     ,
        "EMINZ" FLOAT(64)                     ,
        "EMAXZ" FLOAT(64)                     ,
        "MIN_MEASURE" FLOAT(64)               ,
        "MAX_MEASURE" FLOAT(64)               ,
        "AREA" FLOAT(64) NOT NULL ENABLE      ,
        "LEN" FLOAT(64) NOT NULL ENABLE       ,
        "POINTS" LONG RAW                     ,
        CONSTRAINT "F1005_PK" PRIMARY KEY ("FID") DISABLE
      PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS NOLOGGING STORAGE
        INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT
      TABLESPACE "SCHEMA_FEATURE_SML_DATA" ;
    CREATE INDEX "SCHEMA"."F1005_AREA_IX2" ON "SCHEMA"."F1005"
        "AREA"
      PCTFREE 10 INITRANS 2 MAXTRANS 255 NOLOGGING COMPUTE STATISTICS STORAGE
        INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT
      TABLESPACE "SCHEMA_FEATURE_SML_INDX" ;in TOAD
    CREATE TABLE SCHEMA.F1005
      FID          INTEGER                          NOT NULL,
      NUMOFPTS     INTEGER                          NOT NULL,
      ENTITY       INTEGER                          NOT NULL,
      EMINX        FLOAT(64)                        NOT NULL,
      EMINY        FLOAT(64)                        NOT NULL,
      EMAXX        FLOAT(64)                        NOT NULL,
      EMAXY        FLOAT(64)                        NOT NULL,
      EMINZ        FLOAT(64),
      EMAXZ        FLOAT(64),
      MIN_MEASURE  FLOAT(64),
      MAX_MEASURE  FLOAT(64),
      AREA         FLOAT(64)                        NOT NULL,
      LEN          FLOAT(64)                        NOT NULL,
      POINTS       LONG RAW
    TABLESPACE SCHEMA_FEATURE_SML_DATA
    PCTUSED    40
    PCTFREE    10
    INITRANS   1
    MAXTRANS   255
    STORAGE    (
                INITIAL          64K
                MINEXTENTS       1
                MAXEXTENTS       UNLIMITED
                PCTINCREASE      0
                FREELISTS        1
                FREELIST GROUPS  1
                BUFFER_POOL      DEFAULT
    NOLOGGING
    NOCOMPRESS
    NOCACHE
    NOPARALLEL
    MONITORING;
    CREATE INDEX SCHEMA.F1005_AREA_IX2 ON SCHEMA.F1005
    (AREA)
    NOLOGGING
    TABLESPACE SCHEMA_FEATURE_SML_INDX
    PCTFREE    10
    INITRANS   2
    MAXTRANS   255
    STORAGE    (
                INITIAL          64K
                MINEXTENTS       1
                MAXEXTENTS       UNLIMITED
                PCTINCREASE      0
                FREELISTS        1
                FREELIST GROUPS  1
                BUFFER_POOL      DEFAULT
    NOPARALLEL;

    Thanks for your reply, however, there are not any vendors call TOAD...
    The actual problem are:
    1. Do not show double quote (""), ie:
    in SQL Developer
    CREATE INDEX "SCHEMA"."F1005_AREA_IX2" ON "SCHEMA"."F1005"in TOAD
    CREATE INDEX SCHEMA.F1005_AREA_IX2 ON SCHEMA.F10052. has a break after numbers, ie:
    in SQL Developer
        INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT
      )in TOAD
                INITIAL          64K
                MINEXTENTS       1
                MAXEXTENTS       UNLIMITED
                PCTINCREASE      0
                FREELISTS        1
                FREELIST GROUPS  1
                BUFFER_POOL      DEFAULT
               )Any suggestions will be appreciated.
    Thanks,

  • 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

  • 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

  • How i can force sql developer to show just tables of HR schema ?

    In sql developer we can filter the tables that it shows under table node ,
    how i can force it just to show tables of HR schema ?
    Thanks

    See my post in your other thread (How i can deal with DB schema in SQL developer ?
    In this case, you let only the HR user in the right panel.

  • How to change the password of a schema using Oracle SQL Developer

    Hi need to change the password of a schema using Oracle SQL Developer how do i do it?

    Hi
    alter user username identified by password

  • How to compare two schemas in Oracle sql developer

    Hello,
    I need to compare both the data and schemas details (columns etc) between two schemas on different databases (connections).
    What is the easiest and most efficient way to do this? Hopefully in Oracle Sql Developer or Sql Plus?
    Thanks.

    In SQL Developer go to Tools -> Schema Diff !
    in SQL* Plus you will need to write PL/SQL for this.
    Amardeep Sidhu

  • Filter not working in SQL Developer 2.1

    I have just upgraded to SQL Developer 2.1 and there seems to be a problem with filtering information in the Data tab. The filters I type in are simply ignored. Is there a setting somewhere that I am missing?

    I am running XP Pro 2002 with SP3 installed.
    The DB information is below:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi
    PL/SQL Release 10.2.0.3.0 - Production
    "CORE     10.2.0.3.0     Production"
    TNS for Linux: Version 10.2.0.3.0 - Production
    NLSRTL Version 10.2.0.3.0 - Production
    It will occasionally work when I first log in but generally stops working after the first filtered retrieve. From then on the filter line on the toolbar is just ignored. Entering incorrect sql statements does not produce any errors either. Once it starts it is consistent across all tables.
    The filter option on the header of each column still works, that is the only reason I have not gone back to V1.5.
    Tony

  • Sql Developer - View source code of procedures, functions & packages in another schema

    Our developers need the ability to view procedures, function, packages etc. in the production database (using SQL DEVELOPER).  They don't have access to sign on as the owner of these
    objects in Production.  They must use their own limited access UserID for this purpose.
    This limited access UserID has been granted select privilege on DBA_SOURCE & DBA_OBJECTS.  The developers need the ability to view the source of these object via
    the tree view in SQL DEV.  They should be able to click on "other users" in the SQL DEV tree view and see a listing of the owner schema objects.  Then they should
    be able to select the desired object and view the source code.  These developers are used to using GUI interfaces.  Selecting from DBA_SOURCE would not be an
    option for them.
    I understand that if the limited user is granted SELECT ANY DICTIONARY or SELECT_CATALOG_ROLE then this functionality will work.  The problem is those
    privileges/roles  provide much more access than should be granted to these limited access users. Granting DBA to these users is also not an option.
    In TOAD and other end-user tools this functionality works when only select privilege on DBA_SOURCE & DBA_OBJECTS has been granted.  We need this same functionality
    in SQL DEV.
    While searching this forum and the internet, I see that other installations have this same issue.
    Please enhance SQL Developer with this functionality. 
    Thank you, ellen

    Just to double check that I'm interpreting the problem correctly, is the following true:
    select * from all_objects where object_name = 'DBA_SOURCE'
    returns nothing
    select * from dba_source where name = your PL/SQL module
    returns all the code

  • SQL Developer....tough to find the schema I am looking for

    I am a contractor here and I have been given the host name/ user name / password for the database.I log in using SQL Developer tool ,and I see the tables ,views,indexes,packages etc and all are empty.Then below there is "Other Users" and underneath that host of other details.With great difficulty I was able to find my right schema under Other Users!.
    Please let me know if there is a better way for me to get to the right schema moment I enter the connection details.Also what is this "Other Users".
    thanks
    M

    I asked for database details and the thing I
    received is
    host name
    service name
    user name
    password
    portdid you do the asking in person, or via email. I've been a DBA a long time and mostly we don't try to make life difficult for either developers, contractors or even contract developers! Quite often though face-to-face communication beats emails. The thing I find odd is that it appears that you knew what schema you wanted, but you got to the stage of logging in as the owner of a different schema before discovering that you couldn't see the tables directly in the dev tool. If I were to be developing in the SCOTT schema (or the HR or the NIALL or whatever schema) then I'd expect to get the host, service name and password for that schema (and port if it wasn't 1521 or tns alias if I was using some centralized name resolution method.
    Niall Litchfield
    http://www.orawin.info/

  • HR SCHEMA FILES PRESENT BUT TABLES NOT SHOWN IN SQL DEVELOPER - PLS HELP

    Dear DBA's,
    I am studying towards the OCA and working through the SQL Fundamentals I Exam guide text book by John Watson and Roopesh Ramklass. I have a problem with accessing the HR Schema tables in SQL Developer. I can get connected to the HR schema but no information is available when i click on the + sign next to the "Tables (filtered)" link in SQL Developer under Human Resources - BTW (I've downloaded Oracle 11G)
    Please help, I've tried the following already;
    1. Downloaded the HR Schema sample scripts again
    2. Resetting the Sample schema with this syntax in SQL PLUS - @?/demo/schema/mksample systempwd syspwd hrpwd oepwd pmpwd ixpwd shpwd bipwd default_tablespace temp_tablespace log_file_directory/
    3. I have no Master script file so I cant recreate the sample scripts
    I've been reading forums and trying to Google but I am too new at this and just can't get the HR schema to display all the information in SQL Developer. Please help as I really badly need to practice the exercises in the text book.
    Any help to resolve this will be greatly appreciated.
    Ali
    Edited by: 942730 on Jun 26, 2012 1:15 AM

    942730 wrote:
    Dear DBA's,
    I am studying towards the OCA and working through the SQL Fundamentals I Exam guide text book by John Watson and Roopesh Ramklass. I have a problem with accessing the HR Schema tables in SQL Developer. I can get connected to the HR schema but no information is available when i click on the + sign next to the "Tables (filtered)" link in SQL Developer under Human Resources - BTW (I've downloaded Oracle 11G)
    Please help, I've tried the following already;
    1. Downloaded the HR Schema sample scripts again
    2. Resetting the Sample schema with this syntax in SQL PLUS - @?/demo/schema/mksample systempwd syspwd hrpwd oepwd pmpwd ixpwd shpwd bipwd default_tablespace temp_tablespace log_file_directory/
    3. I have no Master script file so I cant recreate the sample scripts
    I've been reading forums and trying to Google but I am too new at this and just can't get the HR schema to display all the information in SQL Developer. Please help as I really badly need to practice the exercises in the text book.
    Any help to resolve this will be greatly appreciated.
    Alisqlplus
    / as sysdba
    alter user HR identified by hr account unlock;
    connect hr/hr
    select table_name from user_tables;
    exit

  • Connecting to HR schema in Oracle SQL Developer

    I have installed Oracle sql developer 3.2 version.And I dont have oracle client installed.
    Can I connect to HR schema with this set up.
    If yes ,please suggest me the credentials.
    Thanks.

    You do not need any oracle client installed, you do however need a database somewhere to connect to.
    The credentials you require would be for this database, and so we cannot help you get them.
    If you have a DBA that manages your databases ask him for the credentials.
    If you are on your own and just want to try out something, your best option is to install an Oracle XE on your own system, then you can connect with the defaults SQLDeveloper already has when creating a new connection (the system password will be set during database installation so note it down), then you can play with your newly installed database.

  • How to connect sql developer OE schema and Hr schema,

    Hi ,
    I downloaded Oracle 10g express edition and SQL developer downloaded in my computer, I don't know how to connect to OE and HR schema, by default the SQL developer and Oracle 10g has only sytem and sys database. And as well I wanted to migrate datas from third party datas , could anyone please , pllease guide me. I am new to this field and just started to learn. what is listener and how to activate Listener and Repositary
    Please guide me.
    Thanks in advance
    Chan

    The HR schema installs fine in XE, but the OE schema doesn't quite. I've done it, but there will be errors. The reason is that the OE schema uses some features of XML DB that are not supported in XE. If you want to use the OE schema in XE and you don't mind if it isn't a complete OE schema, then you can get the installation scripts from an Oracle SE or EE installation.
    You can also get it from the companion disk for Oracle SE or EE, but this is a bit challenging, because you can't get it by running OUI unless you first install Oracle SE or EE. You need to run an archive utility like WinZip or 7-Zip and look for the scripts inside a compressed file - I forget which one, but I'll look it up if you like. Oh, and since the OE schema isn't really supposed to be installed on XE, Oracle does not support any of the methods for putting it there.

  • SQL Developer 4.0 - Database Diff - turn off schema name in generated script

    SQL Developer 4 / RDBMS 11GR2
    I know SQL Developer 4 is EA, but maybe the question has the same answer in 3.3.  Also if 4.0 EA questions need to be asked in a different forum, please advise.
    I am new to SQL Developer and I admit to using brand Z (TOAD) for many, many years.
    (1) When using Database Diff, is there a setting to turn off the schema name that is displayed in the scripts that are generated?  I looked in PREFERENCES, but if it is there, I did not see it.
    (2) While I have found good resources on SQL Developer, is there a FAQ on Database DIff that answers a lot of these silly type questions?
    Thanks in advance

    On the first screen of the DIFF wizard there's a check box for 'Schema' - uncheck that.

Maybe you are looking for