User SYS haven't the SYS privileges !?!

Hello Folks;
I installed a new database in my Oracle 11g database :
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Oracle Label Security, OLAP, Data Mining
and Real Application Testing options
  Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit ".I created the database with this SQL script :
CREATE DATABASE DBTEST
   USER SYS IDENTIFIED BY sys
   USER SYSTEM IDENTIFIED BY system
   LOGFILE GROUP 1 ('/data5/oradata/DBTEST/redo01.log') SIZE 100M,
           GROUP 2 ('/data5/oradata/DBTEST/redo02.log') SIZE 100M,
           GROUP 3 ('/data5/oradata/DBTEST/redo03.log') SIZE 100M
   MAXLOGFILES 5
   MAXLOGMEMBERS 5
   MAXLOGHISTORY 1
   MAXDATAFILES 100
   CHARACTER SET US7ASCII
   NATIONAL CHARACTER SET AL16UTF16
   EXTENT MANAGEMENT LOCAL
   DATAFILE '/data5/oradata/DBTEST/system01.dbf' SIZE 325M REUSE
   SYSAUX DATAFILE '/data5/oradata/DBTEST/sysaux01.dbf' SIZE 325M REUSE
   DEFAULT TABLESPACE users
      DATAFILE '/data5/oradata/DBTEST/users01.dbf' SIZE 500M REUSE AUTOEXTEND ON MAXSIZE UNLIMITED
   DEFAULT TEMPORARY TABLESPACE tempts1
      TEMPFILE '/data5/oradata/DBTEST/temp01.dbf' SIZE 20M REUSE
   UNDO TABLESPACE undotbs
      DATAFILE '/data5/oradata/DBTEST/undotbs01.dbf' SIZE 200M REUSE AUTOEXTEND ON MAXSIZE UNLIMITED;The database is OK when I do shutdown immediate and startup pfile=...
But when I'm connected with sys i can't see the dba_* tables !!! :
SQL> select * from v$instance;
INSTANCE_NUMBER INSTANCE_NAME
HOST_NAME
VERSION           STARTUP_ STATUS       PAR    THREAD# ARCHIVE LOG_SWITCH_WAIT
LOGINS     SHU DATABASE_STATUS   INSTANCE_ROLE      ACTIVE_ST BLO
              1 DBTEST
fr-tou-vm-orcl01
11.2.0.3.0        21/08/12 OPEN         NO           1 STOPPED
ALLOWED    NO  ACTIVE            PRIMARY_INSTANCE   NORMAL    NO
SQL> select * from dba_objects;
select * from dba_objects
ERROR at line 1:
ORA-00942: Table ou vue inexistanteAny ideas ?!? Thank you for your knowledge.
Edited by: Moostiq on 21 août 2012 16:01

And when I try to recreate the catalog (with sys user) I get an issue and i'm kick out sqlplus :
SQL>  @$ORACLE_HOME/rdbms/admin/catproc.sql
DOC>######################################################################
DOC>######################################################################
DOC>    The following PL/SQL block will cause an ORA-20000 error and
DOC>    terminate the current SQLPLUS session if the user is not SYS.
DOC>    Disconnect and reconnect with AS SYSDBA.
DOC>######################################################################
DOC>######################################################################
DOC>#
DECLARE
ERROR at line 1:
ORA-06553: PLS-213: package STANDARD not accessible
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Oracle Label Security, OLAP, Data Mining
and Real Application Testing options
[oracle@fr-tou-vm-orcl01 ~]$What's the matter ?!?
Edited by: Moostiq on 21 août 2012 16:07

