Oracle 8i Operational Security Guidelines Check

I am new at Oracle and I want to check the if an existing Oracle Database conforms with the suggested Operational Security Guidelines (Initialization Parameters, File Permissions, Authentication Modes, Account Security etc...) where do you guys suggest I start? Is there something like a configuration file where I can check these settings?
Thanks guys!Hope to hear from you soon!

ORA-205: Oracle can't find its database files. If you're trying to bring up
a database for the first time, then the easiest solution is to just
re-install the initial database that comes with Oracle. If you moved a
database file that belongs to an existing database, do an ALTER DATABASE
RENAME FILE command (see your DBA Guide for more info) to tell the database
where to find the files now. If you deleted a database file, then restore
them from backups.
good luck
[email protected]

Similar Messages

  • IE 10 Crashes When Printing using Oracle/Micros Opera PMS 5.0

    When printing using IE 10 and the Oracle/Micros Opera PMS 5.0 IE 10 crashes. The event viewer description is as follows:
    Log Name:      Application
    Source:        Application Error
    Date:          3/26/2015 8:06:46 AM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      HxLKPNYDTxxx010
    Description:
    Faulting application name: IEXPLORE.EXE, version: 10.0.9200.17267, time stamp: 0x54e7f156
    Faulting module name: ntdll.dll, version: 6.1.7601.17514, time stamp: 0x4ce7ba58
    Exception code: 0xc0000374
    Fault offset: 0x000ce653
    Faulting process id: 0xd9c
    Faulting application start time: 0x01d0678301c31079
    Faulting application path: C:\Program Files (x86)\Internet Explorer\IEXPLORE.EXE
    Faulting module path: C:\Windows\SysWOW64\ntdll.dll
    Report Id: 92b5b0a1-d3b0-11e4-b5e3-c4346b66e134
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-03-26T12:06:46.000000000Z" />
        <EventRecordID>607</EventRecordID>
        <Channel>Application</Channel>
        <Computer>HxLKPNYDTxxx010</Computer>
        <Security />
      </System>
      <EventData>
        <Data>IEXPLORE.EXE</Data>
        <Data>10.0.9200.17267</Data>
        <Data>54e7f156</Data>
        <Data>ntdll.dll</Data>
        <Data>6.1.7601.17514</Data>
        <Data>4ce7ba58</Data>
        <Data>c0000374</Data>
        <Data>000ce653</Data>
        <Data>d9c</Data>
        <Data>01d0678301c31079</Data>
        <Data>C:\Program Files (x86)\Internet Explorer\IEXPLORE.EXE</Data>
        <Data>C:\Windows\SysWOW64\ntdll.dll</Data>
        <Data>92b5b0a1-d3b0-11e4-b5e3-c4346b66e134</Data>
      </EventData>
    </Event>
    Can anyone help with this issue?

    Hi lan9710,
    What is the present windows version you are using ?
    "the Oracle/Micros Opera PMS 5.0 IE 10 crashes"
    Is the Oracle/Micros Opera PMS 5.0 a system developed by Oracle or a web application ?
    Do you mean the Internet Explorer 10 is installed in the Oracle/Micros Opera PMS 5.0 and the Internet Explorer will crash when we try to print or it is a web application and the Internet Explorer 10 will crash when we try to print from this application
    ? Can we print from the Internet Explorer 10 before ?Can we print from other websites ?
    We can try the following steps to have a troubleshoot :
    1.Clear the temporarily files cache to have a check .
    Tools\Safety\Delete Browsing History
    2.To verify whether it is caused by add-ons ,we can open the Internet Explorer 1o without add-ons to have a check .
    To open the Internet Explorer 10 without add-ons :run “iexplore.exe -extoff”.
    If it is caused by the add-ons ,we can enable the add-ons one by one to navigate the culprit.
    3.If the issue persists ,reset the Internet Explorer 10 to have a check .(Tools \Internet Options\Advanced \Reset)
    Considering this issue may be related to the Oracle/Micros Opera PMS 5.0 and we are not familiar with it ,there may be compatibility issue here.It is recommended to look for help from the Oracle Forum  .
    Best regards

  • ORA-03113: end-of-file error inconsitently from Oracle AQ operation

    Hi
    Here is the weird error we get when we use any Oracle AQ operation. This is very very inconsistent. This is the final pl/sql level code called from sqlplus. Exact code works sometimes and fails other times. We have no explanation why or what we are doing wrong. Any help/ideas from anyone will help
    Thanks
    sqlplus details:
    SQL*Plus: Release 9.2.0.1.0 - Production on Wed Jul 23 14:37:56 2003
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    SQL> connect txg/xxxxxx@joep2k
    Connected.
    SQL> declare
    2
    3 enqueue_options DBMS_AQ.enqueue_options_t;
    4 message_properties DBMS_AQ.message_properties_t;
    5 message_handle RAW(16);
    6 message pt_transaction;
    7
    8 BEGIN
    9
    10 -- Message := pt_transaction(0,
    11 -- p_trans_type, p_country, p_account_id, p_io_id,
    12 -- p_core_obj_id, p_orig_trans_id);
    13
    14 message := pt_transaction(0,
    15 2, 'US', 5, 131811,
    16 1639956, 0);
    17
    18 message_properties.priority := 40;
    19
    20 begin
    21 DBMS_AQ.ENQUEUE(queue_name => 'txg.tg_q_transaction',
    22 Enqueue_options => enqueue_options,
    23 Message_properties => message_properties,
    24 Payload => message,
    25 Msgid => message_handle);
    26 end;
    27
    28 END;
    29 /
    declare
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel

    I don't think this would help, but we experienced similar strange behavior on 9.2.0.3 running on HP unix. We were simply not able to stop queue: issuing command dbms_admadm.stop_queue(... resulted in error "Not connected". Seems to me like AQ daemon problem - restart of something. We didn't check logs and since user tests are running and queue itself works, even didn't restart database.
    But you can check logs and tracefiles for any weird messages.
    Also these two database options comes in mind:
    -- setup "aq_tm_processes" at least to 4 (because of some bug)
    -- same applies to "job_queue_processes" (also at least 4)
    Let me know if it works.
    Myrra

  • Oracle Reports & Operating System Resolution

    I'm looking for some guide, information or help about the manage of windows 95 display resolution and the execution of Oracle Reports. The formal problem is: The output reports run properly in 800 x 600 resolution
    but when the resolution change the output it's not good enough, seem less with poor characters definition or disappear some of the output data. I Hope that someone can help me to solve the problem or almost guide me to the next step.
    Best Regards,
    Angel Martinez Hilbert
    ([email protected])
    ICQ 29857530

    Hi;
    When I installed 10.2.0.1.0 in AIX 6.1v. i got a warning from ORACLE checking operating system version 6.1What is warning message details?
    can i ignore the warning message? It depends, You get ignore about what?
    why Aix 6.1 dont support oracle 10g? Its supported, check below note.If you have all min prereq than you can keep continiou to installation
    Oracle Database on Unix AIX,HP-UX,Linux,Mac OS X,Solaris,Tru64 Unix Operating Systems Installation and Configuration Requirements Quick Reference (8.0.5 to 11.2) [ID 169706.1]
    Regard
    Helios

  • 1z0-528 (Oracle Database 11g Security Essentials)

    Hi,
    I'm preparing 1z0-528 (Oracle Database 11g Security Essentials) exam. Could anyone recommend some useful books or reading material (except Oracle courses and 11.2 Documentation)?
    Also, If someone has taken 1z0-528, I'm interested how difficult the exam was?
    Thanks,

    Hi;
    All oracle are not easy,so you need to study hardly all course and other pdf and should study hard for exam. I suggest check below link:
    Oracle Database 11g Security Essentials - Training Resources By Exam Topics
    http://www.oracle.com/partners/en/knowledge-zone/database/oracle-database-11g/1z1-528-resources-170324.html
    Oracle Database 11g Security Essentials<< prepration part
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_org_id=9&lang=CS&p_exam_id=1Z0_528
    Regard
    Helios

  • "oracle" user and security

    I am running Oracle 10g XE on a Linux machine (RHEL 4.0).
    I am fairly new to Linux. In the LogWatch report I receive every day, I notice that hackers are trying to log in as the "oracle" user, e.g.:
    Authentication Failures:
    unknown (200.3.248.22): 4159 Time(s)
    oracle (200.3.248.22): 36 Time(s)
    How do I know that the password for the "oracle" user is secure? I didn't create it and I don't even know what it is.
    Can I change the password to something strong without affecting my system?
    Thanks!

    Can I change the password to something strong without affecting my system?
    I just wonder if it will cause any problems if I change the password? I don't want to mess up my system.Well for Oracle SW (and whole local OS) there is no problem. Problem could be if you are using some external scripts that you are using on remote machine (and which using login password sequence to access the OS).
    How do I know that the password for the "oracle" user is secure? I didn't create it and I don't even know what it is.To check the password strength you can use some utilities. For example John is very good for that: http://freshmeat.net/projects/john/
    I am fairly new to Linux. In the LogWatch report I receive every day, I notice that hackers are trying to log in as the "oracle" user, e.g.:Why aou are running your database in untrusted network segment (internet). Best practice is to place such system to secured segment (DMZ, VLAN). If the reason is that your 3rd party partner needs to connect to database you can do IPSEC tunnel.
    Of course don't allow to connect anyone to your machine and to any port. So the recommendation about iptables (netfilter) is appropriate.

  • Com.oracle.cie.domain.security.external.ConfigSecurityException: oracle.security.opss.tools.lifecycle.LifecycleException: JPS-06514

    2014-08-08 08:51:41,053 信息    [AWT-EventQueue-0] com.oracle.cie.wizard.help.DefaultHelpProvider - Initializing help implementation....
    2014-08-08 08:51:41,412 信息    [AWT-EventQueue-0] com.oracle.cie.domain.info.DomainInformationImpl - initializing domaininformation object.
    2014-08-08 08:51:41,490 信息    [AWT-EventQueue-0] com.oracle.cie.domain.DomainRegistryWrapper - need to initialize domainRegistrydocument object
    2014-08-08 08:51:48,880 信息    [AWT-EventQueue-0] com.oracle.cie.domain.info.DomainInformationImpl - initializing domaininformation object.
    2014-08-08 08:52:08,811 信息    [AWT-EventQueue-0] com.oracle.cie.domain.WLSTemplateBuilder - No config groups xml found in template
    2014-08-08 08:52:09,092 信息    [AWT-EventQueue-0] com.oracle.cie.domain.WLSTemplateBuilder - No config groups xml found in template
    2014-08-08 08:52:09,482 信息    [AWT-EventQueue-0] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component oracle.wsm.jrf version 12.1.2.0.0 to oracle.wsm.jrf_12.1.2.0.0/oracle_common_ORACLE_HOME
    2014-08-08 08:52:09,622 信息    [AWT-EventQueue-0] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component oracle.webservices.base version 12.1.2.0.0 to oracle.webservices.base_12.1.2.0.0/oracle_common_ORACLE_HOME
    2014-08-08 08:52:09,669 信息    [AWT-EventQueue-0] com.oracle.cie.domain.AbstractTemplate - Adding component reference
    2014-08-08 08:52:09,872 信息    [AWT-EventQueue-0] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component oracle.sdp.messaging version 12.1.2.0.0 to oracle.sdp.messaging_12.1.2.0.0/oracle_common_ORACLE_HOME
    2014-08-08 08:52:09,903 信息    [AWT-EventQueue-0] com.oracle.cie.domain.AbstractTemplate - Adding component reference
    2014-08-08 08:52:09,950 信息    [AWT-EventQueue-0] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component oracle.wsm.jrf version 12.1.2.0.0 to oracle.wsm.jrf_12.1.2.0.0/oracle_common_ORACLE_HOME
    2014-08-08 08:52:09,997 信息    [AWT-EventQueue-0] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component oracle.wls.core.app.server version 12.1.2.0.0 to oracle.wls.core.app.server_12.1.2.0.0/wlserver_ORACLE_HOME
    2014-08-08 08:52:10,121 信息    [AWT-EventQueue-0] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component oracle.jrf.dms version 12.1.2.0.0 to oracle.jrf.dms_12.1.2.0.0/oracle_common_ORACLE_HOME
    2014-08-08 08:52:10,231 信息    [AWT-EventQueue-0] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component oracle.jrf.infra.fmw.wls version 12.1.2.0.0 to oracle.jrf.infra.fmw.wls_12.1.2.0.0/oracle_common_ORACLE_HOME
    2014-08-08 08:52:10,293 信息    [AWT-EventQueue-0] com.oracle.cie.domain.AbstractTemplate - Adding component reference
    2014-08-08 08:52:10,496 信息    [AWT-EventQueue-0] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component oracle.wsm.console.core version 12.1.2.0.0 to oracle.wsm.console.core_12.1.2.0.0/oracle_common_ORACLE_HOME
    2014-08-08 08:52:10,621 信息    [AWT-EventQueue-0] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component oracle.webcenter.skin version 12.1.2.0.0 to oracle.webcenter.skin_12.1.2.0.0/oracle_common_ORACLE_HOME
    2014-08-08 08:52:10,761 信息    [AWT-EventQueue-0] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component oracle.webcenter.pageeditor version 12.1.2.0.0 to oracle.webcenter.pageeditor_12.1.2.0.0/oracle_common_ORACLE_HOME
    2014-08-08 08:52:10,870 信息    [AWT-EventQueue-0] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component oracle.sysman.fmw.as version 12.1.2.0.0 to oracle.sysman.fmw.as_12.1.2.0.0/em_ORACLE_HOME
    2014-08-08 08:52:10,979 信息    [AWT-EventQueue-0] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component oracle.sysman.fmw.core version 12.1.2.0.0 to oracle.sysman.fmw.core_12.1.2.0.0/em_ORACLE_HOME
    2014-08-08 08:52:11,073 警告    [AWT-EventQueue-0] com.oracle.cie.domain.ConfigGroupsDeployer - Unable to locate JDBCSystemResource with the name DerbyLocalSvcTblDataSource
    2014-08-08 08:57:06,092 信息    [59] oracle.security.jps.util.JpsUtil - JpsUtil: isAuditDisabled set to true
    2014-08-08 08:57:07,980 警告    [59] oracle.security.jps.internal.keystore.file.FileKeyStoreManager - 未能打开基于文件的密钥库。原因是oracle.security.jps.service.keystore.KeyStoreServiceException: 无法执行加密操作
    2014-08-08 08:57:07,980 严重    [59] oracle.security.opss.tools.lifecycle.OpssDomainConfigImpl - Error during configureOpssInDomain. Exception oracle.security.jps.service.keystore.KeyStoreServiceException: JPS-06514: 未能打开基于文件的密钥库。原因是oracle.security.jps.service.keystore.KeyStoreServiceException: 无法执行加密操作
    2014-08-08 08:57:07,980 严重    [59] oracle.security.opss.tools.lifecycle.cie.OpssSecurityConfiguration - Error while processing initializeSubsystem. Exception oracle.security.opss.tools.lifecycle.LifecycleException: JPS-06514: 未能打开基于文件的密钥库。原因是oracle.security.jps.service.keystore.KeyStoreServiceException: 无法执行加密操作
    2014-08-08 08:57:07,980 严重    [Thread-17] com.oracle.cie.domain.TemplateImporter - 域扩展应用失败!
    域位置: D:\Weblogic12.1.2\user_projects\domains\base_domain
    原因: oracle.security.opss.tools.lifecycle.LifecycleException: JPS-06514: 未能打开基于文件的密钥库。原因是oracle.security.jps.service.keystore.KeyStoreServiceException: 无法执行加密操作
    异常错误:
    oracle.security.opss.tools.lifecycle.LifecycleException: JPS-06514: 未能打开基于文件的密钥库。原因是oracle.security.jps.service.keystore.KeyStoreServiceException: 无法执行加密操作
    com.oracle.cie.domain.security.external.ConfigSecurityException: oracle.security.opss.tools.lifecycle.LifecycleException: JPS-06514: 未能打开基于文件的密钥库。原因是oracle.security.jps.service.keystore.KeyStoreServiceException: 无法执行加密操作
    at oracle.security.opss.tools.lifecycle.cie.OpssSecurityConfiguration.initializeSubsystem(OpssSecurityConfiguration.java:129)
    at com.oracle.cie.domain.TemplateImporter.run(TemplateImporter.java:334)
    at java.lang.Thread.run(Thread.java:745)
    Caused by: oracle.security.opss.tools.lifecycle.LifecycleException: JPS-06514: 未能打开基于文件的密钥库。原因是oracle.security.jps.service.keystore.KeyStoreServiceException: 无法执行加密操作
    at oracle.security.opss.tools.lifecycle.OpssDomainConfigImpl.configureOpssInDomain(OpssDomainConfigImpl.java:316)
    at oracle.security.opss.tools.lifecycle.OpssDomainConfigImpl.initializeSubsystem(OpssDomainConfigImpl.java:164)
    at oracle.security.opss.tools.lifecycle.cie.OpssSecurityConfiguration.initializeSubsystem(OpssSecurityConfiguration.java:126)
    ... 2 more
    Caused by: oracle.security.jps.service.keystore.KeyStoreServiceException: JPS-06514: 未能打开基于文件的密钥库。原因是oracle.security.jps.service.keystore.KeyStoreServiceException: 无法执行加密操作
    at oracle.security.jps.internal.keystore.file.FileKeyStoreManager.openKeyStore(FileKeyStoreManager.java:430)
    at oracle.security.jps.internal.keystore.file.FileKeyStoreManager.openKeyStore(FileKeyStoreManager.java:375)
    at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.doInit(FileKeyStoreServiceImpl.java:121)
    at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.start(FileKeyStoreServiceImpl.java:899)
    at oracle.security.jps.internal.keystore.FarmKeyStoreServiceImpl.initialize(FarmKeyStoreServiceImpl.java:115)
    at oracle.security.jps.internal.keystore.KeyStoreProvider.getInstance(KeyStoreProvider.java:175)
    at oracle.security.jps.internal.tools.utility.keystore.JpsUtilKeyStoreImpl.initializeKeyStore(JpsUtilKeyStoreImpl.java:102)
    at oracle.security.jps.internal.tools.utility.keystore.JpsUtilKeyStoreImpl.createKeyStore(JpsUtilKeyStoreImpl.java:116)
    at oracle.security.jps.tools.utility.JpsUtilConfigurationTool.configureOpssInDomain(JpsUtilConfigurationTool.java:165)
    at oracle.security.opss.tools.lifecycle.OpssDomainConfigImpl.configureOpssInDomain(OpssDomainConfigImpl.java:312)
    ... 4 more
    Caused by: oracle.security.jps.service.keystore.KeyStoreServiceException: 无法执行加密操作
    at oracle.security.jps.internal.keystore.util.CryptoUtil.decrypt(CryptoUtil.java:483)
    at oracle.security.jps.internal.keystore.util.CryptoUtil.decodeAliasWithEncryptedContent(CryptoUtil.java:560)
    at oracle.security.jps.internal.keystore.util.CryptoUtil.decryptPrivateKey(CryptoUtil.java:740)
    at oracle.security.jps.internal.keystore.config.jaxb.adapters.PrivateKeyAdapter.unmarshal(PrivateKeyAdapter.java:63)
    at oracle.security.jps.internal.keystore.config.jaxb.KeyPair.retrievePrivateKey(KeyPair.java:101)
    at oracle.security.jps.internal.keystore.util.KeyStoreServiceUtil.getDemoCAKey(KeyStoreServiceUtil.java:570)
    at oracle.security.jps.internal.keystore.util.KeyStoreServiceUtil.getDemoCAKey(KeyStoreServiceUtil.java:542)
    at oracle.security.jps.internal.keystore.file.FileKeyStoreManager.openKeyStore(FileKeyStoreManager.java:418)
    ... 13 more
    Caused by: javax.crypto.BadPaddingException: Given final block not properly padded
    at com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:811)
    at com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:676)
    at com.sun.crypto.provider.AESCipher.engineDoFinal(AESCipher.java:313)
    at javax.crypto.Cipher.doFinal(Cipher.java:2087)
    at oracle.security.jps.internal.keystore.util.CryptoUtil.decrypt(CryptoUtil.java:463)
    ... 20 more

    Hi,
    I want to check  did you start the any service before running the security store? Go with create option as you are created different domain for OPAM.
    Let me know.
    Regards,
    Ari

  • How to configure Oracle 10g Advanced Security to use SSL concurrently with

    How to configure Oracle 10g Advanced Security to use SSL concurrently with database User names and passwords
    In Oracle Advanced Security Documentation it is mentioned that i can use SSL concurrently with DB user names and passwords. But when i configure the client certificate on the client my DB connection is getting authenticated using the certificate, which out passing user id or password.
    We want to connect to Oracle DB over SSL channel so that the data packets are not in clear text. Also we want the user to make a connection using user id and password.
    Basically we want SSL with out authentication.
    Need your expert advice

    Read the documentation (I have given following links assuming you are running a 32 bit architecture)
    Server installations:
    http://www.oracle.com/pls/db102/to_toc?pathname=install.102%2Fb14316%2Ftoc.htm&remark=portal+%28Books%29
    Client installations:
    http://www.oracle.com/pls/db102/to_toc?pathname=install.102%2Fb14312%2Ftoc.htm&remark=portal+%28Books%29
    You can find the required books (if not using 32 bit architecture) from
    http://www.oracle.com/pls/db102/portal.portal_db?selected=3

  • Secured websites check antivirus from ipad to get connected and unable to find the required in itfo from ipad2. how to solve

    Secured webites check antivirus from ipad or its browser safari to get connected . any one has solution for this issue?

    SirThanks  for the reply but still i feel something can be done. i am talking about remote connec to
    office server wherein we have login id and password . while inputing that the website checks the browser of
    ipad2 and asking us to install antivirus to proceed further. if ipad2 is so secure ( yes it should be so secured)
    then whey don't it handsake with the website properly and allow us to proceed. 
    is it possible to throw more light on this  tks

  • My mac mini is running slow.  Bought it in 2009.  Activity monitor shows nothing running that should not be.  Someone suggested it might be my operating system?  Check for software updates, and I am current.  Suggestions?

    My mac mini is running slow.  Bought it in 2009.  Activity monitor shows nothing running that should not be.  Someone suggested it might be my operating system?  Check for software updates, and I am current.  Suggestions?

    Open Activity Monitor, Show:>All Processes, sort on CPU%, see if anything using too much CPU% when this happens, click on Memory tab, do you have many Pageouts?
    Open Console in Utilities & see if there are any clues or repeating messages when this happens.
    Check the S.M.A.R.T. status of the drive in Disk Utilty by highlighting the Drive & looking at the bottom of the window.

  • JBO-29000: Unexpected exception caught: oracle.adf.share.security.ADFSecuri

    Does anyone get the following exception when trying to run their EJB application? I'm running JDeveloper 11.1.1.4 and trying to run my application via right click after deploying the application. I get the same error when trying to run my test programs that use a MySql JDBC data source. Note the data source tests, ok itself. If I turn off ADF security via the secure->Configure ADF Security menu, then everything is fine. Please HELP!!!!
    -Mark
    (oracle.jbo.JboException) JBO-29000: Unexpected exception caught: oracle.adf.share.security.ADFSecurityAuthenticationException, msg=EXC_NO_AUTHENTICATION_SERVICE
    ----- Level 1: Detail 0 -----
    (oracle.adf.share.security.ADFSecurityAuthenticationException) EXC_NO_AUTHENTICATION_SERVI
    Stack dump....
    oracle.jbo.jbotester.ErrorHandler$ExceptionWrapper: EXC_NO_AUTHENTICATION_SERVICE
         at oracle.jbo.jbotester.ErrorHandler.displayError(ErrorHandler.java:96)
         at oracle.jbo.jbotester.ErrorHandler.displayError(ErrorHandler.java:89)
         at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:437)
    Caused by: oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.adf.share.security.ADFSecurityAuthenticationException, msg=EXC_NO_AUTHENTICATION_SERVICE
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:609)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2394)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2270)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3168)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:460)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:431)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:426)
         at oracle.adf.model.bc4j.DCJboDataControl.initializeApplicationModule(DCJboDataControl.java:516)
         at oracle.adf.model.bc4j.DCJboDataControl.getApplicationModule(DCJboDataControl.java:862)
         at oracle.jbo.jbotester.binding.TesterBinding.getConnectionInfo(TesterBinding.java:214)
         at oracle.jbo.jbotester.MainFrame.initializeDataControl(MainFrame.java:906)
         at oracle.jbo.jbotester.MainFrame.loadConfiguration(MainFrame.java:632)
         at oracle.jbo.jbotester.MainFrame.processArgs(MainFrame.java:597)
         at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:428)
    Caused by: oracle.adf.share.security.ADFSecurityAuthenticationException: EXC_NO_AUTHENTICATION_SERVICE
         at oracle.adf.share.security.authentication.AuthenticationServiceUtil.getAuthenticationService(AuthenticationServiceUtil.java:68)
         at oracle.jbo.common.UserAznUtil.authenticate(UserAznUtil.java:64)
         at oracle.jbo.common.UserAznUtil.authenticateUser(UserAznUtil.java:32)
         at oracle.jbo.jbotester.TesterEnvInfoProvider.getInfo(TesterEnvInfoProvider.java:344)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:65)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.instantiateResource(ApplicationPoolImpl.java:2834)
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:590)
         ... 13 more
    ## Detail 0 ##
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.adf.share.security.ADFSecurityAuthenticationException, msg=EXC_NO_AUTHENTICATION_SERVICE
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:609)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2394)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2270)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3168)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:460)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:431)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:426)
         at oracle.adf.model.bc4j.DCJboDataControl.initializeApplicationModule(DCJboDataControl.java:516)
         at oracle.adf.model.bc4j.DCJboDataControl.getApplicationModule(DCJboDataControl.java:862)
         at oracle.jbo.jbotester.binding.TesterBinding.getConnectionInfo(TesterBinding.java:214)
         at oracle.jbo.jbotester.MainFrame.initializeDataControl(MainFrame.java:906)
         at oracle.jbo.jbotester.MainFrame.loadConfiguration(MainFrame.java:632)
         at oracle.jbo.jbotester.MainFrame.processArgs(MainFrame.java:597)
         at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:428)
    Caused by: oracle.adf.share.security.ADFSecurityAuthenticationException: EXC_NO_AUTHENTICATION_SERVICE
         at oracle.adf.share.security.authentication.AuthenticationServiceUtil.getAuthenticationService(AuthenticationServiceUtil.java:68)
         at oracle.jbo.common.UserAznUtil.authenticate(UserAznUtil.java:64)
         at oracle.jbo.common.UserAznUtil.authenticateUser(UserAznUtil.java:32)
         at oracle.jbo.jbotester.TesterEnvInfoProvider.getInfo(TesterEnvInfoProvider.java:344)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:65)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.instantiateResource(ApplicationPoolImpl.java:2834)
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:590)
         ... 13 more
    ## Detail 0 ##
    oracle.adf.share.security.ADFSecurityAuthenticationException: EXC_NO_AUTHENTICATION_SERVICE
         at oracle.adf.share.security.authentication.AuthenticationServiceUtil.getAuthenticationService(AuthenticationServiceUtil.java:68)
         at oracle.jbo.common.UserAznUtil.authenticate(UserAznUtil.java:64)
         at oracle.jbo.common.UserAznUtil.authenticateUser(UserAznUtil.java:32)
         at oracle.jbo.jbotester.TesterEnvInfoProvider.getInfo(TesterEnvInfoProvider.java:344)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:65)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.instantiateResource(ApplicationPoolImpl.java:2834)
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:590)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2394)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2270)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3168)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:460)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:431)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:426)
         at oracle.adf.model.bc4j.DCJboDataControl.initializeApplicationModule(DCJboDataControl.java:516)
         at oracle.adf.model.bc4j.DCJboDataControl.getApplicationModule(DCJboDataControl.java:862)
         at oracle.jbo.jbotester.binding.TesterBinding.getConnectionInfo(TesterBinding.java:214)
         at oracle.jbo.jbotester.MainFrame.initializeDataControl(MainFrame.java:906)
         at oracle.jbo.jbotester.MainFrame.loadConfiguration(MainFrame.java:632)
         at oracle.jbo.jbotester.MainFrame.processArgs(MainFrame.java:597)
         at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:428)

    Good question. I use the same jazn-data.xml file that several other people use which does have entitlement and resource grants. However, on my overview using Jdev 11.1.1.4 it doesn't show any. The same jazn file on version 11.1.1.3 shows several resource/entitlement grants on the overview. This appears to be a Jdeveloper bug, or I could be missing something.

  • Error oracle.apps.xdo.security.ValidateException

    Hi,
    When trying to login in the BI Publisher, I am getting the following error:
    oracle.apps.xdo.security.ValidateException
    The username and password are correct and the xmlpserver is running. I am using the OC4J application server. Any ideas please?
    Thanks
    Marija

    I believe there is some problem with the BI Server security. Try changing the security to XDO in xmlp-server-config.xml file. I have blogged about it here http://oraclebizint.wordpress.com/2007/11/06/oracle-bi-publisher-and-bi-ee-invisible-admin-tab/. Though the blog entry was for some other issue but this should help you in changing the security.
    Thanks,
    Venkat
    http://oraclebizint.wordpress.com

  • An unknown error occurred while performing a sync operation. Please check your account and network settings, then try again.

    hi,
    i cannot perform any syncs / back ups (including mobile me) on my imac other than old ipods.
    i recieve this message
    "An unknown error occurred while performing a sync operation. Please check your account and network settings, then try again".

    hi,
    i cannot perform any syncs / back ups (including mobile me) on my imac other than old ipods.
    i recieve this message
    "An unknown error occurred while performing a sync operation. Please check your account and network settings, then try again".

  • Security guidelines in switches.

    Hello to everybody.
    This is my first post and I don´t know if it is the right place.
    I would like to know what are the security guidelines that you set up in your switched lan, I mean, do you block unused ports? do you use 802.1x with RADIUS? do you disable telnet and http access?
    What are the security guidelines that you use in your company or clients?
    Thanks in advance.

    Our network uses the following:
    AAA;
    ACS logon to network equipments;
    SSH;
    HTTP/HTTPS with access list
    Depending on the size of your LAN, anyone whoever says that "unused ports should be shutdown" should be shot or given a labotomy.  I have more than 300 LAN switches.  Do you know the calls I'll be getting every hour just to get ports enabled or disabled?   It would make me and my team very un-popular very fast.
    Configuring Auto Smartports Macros
    http://www.cisco.com/en/US/docs/switches/lan/catalyst3750e_3560e/software/release/12.2_50_se/configuration/guide/swmacro.html

  • Where i can download Oracle Manufacturing Operations Center(MOC)  mdl

    Hi Gurus
    i want to do a poc on Oracle Manufacturing Operations Center(MOC) .for this i need the owb mdl.where i can download this owb mdl.
    Regards
    Sree

    Hi Sree;
    Please see Oracle Manufacturing Operations Center (MOC) Import Utility to Load Data External Data [ID 1153763.1] which could be helpful for you
    Regard
    Helios

Maybe you are looking for

  • Remove file name from appearing as a title

    How can I stop the file path appearing as a title on my video?

  • Doubt about database point in time recovery using rman

    Hi Everyone, I have been practising various rman restore and recovery scenarios . I have a doubt regarding database point in time recovery using rman. Imagine i have a full database backup including controlfile scheduled to run at 10 PM everyday. tod

  • GR processing time in QM

    Dear Sir/mam GR processing time in material master is 3 for eg and inspection lot created in QA32 with start date and end date is same can you let me know the relation how can i corelate this gr time with actual start and end time of inspection. rega

  • Problem in Disabled the Menus

    hi everyone, Hello am developing a application in java. I used InternalFrame and JDesktop.. My problem is after the login i want to disabled the menu in the Menubar when the user login sucessfully it will be enabled and ready to click. But am having

  • Where is Oracle Terminal

    This question was asked before, but I did not see the answer. Where can I find Oracle Terminal for Developer 6.0?