DBA role required to see indexes in Other Users schema

When my developers try to view indexes owned by other users that are unable to see them unless the have been added to the DBA Role. Is this a requirement to view indexes owned by others? Are there lesser privs than DBA that will allow this?

The developer already has this privilege. Using other development tools he can see the indexes in other schemas. It appears to be a problem or setting in SQL Developer. We are running version 1.2.1. Any other thoughts?

Similar Messages

  • I am logged on to a wifi and can see files from other users on this network.  Can they see my files as well?

    I am logged on to a wifi and can see files from other users on this network.  Can they see my files as well?

    Yes and no. It depends on your settings.
    Go into "System Preference" and click on "Sharing"
    If you have services checked such as "File Sharing" then others can see your computer on the network. But you really don't need to worry because others would need your username and password to have access to your files.
    What you see are just computers annousing themselfs on the network. To have access to said computers, Username and Passwords are required.
    Hope this helps

  • Edit tables in other user schema

    Hello all,
    Is there a way to allow a user to edit tables for another user?? For example, suppose user A has tables X, Y and Z. I need user B to be able to edit those tables in SQL Developer.
    I have granted user B everything on A's tables, but once user B log to SQL Developer-> Other Users -> Tables. Right click any table and choose edit, an error message is displayed "The database user has insufficient privileges for the given operation"
    I am kindly asking for help regarding this issue.
    Regards,
    Emad

    I do believe so. I have tried to grant select any dictionary to the user and he still can not edit the tables in the other schema.
    I do hope Oracle solve this if it is a bug.

  • Access other user (schema) object

    hai all
    i have two users in the same sever user1,user2.(10g)
    i want to use user1.package in user2.
    how can I ? Is it the right way or any other way it possible?
    if i give like user2.user.pack.procedure();
    itis giving the compilation error worng no of arguments
    PLS-00306
    if remove that block was complied.
    thanks all
    Edited by: siva on Jul 8, 2010 9:53 AM

    hai all
    i have two users in the same sever user1,user2.(10g)
    i want to use user1.package in user2.
    how can I ? Is it the right way or any other way it possible?
    if i give like user2.user.pack.procedure();
    itis giving the compilation error worng no of arguments
    PLS-00306
    if remove that block was complied.
    try these steps.. in sequence..
    1 - Grant Execute on Procedure_name to User2
    2 - Check the number of Arguments which you are passing in the Procedure (specifically for the non default parameters)
    3 - Check whether you passing the parameters in the correct manner or not (position wise)
    Or.. if again the error exists do.. post the parameters which ur trying to pass..
    Thanks..

  • Some clients see all other users some dont?

    Hello Apple Forums!
    I have a question regarding my ichat service running on a 10.6.2 machine (x-serve)
    I had 1 user today that I set up on our ichat, and when I added her, logged in to the server, however no buddy list. My experience with all other users is when they are added, they immediately see all the other users who are logged in. Im not sure how to resolve this. I know have to add buddies to all the internal employees in order for them to see her. Can someone please tell me what I am doing wrong?
    Please let me know what other information you need.
    Thanks,

    Thanks for the correction on the forum posting. Should I re-post or is there an admin that can kindly move over for me?
    tibor.moldovan:
    I have researched this issue for a while now. I have cleared all the local preferences on the end users machine. I have not set up a test user, however I will. All other clients I have added recently, the entire "workgroup" (everyone part of the same workgroup) show up. Come to think of it, this particular user is in more than one workgroup. Hmmm. Maybe this is related to what is going on? If the "workgroup" group is not primary, then she wouldn't necessarily see everyone else?
    Tim:
    Adding (or sending buddy requests) to the other users in the ichat server (this is a local ichat for interoffice comm only) when accepted, those "added" buddies show up fine and can communicate.
    Message was edited by: cpguru21
    Message was edited by: cpguru21

  • Updation in other user

    Hi,
    I want to connect to another user in database proceedure , and do some updation and insertion in that user and
    then switch back to where I am first.
    Any body can help me for this task.
    I tried with alter session set current_schema.
    But i can only select from that user , But updation is not working in that user.
    Thnx in advance.

    There are various ways.
    Simplest is for that user to grant permission to your user to allow inserts, updates or deletes as appropriate and then you can simply do it directly from your own user.
    Alternatively, that other user can have some procedures which control the insert/update/deletes and then permission is granted on those procedures for your own user to call, thus keeping the control over access with the other user.
    For either of those, synonyms can be created in your own users schema to make the other users object appear as if they are in your own such that you can just reference e.g. a table, simply by it's name rather than having to prefix it with the other users schema first.
    All depends on the requirements and restrictions implemented on the database. Without more information that's about all the help we can give.

  • Other user can not see the data from the workbook

    Hi Friends,
    I created a workbook with some worksheets in a Business area. The owner of the workbook has no problem to view all the worksheets and get all the data returned.. I granted all the neccessary privileges to other users ,they could see the workbook, but no data returnd for the query results. Tried refresh the worksheet, same no data retrieved.Checked the SQL inspector and the plan, it showed the correct paths and execution plan without any errors there. The same query run in SQL plus by other users returned data correctly.
    By the way, I had a summary folder in the workbook. During the troubleshooting, I dropped this summary folder, still the same no data return for other users.
    Any body happen to know the cause or has some ideas on this issue?
    The discoverer administrator verson is 9.0.4.00 and the PLUS /Viewer is 9.04.45.02.
    Thank you very much,
    J.K

    Hi All
    The scheduling of reports, as you have probably noticed, requires that the scheduling privilege within Discoverer Administrator tool be granted to the user NOT to a role. Scheduling will not work if you attempt this. The reason for this is that these two SYS grants must go to a user:
    GRANT SELECT ON SYS.V_$PARAMETER
    GRANT EXECUTE ON SYS.DBMS_JOB
    The user will also need to have these grants:
    CREATE PROCEDURE,
    CREATE TABLE,
    CREATE VIEW,
    EXECUTE ANY PROCEDURE,
    UNLIMITED TABLESPACE on user's tablespace
    My new Discoverer 10g Handbook, which I would recommend to anyone working with Discoverer, explains scheduling in detail and even tells you how the tables and views that are used to store the results work. You won't find this information anywhere else, as you will see if you read some of the five reviews that have been left on Amazon.com. For more information about the book please look here:
    http://learndiscoverer.com/books/books.htm
    The PUBLIC grants are not having any impact. All these do is ensure that ALL users have the same basic privileges. You can just as easily grant these to any role of your choosing and it will work just fine.
    By the way, because the PUBLIC role is the MINIMUM privileges that a user can have you might want to consider reducing the end user Discoverer privileges afforded to PUBLIC. By default, all users can Create and Edit workbooks, share workbooks, save workbooks and so on. This is far too rich a set of privileges for the basic user, who in most cases will be a VIEWER user. Whenever I create a new EUL I always recommend that my client reduces the PUBLIC user's privileges and then create new roles for more advanced VIEWER and PLUS users, adding privileges as required.
    Thus, my basic VIEWER, aka PUBLIC, has only these privileges:
    Collect Query Statistics
    Item Drill
    Drill Out
    My advanced VIEWER has this additional privilege:
    Save Workbooks to Database
    My basic PLUS user has all of the above, plus these (pardon the pun):
    Create/Edit Query
    Create Link
    and my advanced PLUS users get everything, which means they now get these as well:
    Grant Workbook
    Schedule Workbooks
    I also remove the Save / Save As Actions link from Viewer which prevents the basic VIEWER users from knowing that it is there. In essence, because these users no longer can click the Save link and because they do not have the Save to Database privilege, they will not be prompted to save within Viewer no matter what they do. This now makes 10.1.2 Viewer work the same way as previous versions.
    Even though the Save link is not there, my advanced Viewer users will be prompted to save if they have made any changes. This therefore allows you to have two classes of Viewer, one who can save and one that cannot.
    I hope this helps
    Regards
    Micahael Armstrong-Smith

  • What are the roles required for MSS

    What are the roles required for MSS in R/3.
    I have created ESS roles. But need to find for MSS.
    I am able to see the PERNR in ESS on portal which created in R/3.
    I need to get my staff on portal.
    What config is required for this.
    MSS User.

    HI
    you will  have to create manager as portal role and assigned to them  necessary worksets containing necessary worksets  look into the PCD in migrated content and line *?? folder you will have necessary ESS and Mss packages. and all configs is related to iviews system properties and transactions  and applications you need to do it .please do not forget to give points
    with regards
    subrato kundu

  • Not able to see other users change list in IR/ID

    Hi All,
    I  need to perform the CTS+ transports  in PI 7.1 and when ever i am going to change list tab apart from my user id i am not able to see any other user id to transfer the objects to my id
    Is some setting is missing or some role we need to assign.
    Appreciate your reponse on this.
    Thanks
    Ankur

    Hi Anku,
    Have a look on this doc [Limit Authorization PI Content objects.pdf|http://www.sdn.sap.com/irj/scn/events?rid=/library/uuid/a005629b-c063-2910-0fb8-f57dc68abaca], and/or contact your basis team who manages the user roles...
    The same in [e-learning|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/40457bb0-c663-2910-85ad-f5f42edb715a].
    just in case of... for ESR authorization, you have this one [How To Setup Profile Based Authorization In ESR Using PI 7.1 EHP1|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50a3efb4-57a1-2d10-a6b9-fed6d21799f8?QuickLink=index&overridelayout=true]
    Else... a stupid question:
    in "change list" tab, have you click on the "filter" button to be able to select "User = All" ?
    and then to do your transfer...
    Regards.
    Mickael
    Edited by: Mickael Huchet on Feb 14, 2012 9:24 AM

  • What role/roles require to administer OEM DB control jobs?

    Hi all,
    I've DBA role, but I can't look at the job tab on the OEM db control console. I was wondering which other role or roles I need to administer job on db console? Could you please help understand on this?

    Yes, I do have SCHEDULER_ADMIN privilege. On top of that I do have OLAP DBA, DBAAdmin privileges. But still, I'm not able to see the JOB tab to create/modify it. I wondered why.

  • DBA role dropped

    Hi,
    I recently saw that the DBA role is missing from one of our databases and the connect privileges are revoked from almost all schemas in the database. I tried investing about how this. Initially I went to check the dba_audit_trail,unfortunately it's empty. Secondly I tried using log miner to analyse redo logs for last 5 days in short intervals. Analysing from V$LOGMNR_CONTENTS using a "DROP" filter on operation column,but still couldn't get anything. Can anyone suggest any other way to investigate this.

    If you had access to a database of the same version you could use the scripts from Pete Finnigan (http://www.petefinnigan.com/tools.htm) to see what privileges are given to the DBA role and re-create the role.
    On metalink there is Note: 1068678.6 How to Recreate DBA Role if Dropped. Last revision is 26-Nov-2002 and only mentions version 8.X.

  • User can't see objects in other schemas

    Go to other users and nothing shows up. All grants are done through roles. I am not allowed to give them select any table privileges.
    They do have SELECT_CATALOG_ROLE.
    How do I get sql developer to query the DBA_ views instead of the ALL_ views? I have done this before in other tools.
    I saw in another post that sql developer uses DBMS_METADATA to generate the DDL and code, and that requires SELECT ANY CATALOG role. I have a blanket rule that says I am not allowed to grant 'any' privileges. I have developers who justifiably need to be able to see objects in SQL Developer and source code. Do I have any other options?
    Edited by: Guess2 on Apr 12, 2012 9:05 AM

    Hi Guess2,
    The last relevant thread on this issue is:
    Re: 30EA4 - Unable to expand tables node
    Hopefully we can get some priority for this bug. Unfortunately the current state of things is that views will show but not tables unless the user has a specific 'grant select' for any tables needed.
    Regards,
    Gary
    SQL Developer Team

  • PDB_DBA has DBA role, but no quota on tablespace

    Hi all,
    I have weird situation and I can't find in doco why is that:
    I have created PDB with role DBA for admin user, I can see that PDB_DBA role has DBA role. I can  create table in admin user schema, but can't insert rows there, as there are no quota on tablespace. If I grant DBA to admin user directly- I can insert rows - so, I got "quota unlimited" as part of DBA role:
    SQL> conn / as sysdba
    Connected.
    SQL> create pluggable database P1 admin user a identified by a roles=(dba);
    Pluggable database created.
    SQL> alter session set container=P1;
    Session altered.
    SQL> alter pluggable database P1 open;
    Pluggable database altered.
    SQL> create table a.t(id integer);
    Table created.
    SQL> insert into a.t values(1);
    insert into a.t values(1)
    ERROR at line 1:
    ORA-01950: no privileges on tablespace 'SYSTEM'
    SQL> select * from dba_role_privs where grantee = 'A';
    GRANTEE
    GRANTED_ROLE ADM DEL DEF COM
    A
    PDB_DBA YES NO  YES NO
    SQL> select granted_role from dba_role_privs where grantee = 'PDB_DBA';
    GRANTED_ROLE
    DBA
    SQL>
    SQL> grant dba to a;
    Grant succeeded.
    SQL> insert into a.t values(1);
    1 row created.
    SQL> revoke dba from a;
    Revoke succeeded.
    SQL> insert into a.t values(1);
    1 row created.
    SQL>

    What is the full version of Oracle 12c that you are using?
    That does seem odd. Especially since revoking the direct grant leaves the privilege intact which could only come from the role.
    What happens if you bounce the DB after the initial INSERT failure? Does it continue to fail if the direct grant isn't made?
    Also - did you specify FILE_NAME_CONVERT as an init parameter?
    If you have a MOS account I suggest you search to see if there are any bugs related to PDB privileges.
    There have been some known issues with the whole PDB metadata link thing. System tables only exist in the root and the PDBs only have metadata links to the actual system entries. It's possible that the metadata link didn't get created or propagated properly after the PDB was created.
    That is why I ask if you can try bouncing the database to see if the problem still persists.
    The other, related, test to try is to first create the PDB (no other action at all such as grants, users, or anything). Then open the PDB and then shut it all down.
    When you restart the entire DB and open the PDB then perform your test and see if you get the same results. The intent of that test is to see if the metadata entries are properly created and propogated AFTER the PDB actually exists.
    Unfortunately (for you at least for now) there are so many nuances to the whole multitenant thing in the way privileges (among other things) work it will be a while until they all get sorted out.
    Many of those are the management of privileges (roles, grants, etc) for PDBs given that some PDBs aren't open at the time the privilege change is made. If a PDB isn't open and you modify a common privilege there won't be any replication to that PDB and you will later have to update that PDBs privileges manually.

  • Grant DBA role

    Hi, i have experienced many time that when you give dba role to any schema it should get the privilege of Create any on all object. but it is not the case after giving dba privilege to schema i have to give create any privilege to that schema though DBA role have that Facility, why is it so.
    Regards
    Vikas Chopkar

    Are you talking about the default role named DBA? If so, that role should rarely be granted to anyone. Either way, on my database it has the privileges you say it doesn't.
    SQL> SELECT * FROM DBA_SYS_PRIVS WHERE GRANTEE='DBA' ORDER BY PRIVILEGE;
    GRANTEE                        PRIVILEGE                                ADM
    DBA                            ADMINISTER ANY SQL TUNING SET            YES
    DBA                            ADMINISTER DATABASE TRIGGER              YES
    DBA                            ADMINISTER RESOURCE MANAGER              YES
    DBA                            ADMINISTER SQL TUNING SET                YES
    DBA                            ADVISOR                                  YES
    DBA                            ALTER ANY CLUSTER                        YES
    DBA                            ALTER ANY DIMENSION                      YES
    DBA                            ALTER ANY EVALUATION CONTEXT             YES
    DBA                            ALTER ANY INDEX                          YES
    DBA                            ALTER ANY INDEXTYPE                      YES
    DBA                            ALTER ANY LIBRARY                        YES
    DBA                            ALTER ANY MATERIALIZED VIEW              YES
    DBA                            ALTER ANY OUTLINE                        YES
    DBA                            ALTER ANY PROCEDURE                      YES
    DBA                            ALTER ANY ROLE                           YES
    DBA                            ALTER ANY RULE                           YES
    DBA                            ALTER ANY RULE SET                       YES
    DBA                            ALTER ANY SEQUENCE                       YES
    DBA                            ALTER ANY SQL PROFILE                    YES
    DBA                            ALTER ANY TABLE                          YES
    DBA                            ALTER ANY TRIGGER                        YES
    DBA                            ALTER ANY TYPE                           YES
    DBA                            ALTER DATABASE                           YES
    DBA                            ALTER PROFILE                            YES
    DBA                            ALTER RESOURCE COST                      YES
    DBA                            ALTER ROLLBACK SEGMENT                   YES
    DBA                            ALTER SESSION                            YES
    DBA                            ALTER SYSTEM                             YES
    DBA                            ALTER TABLESPACE                         YES
    DBA                            ALTER USER                               YES
    DBA                            ANALYZE ANY                              YES
    DBA                            ANALYZE ANY DICTIONARY                   YES
    DBA                            AUDIT ANY                                YES
    DBA                            AUDIT SYSTEM                             YES
    DBA                            BACKUP ANY TABLE                         YES
    DBA                            BECOME USER                              YES
    DBA                            CHANGE NOTIFICATION                      YES
    DBA                            COMMENT ANY TABLE                        YES
    DBA                            CREATE ANY CLUSTER                       YES
    DBA                            CREATE ANY CONTEXT                       YES
    DBA                            CREATE ANY DIMENSION                     YES
    DBA                            CREATE ANY DIRECTORY                     YES
    DBA                            CREATE ANY EVALUATION CONTEXT            YES
    DBA                            CREATE ANY INDEX                         YES
    DBA                            CREATE ANY INDEXTYPE                     YES
    DBA                            CREATE ANY JOB                           YES
    DBA                            CREATE ANY LIBRARY                       YES
    DBA                            CREATE ANY MATERIALIZED VIEW             YES
    DBA                            CREATE ANY OPERATOR                      YES
    DBA                            CREATE ANY OUTLINE                       YES
    DBA                            CREATE ANY PROCEDURE                     YES
    DBA                            CREATE ANY RULE                          YES
    DBA                            CREATE ANY RULE SET                      YES
    DBA                            CREATE ANY SEQUENCE                      YES
    DBA                            CREATE ANY SQL PROFILE                   YES
    DBA                            CREATE ANY SYNONYM                       YES
    DBA                            CREATE ANY TABLE                         YES
    DBA                            CREATE ANY TRIGGER                       YES
    DBA                            CREATE ANY TYPE                          YES
    DBA                            CREATE ANY VIEW                          YES
    DBA                            CREATE CLUSTER                           YES
    DBA                            CREATE DATABASE LINK                     YES
    DBA                            CREATE DIMENSION                         YES
    DBA                            CREATE EVALUATION CONTEXT                YES
    DBA                            CREATE EXTERNAL JOB                      YES
    DBA                            CREATE INDEXTYPE                         YES
    DBA                            CREATE JOB                               YES
    DBA                            CREATE LIBRARY                           YES
    DBA                            CREATE MATERIALIZED VIEW                 YES
    DBA                            CREATE OPERATOR                          YES
    DBA                            CREATE PROCEDURE                         YES
    DBA                            CREATE PROFILE                           YES
    DBA                            CREATE PUBLIC DATABASE LINK              YES
    DBA                            CREATE PUBLIC SYNONYM                    YES
    DBA                            CREATE ROLE                              YES
    DBA                            CREATE ROLLBACK SEGMENT                  YES
    DBA                            CREATE RULE                              YES
    DBA                            CREATE RULE SET                          YES
    DBA                            CREATE SEQUENCE                          YES
    DBA                            CREATE SESSION                           YES
    DBA                            CREATE SYNONYM                           YES
    DBA                            CREATE TABLE                             YES
    DBA                            CREATE TABLESPACE                        YES
    DBA                            CREATE TRIGGER                           YES
    DBA                            CREATE TYPE                              YES
    DBA                            CREATE USER                              YES
    DBA                            CREATE VIEW                              YES
    DBA                            DEBUG ANY PROCEDURE                      YES
    DBA                            DEBUG CONNECT SESSION                    YES
    DBA                            DELETE ANY TABLE                         YES
    DBA                            DEQUEUE ANY QUEUE                        YES
    DBA                            DROP ANY CLUSTER                         YES
    DBA                            DROP ANY CONTEXT                         YES
    DBA                            DROP ANY DIMENSION                       YES
    DBA                            DROP ANY DIRECTORY                       YES
    DBA                            DROP ANY EVALUATION CONTEXT              YES
    DBA                            DROP ANY INDEX                           YES
    DBA                            DROP ANY INDEXTYPE                       YES
    DBA                            DROP ANY LIBRARY                         YES
    DBA                            DROP ANY MATERIALIZED VIEW               YES
    DBA                            DROP ANY OPERATOR                        YES
    DBA                            DROP ANY OUTLINE                         YES
    DBA                            DROP ANY PROCEDURE                       YES
    DBA                            DROP ANY ROLE                            YES
    DBA                            DROP ANY RULE                            YES
    DBA                            DROP ANY RULE SET                        YES
    DBA                            DROP ANY SEQUENCE                        YES
    DBA                            DROP ANY SQL PROFILE                     YES
    DBA                            DROP ANY SYNONYM                         YES
    DBA                            DROP ANY TABLE                           YES
    DBA                            DROP ANY TRIGGER                         YES
    DBA                            DROP ANY TYPE                            YES
    DBA                            DROP ANY VIEW                            YES
    DBA                            DROP PROFILE                             YES
    DBA                            DROP PUBLIC DATABASE LINK                YES
    DBA                            DROP PUBLIC SYNONYM                      YES
    DBA                            DROP ROLLBACK SEGMENT                    YES
    DBA                            DROP TABLESPACE                          YES
    DBA                            DROP USER                                YES
    DBA                            ENQUEUE ANY QUEUE                        YES
    DBA                            EXECUTE ANY CLASS                        YES
    DBA                            EXECUTE ANY EVALUATION CONTEXT           YES
    DBA                            EXECUTE ANY INDEXTYPE                    YES
    DBA                            EXECUTE ANY LIBRARY                      YES
    DBA                            EXECUTE ANY OPERATOR                     YES
    DBA                            EXECUTE ANY PROCEDURE                    YES
    DBA                            EXECUTE ANY PROGRAM                      YES
    DBA                            EXECUTE ANY RULE                         YES
    DBA                            EXECUTE ANY RULE SET                     YES
    DBA                            EXECUTE ANY TYPE                         YES
    DBA                            EXPORT FULL DATABASE                     YES
    DBA                            FLASHBACK ANY TABLE                      YES
    DBA                            FORCE ANY TRANSACTION                    YES
    DBA                            FORCE TRANSACTION                        YES
    DBA                            GLOBAL QUERY REWRITE                     YES
    DBA                            GRANT ANY OBJECT PRIVILEGE               YES
    DBA                            GRANT ANY PRIVILEGE                      YES
    DBA                            GRANT ANY ROLE                           YES
    DBA                            IMPORT FULL DATABASE                     YES
    DBA                            INSERT ANY TABLE                         YES
    DBA                            LOCK ANY TABLE                           YES
    DBA                            MANAGE ANY FILE GROUP                    YES
    DBA                            MANAGE ANY QUEUE                         YES
    DBA                            MANAGE FILE GROUP                        YES
    DBA                            MANAGE SCHEDULER                         YES
    DBA                            MANAGE TABLESPACE                        YES
    DBA                            MERGE ANY VIEW                           YES
    DBA                            ON COMMIT REFRESH                        YES
    DBA                            QUERY REWRITE                            YES
    DBA                            READ ANY FILE GROUP                      YES
    DBA                            RESTRICTED SESSION                       YES
    DBA                            RESUMABLE                                YES
    DBA                            SELECT ANY DICTIONARY                    YES
    DBA                            SELECT ANY SEQUENCE                      YES
    DBA                            SELECT ANY TABLE                         YES
    DBA                            SELECT ANY TRANSACTION                   YES
    DBA                            UNDER ANY TABLE                          YES
    DBA                            UNDER ANY TYPE                           YES
    DBA                            UNDER ANY VIEW                           YES
    DBA                            UPDATE ANY TABLE                         YES

  • The account application created using can see current Blank Site page but no other user account see current page only some old page?

    Hello Community
        Using Sharepoint 2010 Server and the UI, building an intranet
    starting with a Blank Site and then adding subsites can be accomplished.
        However, in this case the current Blank Site page that was created only shows
    when logged in using the account that the application was created under.
        Any other account used to login with when the url is typed into the
    address bar does not show the current Blank Site page.
       Instead when using any other account the page that is returned is
    some page that was created early in in the creation of the site.
        A Blank site is said to be:
            "A blank site for you to customize based on your requirements."
        I checked-in the v4.master and approved it but the problem still exists.
        Then I checked the Site Collection features under Site Collection
    Administration "Active" contains:
        Sharepoint Server Publishing Infrastucture
        Sharepoint Server Standard Site Collection features
        Then I checked under Site Actions has Manage Site features "Active"
    contains:
        Sharepoint Server Publishing
        Sharepoint server Standard Site features
        It is said that maybe the page needs to be "Published".  Basically
    this is a Blank Site page so when the instructions says:
       "To publish a page, on the page that you are editing, on the
    Page Editing toolbar, click Publish."
        I am unable to do it because when I:
           "Edit Page"
        There is not no option on the ribbon to choose "Publish".
        Neither did I see the "Publish"option when editing the v4.master in SPD.
        In summary, when logged in with the account that everything was created
    under I can see the current Blank Site with the Lists and everthing else
    on the page but how come when I login with any other user account
    I don't see the current Blank Site page but instead see some old page that
    I may have created earlier when creating the application?
        Thank you
        Shabeaut

    Hello Community
        I think it is worth mentioning that the Top Link Bar shows what appears
    on the current Blank Site page but it is the OOTB NoteBoard  and Discussion Board
    List which both reside in Left web part on the Blank Site page that has been replaced
    on the page by what had been in an old Content Editor web part during early creation.
        How can I grant permissions to the OOTB NoteBoard and the Discussion Board List
    that would allow other user accounts to see them, thus making the entire current Blank Site page
    visible other user accounts?
        Thank you
        Shabeaut

Maybe you are looking for

  • Basic CSS Functionality Questions

    Hi, I have a CSS 11501 loaner on the way from Cisco, but was hoping to ask a few questions ahead of time. I am relatively new to this, so bear with me. I have three offices connected via a VPN between two pix devices. Local users and anonymous web tr

  • How to install a 32-bit Adobe Audition 3.0 on a 64-bit Laptop

    I bought a 32-bit adobe audition 3.0.The laptop I have is 64 bit and I've been unable to load the 3.0. What can I do please?

  • Lost S-Video Output

    I have been using a G4 Powerbook 17-inch, 1.33 Ghz connected to an NEC VT470 LCD Projector through the S-Video output (Mirroring). It had been working just fine until recently - the s-video output stopped working. The odd part of this is that if I co

  • [945 Series] 945G memory problem

    Hello. i'm using an intel 945G chipset mainboard now and i have a 2 X 512 MB memory (Micron) and now i want to add one more GB to my system. Will that have a problem if i add 1 GB <1 X 1GB>(Samsung or Infineon) of  Ram on it? PS: the old micron memor

  • Cannot 'shrink' screen size

    I cannot reduce the size of the screen or split it so I can have two items up at same time.