Similar Messages

  • How to protect the SYS ID?

    Hi All,
    I have an application that allows a central application administrator - this ID in the application matches to an Oracle ID with no objects, but many rights. Since they need to reset regular user passwords this user gets granted the "ALTER USER" role. Doing some experimentation I found that this user has the rights to change the SYS password now! (and any other SYSDBA user). The documentation does confirm this:
    *Security administrators are typically the only users that have this system privilege, as it allows a modification of any user security domain.*
    Now, my solution is to remove the ALTER USER privilege and leave the password resets to the DBA (i.e. me), but I was wondering if anyone knows of a solution that will still allow a user to change other database user passwords, but exclude the SYS password?
    FYI, this is running 11.1.0.7 on Windows 64-bit. Any ideas would be greatly appreciated.
    Thanks,
    Martin

    Normally, you'd use a stored procedure for this.
    A highly privileged user (i.e. a DBA account) would own a procedure that resets user passwords. That procedure would do a bit of validation that the password being reset is a regular application user account, not a DBA. And the procedure would probably do a bit of logging so you can track who reset the password. The highly privileged user would then grant the application administrator EXECUTE access on this stored procedure. The application admin would be able to reset normal user passwords by calling the procedure but would not be able to reset the password for privileged users.
    Justin

  • Login to SQL Developer as the SYS user for Getting Started tutorial

    I went to try and do the following tutorial to learn about SQL Developer 3.0, but I cannot get started because I'm unable to perform Prerequisite #3.
    How do I "Login to SQL Developer as the SYS user"?
    Dave
    Getting Started with Oracle SQL Developer 3.0
    Prerequisites
    Before starting this tutorial, you should:
    1 .
    Install Oracle SQL Developer 3.0 from OTN. Follow the readme instructions here.
    2 .
    Install Oracle Database 11g with the Sample schema.
    3.
    Unlock the HR user. Login to SQL Developer as the SYS user and execute the following command:
    alter user hr identified by hr account unlock;
    Note: This tutorial is developed using Oracle SQL Developer 3.0.
    4 .
    Download and unzip the files.zip to a local folder on your file system. In this tutorial, we use the C:\sqldev3.0 folder.

    I installed XE. It asked me to set up a username and password during the install.
    How do I login as the SYS user, though?
    There is a Connection Name, Username, and Password field when I try to set up a connection in SQL Developer, and I used the username and password I made during the install. I clicked the Test button to test the connection.
    I see "Status: Failure -Test failed: ORA-28009: connection as SYS should be as SYSDBA or SYSOPER".
    How do I tell SQL Developer "as SYSDBA or SYSOPER"?
    Sorry, this is probably easy, and I'm just clueless about it.

  • The current user username has not been granted the ADVISOR privilege despite having it !

    Hi,
    I'm trying to follow ML note 2499931.1 'Using Dbms_Advisor.Tune_Mview To Optimize Materialized Views For Fast Refresh' and am receiving an error suggesting the user4 does Not have the Advisor privilege
    despite the fact that it does. What am I missing ?
    Every note I've found so far suggests granting the privilege is the fix.
    I have and continue to receive the error.
    Version 11.2.0.3 on Redhat 5
    select * from dba_sys_privs where grantee = 'SOAUSER';
    GRANTEE                        PRIVILEGE                                ADM
    SOAUSER                        CREATE MATERIALIZED VIEW                 NO
    SOAUSER                        CREATE VIEW                              NO
    SOAUSER                        CREATE PUBLIC SYNONYM                    NO
    SOAUSER                        SELECT ANY DICTIONARY                    NO
    SOAUSER                        ON COMMIT REFRESH                        NO
    SOAUSER                        CREATE ANY DIRECTORY                     NO
    SOAUSER                        CREATE DATABASE LINK                     NO
    SOAUSER                        SELECT ANY TABLE                         NO
    SOAUSER                        ADVISOR                                  NO
    SOAUSER                        UNLIMITED TABLESPACE                     NO
    SOAUSER                        CREATE SESSION                           NO
    Error at line 2
    ORA-13616: The current user SOAUSER has not been granted the ADVISOR privilege.
    ORA-06512: at "SYS.PRVT_ADVISOR", line 4869
    ORA-06512: at "SYS.DBMS_ADVISOR", line 1969
    ORA-06512: at "SYS.PRVT_TUNE_MVIEW", line 490
    ORA-06512: at "SYS.PRVT_TUNE_MVIEW", line 970
    ORA-06512: at "SYS.DBMS_ADVISOR", line 739
    ORA-06512: at line 3
    Thanks in Advance
    Ken

    Sorry, but the code I was receiving the error message for is essentially   the same as the example in the note. Assumed people would have access to the note.
    The statement is:
    variable foo varchar2(20);
    declare foo varchar2(20) := 'ken_foo';
    begin
    dbms_advisor.tune_mview(:foo,
    'create materialized view ken_foo
    as
    select 
    papf.rowid R_papf,
    paaf.rowid R_paaf,
    gcc.rowid R_gcc,
    papf.employee_number,
    gcc.segment4 cost_center
    from hr.per_all_people_f@atc_pp_to_ebs_atcllc papf,
         hr.per_all_assignments_f@atc_pp_to_ebs_atcllc paaf,
         gl.gl_code_combinations@atc_pp_to_ebs_atcllc gcc
    where papf.person_id = paaf.person_id
    --and trunc(sysdate) between papf.effective_start_date and papf.effective_end_date
    --and trunc(sysdate) between paaf.effective_start_date and paaf.effective_end_date
    and paaf.default_code_comb_id = gcc.code_combination_id');
    end;
    Per another forum the answer appears to be that sys didn’t have the advisor privilege.
    Granted advisor to sys and ran the statement again as soauser and no error.
    Thanks
    Ken

  • Is there a way to include the sys.aud$ table in a full database dp export?

    I am doing an export using the following parfile information:
    userid=/
    directory=datapump_nightly_export
    dumpfile=test_expdp.dmp
    logfile=test_expdp.log
    full=y
    content=all
    However when I run this I do not see the sys.aud$ in the log file. I know I can do a seperate export to specifically get the sys.aud$ table but is there any way to include it in with my full export?
    Thanks in advance for any suggestion.

    here's more background infomation... I have some audits setup on my database for one of my users. Every quarter I have an automated job that runs that creates a usage/statics report for this person using data in aud$. at the end of the job I export the aud$ table and truncate it. However last quarter I found that there was a mistake in my report and my export did not run properly thus my audit data was gone. i also have full datapump exports that run daily but found that aud$ was not there. so that is why I thought I'd like to include sys.aud$ in the full datapump exports.
    i understand why other sys tables would be left out of a full export but aud$ data cannot be reproduced so to me it makes sense to include it in a full export.
    don't worry, we run our true backups using rman which is eventually how I got the aud$ data back by creating a copy of my database up until the time of the truncate. however this was quite time consuming.

  • SYSDBA - problem with viewing other users package body texts on sys account

    Hi,
    SQL Dev 1.0.0.15.27 has problem with correct display of other users package body texts on sys account. All bodies have "create or replace" text instead of all pck. bodies text.
    I guest it's problem with SYSDBA role. On system account text is displayed correctly. Quest SQL Navigator 5.x has no problem with this. Any ideas ?
    Regards,
    MM

    Hi Everyone,
    Just so I can close the case on this issue, although I was successful in
    using CSS to resolve the issue, actually, the issue was not really
    resolved. There was (for me) still the problem of rollover images not
    working in IE, and if I were ever to get another good night's sleep, I
    would need to resolve it -- so I did. Recall me saying earlier about the
    sizes being brought in to the javascript code by Dreamweaver? The original
    issue with having the size of the small image in the code caused the code
    to see the larger image as small also! However, when I deleted those size
    attributes' numbers, I failed to delete the words "width" and "height"
    along with the double quotes following each. So, while the other browsers
    ignored these "blank" attributes within these double quotes, IE apparently
    didn't, reading these "blank" values as some very small value, thus
    displaying the image in the absolutely smallest size possible! Wow! When I
    removed these two blank attributes, my problem went away! Live and learn!
    So, to all who were desperately trying to assist me, please accept my
    deepest and most sincere apologies. All the while I was blaming IE, I was
    the guilty one!!! Shame on me, and thanks for the wonderful responses I
    received from the Dreamweaver forum team. I will go and stand in the corner
    for 8 hours with my dunce cap on...
    Joe Dardard

  • Starting up a database when I forgot the sys and system password

    Hi,
    I want to startup up a database from Oracle Entreprise Manager. I forgot the sys and system password.
    If I give the command:
    orapwd file=orapwSDB01 password=test entries=100
    can I give the password "test" to sys and then to connect with sys with password test as sysdba, and then to startup the database? Are any problems with this command?
    Thank you,
    Mihaela

    Hi,
    I have not done this myself, but YES, according to the documentation, thats correct.
    ORAPWD FILE=mypwdfile PASSWORD=syspass ENTRIES=10
    will set the password of SYS to syspass. And you can use the same further.
    But here, you should be in oracle user or the user which owns the Oracle installation.
    Also, OS authentication is always supperior than any other authentication.
    Regards

  • Oracle ODBC as user works but fails as 'SYS'

    Windows 7
    Oracle XE 11gR2
    From Windows, I can successfully create and connect with a system data source using an user Oracle account.
    But when doing then same configuration process I can not create or connect using the 'SYS' account.
    Understandably, I get the error 'ORA-2009: connection as SYS should be as SYSDBA or SYSOPER'.
    What is the solution to creating an ODBC DSN for the user 'SYS'?
    Thanks

    I am writing an automated installation script that requres DBA access in order to create user accounts (schemas), tablespaces, etc. I need to log into Oracle as 'SYS' and the application uses ODBC to connect to the database.

  • Change the SYS & SYSTEM Oracle passwords with BRTOOLS, any concerns ?

    Hello, I would like to change both the SYS and SYSTEM Oracle passwords with BRTOOLS :
    (1) Can I use BRTOOLS to change them, or, I have to change them through SQLPlus ?
    (2) Any concerns, will this password change affect my SAP normal operations ?
    (3) Do I need to re-start the whole SAP UNIX system when I complete the password changing ?
    (4) Or changing these 2 passwords is totally an Oracle RDBMS issue, it will not have any effect on SAP ?

    But I failed. I was going to change the password of SYSTEM, but why SAP asked me to enter the password of SAPDEV ?
    Why ? OK, then I entered the SAPDEV password (it is the same as SYSTEM's old password).
    Then, I called SQLPlus and entered login name : SYSTEM, but why its correct password was still the old one, the new one failed. Why ?
    I just wanted to change the password of SYSTEM, why it was related to SAPDEV ?
    Here is the screen message :
    BR*Tools main menu
    1 = Instance management
    2 - Space management
    3 - Segment management
    4 - Backup and database copy
    5 - Restore and recovery
    6 - Check and verification
    7 - Database statistics
    8 - Additional functions
    9 - Exit program
    Standard keys: c - cont, b - back, s - stop, r - refr, h - help
    BR0662I Enter your choice:
    8
    BR0280I BRTOOLS time stamp: 2010-01-15 10.22.46
    BR0663I Your choice: '8'
    BR0280I BRTOOLS time stamp: 2010-01-15 10.22.46
    BR0656I Choice menu 2 - please make a selection
    Additional BR*Tools functions
    1 = Show profiles and logs
    2 - Clean up DBA logs and tables
    3 - Adapt NEXT extents
    4 - Change password of database user
    5 - Create/change synonyms for DBA tables
    6 - Reset program status
    Standard keys: c - cont, b - back, s - stop, r - refr, h - help
    BR0662I Enter your choice:
    4
    BR0280I BRTOOLS time stamp: 2010-01-15 10.23.14
    BR0663I Your choice: '4'
    BR0280I BRTOOLS time stamp: 2010-01-15 10.23.14
    BR0657I Input menu 59 - please check/enter input values
    BRCONNECT options for changing password of database user
    1 - BRCONNECT profile (profile) ............... [initDEV.sap]
    2 - Database user/password (user) ............. [/]
    3 ~ Database owner to change password (owner) . []
    4 - Message language (language) ............... [E]
    5 - BRCONNECT command line (command) .......... [-p initDEV.sap -l E -f chpass]
    Standard keys: c - cont, b - back, s - stop, r - refr, h - help
    BR0662I Enter your choice:
    2
    BR0280I BRTOOLS time stamp: 2010-01-15 10.28.56
    BR0663I Your choice: '2'
    BR0280I BRTOOLS time stamp: 2010-01-15 10.28.56
    BR0681I Enter string value for "user" [/]:
    SYSTEM
    BR0280I BRTOOLS time stamp: 2010-01-15 10.29.08
    BR0683I New value for "user": 'SYSTEM'
    BR0263I Enter password for database user 'SYSTEM' (maximum 8 characters):
    BR0280I BRTOOLS time stamp: 2010-01-15 10.29.32
    BR0657I Input menu 59 - please check/enter input values
    BRCONNECT options for changing password of database user
    1 - BRCONNECT profile (profile) ............... [initDEV.sap]
    2 - Database user/password (user) ............. [SYSTEM/*******]
    3 ~ Database owner to change password (owner) . []
    4 - Message language (language) ............... [E]
    5 - BRCONNECT command line (command) .......... [-p initDEV.sap -l E -f chpass]
    Standard keys: c - cont, b - back, s - stop, r - refr, h - help
    BR0662I Enter your choice:
    c
    BR0280I BRTOOLS time stamp: 2010-01-15 10.29.41
    BR0663I Your choice: 'c'
    BR0259I Program execution will be continued...
    BR0291I BRCONNECT will be started with options '-p initDEV.sap -l E -f chpass'
    BR0280I BRTOOLS time stamp: 2010-01-15 10.29.41
    BR0670I Enter 'c[ont]' to continue, 'b[ack]' to go back, 's[top]' to abort:
    c
    BR0280I BRTOOLS time stamp: 2010-01-15 10.29.49
    BR0257I Your reply: 'c'
    BR0259I Program execution will be continued...
    BR0801I BRCONNECT 6.40 (39)
    BR0280I BRCONNECT time stamp: 2010-01-15 10.29.52
    BR0263I Enter password for database user 'SAPDEV' (maximum 8 characters):
    BR0280I BRCONNECT time stamp: 2010-01-15 10.34.58
    BR0263I Reenter password for database user 'SAPDEV' (maximum 8 characters):
    BR0280I BRCONNECT time stamp: 2010-01-15 10.35.57
    BR0482W The passwords entered must be identical
    BR0280I BRCONNECT time stamp: 2010-01-15 10.35.57
    BR0256I Enter 'c[ont]' to continue, 's[top]' to cancel BRCONNECT:
    c
    BR0280I BRCONNECT time stamp: 2010-01-15 10.36.31
    BR0257I Your reply: 'c'
    BR0259I Program execution will be continued...
    BR0280I BRCONNECT time stamp: 2010-01-15 10.36.31
    BR0263I Enter password for database user 'SAPDEV' (maximum 8 characters):
    BR0280I BRCONNECT time stamp: 2010-01-15 10.37.03
    BR0263I Reenter password for database user 'SAPDEV' (maximum 8 characters):
    BR0280I BRCONNECT time stamp: 2010-01-15 10.38.08
    BR0482W The passwords entered must be identical
    BR0280I BRCONNECT time stamp: 2010-01-15 10.38.08
    BR0256I Enter 'c[ont]' to continue, 's[top]' to cancel BRCONNECT:
    BR0280I BRCONNECT time stamp: 2010-01-15 10.38.11
    BR0256I Enter 'c[ont]' to continue, 's[top]' to cancel BRCONNECT:
    c
    BR0280I BRCONNECT time stamp: 2010-01-15 10.38.14
    BR0257I Your reply: 'c'
    BR0259I Program execution will be continued...
    BR0280I BRCONNECT time stamp: 2010-01-15 10.38.14
    BR0263I Enter password for database user 'SAPDEV' (maximum 8 characters):
    BR0280I BRCONNECT time stamp: 2010-01-15 10.38.16
    BR0263I Reenter password for database user 'SAPDEV' (maximum 8 characters):
    BR0280I BRCONNECT time stamp: 2010-01-15 10.38.18
    BR0829I Password changed successfully in database for user SAPDEV
    BR0830I Password changed successfully in table OPS$DEVADM.SAPUSER for user SAPDEV
    BR0280I BRCONNECT time stamp: 2010-01-15 10.38.18
    BR0803I BRCONNECT completed successfully with warnings
    BR0292I Execution of BRCONNECT finished with return code 1
    BR0668I Warnings or errors occurred - you can continue to ignore them or go back to repeat the last action
    BR0280I BRTOOLS time stamp: 2010-01-15 10.38.18
    BR0670I Enter 'c[ont]' to continue, 'b[ack]' to go back, 's[top]' to abort:
    c
    BR0280I BRTOOLS time stamp: 2010-01-15 10.38.44
    BR0257I Your reply: 'c'
    BR0259I Program execution will be continued...
    BR0280I BRTOOLS time stamp: 2010-01-15 10.38.44
    BR0656I Choice menu 2 - please make a selection
    Additional BR*Tools functions
    1 = Show profiles and logs
    2 - Clean up DBA logs and tables
    3 - Adapt NEXT extents
    4 + Change password of database user
    5 - Create/change synonyms for DBA tables
    6 - Reset program status
    Standard keys: c - cont, b - back, s - stop, r - refr, h - help
    BR0662I Enter your choice:

  • Changing the 'SYS' password question ?

    Is it possible to change the password for 'SYS' without changing the 'REMOTE_LOGIN_PASSWORDFILE' from shared ?

    NO
    conn sys as sysdba
    SQL> conn sys as sysdba
    Enter password:
    Connected.
    SQL> show user
    USER is "SYS"
    SQL> alter user sys identified by password;
    User altered.
    BUT IF UR remote_login_passwordfile IS SHARED
    THEN U CANT ABLE TO CHANGE THE SYS PASSWORD
    ERROR at line 1:
    ORA-28046: Password change for SYS disallowed

  • 10150:Error: You must provide the existing SYS password for the...

    hi;
    I am trying to make installation of db vault to r12.0.6 -db version 10.2.0.3.... While i trying to install i have this error:
    10150:Error: You must provide the existing SYS password for the into which Oracle Database Vault will be installed. in component Oracle Database Vault Scripts 10.2.0.3.0 .Installation cannot continue
    for this component.
    anyone has idea?
    PS: i found note and it says :
    User Selected: Stop installation of this component only.
    The workaround is to safely ignore the error.
    but if i selected this option i back to begging and after next step its wait %90 and dont pass next step
    thanks
    helios

    Hi hussein,
    Ther is no log for it... its just through error message... by the way i run /runinstaller from my r12 oracle_home/oui/bin and show xml path where i unzipped oracle vault folder .
    If i try to run /runinstall from oracle vault folder its gives me that error:
    Your db version must be atleast 0.2.0.3 or higher...
    My oraInst.loc shows true patch and value of. my db version is 10.2.0.3...
    This server has r11 and discover too.. somehow OUI cant see my db version
    wierd..

  • The user account in which the Oracle VSS Writer Service is running does not have the DBA privileges to log in to the Oracle instance.

    VSS-00011: Connection to database instance <instance_name> failed.  
    Cause : The user account in which the Oracle VSS Writer Service is running  does not have the DBA privileges to log in to the Oracle instance.  
    Action : Run the Oracle VSS Writer Service in a user account that can connect to the Oracle instance with DBA privileges.  
    I have assigned ora_dba group to the user that runs the Oracle VSS Writer Service which is the only Oracle solution but still getting
    the above error. Was advised to raise the issue here that it is an OS issue. Pls help

    The user account cannot access Oracle Database instance. And also how do you temporarily disable security software on the server.
    Have you checked what I already asked for? "Try using the user account and access the Database Instance.
    That will let you see if the problem is with the user account permissions or not."
    If this does not help then you can contact Oracle as suggested by Dave.
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • SSRS in SharePoint2013:Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModule

    SSRS in SharePoint2013: There is a report in SharePoint and it contains a sub-report and the sub-report hyperlink. When I click the hyperlink to go to the sub-report, after >10min, I click the "Back to.." button
    on IE to go to the previous page. Then it catch the error as:
    Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled.
    Details: Error parsing near '
    <!DOCTYPE html PUB'.
    I am using SQL2012 and Sharpoint2013.

    Hi Alisa,
    Thanks for your reply, I changed the web.config, but the issue did not resolved. 
    I add the codes in two parts of the web.config as below, you can find in by keywords “aspnet:MaxHttpCollectionKeys”
    This issue can not reproduce on Chrome only occur on IE.
    So, do you have some details suggestion for me to fix it?
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <configuration>
    <configSections>
    <sectionGroup name="SharePoint">
    </sectionGroup>
    <location path="_layouts/15/TA_AppMonitoringDetails.aspx">
    <appSettings>
    <add key="ChartImageHandler" value="storage=memory;timeout=20" />
    </appSettings>
    </location>
    <location path="_layouts/15/ReportServer/RSViewerPage.aspx">
    <appSettings>
    <add key="aspnet:MaxHttpCollectionKeys" value="10000" />
    </appSettings>
    </location>
    <system.net>
    <defaultProxy />
    </system.net>
    <appSettings>
    <add key="aspnet:MaxHttpCollectionKeys" value="10000" />
    <add key="aspnet:RestrictXmlControls" value="true" />
    <add key="FeedCacheTime" value="300" />
    <add key="FeedPageUrl" value="/_layouts/15/feed.aspx?" />
    <add key="FeedXsl1" value="/Style Library/Xsl Style Sheets/Rss.xsl" />
    <add key="ReportViewerMessages" value="Microsoft.SharePoint.Portal.Analytics.UI.ReportViewerMessages, Microsoft.SharePoint.Portal, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
    </appSettings>

  • What is the system privilege required to grant "Analytic Privilege" to a user

    Hi SCN,
    I have the user with following privileges:
    SYSTEM Privileges: CATALOG READ,CREATE STRUCTURED PRIVILEGE,DATA ADMIN,STRUCTUREDPRIVILEGE ADMIN,USER ADMIN
    PACKAGE Privileges: SECURITY
    OBJECT Privileges: _SYS_BI,_SYS_BIC and REPOSITORY_TEST
    Am able to create a AP, but not able to assign to a user.  Checked different threads and documents, Am able to add with "SYSTEM" user but not with the generic user i have
    I can't do tracing as it is disabled in the client system
    Am i missing something here? Can someone help me please?
    Regards,
    Krishna Tangudu

    Thank you so much Raj.
    I was expecting this kind of privilege under SYSTEM PRIVILEGE.
    So other privileges which i mentioned are fine right?
    Regards,
    Krishna Tangudu

  • Why SYS cannot be the owner of the recovery catalog

    my question is why? i know SYS cannot be the owner of the recovery catalog as per oracle documentations and books.
    why SYS cannot be the owner of the recovery catalog?

    Hi
    SYS is like root/system admin for the database. It has to distribute jobs according to specific purpose. SYS could have been the owner of RMAN catalog but it does not make sense to keep it with SYS objects as it is easier to find all related catalog tables in a separate schema rather than combing with any other sys/system schema. The choice is logical.
    Regards

Maybe you are looking for