Privileges required to login to OEM12c db console

Hi,
It seems 'select any dictionary' and 'select any table' privileges are required for a user to login to OEM12c db console in order to reach to performance page. select any table is fine but I have an issue with granting 'select any dictionary' to a user due to security concerns of exposing password hashes under sys.user$ while granting 'select any dictionary'.
Does any one know how to avoid granting 'select any dictionary' and give some specific privileges to the non DBA user to login to oem12c db console.
Thanks in advance
Fayyaz

Oracle recommends you to set "create session" and "select any dictionary" to the user. Please check "Users Requiring Access to the Database Performance Page" on the official documents:
http://docs.oracle.com/cd/E24628_01/doc.121/e36415/app_a.htm#EMSEC13191
You may try to hack the privileges but as I see EM checks if it has "select any dictionary" privilege when it connects to the database.

Similar Messages

  • Login issue:oem12c

    Greetings,
    when i try to login into oem12c with sysman credentials ,i get the following message
    Authentication failed. If problem persists, contact your system administrator
    also i have checked the job parameter and got the follwing result:
    show parameter job
    NAME TYPE VALUE
    job_queue_processes integer 1000
    and the emoms.trc file had the follwing error message:
    2013-06-07 15:59:31,701 [[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] ERROR audit.AuditManager auditLog.362 - Could not Log audit data, Error:java.sql.SQLException: ORA-14400: inserted partition key does not map to any partition
    ORA-06512: at "SYSMAN.MGMT_AUDIT", line 873
    ORA-06512: at "SYSMAN.MGMT_AUDIT", line 450
    ORA-06512: at "SYSMAN.MGMT_AUDIT", line 391
    ORA-06512: at line 1
    any help will be deeply appreciated
    thanks,

    Have a look the following MOS note:
    EM 12c: Login to the Recently Upgraded Enterprise Manager 12.1.0.2 Console Fails with Message: Authentication failed. If problem persists, contact your system administrator. [ID 1493151.1]
    Regards,
    - Loc

  • Cookie problem in IE when login in on Admin Console

    Hello,
    I have been able to login on the Admin Console of WLS 7.0 with Internet
    Explorer 6.0, but since yesterday, my IE always gives me the following
    message:
    "The Weblogic Server administration console requires that browsers support
    session cookies. Please update the browser configuration and try again."
    Has anyone ever encountered this too? What setting did you change in IE for
    this to work again? I think I tried changing everything in the Security and
    the Privacy tab, but still no go.
    Ringo

    I've solved the problem changing the machine name, because my previous name contained underscores.

  • Privileges required to access full list of EPM shortcuts

    Hi,
    I have suffering the next issue:
    Two weeks ago we installed all Hyperion EPM 11.1.1.3 platform using a domain admin account that also belonged to local admin account group (user A). Installation was succesfull. Some day after it was required to create a different user in server machine for dev purposes. This user (user B) also belongs to local admin account group and also exists in the domain with less privileges that the user used in the install. To my surprise when a user is logged in server as user B it does not see the same shorctuts in the Oracle EPM System folders that are usuarlly available. For instance: The Shared Service Console shortcut does not appear.
    Do you know which are the right privileges required in a windows user to access all installed stuff?
    Alfons

    forgot to mention,... this is for SQL Developer 1.5, although if there is a list for 2.1 EA, that would also be helpful (assuming there are additions in 2.1).

  • ITunes Wont Open on my IPAD 4.Apps requires iTunes login

    iTunes Wont Open on my IPAD 4.Apps requires iTunes login to run the apps and many apps are crashing without iTunes login.
    Please help me out i can log in to my itunes account on my windows PC.But cant open it on my Ipad4
    Need help
    Thanks in Advance

    Awesomeness!
    Search your hard drive for a file containing ITL in it. That is the file extension for the itunes database file. You might need to set Win Explorer options to show NOT hide file extensions.
    Once you are sure you know where that file is, press AND HOLD the shift key while starting itunes. Keep holding the shift key until you see a question about choosing or creating a library. Choose the ITL file you found during your search.
    Is this on a Vaio?

  • What are the minimum db user privileges required for CDC?

    What are the minimum privileges required for the source data server user in order to to successfully implement CDC
    Currently I'm getting an "Insufficient privileges" error when trying to start a CDC journal on a model. The error is happening on the step that creates a trigger on the table in the source schema.
    Here's the situation:
    The data server uses the user "ODI_TEMP" for its connection. ODI_TEMP has been granted select privileges on the desired tables in the source schema. When starting the CDC journal on the model for the source schema, ODI tries to create a trigger on the source tables. This fails since the ODI_TEMP user can't create triggers on anything outside of it's own schema. For obvious fundamental security reasons, we cannot give the ODI_TEMP user the CREATE ANY TRIGGER system privilege on the data source.
    Journalizing is set up using JKM Oracle Consistent. ODI is 11g, DB is 11g.

    Hi,
    You can go for this
    Grant CREATE ANY TRIGGER system privilege to ODI_TMP
    Start the Journal , it will create triggers in ODI_TMP schema for the tables present in your source schema.
    Now revoke CREATE ANY TRIGGER system privilege from ODI_TMP.
    It will continue to work .. only when you are restarting the journal (due to adding or removing some tables in CDC) , you will be requiring CREATE ANY TRIGGER privilege.
    Thanks,
    Sutirtha

  • DocumentBuilder.parse when URI requires a login

    Hello.
    I am trying to read xml from a URL and am succeeding when the URL does not require a login. However, when a login is required, instead of getting the XML, I am getting what an anonymous user who would access the URL through a browser would see - a login screen.
    Is there any way for me to pass the credentials of a user before trying to parse the document located at the URL? I don't see anything obvious in the DocumentBuilder nor in the DocumentBuilderFactory classes (unless I am supposed to use the setAttribute method of the DocumentBuilderFactory class).
    Any advice?
    TIA.
    *[Edited]*
    OK, I think I am getting somewhere with the java.net.Authenticator class. However, now that I have implemented that code, I am getting an error that I understand can be solved with:
    grant {
    permission java.net.NetPermission
         "setDefaultAuthenticator";
    permission java.net.NetPermission
         "requestPasswordAuthentication";
    Specifically, the error is:
    Access denied (java.net.NetPermission setDefaultAuthenticator)
    My doubt is to where to place this block of code :(
    Once again, I ask for assistance.
    Edited by: user1310368 on Oct 15, 2010 12:41 PM
    *[Edited, again...]*
    OK, I undertand that the grant section is supposed to go into the policy file and typically (from what I have seen) is used by applets. However, since this is not an applet, I am baffled as to how to grant this code the necessary rights.
    Edited by: user1310368 on Oct 15, 2010 1:11 PM

    Yes - I investigated the apache http client but again, that would entail installation/modification of a machine to which I have no rights - real bummer :(
    And as for the authentication method, it is using session authentication so I pretty sure I won't be able to add the info into the header. In fact, I tried this before using Microsoft's WinHttp.WinHttpRequest.5.1 in a different piece of (non-Java) code.
    Anyway, thanks again for the help. I'm not sure if I should just close this thread because at this point, I don't believe that any suggestions would be helpful - I am more or less stuck at the mercy of the admins.

  • How to create a PDF of a website that requires a login to view the content?

    Hi
    I want to create a PDF of a thread on a forum.  However, the forum requires a login to see the thread's content.  When I paste the URL into acrobat to create the PDF, it creates a PDF of the login page (not the thread).  Is there a way to get this done?
    Thanks.

    >Try the 'Adobe PDF' button in Internet Explorer.
    This also works.
    In fact, it renders the page more similar to the original link, as compared to the "Print PDF" function suggested above.  That said, I tried the "Print PDF" function using Google Chrome - so I'm not sure if the browser had anything to do with it.
    Thanks!

  • Why cannot login to weblogic admin console . no error.

    Why I cannot login to weblogic admin console. I keep getting login screen. I reset the userid and password but still cannot login
    Here is what's in the log file:
    Sep 26, 2010 8:55:14 PM EDT> <Warning> <HTTP> <TAXWARE_TEST> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1285548914272> <BEA-101296> <Unable to load the default compiler class "com.sun.tools.javac.Main". Using the default javac compiler to compile JSPs.>
    ####<Sep 26, 2010 8:55:14 PM EDT> <Notice> <WebLogicServer> <TAXWARE_TEST> <myserver> <main> <<WLS Kernel>> <> <> <1285548914319> <BEA-000365> <Server state changed to STANDBY>
    ####<Sep 26, 2010 8:55:14 PM EDT> <Notice> <WebLogicServer> <TAXWARE_TEST> <myserver> <main> <<WLS Kernel>> <> <> <1285548914335> <BEA-000365> <Server state changed to STARTING>
    ####<Sep 26, 2010 8:55:14 PM EDT> <Info> <SAFService> <TAXWARE_TEST> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1285548914351> <BEA-281003> <SAF Service has been initialized.>
    ####<Sep 26, 2010 8:55:14 PM EDT> <Info> <SAFService> <TAXWARE_TEST> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1285548914351> <BEA-281002> <SAF Service has been started.>
    ####<Sep 26, 2010 8:55:14 PM EDT> <Info> <WseeCore> <TAXWARE_TEST> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1285548914351> <BEA-220502> <The Wsee Service is starting>
    ####<Sep 26, 2010 8:55:14 PM EDT> <Info> <Deployer> <TAXWARE_TEST> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1285548914366> <BEA-149209> <Resuming.>
    ####<Sep 26, 2010 8:55:14 PM EDT> <Info> <Diagnostics> <TAXWARE_TEST> <myserver> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1285548914413> <BEA-320000> <The Diagnostics subsystem is initializing on Server myserver.>
    ####<Sep 26, 2010 8:55:14 PM EDT> <Info> <Store> <TAXWARE_TEST> <myserver> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1285548914413> <BEA-280008> <Opening the persistent file store "WLS_DIAGNOSTICS" for recovery: directory=C:\mydomain\servers\myserver\data\store\diagnostics requestedWritePolicy="Disabled" fileLockingEnabled=true driver="wlfileio3".>
    ####<Sep 26, 2010 8:55:14 PM EDT> <Info> <Store> <TAXWARE_TEST> <myserver> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1285548914413> <BEA-280009> <The persistent file store "WLS_DIAGNOSTICS" (430fff8d-1448-4efe-ae57-8e17de6fd97a) has been opened: blockSize=512 actualWritePolicy="Disabled(single-handle-non-direct)" explicitIOEnforced=false records=0.>
    ####<Sep 26, 2010 8:55:14 PM EDT> <Info> <Log Management> <TAXWARE_TEST> <myserver> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1285548914429> <BEA-170025> <Initialized Domain Logging. Domain log events will be written to C:\mydomain\servers\myserver\logs/mydomain.log.>
    ####<Sep 26, 2010 8:55:14 PM EDT> <Notice> <Log Management> <TAXWARE_TEST> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1285548914429> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    ####<Sep 26, 2010 8:55:14 PM EDT> <Info> <Diagnostics> <TAXWARE_TEST> <myserver> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1285548914507> <BEA-320077> <Initialized the Diagnostic Accessor Service.>
    ####<Sep 26, 2010 8:55:14 PM EDT> <Notice> <WebLogicServer> <TAXWARE_TEST> <myserver> <main> <<WLS Kernel>> <> <> <1285548914538> <BEA-000365> <Server state changed to ADMIN>
    ####<Sep 26, 2010 8:55:14 PM EDT> <Notice> <WebLogicServer> <TAXWARE_TEST> <myserver> <main> <<WLS Kernel>> <> <> <1285548914569> <BEA-000365> <Server state changed to RESUMING>
    ####<Sep 26, 2010 8:55:14 PM EDT> <Info> <Management> <TAXWARE_TEST> <myserver> <[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1285548914663> <BEA-141052> <The auto deployment poller has started.>
    ####<Sep 26, 2010 8:55:14 PM EDT> <Info> <Server> <TAXWARE_TEST> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1285548914694> <BEA-002610> <Dynamic Listener Service initialized.>
    ####<Sep 26, 2010 8:55:14 PM EDT> <Notice> <Server> <TAXWARE_TEST> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1285548914694> <BEA-002613> <Channel "Default[1]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, http.>
    ####<Sep 26, 2010 8:55:14 PM EDT> <Notice> <Server> <TAXWARE_TEST> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1285548914694> <BEA-002613> <Channel "Default" is now listening on 172.16.37.59:7001 for protocols iiop, t3, ldap, snmp, http.>
    ####<Sep 26, 2010 8:55:14 PM EDT> <Notice> <WebLogicServer> <TAXWARE_TEST> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1285548914694> <BEA-000331> <Started WebLogic Admin Server "myserver" for domain "mydomain" running in Development Mode>
    ####<Sep 26, 2010 8:55:14 PM EDT> <Notice> <WebLogicServer> <TAXWARE_TEST> <myserver> <main> <<WLS Kernel>> <> <> <1285548914741> <BEA-000365> <Server state changed to RUNNING>
    ####<Sep 26, 2010 8:55:14 PM EDT> <Notice> <WebLogicServer> <TAXWARE_TEST> <myserver> <main> <<WLS Kernel>> <> <> <1285548914741> <BEA-000360> <Server started in RUNNING mode>
    ####<Sep 26, 2010 8:55:15 PM EDT> <Info> <J2EE> <TAXWARE_TEST> <myserver> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1285548915429> <BEA-160151> <Registered library Extension-Name: bea_wls_async_response (JAR).>
    ####<Sep 26, 2010 8:55:15 PM EDT> <Info> <EJB> <TAXWARE_TEST> <myserver> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1285548915569> <BEA-010008> <EJB Deploying file: mejb.jar>
    ####<Sep 26, 2010 8:55:16 PM EDT> <Info> <WebService> <TAXWARE_TEST> <myserver> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1285548916085> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseServiceHttps for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<Sep 26, 2010 8:55:16 PM EDT> <Info> <WebService> <TAXWARE_TEST> <myserver> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1285548916179> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseServiceJms for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<Sep 26, 2010 8:55:16 PM EDT> <Info> <WebService> <TAXWARE_TEST> <myserver> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1285548916194> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseService for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<Sep 26, 2010 8:55:16 PM EDT> <Info> <WebService> <TAXWARE_TEST> <myserver> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1285548916194> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseServiceSoap12Jms for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<Sep 26, 2010 8:55:16 PM EDT> <Info> <WebService> <TAXWARE_TEST> <myserver> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1285548916210> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseServiceSoap12 for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<Sep 26, 2010 8:55:16 PM EDT> <Info> <WebService> <TAXWARE_TEST> <myserver> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1285548916210> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseServiceSoap12Https for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<Sep 26, 2010 8:55:16 PM EDT> <Info> <EJB> <TAXWARE_TEST> <myserver> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1285548916288> <BEA-010009> <EJB Deployed EJB with JNDI name ejb.mgmt.MEJB.>
    ####<Sep 26, 2010 8:55:27 PM EDT> <Info> <WorkManager> <TAXWARE_TEST> <myserver> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1285548927226> <BEA-002901> <Creating WorkManager "consoleWorkManager" for module "null" and application "consoleapp">
    ####<Sep 26, 2010 8:55:28 PM EDT> <Info> <netuix> <TAXWARE_TEST> <myserver> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1285548928226> <BEA-423101> <[console] Initializing the NetUIx container>
    ####<Sep 26, 2010 8:55:28 PM EDT> <Info> <netuix> <TAXWARE_TEST> <myserver> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1285548928523> <BEA-423120> <WEB-INF/client-classifications.xml file not found at uri [console//WEB-INF/client-classifications.xml]. Classifications functionality not enabled.>
    ####<Sep 26, 2010 8:55:29 PM EDT> <Info> <netuix> <TAXWARE_TEST> <myserver> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1285548929164> <BEA-423101> <[consolehelp] Initializing the NetUIx container>
    ####<Sep 26, 2010 8:55:29 PM EDT> <Info> <netuix> <TAXWARE_TEST> <myserver> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1285548929195> <BEA-423120> <WEB-INF/client-classifications.xml file not found at uri [consolehelp//WEB-INF/client-classifications.xml]. Classifications functionality not enabled.>
    ####<Sep 26, 2010 8:56:14 PM EDT> <Info> <Health> <TAXWARE_TEST> <myserver> <weblogic.GCMonitor> <<anonymous>> <> <> <1285548974540> <BEA-310002> <86% of the total memory in the server is free>

    There is no error. Is there another domain on your OS? can you please put here your config.xml file and your login screen image here.
    May be you use wrong console to login.

  • When launching adobe captivate 7, i am required to login, I login and captivate never launches

    when launching adobe captivate 7, i am required to login, I login and captivate never launches

    You have to launch as an administrator, is not the same as  being administrator: use right-click menu on shortcut key or .exe  and change that permantently using the advanced tab.
    Don't have your documents on network drive, but copy the document to your system, and you can copy it back after finishing with it.
    Lilybiri

  • SELECT PRIVILEGES required on Materialized View Logs

    Hi,
    I have a scenario where in Base table exists in one database and Materialized View on other.
    The Materialized View is created with FAST REFRESH option.
    I have created Materialized View Log in database where master table exists.
    Also I have given Select priv on master table to the user(where MV is created).
    I want to know how will i Grant SELECT PRIV on Materialized View Log so that FAST refresh happens.
    Both databases are Oracle 10g R2.
    I have read following on oracle site:
    The owner of the materialized view must have the CREATE TABLE system privilege. The owner must also have access to any master tables of the materialized view that the schema owner does not own (for example, if the master tables are on a remote database) and to any materialized view logs defined on those master tables, either through a SELECT object privilege on each of the tables or through the SELECT ANY TABLE system privilege.
    Please tell me the command to GRANT SELECT to the user who has created MV.
    Thank You,
    Niranjan.

    Hi,
    The privileges required to create a materialized view should be granted directly rather than through a role
    To create a materialized view in your own schema:
    1- Grant CREATE MATERIALIZED VIEW system privilege and either the CREATE TABLE or CREATE ANY TABLE system privilege.
    2-You must also have access to any master tables of the materialized view that you do not own, either through a SELECT object privilege on each of the tables or through the SELECT ANY
    TABLE system privilege.
    To create a materialized view in another user's schema:
    1-You must have the CREATE ANY MATERIALIZED VIEW system privilege.
    2-The owner of the materialized view must have the CREATE TABLE system privilege. The owner must also have access to any master tables of the materialized view that the schema owner does not own (for example, if the master tables are on a remote database) and to any materialized view logs defined on those master tables, either through a SELECT object privilege on each of the tables or through the SELECT ANY TABLE system privilege.
    To create a refresh-on-commit materialized view (ON COMMIT REFRESH clause), in addition to the preceding privileges, you must have the ON COMMIT REFRESH object privilege on any master tables that you do not own or you must have the ON COMMIT REFRESH system privilege.
    see this link
    http://download.oracle.com/docs/cd/B12037_01/server.101/b10759/statements_6002.htm

  • I am unable to open mail link (yahoo, gmail, and aol), and links that require a login will not open, it just continues to show "connecting" while on each home page.

    I can open web pages and click on links that don't require a login, but if I am trying to open a login for email or anything else "connecting" shows up in the tab and runs constantly with no connection taking place.

    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls
    *http://kb.mozillazine.org/Error_loading_websites
    *https://support.mozilla.org/kb/Error+loading+web+sites

  • Privileges required for database backup with RMAN

    Hello,
    We have 10g R2 on Solaris box. We use RMAN for backup and use the SYS account on the database to connect and take the backup.
    Are there specific privileges that are required to take the database backup , so that I do not use the SYS account or the syspassword in the RMAN script.
    I want to create an account and give only the privileges required to take the database backup and recover .
    Thanks

    I think RMAN needs the SYSDBA privilege, so you won't gain much by switching from SYS to another user.
    You don't need to store sys/password in a script. You can just :-
    rman target / catalog xxx/yyy@catalog

  • Not able to login to OIM Design console 9.1

    Dear All,
    While trying to login to OIM Design console , I am getting the below error , Pls help.
    ERROR,02 Oct 2010 13:43:03,567,[XELLERATE.ACCOUNTMANAGEMENT],Class/Method:
    ptoHelper/loadKeyStore encounter some problems: Keystore fille is missing.
    Error Keyword: DAE.LOGON_DENIED
    Description: Invalid Login.
    Remedy: Contact your system administrator.
    Action: E
    Severity: H
    Help URL:
    Detail:
    com.thortech.xl.security.tcLoginException: com.thortech.xl.crypto.tcCryptoException: KeyStore File :..\xlclient\config\xl.keystore missing.
    Thanks ,

    Sorry for bumping this thread, but I encountered exactly the same error message.
    I have installed OIM server and client in a single cluster environment several times and it all went well.
    This is the first time I'm installing OIM in a clustered environment with one admin server and 2 managed servers on 2 physical machines. The server installation is done. Then I installed the client on both 2 physical machines, with each client pointing to the managed server on the same machine respectively. When I attempt to login I received the same error.
    I have checked xlclient\Config\xlconfig.xml. Other then the MultiCastAddress being different from OIM server configuration, all the settings seems fine. I have corrected the MultiCastAddress to match the server then restarted the client, but still receives the same error.
    Any ideas on what might went wrong? Thanks in advance!

  • Live bookmark (RSS Feed) that requires a login will not load automatically.

    I have a live bookmark that points to www.photoshopuser.com/feed. This feed requires a login with my Usrname and pword. I have entered these and FF (latest version) has them stored. If I open the site from the live bookmark, the site loads at the login screen with the username/pwd filled in. I then have to press enter. After this the bookmark loads but not until. Is there a way to have a live bookmark login in to a site. IE does not have this problem. What if anything can I do?
    Tony...

    Try this program:
    *http://www.cincomsmalltalk.com/BottomFeeder/about_bottomfeeder.html
    *http://www.cincomsmalltalk.com/BottomFeeder/

Maybe you are looking for

  • Download Excel when program is run in background

    Hi all, I need help urgently in downloading my report into an excel file automatically when my report is has completed its run in background. Appreciate if help can be provided. Many thanks in advance.

  • Does Mackeeper cause problems?  What should I use instead?

    I have been using Mackeeper since getting my new Macbook Pro laptop in December 2013/Jan. 2014 (OS X 10.9.4).  I just now read it is not advised to use Mackeeper to 'clean' your computer, and I have since deleted it.  Have I caused my computer proble

  • Cannot print certain PDFs

    I get the following message when trying to print certain PDFs: The document could not be printed - there were no pages selected to print.  Please assist.

  • Does iMovie support 4K video editing and export?

    Does the latest version of iMovie support 4K video export? I have seen that it supports XAVC-S from Sony, but I do not know if 4K XAVC-S is supported too. Thank you for answer. P.S.: If not, would it be able to in near future?

  • 10XE and 9.2 database on 1 machine. help needed

    Is it possible to have both a 10XE database and a 9.2.0.5 database on 1 machine, running Windows 2000? I had a 9.2.0.5 database on my laptop, just for test purposes, and now I have installed a 10XE instance on it too. 10XE works fine, but the 9.2 lis