Edit disabled oracle Configurator

Hello

I use R12.1.2 with DB 11.2.0.1 and OS RHEL5

the edit in developer configurator button is disabled, how can I eanable it?

his license in all other cases

Hello

Do you have any customizations to the form/page? If so, turn it off and then check. If no customization/personalization has been made then I suggest that save you a SR as any of the similar issues are reported on the website of MOS.

Thank you
Hussein

Tags: Oracle Applications

Similar Questions

  • How to disable Oracle DB internal Apex Servlet?

    I have installed tracking software:

    1. Microsoft Windows XP
    2. Oracle Database 11 g r2 Express edition 32-bit
    3. 3.2 SQL Developer
    4. Apex 4.2.3 update ok
    5. GlassFish Server Open Source Edition 4.0
    6. Apex listener 2.0.5

    My CRM app just runs correctly on Apex.

    I already set up the independent auditor Apex and already create [top] and [i] of the applications in the Glassfish Console, as well as users and passwords for APEX_PUBLIC_USER, APEX_REST_PUBLIC_USER and APEX_LISTENER. I already connected with Apex listener in SQL Developer 3.2.3.

    The Glassfish console is correctly on runnning [http://localhost:4848], but on [http://localhost: 8080/apex] internal the Servlet and XML DB Oracle Database [C:\oraclexe\app\oracle\product\11.2.0\server\rdbms\jlib\servlet.jar] executes the Apex and I can't use the Glassfish. How the Oracle XE database is not delivered with Enterprise Manager Web Admin Console, I don't need this internal Servlet Java container.

    I tried to change the port of Glassfish to 8090 but not work and I do not need 2 web servers in RAM.

    How to disable Oracle DB internal Apex Servlet to use Glassfish on port 8080?

    Thanks in advance.

    Kind regards

    Fernando Santucci

    Well,.

    / * I change the port of 8080-8090 for

    XDB - Oracle XML database or

    EPG - Embedded PL/SQL gateway, or

    HTTP service or

    Apex Java Servlet container * /.

    Run DBMS_XDB. SetHttpPort (8090);

    Now, I did disable the XML (XDB) Oracle database with these system settings:

    See 'Setting up Oracle Database for shared server' in the DBA Guide

    http://docs.Oracle.com/CD/B28359_01/server.111/b28310/manproc003.htm

    -Monitor SHARED_SERVERS and DISPATCHERS

    Select * from v$ shared_server;

    Select * from v$ shared_server_monitor;

    Select service, earphone, network of v$ dispatcher_config;

    Select name, distributor of v network $;

    -Disable SHARED_SERVERS and DISPATCHERS

    ALTER system set SHARED_SERVERS = 0;

    ALTER system set MAX_SHARED_SERVERS = 0;

    alter system set DISPATCHERS = ";

    change "D000" immediate shutdown system -Research the name of SHIPPING before.

    -I stop and start the Oracle database service, and there is no XDB on port 8080, only of Glassfish.

    net stop OracleXETNSListener

    net stop OracleServiceXE

    net start OracleServiceXE

    net start OracleXETNSListener

    I keep very well access to the Console of administration of Glassfish in [http://localhost:4848] and the static homepage by default Glassfish 'index.html' in [http://localhost: 8080].

    However, in [http://localhost: 8080/apex] I get the following error:

    [2013 11-30 T 01: 56:27.899 - 0200] [glassfish 4.0] [WARNING] [] [javax.enterprise.web] [tid: _ThreadID = 18 _ThreadName = http-listener-1 (1)] [timeMillis: 1385783787899] [levelValue: 900] []

    StandardWrapperValve [HttpEndPoint]: Servlet.service () for servlet HttpEndPoint threw the exception

    java.lang.ExceptionInInitializerError

    at oracle.dbtools.rt.jdbc.DatabaseConnectionFilter.poolInfo(DatabaseConnectionFilter.java:90)

    at oracle.dbtools.rt.jdbc.DatabaseConnectionFilter.applyDatabaseConnectionInfo(DatabaseConnectionFilter.java:135)

    at oracle.dbtools.rt.web.HttpEndpointBase.service(HttpEndpointBase.java:122)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)

    at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1682)

    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:318)

    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:160)

    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:734)

    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:673)

    at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:99)

    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:174)

    at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:357)

    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:260)

    at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:188)

    at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:191)

    at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:168)

    at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:189)

    to org.glassfish.grizzly.filterchain.ExecutorResolver$ 9.execute(ExecutorResolver.java:119)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:288)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:206)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:136)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:114)

    at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)

    at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:838)

    at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:113)

    at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:115)

    in org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$ 100 (WorkerThreadIOStrategy.java:55)

    to org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$ WorkerThreadRunnable.run (WorkerThreadIOStrategy.java:135)

    to org.glassfish.grizzly.threadpool.AbstractThreadPool$ Worker.doWork (AbstractThreadPool.java:564)

    to org.glassfish.grizzly.threadpool.AbstractThreadPool$ Worker.run (AbstractThreadPool.java:544)

    at java.lang.Thread.run(Thread.java:724)

    Caused by: java.lang.RuntimeException: java.text.ParseException: date of: ' 2013-11 - 29 T 04: 55:05, 672-0000.

    at oracle.dbtools.common.util.Timestamps.valueOf(Timestamps.java:87)

    to oracle.dbtools.common.config.db.UrlMappings$ Builder$ 1PoolFilter.startElement(UrlMappings.java:233)

    at oracle.dbtools.common.x3p.MatchFilter.startElement (MatchFilter.java:54)

    at oracle.dbtools.common.x3p.impl.Event.invoke(Event.java:52)

    to oracle.dbtools.common.x3p.impl.Chain$ EventIterator.advance (Chain.java:125)

    to oracle.dbtools.common.x3p.impl.Chain$ EventIterator.advance (Chain.java:79)

    at oracle.dbtools.common.util.AbstractIterator._advance(AbstractIterator.java:89)

    at oracle.dbtools.common.util.AbstractIterator.next(AbstractIterator.java:47)

    at oracle.dbtools.common.x3p.impl.X3PReaderAdaptor.next(X3PReaderAdaptor.java:34)

    to oracle.dbtools.common.config.db.UrlMappings$ Builder.read (UrlMappings.java:203)

    at oracle.dbtools.common.config.db.UrlMappings.existing(UrlMappings.java:127)

    at oracle.dbtools.common.config.db.UrlMappings.urlMappings(UrlMappings.java:155)

    to oracle.dbtools.common.config.db.DatabasePoolConfig. (DatabasePoolConfig.java:327)

    ... 31 more

    Caused by: java.text.ParseException: date of: ' 2013-11 - 29 T 04: 55:05, 672-0000.

    at java.text.DateFormat.parse(DateFormat.java:357)

    at oracle.dbtools.common.util.Timestamps.valueOf(Timestamps.java:85)

    ... more than 43

    ]]

    I find this kerchief date timestamp is in the [C:\Documents and Settings\fernandosantucci\Local Settings\Temp\apex\url-mapping.xml] configuration file with following content:

    http://xmlns.Oracle.com/Apex/pool-config">

      = Update "" 2013-11 - 29 T 04: 55:05, 672Z '/ > "

    I can't believe it! A simple date plant a web application J2EE server?

    What happen that I can't see?

    Thanks in advance for any help.

    Kind regards

    Fernando Santucci

  • [INS 20802] Failure of the database Oracle Configuration Wizard

    I am trying to install Oracle 11 g R2 on my windows 7 Professional, computer 64-bit. After 42% of the installation, it began to show that some files are missing. Few of them are:

    C:\app\User\product\11.2.0\dbhome_1\owb\external\oc4j_applications\applications\WFMLRSVCApp.ear
    C:\app\User\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\WFMLRSVCApp.ear
    C:\app\User\product\11.2.0\dbhome_1\owb\external\oc4j_applications\applications\WFMGRApp.ear
    C:\app\User\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\WFMGRApp.ear
    C:\app\User\product\11.2.0\dbhome_1\owb\bin\win32\owb.tmp
    C:\app\User\product\11.2.0\dbhome_1\owb\bin\win32\setowbenv.tmp
    C:\app\User\product\11.2.0\dbhome_1\oc4j\j2ee\OC4J_DBConsole\config\system-application. XML


    And the final pop up winow wrote:

    Configuration of database Assistant: Info
    * "Model General_Purpose.dbc didn't exist." Please specify a model of exixting for the creation of the database. "
    * "Failure [INS 20802] Oracle Database Configuration Assistant" * "
    Details:
    Cause:-the plug-in has failed in its method
    Action:-check the newspapers or contact Oracle Support Services.

    Here are the last lines of the log file. Can someone please help me solve this problem?


    Oracle Advanced Security 11.2.0.1.0
    Oracle Internet Directory 11.2.0.1.0 customer
    A file for DB 11.2.0.1.0
    Oracle Net 11.2.0.1.0 listening port
    Oracle Net Services 11.2.0.1.0
    Oracle Text 11.2.0.1.0
    Oracle Database 11g 11.2.0.1.0
    Oracle COM Automation feature 11.2.0.1.0
    Oracle OLAP 11.2.0.1.0
    Oracle Spatial 11.2.0.1.0
    Oracle Partitioning 11.2.0.1.0
    11.2.0.1.0 Enterprise edition options
    Oracle Database 11g 11.2.0.1.0

    INFO: OiicSaveInvWCCE: after the inventory recording. It is an installation session.
    INFO: SaveInvWCCE JRE zero files: 0
    INFO: Global name that appears in the action for the extra utility tools: oracle.rdbms.util
    NEWS: Global location that appears in the action for the extra utility tools: C:\app\User\product\11.2.0\dbhome_1/install/config
    INFO: check if the C:\app\User\product\11.2.0\dbhome_1/install/config\oracle.rdbms.util.xml file is present?
    INFO: Continue with the extra utility process? : true
    INFO: Copy of C:\app\User\product\11.2.0\dbhome_1\install\config\oracle.rdbms.util.xml to C:\app\User\product\11.2.0\dbhome_1\inventory\ContentsXML\ConfigXML\oracle.rdbms.util.1_0_0_0_0.xml with the og - rwx permissions
    NEWS: cf session will be created for OH: C:/app/User/product/11.2.0/dbhome_1\ TLAggr: oracle.rdbms.util instancePath: inventory\ContentsXML\ConfigXML\
    INFO: session of cf Oh: Aggr TL C:/app/User/product/11.2.0/dbhome_1\: [oracle.rdbms.util] instancePath: inventory\ContentsXML\ConfigXML\
    INFO: No tools: 1
    INFO: Start run additional tools
    INFO: Utility execution: ADR installation utility
    INFO: Utility execution: ADR installation utility
    INFO: Command = C:\Windows\system32\cmd/c call C:\app\User\product\11.2.0\dbhome_1/bin/diagsetup.bat basedir = C:\app\User oraclehome=C:\app\User\product\11.2.0\dbhome_1

    INFO: Successfully completed the utility tool: ADR installation utility
    INFO: Successfully completed the utility tool: ADR installation utility
    NEWS: All the tools have been executed successfully
    NEWS: Full run additional tools
    INFO: the oracle.installer.installUpdates property is set to false, so skip the verification of updates
    INFO: Initialize JRE in Scratch Config files: 0
    NEWS: stage loc: C:/users/user/AppData/Local/Temp/OraInstall2013-02-27_05-27-24AM\
    INFO: Copy Aggr XML for: Oracle Configuration Manager
    NEWS: stage loc: C:/users/user/AppData/Local/Temp/OraInstall2013-02-27_05-27-24AM\
    INFO: Copy Aggr XML for: A the common files
    NEWS: stage loc: C:/users/user/AppData/Local/Temp/OraInstall2013-02-27_05-27-24AM\
    INFO: Copy Aggr XML for: Oracle Netca customer
    NEWS: stage loc: C:/users/user/AppData/Local/Temp/OraInstall2013-02-27_05-27-24AM\
    INFO: Copy Aggr XML for: Console DB Oracle Enterprise Manager
    NEWS: stage loc: C:/users/user/AppData/Local/Temp/OraInstall2013-02-27_05-27-24AM\
    INFO: Copy Aggr XML for: Database Configuration and the upgrade wizard
    NEWS: stage loc: C:/users/user/AppData/Local/Temp/OraInstall2013-02-27_05-27-24AM\
    INFO: Copy Aggr XML for: Oracle Database 11g
    NEWS: The Top level Aggreage file = C:\app\User\product\11.2.0\dbhome_1\inventory\ContentsXML\ConfigXML\oracle.server.11_2_0_1_0.xml
    INFO: OUI_CAPlugIn is not found in XML
    INFO: No. tools for delete: 0 for comp: DB Oracle Enterprise Manager Console
    INFO: processing tool: launching browser
    INFO: remove the plugin invocation for: launch browseras, it does not support clone mode
    INFO: remove the plugin invocation for: launch browseras, it does not support add node method
    INFO: Namespace prefix "agg" used but not declared.
    NEWS: cf session will be created for OH: C:/app/User/product/11.2.0/dbhome_1\ TLAggr: oracle.server instancePath: inventory\ContentsXML\ConfigXML\
    INFO: session of cf Oh: Aggr TL C:/app/User/product/11.2.0/dbhome_1\: [oracle.server] instancePath: inventory\ContentsXML\ConfigXML\
    INFO: length aggr Ref: 6
    NEWS: cf session hashcode: 1847125318
    NEWS: cf session recorded with key: OraDb11g_home1 oracle.server
    INFO: cf session is ok
    INFO: created and saved the FC session for oh: OraDb11g_home1
    INFO: passing params to cf
    INFO: Managing the storage of variables for aggr name oracle.sysman.ccr
    INFO: This variable s_OPSNodeInfoString is not added to the map of global context
    INFO: This variable b_isUNIX is not added to the map of global context
    INFO: This variable b_createResponseFile is not added to the map of global context
    INFO: This variable s_ps is not added to the map of global context
    INFO: This variable s_oraName is not added to the map of global context
    INFO: This variable s_ccrJarDestination is not added to the map of global context
    INFO: This variable b_localInstall is not added to the map of global context
    INFO: This variable b_doConfigCCR is not added to the map of global context
    INFO: This variable b_ccrUpgrade is not added to the map of global context
    INFO: This variable s_rspFilePath is not added to the map of global context
    INFO: This variable PROD_HOME is not added to the map of global context
    INFO: for oracle.has.common no aggregate not found by FC: no configuration
    INFO: Managing the storage of variables for aggr name oracle.assistants.netca.client
    INFO: This variable s_swingallName is not added to the map of global context
    INFO: This variable s_shareName is not added to the map of global context
    INFO: This variable s_runtimeLib is not added to the map of global context
    INFO: This variable s_runTimeJar is not added to the map of global context
    INFO: This variable s_responseFileName is not added to the map of global context
    INFO: This variable s_operatingSystem is not added to the map of global context
    INFO: This variable s_netcfgName is not added to the map of global context
    INFO: This variable s_netcahelpName is not added to the map of global context
    INFO: This variable s_netcaUpgradeFlag is not added to the map of global context
    INFO: This variable s_netcaClass is not added to the map of global context
    INFO: This variable s_netCA_Args is not added to the map of global context
    INFO: This variable s_netCAInstalledProtocols is not added to the map of global context
    INFO: This variable s_netAPIName is not added to the map of global context
    INFO: This variable s_ldapclnt9 is not added to the map of global context
    INFO: This variable s_ldapclnt11 is not added to the map of global context
    INFO: This variable s_ldapclnt10 is not added to the map of global context
    INFO: This variable s_jreLocation is not added to the map of global context
    INFO: This variable s_jreJarFile is not added to the map of global context
    INFO: This variable s_jreJar is not added to the map of global context
    INFO: This variable s_jewtName is not added to the map of global context
    INFO: This variable s_installTypeForLaunchNETCA is not added to the map of global context
    INFO: This variable s_icebrowserName is not added to the map of global context
    INFO: This variable s_helpName is not added to the map of global context
    INFO: This variable s_ewtcompatName is not added to the map of global context
    INFO: This variable s_ewtName is not added to the map of global context
    INFO: This variable s_ewtFile is not added to the map of global context
    INFO: This variable s_ewtCompat is not added to the map of global context
    INFO: This variable s_cfgMethod is not added to the map of global context
    INFO: This variable s_caHelpZhTwJar is not added to the map of global context
    INFO: This variable s_caHelpZhCnJar is not added to the map of global context
    INFO: This variable s_caHelpPtBRJar is not added to the map of global context
    INFO: This variable s_caHelpKoJar is not added to the map of global context
    INFO: This variable s_caHelpJar is not added to the map of global context
    INFO: This variable s_caHelpJaJar is not added to the map of global context
    INFO: This variable s_caHelpItJar is not added to the map of global context
    INFO: This variable s_caHelpFrJar is not added to the map of global context
    INFO: This variable s_caHelpEsJar is not added to the map of global context
    INFO: This variable s_caHelpDeJar is not added to the map of global context
    INFO: This variable s_authAdaptors is not added to the map of global context
    INFO: This variable ps_netCA_Args_OverRide is not added to the map of global context
    INFO: This variable b_net8ServerInstalling is not added to the map of global context
    INFO: This variable b_javavmIsInstalling is not added to the map of global context
    INFO: This variable b_isWindows is not added to the map of global context
    INFO: This variable b_isUNIX is not added to the map of global context
    INFO: This variable b_cmanIsInstalling is not added to the map of global context
    INFO: This variable b_anoIsInstalling is not added to the map of global context
    INFO: This variable s_xmlparservLoc is not added to the map of global context
    INFO: This variable s_ouiJlibDir is not added to the map of global context
    INFO: This variable s_opsmJlib is not added to the map of global context
    INFO: This variable s_ntwkTools is not added to the map of global context
    INFO: This variable s_netjlibDir is not added to the map of global context
    INFO: This variable s_netcahelpLocation is not added to the map of global context
    INFO: This variable s_netcaJlibDir is not added to the map of global context
    INFO: This variable s_netcaDocDir is not added to the map of global context
    INFO: This variable s_netPropertiesFile is not added to the map of global context
    INFO: This variable s_netCA is not added to the map of global context
    INFO: This variable s_net8caFileToInstantiate is not added to the map of global context
    INFO: This variable s_jre15Location is not added to the map of global context
    INFO: This variable s_jlibDir is not added to the map of global context
    INFO: This variable s_inventoryPrereqOui is not added to the map of global context
    INFO: This variable s_emdwLibDir is not added to the map of global context
    INFO: This variable s_caHelpDir is not added to the map of global context
    INFO: This variable s_assistantJlibDir is not added to the map of global context
    INFO: This variable s_JavaFlag is not added to the map of global context
    INFO: This variable b_isOPS is not added to the map of global context
    INFO: This variable s_windowsCommandLine is not added to the map of global context
    INFO: This variable s_net8caExecutable is not added to the map of global context
    INFO: This variable s_netcaUserDirArg is not added to the map of global context
    INFO: This variable s_installTypeForNetCA is not added to the map of global context
    INFO: This variable s_netcaSilentFlag is not added to the map of global context
    INFO: This variable s_netCAInstalledProducts is not added to the map of global context
    INFO: This variable s_netcaClasspath is not added to the map of global context
    INFO: This variable PROD_HOME is not added to the map of global context
    INFO: ORACLE_HOME is not definable, is why do not define the value
    INFO: Managing the storage of variables for aggr name oracle.sysman.console.db
    INFO: This variable s_sid is not added to the map of global context
    INFO: This variable s_serverInstallType is not added to the map of global context
    INFO: This variable s_platform is not added to the map of global context
    INFO: Added HashMap key oracle.sysman.console.db and a variable vector empty
    INFO: Adding the s_obfOc4jAdmPasswd to the oracle.sysman.console.db global variable
    INFO: Addition of the variable s_obfOc4jAdmPasswd to the global context for the whole oracle.sysman.console.db map
    INFO: Adding the s_obfJtaAdmPasswd to the oracle.sysman.console.db global variable
    INFO: Addition of the variable s_obfJtaAdmPasswd to the global context for the whole oracle.sysman.console.db map
    INFO: This variable s_nlsLang is not added to the map of global context
    INFO: This variable s_emailServer is not added to the map of global context
    INFO: This variable s_emailAddress is not added to the map of global context
    INFO: This variable s_cfgtyperet is not added to the map of global context
    INFO: Adding the s_JtaAdmPasswd to the oracle.sysman.console.db global variable
    INFO: Addition of the variable s_JtaAdmPasswd to the global context for the whole oracle.sysman.console.db map
    INFO: This variable n_uploadInterval is not added to the map of global context
    INFO: This localhost variable is not added to the map of global context
    INFO: This variable b_launchTools is not added to the map of global context
    INFO: This variable b_launchBrowser is not added to the map of global context
    INFO: This variable b_isUNIX is not added to the map of global context
    INFO: This variable b_centralConsole is not added to the map of global context
    INFO: This variable USE_HTTP_PROXY is not added to the map of global context
    INFO: This variable USE_DB_CONSOLE is not added to the map of global context
    INFO: This variable SET_CONSOLE_MODE is not added to the map of global context
    INFO: This variable SA_SETUP is not added to the map of global context
    INFO: This variable OC4JLOC is not added to the map of global context
    INFO: This variable NO_PC_MODE is not added to the map of global context
    INFO: This variable LOGGING_LEVEL is not added to the map of global context
    INFO: This variable JRE_HOME is not added to the map of global context
    INFO: This variable ISQLPLUS_PROTOCOL is not added to the map of global context
    INFO: This variable ISQLPLUS_PORT is not added to the map of global context
    INFO: This variable HOST_SID_OFFSET_ENABLED is not added to the map of global context
    INFO: This variable HOSTNAME is not added to the map of global context
    INFO: This variable EM_UPLOAD_DISABLE is not added to the map of global context
    INFO: This variable EM_UIX_DEBUG_FLAG is not added to the map of global context
    INFO: This variable EMPRODVER is not added to the map of global context
    INFO: This variable CONSOLE_MODE is not added to the map of global context
    INFO: This variable CONSOLE_CFG is not added to the map of global context
    INFO: This variable sl_oraclehomes is not added to the map of global context
    INFO: This variable s_oc4jDir is not added to the map of global context
    INFO: This variable s_oc4jAppsDir is not added to the map of global context
    INFO: This variable s_jreHome is not added to the map of global context
    INFO: This variable s_configcommand is not added to the map of global context
    INFO: This variable b_isRAC is not added to the map of global context
    INFO: This variable b_UNIX is not added to the map of global context
    INFO: This variable OJSP_JAR_LOC is not added to the map of global context
    INFO: This variable OJSPUTIL_JAR_LOC is not added to the map of global context
    INFO: This variable LDAP_JAR_LOC is not added to the map of global context
    INFO: This variable JAVA_HOME is not added to the map of global context
    INFO: This variable ISQLPLUS_HOST is not added to the map of global context
    INFO: This variable EM_UIX_LOCATION is not added to the map of global context
    INFO: This variable EM_REPOS_HOST is not added to the map of global context
    INFO: This variable EM_PING_COMMAND is not added to the map of global context
    INFO: This variable EM_OC4J_HOME is not added to the map of global context
    INFO: This variable EM_EAR_LOC is not added to the map of global context
    INFO: This variable EMDROOT is not added to the map of global context
    INFO: Adding the s_oc4jAdmPasswd to the oracle.sysman.console.db global variable
    INFO: Addition of the variable s_oc4jAdmPasswd to the global context for the whole oracle.sysman.console.db map
    INFO: This variable s_launchBrowserClasspath is not added to the map of global context
    INFO: This variable s_javapOracleHome is not added to the map of global context
    INFO: This variable PROD_HOME is not added to the map of global context
    INFO: Managing the storage of variables for aggr name oracle.assistants.server
    INFO: This variable s_operatingSystem is not added to the map of global context
    INFO: This variable s_jreLocation is not added to the map of global context
    INFO: This variable pn_dboffset is not added to the map of global context
    INFO: This variable cs_swingName is not added to the map of global context
    INFO: This variable cs_komodoName is not added to the map of global context
    INFO: This variable cs_kodiakName is not added to the map of global context
    INFO: This variable cs_jewtName is not added to the map of global context
    INFO: This variable cs_iceBrowserName is not added to the map of global context
    INFO: This variable cs_ewtcompatName is not added to the map of global context
    INFO: This variable cs_ewtName is not added to the map of global context
    INFO: This variable cs_baliShareName is not added to the map of global context
    INFO: This variable b_orabaseContainsOrahome is not added to the map of global context
    INFO: This variable b_isWINDOWS is not added to the map of global context
    INFO: This variable b_isUNIX is not added to the map of global context
    INFO: This variable sl_dbmaParameterListForIcon is not added to the map of global context
    INFO: This variable sl_dbcaParameterListForIcon is not added to the map of global context
    INFO: This variable s_xmlparservLoc is not added to the map of global context
    INFO: This variable s_ouiJlibLocation is not added to the map of global context
    INFO: This variable s_oratabLocation is not added to the map of global context
    INFO: This variable s_opsmLocation is not added to the map of global context
    INFO: This variable s_dbuaLocation is not added to the map of global context
    INFO: This variable s_dbcaLocation is not added to the map of global context
    INFO: This variable s_OracleBinLocation is not added to the map of global context
    INFO: This variable s_dbcaInstLaunchFile is not added to the map of global context
    INFO: This variable s_dbcaLaunchFile is not added to the map of global context
    INFO: This variable s_dbmaLaunchFile is not added to the map of global context
    INFO: This variable s_dbmaInstLaunchFile is not added to the map of global context
    INFO: This variable PROD_HOME is not added to the map of global context
    INFO: ORACLE_HOME is not definable, is why do not define the value
    INFO: {parameter: TOPLEVEL_COMPONENT in {aggregate: OuiConfigVariables:1.0.0.0.0:common}}: parameter data type is not compatible with the supplied String table.}}
    INFO: passing params in fact FC
    INFO: saves info by CF
    INFO: This is a shared oracle home or remote nodes are null. No copy required.
    INFO: Checkpoint: didn't found Checkpoint to return to getAllFailedCheckPoints.
    INFO: Checkpoint: didn't found Checkpoint return null for getLastFailedCheckPoint.
    INFO: Checkpoint file: Index written and updated
    INFO: Checkpoint: file transfer remote node
    INFO: update the global context
    INFO: Path to "globalcontext.xml" = C:\app\User\product\11.2.0\dbhome_1\install\chainedInstall\globalcontext
    INFO: Since the operation, move the current OiicAPISessionDetails to list installed
    INFO: Number of root to run scripts = 0
    INFO: isSuccessfullInstallation: true
    INFO: isSuccessfullRemoteInstallation: true
    INFO: Adding ExitStatus SUCCESS to the exit status set
    INFO: Finished implementing InstallDB
    NEWS: Execution of the Configuration
    INFO: Enter ConfigClient.init method
    INFO: ConfigClient.init sOracleHomeLoc=C:\app\User\product\11.2.0\dbhome_1, sTopAggId is oracle.server
    INFO: Enter ConfigClient.initClientAndSession method
    INFO: Status ConfigClient.initClientAndSession: connected to the framework of config
    INFO: ConfigClient.initClientAndSession session started oracle.sysman.emCfg.client.CfwSession@5059a331
    INFO: ConfigClient.initClientAndSession m_oAggregate=[Loracle.sysman.emCfg.common.IAggregate;@2ce90f2d
    Information: Directory of newspapers Configuration - C:\app\User\product\11.2.0\dbhome_1\cfgtoollogs
    INFO: Exit ConfigClient.init method
    INFO: Phone event ConfigSessionInitialized
    INFO: ConfigClient.registerOutErrStream, called method
    INFO: Enter ConfigClient.getToolsList method
    INFO: Created the config for Oracle Net Configuration Assistant job
    INFO: Created the config for the Oracle Database Configuration Assistant job
    INFO: Created the job for Oracle Configuration Manager Setup config
    INFO: update of transitional settings in aggregates
    INFO: update of transitional settings for oracle.server
    INFO: update of transitional settings for oracle.assistants.netca.client
    INFO: update of transitional settings for oracle.assistants.server
    INFO: Allocation of transitional value variable s_dbcaArgs
    INFO: Transitional S_SYSMANPASSWORD variable value assignment
    INFO: Allocation of transitional value variable s_systemPasswordFlag
    INFO: Allocation of transitional value variable s_sysmanPasswordFlag
    INFO: Transitional S_HOSTUSERPASSWORD variable value assignment
    INFO: Allocation of transitional value variable s_dbcaArgsOverride
    INFO: Allocation of transitional value variable windows_commandline_prefix
    INFO: Allocation of transitional value variable s_sysPasswordFlag
    INFO: Transitional S_SYSPASSWORD variable value assignment
    INFO: Allocation of transitional value variable s_asmsnmpPasswordFlag
    INFO: Transitional S_DBSNMPPASSWORD variable value assignment
    INFO: Allocation of transitional value variable s_dbsnmpPasswordFlag
    INFO: Transitional S_ASMSNMPPASSWORD variable value assignment
    INFO: Transitional S_SYSTEMPASSWORD variable value assignment
    INFO: Allocation of transitional value variable s_hostUserPasswordFlag
    INFO: update of transitional settings for OuiConfigVariables
    INFO: update of transitional settings for oracle.sysman.ccr
    INFO: update of transitional settings for oracle.sysman.console.db
    NEWS: Updated transitional settings in aggregates
    Information: Directory of newspapers Configuration - C:\app\User\product\11.2.0\dbhome_1\cfgtoollogs
    INFO:
    The developed /runconfig command is C:\app\User\product\11.2.0\dbhome_1\oui\bin\runConfig.bat ORACLE_HOME=C:\app\User\product\11.2.0\dbhome_1 MODE = action = configure RERUN = true, $*.
    INFO: Creates a new file C:\app\User\product\11.2.0\dbhome_1\cfgtoollogs\configToolAllCommands
    INFO: The option is to replace the existing C:\app\User\product\11.2.0\dbhome_1\cfgtoollogs\configToolAllCommands file, it saves
    INFO: The backup file is called C:\app\User\product\11.2.0\dbhome_1\cfgtoollogs\configToolAllCommands.bak
    INFO: Enter ConfigClient.executeToolsInAggregate method
    INFO: ConfigClient.executeToolsInAggregate oAggregate = oracle.server:oracle.server:11.2.0.1.0:common
    INFO: Enter ConfigClient.assignAction method
    INFO: ConfigClient.assignAction actionref=[Loracle.sysman.emCfg.common.IActionReference;@74247cc2
    NEWS: Action of ConfigClient.assignAction is of type: configuration
    INFO: Exit ConfigClient.assignAction method
    INFO: Action of affected ConfigClient.executeToolsInAggregate
    INFO: Started named Plugin: Oracle Net Configuration Assistant
    INFO: Found associate job
    INFO: From 'Oracle Net Configuration Assistant.
    INFO: From 'Oracle Net Configuration Assistant.
    INFO: INFO: parsing of command line arguments: INFO: parameter 'orahome' = C:\app\User\product\11.2.0\dbhome_1INFO: parameter 'orahnam' = OraDb11g_home1INFO: parameter 'instype' = typicalINFO: parameter 'inscomp' = anoINFO, Java virtual machine, client, server, oraclenet: parameter 'insprtcl' = tcp, nmpINFO: parameter 'cfg' = localINFO: parameter 'authadp' = NO_VALUEINFO: parameter "responsefile" C:\app\User\product\11.2.0\dbhome_1\network\install\netca_typ.rspINFO =: parameter "silent" = trueINFO : fact arguments.INFO of command line analysis: Oracle Net Services Configuration: INFO: configuration complete.INFO profile: Oracle Net Listener startup: INFO: listening running control:
    INFO: C:\app\User\product\11.2.0\dbhome_1\bin\lsnrctl start LISTENERINFO: listener control complete.INFO: service listening for setting to start automatically.INFO: listener started successfully.INFO: listener configuration complete.INFO: Default local complete.INFO configuration naming: Oracle Net Services configuration successfully. The exit code is 0WARNING:
    INFO:
    INFO: Finished named Plugin: Oracle Net Configuration Assistant
    INFO:
    INFO:
    INFO: Started named Plugin: Oracle Database Configuration Wizard
    INFO: Found associate job
    INFO: From «Oracle Database Configuration Wizard»
    INFO: From «Oracle Database Configuration Wizard»
    INFO: Running DBCA
    INFO: Call command / c C:\Windows\system32\cmd C:\app\User\product\11.2.0\dbhome_1\bin\dbca.bat-progress_only - createDatabase - templateName General_Purpose.dbc-sid orcl - gdbName orcl.168.2.5 - emConfiguration LOCAL - storageType FS datafileDestination - C:\app\User\oradata - datafileJarLocation C:\app\User\product\11.2.0\dbhome_1/assistants/dbca/templates - responsefile NO_VALUE - characterset AL32UTF8 obfuscatedPasswords - false - true sampleSchema - true automaticMemoryManagement totalMemory - 3237 - maskPasswords false - oui_internal
    INFO:... GenericInternalPlugIn.handleProcess () is entered.
    INFO:... GenericInternalPlugIn: to configAssistantParmas.
    INFO:... GenericInternalPlugIn: check secretArguments.
    INFO:... GenericInternalPlugIn: Start loop playback.
    NEWS: Read: SYS_PASSWORD_PROMPT
    INFO: Treatment: for the tag argument SYS_PASSWORD_PROMPT - sysPassword
    NEWS: Read: SYSTEM_PASSWORD_PROMPT
    INFO: Treatment: SYSTEM_PASSWORD_PROMPT for the argument tag - systemPassword
    NEWS: Read: DBSNMP_PASSWORD_PROMPT
    INFO: Treatment: DBSNMP_PASSWORD_PROMPT for the argument tag - dbsnmpPassword
    NEWS: Read: SYSMAN_PASSWORD_PROMPT
    INFO: Treatment: SYSMAN_PASSWORD_PROMPT for the argument tag - sysmanPassword
    INFO: End of passage to stdin of the arguments
    INFO: Finished named Plugin: Oracle Database Configuration Wizard
    INFO: The Oracle Database Configuration Assistant failed.
    INFO: The Oracle Database Configuration Assistant failed.
    INFO: Action completed ConfigClient.executeToolsInAggregate
    INFO: Exit ConfigClient.executeToolsInAggregate method
    INFO: Phone event ConfigToolsExecuted
    INFO:
    The developed /runconfig command is C:\app\User\product\11.2.0\dbhome_1\oui\bin\runConfig.bat ORACLE_HOME=C:\app\User\product\11.2.0\dbhome_1 MODE = action = configure RERUN = false, $*.
    INFO: Creates a new file C:\app\User\product\11.2.0\dbhome_1\cfgtoollogs\configToolFailedCommands
    INFO: The option is to replace the existing C:\app\User\product\11.2.0\dbhome_1\cfgtoollogs\configToolFailedCommands file, it saves
    INFO: The backup file is called C:\app\User\product\11.2.0\dbhome_1\cfgtoollogs\configToolFailedCommands.bak
    INFO: ConfigClient.saveSession, called method
    INFO: Phone event ConfigSessionEnding
    INFO: ConfigClient.endSession, called method
    INFO: Setup
    INFO: Closing OUISetupDriver.JobExecutorThread
    INFO: Cleaning, please wait...
    INFO: Eliminate the object box to install controls
    INFO: update of the State of STATE_CLEAN computer
    INFO: Forked all the tasks are completed to the configuration of the State
    Full background information: Operations
    INFO: Moved to declare < configuration >
    INFO: Waiting for the completion of the operations in the background
    Full background information: Operations
    INFO: Validation of the notice to the < configuration > State
    INFO: Finished view validating State < configuration >
    INFO: Validation State < configuration >
    WARNING: Posting disabled for the configuration of the State
    INFO: Completed state validating < configuration >
    Information: Success of audit course
    INFO: Get the view named [FinishUI]
    INFO: View for [FinishUI] is oracle.install.ivw.db.view.FinishUI@22d215
    INFO: Initializing view < FinishUI > < finish > State
    INFO: Completed initialization from the view < FinishUI > to < finish > State
    INFO: Displays the mode < FinishUI > < finish > State
    INFO: Finished poster mode < FinishUI > < finish > State
    INFO: Loading view < FinishUI > < finish > State
    INFO: Installation Succeeded: true
    INFO: Config Tool succeeded: false
    INFO: Remote installation successful: true
    INFO: Finished loading view state < finish > < FinishUI >
    INFO: View location < FinishUI > < finish > State
    INFO: Finished view location status < finish > < FinishUI >
    INFO: Waiting for the completion of the operations in the background
    Full background information: Operations
    INFO: The execution of action in the finished State
    INFO: FinishAction called Actions.execute
    INFO: Finished execution of action to the State < finish >
    INFO: Waiting for the completion of the operations in the background
    Full background information: Operations
    INFO: Moved to declare < finish >
    INFO: Find the status of output more suitable for the current application
    INFO: Exit status is 0
    NEWS: Stop Oracle Database 11g Release 2 installer

    Published by: rnair on March 18, 2013 10:08

    Installation instructions missing ear and war files because it is not followed. Both zip files must be unzipped in a folder before that setup.exe is called. See the "Directions" section on the download page - http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win64soft-094461.html

    https://forums.Oracle.com/forums/search.jspa?threadID=&q=WFMLRSVCApp.ear&objid=F64&DateRange=all&userid=&NumResults=15

    The "model General_Purpose.dbc does not exist" error is an error in the continuation of the situation described above

    HTH
    Srini

  • What editions of Oracle 11 g R2 database support Fusion Middleware?

    I would like to create a database instance (s) and install a development environment (which will include reports like APEX and JDeveloper 11 g and Oracle 11 g), on my laptop. The laptop has a processor I5-2520. The establishment is for learning purposes, and I'm not afraid to have bought a license, if it is necessary. My laptop can be installed with an appropriate operating system, if one is suggested. There are currently, Windows 7 Professional 64.

    My questions are:

    (1) can be set on my laptop a development environment?
    (2) what editions of Oracle 11 g R2 (SE1, SE, EE, EP, XE) database to support Fusion Middleware for the development tools listed above?
    (3) does anyone know of a document detailing the steps of the installation of the DB to the installation of the tools of development as well as the configuration steps?

    Just need a point in the right direction. Any input would be welcome.

    Thank you!

    Salvation;

    Please check:
    Oracle Fusion Middleware taken supported system Configurations
    http://www.Oracle.com/technetwork/middleware/IAS/downloads/fusion-certification-100350.html

    See also:
    http://www.Oracle.com/us/products/middleware/index.html
    http://www.Oracle.com/technetwork/middleware/IAS/downloads/fusion-requirements-100147.html

    Respect of
    HELIOS

  • No there is no way to turn off or disable the Configuration of Protection in IE11, Win 7? Or enable Java?

    No there is no way to turn off or disable the Configuration of Protection in IE11, Win 7?  Or enable Java with IE on?

    Hello

    Thanks for posting your query to the Microsoft forum. I will definitely help you with this.

    Internet Explorer enhanced security configuration allows you to adjust the security levels for the existing security zones in Internet Explorer. It helps to reduce exposure to possible future security threats.

    Note: Turning off this feature can make a computer or a network more vulnerable to attack by malicious users or by malicious software such as viruses. We do not recommend this task but are providing this information so that you can implement this workaround at your own discretion solution. This feature is at your own risk.

    Greater compatibility of add-on from Protected Mode

    Follow this article for help to enable Java.

    How to enable JavaScript in a web browser?

    Hope this information is useful. Thanks for posting for further assistance, we'll be happy to help you.

    _______________

    Thank you best regards &,.

    Isha Soni

  • Does oracle grid infrastructure is included in edition standard oracle

    Hello

    In edition standard oracle, consists of CARS with 2 nodes.

    It includes oracle network infrastructure?

    Thanks ivw

    Yes.   as long as you stay in license guidelines.  All freely available on the documentation.

  • delete version information for help on oracle applications or disable oracle applications in the R12.1.1 Help menu

    Hello

    For security reasons, I need to delete version information for help on oracle applications or disable oracle applications in the R12.1.1 Help menu

    Thank you

    Hatem

    Hello

    I don't think you can limit the form 'a way'.

    You get less detail so profile ' FND: Diagnostics ' is set on no.

    Kind regards

    Bashar

  • Setting max server edition standard oracle in parallel

    Hello

    I'm working on the standard edition of oracle database Oracle 11 g Release 11.2.0.2.0 - 64 bit Production. Database was slowly by analysis found this parallel_max_servers parameter has a value of 500, and when we change this value by 10, database began to run correctly. But as I know parallel settings are not valid for standard edition oracle, as oracle will not support this... .so how this happen.

    Please let me know if this setting that we can use in the standard edition.

    You can set this parameter by itself, but it won't do anything: there will be no parallel server launched, no running in parallel. I don't think that change was the reason why the performance of your DB has changed.

  • Oracle Configuration Manager server is not available (500)

    I have a few goals as the configuration of the report for My Oracle Support, using the Oracle Configuration Manager.  Everything was fine until last week when I noticed that the last Date of collection was not changing.  When I try to manually collect, I get the following error:

    E:\ > ora11\product\11.2.0\dbhome_1\ccr\bin\emccr collect

    Oracle Configuration Manager - output: 10.3.8.1.1 - Production

    Copyright (c) 2005, 2013, Oracle and/or its affiliates.  All rights reserved.

    ------------------------------------------------------------------

    Unable to determine if mandatory packages available.

    Error occurred during the update of recovery. Oracle Configuration Manager server is u

    navailable (500).

    Collection and download failed.

    E:\ >

    Anyone else facing this problem?  If so, no idea how fix this problem?

    It turns out that this is planned, as Oracle launches a database upgrade.  This notice was posted on MOS:

    Configuration in read-only Mode data

    We are making improvements to the database that contains the configuration data for My Oracle Support. During this upgrade, the client Configuration Repository (CCR) is currently in read-only mode. You can view the configuration data, but will not be able to download new configurations or change the attributes related to the configuration of the systems. The CCR will be in read-only mode until the termination of the stoppage of My Oracle Support planned this weekend.

    While CCR is in read-only mode, you will see an error message:

    • In the corresponding log file during an attempt automatic download a new configuration or for offline Collector users who download their configuration as an attachment the Service request.
    • On My Oracle Support pages that access configuration data
      • Mainly under the systems tab
      • Sometimes in the Patch and sanitation recommendations

    When the CCR returns to the update mode after the failure, your last successful download will remain in place as the benchmark to determine the differences with the current configuration. The next collection that you send will update your configuration and would then become the configuration used for comparisons.

    Please apply for a non-technical Service or to contact the Oracle Support if you need help or have additional questions.

  • To the production Oracle Configuration Management support

    Hi all
    Currently I'm going to Oracle DBA in the production support team. I get call from the Configuration Management team that come to this team. I don't have much knowledge about the CM. Now my question is

    1. What is the average of the Configuration management? What is the process generally goes into CM? It has no connection with oracle dba support?
    2. If I'm going to and Configuration management work, again I can come to field support for s/n?
    3. the CM is good for the growth of the carrer...?

    Pls clarify me. Thanks in advance.

    Salvation;

    Also check:

    Documentation
    Available at: http://download.oracle.com/docs/cd/E18041_01/index.htm

    Oracle Configuration Manager prerequisites
    Version 10.3.4 - part number E18274-01

    Manager Configuration Oracle Installation and Administration Guide
    Version 10.3.4 - part number E18035-01

    Oracle Configuration Manager Security Overview
    Version 10.3.0 - part number E12881-01

    Distribution Oracle Configuration Manager companion guide
    Version 10.0.1 - part number E14501-02
    Topic: Mass deployment

    Source:
    Index of Master for the Installation of the Manager (OCM) Oracle Configuration, installation and Configuration [1304794.1 ID]

    Respect of
    HELIOS

  • What is an Oracle Configurator?

    Hello


    Can someone explain in a few lines what is a Configurator for oracle?


    I'm an Oracle apps DBA. I hear terms like MODEL, set UP a NEW MODEL.

    I read some materials from oracle's Web site, but I still don't seem to understand.


    Could someone explain in simple terms please.

    It would be very useful for me.

    Thank you
    Anji Prasad
    Senior oracle DBA.

    Can someone explain in a few lines what is a Configurator for oracle?

    I'm an Oracle apps DBA. I hear terms like MODEL, set UP a NEW MODEL.

    I read some materials from oracle's Web site, but I still don't seem to understand.

    In my view, it is explained properly in these docs/links.

    Internet support, telesales and other channels, Oracle Configurator actively collects the customer's requirements and the maps to a set of options of product or service. This allows companies to offer guided their clients sales capabilities.

    Configurator makes Oracle part of the Orchestration of Oracle orders and fulfillment and Oracle Customer Relationship Management. It integrates with iStore, order management, quoting, sales and telephone sales.

    Configurator
    http://www.Oracle.com/us/products/applications/eBusiness/SCM/051314.html

    Data sheet
    http://www.Oracle.com/us/products/applications/046986.PDF

    Information Center: Oracle Configurator [ID 1264434.1]
    Oracle whitepapers Configurator [ID 434324.1]
    Fund Documentation Oracle Configurator, exit 12 [394478.1 ID]

    Thank you
    Hussein

  • setupccrt.exe has stopped working in Oracle Configuration Manager

    I installed Oracle 11 GR 2, that everything was fine, but at the end when he was cofiguring Oracle Configuration Manager. I got error folloing

    setupccr.exe has stopped working.

    I am unable to sort it out, but my database works very well and I started to work on 4 APEX with oracle. but I am still concerned about this error.

    If someone can tell me what I shuold do so that this problem can be solved.

    Thank you

    Concerning

    Mazahir Abbas

    Hello
    You want to use the configuration manager? If so, see according to document otherwise ignores the error.

    http://download.Oracle.com/docs/CD/E18041_01/index.htm

    Salman

  • Normal Edition of Oracle vs express

    How are you?
    want to ask you the following:
    I do a course online in PL/SQl (see program below) and I installed originally
    an edition of Oracle Express 10.
    My instructor told me that I should install a normal edition because
    ' express edition behaves very differently.
    the problem is that normal editing consumes a lot of resources and really slows down the computer. I feel that for this
    courses (see below), there is no reason to install all of the Oracle.
    What do you think will I move to oracle express?


    Thanks :)

    ===========
    Intermediate Oracle

    Get hands-on experience with Oracle PL/SQL programming language with the assistance of experts of a veteran of the TI. PL/SQL is extension of procedural language of Oracle to SQL Structured Query Language (). This course will give you the skills needed to write powerful and flexible programs using that language. You will learn the building blocks and the major features of PL/SQL, including expressions various iterations and built-in functions. Then, you start to build programs fully functional PL/SQL with procedures, packages, debugging routines, structures of data base, the triggers and cursor processing. When you're done this course, you will be able to store PL/SQL programs in a database and run them.

    Hello

    I doubt that there are big differences how PL/SQL performs. For example, a difference is that the oracle XE will only use one processor and no more. In addition, it is wrong to say that a regular edition of Oracle uses more resources. You can also have a regular instance small and sexy with 256 M SGA works well on your PC.

    See you soon,.
    David

    OCP 9i / 10g / 11g
    http://www.oratoolkit.ch/knowledge/HOWTO/installation/OTN.php

  • standard edition of oracle partitioning?

    can the partitioning implemented in edition standard oracle? Answer please...


    Thanks in advance...

    Venkatesh.D

    Lol partitioning is an extra cost option in Enterprise Edition.

    --------------
    Sybrand Bakker
    Senior Oracle DBA

  • Oracle configuration settings to disable security controls

    Hello

    Can someone shed light on this statement from oracle:

    "We identified this problem two years ago. It was not a product coding flaw allowing hackers to circumvent the security mechanisms. Instead, the product includes a configuration setting allowing customers to disable security. Oracle has identified that customers have left this open setting and immediately released a patch which is the default setting for customers secure. This patch was released as part of our regular Critical Patch Update clients know to apply quarterly. Oracle has informed all our customers directly that they must apply the patch. This process is common in the industry.

    What configuration is and what the patch for it?

    http://thelead.blogs.CNN.com/2014/09/15/numerous-government-agencies-not-securing-your-data-or-that-of-your-kids/?HPT=hp_t2

    Thank you

    CPU/PSU patches are cumulative in nature. So if you use one of the last based on your version of DB, old security bugs will be fixed with it.

Maybe you are looking for